<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-07T00:46:44.642101" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T00:46:45.217773" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-07T00:46:45.217624" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:45.217595" elapsed="0.000277"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:46:45.218033" elapsed="0.000492"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T00:46:45.219005" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-07-07T00:46:46.219481" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-07T00:46:45.218709" elapsed="1.000976"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T00:46:46.271963" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-07T00:46:46.219999" elapsed="0.052225"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T00:46:46.276789" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T00:46:46.277102" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-07T00:46:46.272784" elapsed="0.004393"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-07T00:46:46.277358" elapsed="0.000293"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T00:46:46.277828" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:46:46.278557" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:46:46.278208" elapsed="0.000404"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T00:46:46.278666" elapsed="0.000081"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T00:46:45.217245" elapsed="1.061635"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-07T00:46:45.213654" elapsed="1.065292"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T00:46:46.279552" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-07T00:46:46.279136" elapsed="0.000473"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T00:46:46.280029" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-07T00:46:46.279782" elapsed="0.000315"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T00:46:46.280646" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-07T00:46:46.280254" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T00:46:46.281222" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T00:46:46.280877" elapsed="0.000389"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T00:46:46.281836" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-07T00:46:46.281411" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T00:46:46.282334" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T00:46:46.282022" elapsed="0.000353"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-07T00:46:46.282686" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-07-07T00:46:46.282466" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T00:46:46.287325" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:46:46.286915" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T00:46:46.288374" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T00:46:46.288457" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T00:46:46.287920" elapsed="0.000562"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:46:46.288625" elapsed="0.000397"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T00:46:46.290048" level="INFO">Logging into '10.30.170.122:22' as 'jenkins'.</msg>
<msg time="2026-07-07T00:46:46.983719" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jul  7 00:46:46 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.122
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-63164-332-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T00:46:46.289527" elapsed="0.694367"/>
</kw>
<msg time="2026-07-07T00:46:46.983993" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:46:46.289179" elapsed="0.694922"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T00:46:46.287561" elapsed="0.696697"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-07T00:46:46.991900" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-07T00:46:46.984507" elapsed="0.009041"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T00:46:46.993762" elapsed="0.000310"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-07T00:46:46.286363" elapsed="0.707775"/>
</kw>
<status status="PASS" start="2026-07-07T00:46:46.283054" elapsed="0.711123"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:46.282439" elapsed="0.711788"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T00:46:46.994588" elapsed="0.001143"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T00:46:47.005367" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-07T00:46:47.005242" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:47.005217" elapsed="0.000229"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T00:46:47.009025" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-07T00:46:47.008911" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:47.008891" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:46:47.009227" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.010128" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-07-07T00:46:47.235442" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-07T00:46:47.009864" elapsed="0.225693"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.324808" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-07T00:46:47.235780" elapsed="0.089097"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.340692" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T00:46:47.340909" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-07T00:46:47.325031" elapsed="0.015910"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-07T00:46:47.341084" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T00:46:47.341418" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:46:47.342098" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:46:47.341772" elapsed="0.000380"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T00:46:47.342200" elapsed="0.000052"/>
</return>
<msg time="2026-07-07T00:46:47.342398" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T00:46:47.008522" elapsed="0.333908"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T00:46:47.342574" elapsed="0.000560"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T00:46:47.343185" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-07T00:46:47.004564" elapsed="0.338750"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-07T00:46:47.347011" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-07T00:46:47.346872" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:47.346848" elapsed="0.000235"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:46:47.347215" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.348417" level="INFO">Logging into '10.30.171.210:8101' as 'karaf'.</msg>
<msg time="2026-07-07T00:46:47.531726" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-07T00:46:47.347844" elapsed="0.183964"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.556435" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-07T00:46:47.531962" elapsed="0.024720"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.561030" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-07T00:46:47.561276" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-07T00:46:47.557204" elapsed="0.004137"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-07T00:46:47.561653" elapsed="0.000548"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T00:46:47.562532" elapsed="0.000470"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:46:47.564182" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:46:47.563346" elapsed="0.000920"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-07T00:46:47.564338" elapsed="0.000076"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-07T00:46:47.346529" elapsed="0.218088"/>
</kw>
<status status="PASS" start="2026-07-07T00:46:45.211937" elapsed="2.352796"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:46:47.567779" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:46:47.565972" elapsed="0.001902"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T00:46:47.569981" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T00:46:47.569465" elapsed="0.000578"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T00:46:47.570494" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-07-07T00:46:47.570159" elapsed="0.000437"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-07T00:46:47.574910" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-07-07T00:46:47.574533" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:47.574504" elapsed="0.000522"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.575509" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-07T00:46:47.575743" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-07T00:46:47.575214" elapsed="0.000568"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:46:47.576491" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.122" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:46:47.575976" elapsed="0.000576"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.577235" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:46:47.576693" elapsed="0.000572"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T00:46:47.578210" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T00:46:47.578305" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T00:46:47.577878" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:46:47.578470" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.579780" level="INFO">Logging into '10.30.170.122:22' as 'jenkins'.</msg>
<msg time="2026-07-07T00:46:47.912032" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jul  7 00:46:46 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.122
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Jul  7 00:46:46 2026 from 10.30.170.23
[?2004h[jenkins@releng-63164-332-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T00:46:47.579374" elapsed="0.332909"/>
</kw>
<msg time="2026-07-07T00:46:47.912385" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:46:47.578998" elapsed="0.333490"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T00:46:47.577472" elapsed="0.335158"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T00:46:47.913295" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T00:56:54.040304" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T00:56:54.041119" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T00:56:54.041233" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T00:46:47.912938" elapsed="606.128357"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T00:56:54.041903" elapsed="0.000852"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.044059" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:53.119 16  switches: flows:  99263 98485 98054 98661 98927 98138 96269 97828 97332 96769 97659 97424 97409 96064 96461 96244  total = 26.016450 per ms 
00:48:53.220 16  switches: flows:  117705 113638 116231 116202 115544 116221 114842 117832 113407 114277 114154 114895 113934 113567 115440 116595  total = 30.690042 per ms 
00:49:53.321 16  switches: flows:  119857 117817 117155 117095 119217 119326 116925 118101 116340 115901 113989 115097 114856 113398 115508 117488  total = 31.082630 per ms 
00:50:53.422 16  switches: flows:  118939 117638 117624 118344 117114 117049 117090 115851 116403 115630 114622 115502 114433 114466 114613 115592  total = 30.963474 per ms 
00:51:53.523 16  switches: flows:  121434 120153 119994 119834 118410 118725 119480 119356 119577 116105 115958 117729 118387 117848 117915 119096  total = 31.613839 per ms 
00:52:53.624 16  switches: flows:  122077 121580 119998 119632 119117 118768 120161 118174 119084 117129 115533 117470 119118 116987 117565 118225  total = 31.624197 per ms 
00:53:53.725 16  switches: flows:  118194 116155 115807 116847 114302 116665 112586 114758 112644 114055 112175 112908 112161 111370 112694 114055  total = 30.405300 per ms 
00:54:53.826 16  switches: flows:  121718 118971 120419 122378 119078 120107 116326 117281 114281 117277 118393 118284 115635 114497 117781 117697  total = 31.449524 per ms 
00:55:53.928 16  switches: flows:  124082 118998 120344 121731 120793 121041 118011 117714 115807 119114 118311 117992 118342 115265 119465 117464  total = 31.687694 per ms 
00:56:54.029 16  switches: flows:  126000 119424 118372 123225 121523 122405 117942 121088 117114 117650 118160 117336 116815 115434 119403 118614  total = 31.788685 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30405.30/31788.68/31256.15/10429.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.043180" elapsed="0.001239"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T00:56:54.045025" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-07-07T00:56:54.044652" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-07-07T00:56:54.044588" elapsed="0.000670"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T00:56:54.045491" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-07-07T00:56:54.045402" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-07T00:56:54.045363" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T00:56:54.045756" elapsed="0.000035"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:56:54.050496" elapsed="0.000409"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:56:54.051076" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T00:56:54.051431" elapsed="0.000115"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T00:56:54.046502" elapsed="0.005103"/>
</kw>
<msg time="2026-07-07T00:56:54.051770" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T00:46:47.571158" elapsed="606.480643"/>
</kw>
<status status="PASS" start="2026-07-07T00:46:47.570641" elapsed="606.481216"/>
</branch>
<status status="PASS" start="2026-07-07T00:46:47.570125" elapsed="606.481759"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.052392" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:53.119 16  switches: flows:  99263 98485 98054 98661 98927 98138 96269 97828 97332 96769 97659 97424 97409 96064 96461 96244  total = 26.016450 per ms 
00:48:53.220 16  switches: flows:  117705 113638 116231 116202 115544 116221 114842 117832 113407 114277 114154 114895 113934 113567 115440 116595  total = 30.690042 per ms 
00:49:53.321 16  switches: flows:  119857 117817 117155 117095 119217 119326 116925 118101 116340 115901 113989 115097 114856 113398 115508 117488  total = 31.082630 per ms 
00:50:53.422 16  switches: flows:  118939 117638 117624 118344 117114 117049 117090 115851 116403 115630 114622 115502 114433 114466 114613 115592  total = 30.963474 per ms 
00:51:53.523 16  switches: flows:  121434 120153 119994 119834 118410 118725 119480 119356 119577 116105 115958 117729 118387 117848 117915 119096  total = 31.613839 per ms 
00:52:53.624 16  switches: flows:  122077 121580 119998 119632 119117 118768 120161 118174 119084 117129 115533 117470 119118 116987 117565 118225  total = 31.624197 per ms 
00:53:53.725 16  switches: flows:  118194 116155 115807 116847 114302 116665 112586 114758 112644 114055 112175 112908 112161 111370 112694 114055  total = 30.405300 per ms 
00:54:53.826 16  switches: flows:  121718 118971 120419 122378 119078 120107 116326 117281 114281 117277 118393 118284 115635 114497 117781 117697  total = 31.449524 per ms 
00:55:53.928 16  switches: flows:  124082 118998 120344 121731 120793 121041 118011 117714 115807 119114 118311 117992 118342 115265 119465 117464  total = 31.687694 per ms 
00:56:54.029 16  switches: flows:  126000 119424 118372 123225 121523 122405 117942 121088 117114 117650 118160 117336 116815 115434 119403 118614  total = 31.788685 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30405.30/31788.68/31256.15/10429.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.052061" elapsed="0.000429"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T00:56:54.052666" elapsed="0.000447"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T00:56:54.053581" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T00:56:54.053684" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30405.30/31788.68/31256.15/10429.01 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-07T00:56:54.053303" elapsed="0.000425"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T00:56:54.054200" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30405.30/31788.68/31256.15/10429.01 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T00:56:54.053911" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.057004" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.054401" elapsed="0.002679"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.059808" level="INFO">30405.30/31788.68/31256.15/10429.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.057253" elapsed="0.002617"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T00:56:54.062610" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T00:56:54.060044" elapsed="0.002597"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T00:56:54.065430" level="INFO">@{result_value_list} = [ 30405.30 | 31788.68 | 31256.15 | 10429.01 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T00:56:54.062904" elapsed="0.002556"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.066016" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T00:56:54.066110" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T00:56:54.065637" elapsed="0.000498"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.071426" level="INFO">min :: 30405.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.066602" elapsed="0.004884"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T00:56:54.066452" elapsed="0.005071"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.076844" level="INFO">max :: 31788.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.071783" elapsed="0.005121"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T00:56:54.071620" elapsed="0.005321"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.082131" level="INFO">avg :: 31256.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.077193" elapsed="0.004998"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T00:56:54.077047" elapsed="0.005181"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.087506" level="INFO">stdev :: 10429.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.082467" elapsed="0.005103"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T00:56:54.082323" elapsed="0.005282"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T00:56:54.066222" elapsed="0.021415"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.091546" level="INFO">${min} = 30405.30</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T00:56:54.087823" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.095656" level="INFO">${max} = 31788.68</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T00:56:54.091740" elapsed="0.003944"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.099547" level="INFO">${average} = 31256.15</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T00:56:54.095855" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.103476" level="INFO">${stdev} = 10429.01</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T00:56:54.099743" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.104028" level="INFO">${date} = 2026-07-07 00:56:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T00:56:54.103663" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.104622" level="INFO">CBench Result: 2026-07-07 00:56:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30405.30,31788.68,31256.15,10429.01</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.104201" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T00:56:54.105751" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-07T00:56:54.105318" elapsed="0.000499"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T00:56:54.105967" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T00:56:54.104845" elapsed="0.001650"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-07T00:46:47.568519" elapsed="606.538035"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.107041" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-07T00:56:54.106727" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-07T00:56:54.107602" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-07T00:56:54.107304" elapsed="0.000649"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-07T00:46:47.564935" elapsed="606.543056"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.109275" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.108890" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.110554" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T00:56:54.110224" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T00:56:54.110953" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-07T00:56:54.110730" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-07T00:56:54.113893" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-07T00:56:54.113626" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-07-07T00:56:54.113607" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T00:56:54.114305" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-07T00:56:54.114423" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-07T00:56:54.114103" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.115021" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.122" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T00:56:54.114583" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T00:56:54.115614" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T00:56:54.115218" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T00:56:54.116578" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T00:56:54.116675" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T00:56:54.116229" elapsed="0.000488"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:56:54.116867" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T00:56:54.118069" level="INFO">Logging into '10.30.170.122:22' as 'jenkins'.</msg>
<msg time="2026-07-07T00:56:54.703796" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jul  7 00:56:54 UTC 2026

  System load:  1.02               Processes:             103
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.122
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Jul  7 00:46:47 2026 from 10.30.170.23
[?2004h[jenkins@releng-63164-332-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T00:56:54.117693" elapsed="0.586284"/>
</kw>
<msg time="2026-07-07T00:56:54.704063" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T00:56:54.117344" elapsed="0.586806"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T00:56:54.115857" elapsed="0.588410"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T00:56:54.704805" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T01:07:01.035483" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T01:07:01.036127" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T01:07:01.036233" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T00:56:54.704490" elapsed="606.331799"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:07:01.036778" elapsed="0.000702"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.038682" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:59.832 16  switches: flows:  509282 509389 511792 499999 502523 500779 511285 516730 489721 495376 450945 492483 494003 487730 507916 492578  total = 132.875517 per ms 
00:58:59.933 16  switches: flows:  531854 530277 529344 530426 522369 536128 529801 533608 534238 516131 539102 526999 528343 517407 541037 521767  total = 140.910334 per ms 
01:00:00.319 16  switches: flows:  476381 473430 486961 479896 476113 482752 488394 465928 475811 466676 457215 476949 462672 480022 471955 486355  total = 125.983963 per ms 
01:01:00.420 16  switches: flows:  610721 609021 607706 608552 609863 608882 605458 606129 597177 615127 603329 595694 613118 615582 616283 614176  total = 162.006423 per ms 
01:02:00.522 16  switches: flows:  623084 613496 613495 617892 611217 620351 607263 618672 609340 617565 611664 607517 618126 615256 616449 611672  total = 163.609428 per ms 
01:03:00.623 16  switches: flows:  603388 608738 608827 602671 617798 599405 612005 605269 601307 607475 604484 608044 593151 615242 605097 597421  total = 161.234214 per ms 
01:04:00.724 16  switches: flows:  551646 557012 554714 545417 548603 544536 549219 550238 552562 476579 552318 552156 557827 542346 547532 556338  total = 145.405362 per ms 
01:05:00.826 16  switches: flows:  628550 617886 626821 622924 629796 617051 618958 629684 621383 621509 625677 630899 616515 621613 626829 618416  total = 165.961911 per ms 
01:06:00.927 16  switches: flows:  529091 522635 526125 528043 532832 523415 532027 524236 524380 536413 519754 523615 525451 520255 527069 534042  total = 140.255320 per ms 
01:07:01.030 16  switches: flows:  528603 490096 572788 491599 471718 533295 526825 491593 522701 564524 512047 539729 513395 566530 536359 501601  total = 139.152725 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125983.96/165961.91/149391.08/51551.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.037882" elapsed="0.001166"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T01:07:01.039533" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-07-07T01:07:01.039230" elapsed="0.000457"/>
</branch>
<status status="PASS" start="2026-07-07T01:07:01.039178" elapsed="0.000599"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T01:07:01.039986" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-07T01:07:01.039905" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-07T01:07:01.039871" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T01:07:01.040189" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:07:01.047263" elapsed="0.000432"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:07:01.047911" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:07:01.048307" elapsed="0.000130"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T01:07:01.040954" elapsed="0.007552"/>
</kw>
<msg time="2026-07-07T01:07:01.048669" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T00:56:54.111344" elapsed="606.937376"/>
</kw>
<status status="PASS" start="2026-07-07T00:56:54.111036" elapsed="606.937748"/>
</branch>
<status status="PASS" start="2026-07-07T00:56:54.110707" elapsed="606.938106"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.049385" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:59.832 16  switches: flows:  509282 509389 511792 499999 502523 500779 511285 516730 489721 495376 450945 492483 494003 487730 507916 492578  total = 132.875517 per ms 
00:58:59.933 16  switches: flows:  531854 530277 529344 530426 522369 536128 529801 533608 534238 516131 539102 526999 528343 517407 541037 521767  total = 140.910334 per ms 
01:00:00.319 16  switches: flows:  476381 473430 486961 479896 476113 482752 488394 465928 475811 466676 457215 476949 462672 480022 471955 486355  total = 125.983963 per ms 
01:01:00.420 16  switches: flows:  610721 609021 607706 608552 609863 608882 605458 606129 597177 615127 603329 595694 613118 615582 616283 614176  total = 162.006423 per ms 
01:02:00.522 16  switches: flows:  623084 613496 613495 617892 611217 620351 607263 618672 609340 617565 611664 607517 618126 615256 616449 611672  total = 163.609428 per ms 
01:03:00.623 16  switches: flows:  603388 608738 608827 602671 617798 599405 612005 605269 601307 607475 604484 608044 593151 615242 605097 597421  total = 161.234214 per ms 
01:04:00.724 16  switches: flows:  551646 557012 554714 545417 548603 544536 549219 550238 552562 476579 552318 552156 557827 542346 547532 556338  total = 145.405362 per ms 
01:05:00.826 16  switches: flows:  628550 617886 626821 622924 629796 617051 618958 629684 621383 621509 625677 630899 616515 621613 626829 618416  total = 165.961911 per ms 
01:06:00.927 16  switches: flows:  529091 522635 526125 528043 532832 523415 532027 524236 524380 536413 519754 523615 525451 520255 527069 534042  total = 140.255320 per ms 
01:07:01.030 16  switches: flows:  528603 490096 572788 491599 471718 533295 526825 491593 522701 564524 512047 539729 513395 566530 536359 501601  total = 139.152725 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 125983.96/165961.91/149391.08/51551.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.049010" elapsed="0.000467"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T01:07:01.049666" elapsed="0.000490"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T01:07:01.050691" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T01:07:01.050822" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 125983.96/165961.91/149391.08/51551.31 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-07T01:07:01.050392" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T01:07:01.051374" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 125983.96/165961.91/149391.08/51551.31 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T01:07:01.051054" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.054624" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.051599" elapsed="0.003115"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.057777" level="INFO">125983.96/165961.91/149391.08/51551.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.054905" elapsed="0.002942"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T01:07:01.060934" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T01:07:01.058035" elapsed="0.002934"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T01:07:01.064125" level="INFO">@{result_value_list} = [ 125983.96 | 165961.91 | 149391.08 | 51551.31 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T01:07:01.061229" elapsed="0.002930"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.064760" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T01:07:01.064872" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T01:07:01.064358" elapsed="0.000544"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.071374" level="INFO">min :: 125983.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.065435" elapsed="0.006012"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T01:07:01.065262" elapsed="0.006228"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.077717" level="INFO">max :: 165961.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.071785" elapsed="0.006006"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T01:07:01.071601" elapsed="0.006234"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.083654" level="INFO">avg :: 149391.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.078114" elapsed="0.005613"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T01:07:01.077944" elapsed="0.005819"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.088333" level="INFO">stdev :: 51551.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.083984" elapsed="0.004405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T01:07:01.083853" elapsed="0.004571"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T01:07:01.065001" elapsed="0.023454"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.092330" level="INFO">${min} = 125983.96</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:07:01.088619" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.096221" level="INFO">${max} = 165961.91</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:07:01.092511" elapsed="0.003737"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.100134" level="INFO">${average} = 149391.08</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:07:01.096402" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.104109" level="INFO">${stdev} = 51551.31</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:07:01.100319" elapsed="0.003818"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.104653" level="INFO">${date} = 2026-07-07 01:07:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T01:07:01.104302" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.105250" level="INFO">CBench Result: 2026-07-07 01:07:01,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,125983.96,165961.91,149391.08,51551.31</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.104844" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T01:07:01.106423" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-07T01:07:01.105962" elapsed="0.000529"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T01:07:01.106642" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T01:07:01.105463" elapsed="0.001733"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-07T00:56:54.109637" elapsed="606.997620"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.107746" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-07T01:07:01.107409" elapsed="0.000395"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-07T01:07:01.108310" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-07-07T01:07:01.108006" elapsed="0.000638"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-07T00:56:54.108295" elapsed="607.000387"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.109872" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.109479" elapsed="0.000449"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.111287" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-07T01:07:01.110945" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-07T01:07:01.111690" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-07-07T01:07:01.111467" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-07T01:07:01.114902" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-07T01:07:01.114628" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-07-07T01:07:01.114608" elapsed="0.000375"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-07T01:07:01.115328" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-07T01:07:01.115458" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-07T01:07:01.115117" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.116059" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.122" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:07:01.115619" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-07T01:07:01.116647" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:07:01.116258" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T01:07:01.117571" level="INFO">Length is 0.</msg>
<msg time="2026-07-07T01:07:01.117658" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T01:07:01.117261" elapsed="0.000420"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:07:01.117837" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-07T01:07:01.119040" level="INFO">Logging into '10.30.170.122:22' as 'jenkins'.</msg>
<msg time="2026-07-07T01:07:01.715495" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Tue Jul  7 01:07:01 UTC 2026

  System load:  0.27               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.122
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Tue Jul  7 00:56:54 2026 from 10.30.170.23
[?2004h[jenkins@releng-63164-332-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-07T01:07:01.118670" elapsed="0.597147"/>
</kw>
<msg time="2026-07-07T01:07:01.715974" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:07:01.118319" elapsed="0.597797"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-07T01:07:01.116891" elapsed="0.599437"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-07T01:07:01.717309" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-07T01:17:07.756001" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-07T01:17:07.756629" level="INFO">${stdout} = </msg>
<msg time="2026-07-07T01:17:07.756770" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-07T01:07:01.716753" elapsed="606.040077"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:17:07.757300" elapsed="0.000732"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.759207" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:06.857 16  switches: flows:  107905 107456 113763 108422 106907 107578 105739 106769 120562 107470 104773 107374 105344 107136 107552 107545  total = 28.871583 per ms 
01:09:06.958 16  switches: flows:  113444 115204 113483 112180 111865 111380 112935 113287 114852 111977 110549 113499 112627 111784 111857 114640  total = 30.042538 per ms 
01:10:07.059 16  switches: flows:  95795 98521 96509 96852 97935 96028 97232 99154 96546 96867 94187 95473 95867 95470 94917 96170  total = 25.682509 per ms 
01:11:07.160 16  switches: flows:  117076 119179 116234 116433 118846 118635 115991 118291 116429 117446 115166 116790 116621 115988 114908 116972  total = 31.131438 per ms 
01:12:07.261 16  switches: flows:  120196 120756 119387 117247 118460 117855 118875 119895 117842 117523 115322 118175 119709 118434 117729 114962  total = 31.486904 per ms 
01:13:07.362 16  switches: flows:  116113 118015 113793 115355 114772 116351 116478 117784 113673 113065 113095 115864 117034 116183 114816 115087  total = 30.739969 per ms 
01:14:07.463 16  switches: flows:  110191 110204 109936 107178 109320 109161 107502 110651 108118 107211 106910 108369 107836 109597 106488 107898  total = 28.894616 per ms 
01:15:07.564 16  switches: flows:  117078 118037 117543 117573 120447 117656 118940 120464 118754 119301 118961 117883 115631 118925 114846 116518  total = 31.423486 per ms 
01:16:07.665 16  switches: flows:  118121 118486 117852 116763 120151 118230 119668 119606 120020 118180 117842 118567 115963 118942 116692 115396  total = 31.455456 per ms 
01:17:07.766 16  switches: flows:  116770 118266 117871 118122 119720 117089 120778 119658 119262 118690 117827 119394 115688 118250 115506 116843  total = 31.443002 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25682.51/31486.90/30255.55/10246.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.758399" elapsed="0.001106"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-07T01:17:07.760039" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-07T01:17:07.759730" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-07-07T01:17:07.759636" elapsed="0.000616"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-07T01:17:07.760462" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-07T01:17:07.760380" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-07-07T01:17:07.760345" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-07T01:17:07.760670" elapsed="0.000060"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-07T01:17:07.765416" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-07T01:17:07.765926" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-07T01:17:07.766224" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-07T01:17:07.761374" elapsed="0.005004"/>
</kw>
<msg time="2026-07-07T01:17:07.766514" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-07T01:07:01.112110" elapsed="606.654432"/>
</kw>
<status status="PASS" start="2026-07-07T01:07:01.111790" elapsed="606.654804"/>
</branch>
<status status="PASS" start="2026-07-07T01:07:01.111444" elapsed="606.655173"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.767070" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:06.857 16  switches: flows:  107905 107456 113763 108422 106907 107578 105739 106769 120562 107470 104773 107374 105344 107136 107552 107545  total = 28.871583 per ms 
01:09:06.958 16  switches: flows:  113444 115204 113483 112180 111865 111380 112935 113287 114852 111977 110549 113499 112627 111784 111857 114640  total = 30.042538 per ms 
01:10:07.059 16  switches: flows:  95795 98521 96509 96852 97935 96028 97232 99154 96546 96867 94187 95473 95867 95470 94917 96170  total = 25.682509 per ms 
01:11:07.160 16  switches: flows:  117076 119179 116234 116433 118846 118635 115991 118291 116429 117446 115166 116790 116621 115988 114908 116972  total = 31.131438 per ms 
01:12:07.261 16  switches: flows:  120196 120756 119387 117247 118460 117855 118875 119895 117842 117523 115322 118175 119709 118434 117729 114962  total = 31.486904 per ms 
01:13:07.362 16  switches: flows:  116113 118015 113793 115355 114772 116351 116478 117784 113673 113065 113095 115864 117034 116183 114816 115087  total = 30.739969 per ms 
01:14:07.463 16  switches: flows:  110191 110204 109936 107178 109320 109161 107502 110651 108118 107211 106910 108369 107836 109597 106488 107898  total = 28.894616 per ms 
01:15:07.564 16  switches: flows:  117078 118037 117543 117573 120447 117656 118940 120464 118754 119301 118961 117883 115631 118925 114846 116518  total = 31.423486 per ms 
01:16:07.665 16  switches: flows:  118121 118486 117852 116763 120151 118230 119668 119606 120020 118180 117842 118567 115963 118942 116692 115396  total = 31.455456 per ms 
01:17:07.766 16  switches: flows:  116770 118266 117871 118122 119720 117089 120778 119658 119262 118690 117827 119394 115688 118250 115506 116843  total = 31.443002 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25682.51/31486.90/30255.55/10246.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.766777" elapsed="0.000366"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-07T01:17:07.767294" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-07T01:17:07.768089" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-07T01:17:07.768181" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25682.51/31486.90/30255.55/10246.63 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-07T01:17:07.767862" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T01:17:07.768606" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25682.51/31486.90/30255.55/10246.63 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T01:17:07.768358" elapsed="0.000274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.771009" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.768799" elapsed="0.002265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.773431" level="INFO">25682.51/31486.90/30255.55/10246.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.771211" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T01:17:07.775854" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T01:17:07.773641" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-07T01:17:07.778285" level="INFO">@{result_value_list} = [ 25682.51 | 31486.90 | 30255.55 | 10246.63 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-07T01:17:07.776086" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.778798" level="INFO">Length is 4.</msg>
<msg time="2026-07-07T01:17:07.778887" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-07T01:17:07.778469" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.783987" level="INFO">min :: 25682.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.779302" elapsed="0.004747"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-07T01:17:07.779173" elapsed="0.004914"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.788622" level="INFO">max :: 31486.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.784315" elapsed="0.004363"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-07T01:17:07.784179" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.793211" level="INFO">avg :: 30255.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.788959" elapsed="0.004320"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-07T01:17:07.788833" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.797973" level="INFO">stdev :: 10246.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.793523" elapsed="0.004506"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-07T01:17:07.793396" elapsed="0.004667"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-07T01:17:07.778977" elapsed="0.019115"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.802153" level="INFO">${min} = 25682.51</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:17:07.798251" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.806118" level="INFO">${max} = 31486.90</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:17:07.802338" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.810218" level="INFO">${average} = 30255.55</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:17:07.806298" elapsed="0.003947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.814154" level="INFO">${stdev} = 10246.63</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-07T01:17:07.810399" elapsed="0.003783"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.814689" level="INFO">${date} = 2026-07-07 01:17:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-07T01:17:07.814344" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.815305" level="INFO">CBench Result: 2026-07-07 01:17:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25682.51,31486.90,30255.55,10246.63</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-07T01:17:07.814892" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-07T01:17:07.816532" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-07T01:17:07.816064" elapsed="0.000535"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-07T01:17:07.816783" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-07T01:17:07.815525" elapsed="0.001789"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-07T01:07:01.110237" elapsed="606.707136"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.817854" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-07T01:17:07.817525" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-07T01:17:07.819126" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-07T01:17:07.818620" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-07T01:17:07.819388" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-07-07T01:17:07.819235" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-07-07T01:17:07.819214" elapsed="0.000267"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.819627" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.819799" elapsed="0.000050"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.819995" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.820192" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.820341" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.820485" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.820626" elapsed="0.000026"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-07T01:17:07.820876" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-07T01:17:07.820729" elapsed="0.000199"/>
</branch>
<status status="NOT RUN" start="2026-07-07T01:17:07.820711" elapsed="0.000241"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-07T01:17:07.818281" elapsed="0.002722"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-07T01:07:01.108983" elapsed="606.712066"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-07T00:46:44.643762" elapsed="1823.177703"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
