<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-19T00:39:24.638308" 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-19T00:39:25.186795" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-19T00:39:25.186661" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:25.186632" elapsed="0.000260"/>
</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-19T00:39:25.187048" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-19T00:39:25.188039" level="INFO">Logging into '10.30.170.191:8101' as 'karaf'.</msg>
<msg time="2026-07-19T00:39:25.862282" 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-19T00:39:25.187739" elapsed="0.674734"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-19T00:39:25.912762" 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-19T00:39:25.862771" elapsed="0.050148"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-19T00:39:25.915123" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-19T00:39:25.915247" 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-19T00:39:25.913194" elapsed="0.002085"/>
</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-19T00:39:25.915456" elapsed="0.000320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:39:25.915940" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:39:25.916716" 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-19T00:39:25.916303" elapsed="0.000470"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T00:39:25.916826" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.191
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-19T00:39:25.186268" elapsed="0.730729"/>
</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-19T00:39:25.182654" elapsed="0.734408"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T00:39:25.917641" 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-19T00:39:25.917247" elapsed="0.000451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T00:39:25.918102" 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-19T00:39:25.917851" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-19T00:39:25.918734" 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-19T00:39:25.918313" elapsed="0.000448"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T00:39:25.919311" 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-19T00:39:25.918929" elapsed="0.000425"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-19T00:39:25.919897" 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-19T00:39:25.919517" elapsed="0.000407"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T00:39:25.920449" 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-19T00:39:25.920134" elapsed="0.000390"/>
</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-19T00:39:25.920846" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:39:25.920621" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:39:25.925616" 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-19T00:39:25.925162" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T00:39:25.926717" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T00:39:25.926800" 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-19T00:39:25.926222" elapsed="0.000602"/>
</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-19T00:39:25.926991" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T00:39:25.928406" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-07-19T00:39:26.640167" 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 Sun Jul 19 00:39:26 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.24
  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-344-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-19T00:39:25.927877" elapsed="0.712444"/>
</kw>
<msg time="2026-07-19T00:39:26.640412" 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-19T00:39:25.927527" elapsed="0.712995"/>
</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-19T00:39:25.925864" elapsed="0.714781"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-19T00:39:26.648367" 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-19T00:39:26.640854" elapsed="0.009323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:39:26.650364" elapsed="0.000306"/>
</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-19T00:39:25.924604" elapsed="0.726130"/>
</kw>
<status status="PASS" start="2026-07-19T00:39:25.921222" elapsed="0.729549"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:25.920592" elapsed="0.730213"/>
</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-19T00:39:26.650960" elapsed="0.000518"/>
</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-19T00:39:26.660529" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-07-19T00:39:26.660237" elapsed="0.000414"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:26.660188" elapsed="0.000518"/>
</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-19T00:39:26.666183" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-19T00:39:26.666064" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:26.666045" elapsed="0.000209"/>
</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-19T00:39:26.666384" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-19T00:39:26.667255" level="INFO">Logging into '10.30.170.191:8101' as 'karaf'.</msg>
<msg time="2026-07-19T00:39:26.870795" 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-19T00:39:26.666981" elapsed="0.203970"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-19T00:39:26.966374" 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-19T00:39:26.871196" elapsed="0.095318"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-19T00:39:26.978971" 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-19T00:39:26.979197" 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-19T00:39:26.966744" elapsed="0.012485"/>
</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-19T00:39:26.979389" elapsed="0.000288"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:39:26.979831" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:39:26.980542" 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-19T00:39:26.980191" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T00:39:26.980652" elapsed="0.000053"/>
</return>
<msg time="2026-07-19T00:39:26.980858" 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.170.191
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-19T00:39:26.665697" elapsed="0.315194"/>
</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-19T00:39:26.981039" elapsed="0.000531"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T00:39:26.981621" elapsed="0.000034"/>
</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-19T00:39:26.659586" elapsed="0.322168"/>
</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-19T00:39:26.985571" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-19T00:39:26.985419" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:26.985395" elapsed="0.000248"/>
</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-19T00:39:26.985785" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-19T00:39:26.986720" level="INFO">Logging into '10.30.170.191:8101' as 'karaf'.</msg>
<msg time="2026-07-19T00:39:27.148694" 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-19T00:39:26.986427" elapsed="0.162394"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-19T00:39:27.172524" 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-19T00:39:27.149049" elapsed="0.023536"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-19T00:39:27.174377" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-19T00:39:27.174520" 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-19T00:39:27.172735" elapsed="0.001824"/>
</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-19T00:39:27.174698" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:39:27.175032" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:39:27.175683" 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-19T00:39:27.175354" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T00:39:27.175783" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.191
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-19T00:39:26.985088" elapsed="0.190861"/>
</kw>
<status status="PASS" start="2026-07-19T00:39:25.180931" elapsed="1.995081"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:39:27.178241" 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-19T00:39:27.177131" elapsed="0.001175"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T00:39:27.179824" 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-19T00:39:27.179454" elapsed="0.000413"/>
</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-19T00:39:27.180185" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:39:27.179948" elapsed="0.000295"/>
</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-19T00:39:27.183225" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:39:27.182977" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:27.182957" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:39:27.183651" 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-19T00:39:27.183775" 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-19T00:39:27.183437" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:39:27.184361" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.24" 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-19T00:39:27.183937" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:39:27.185091" 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-19T00:39:27.184585" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T00:39:27.186071" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T00:39:27.186166" 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-19T00:39:27.185733" elapsed="0.000472"/>
</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-19T00:39:27.186388" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T00:39:27.187634" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-07-19T00:39:27.535705" 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 Sun Jul 19 00:39:26 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.24
  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: Sun Jul 19 00:39:26 2026 from 10.30.170.218
[?2004h[jenkins@releng-63164-344-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-19T00:39:27.187258" elapsed="0.348618"/>
</kw>
<msg time="2026-07-19T00:39:27.535958" 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-19T00:39:27.186911" elapsed="0.349129"/>
</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-19T00:39:27.185326" elapsed="0.350836"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-19T00:39:27.536701" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-19T00:49:33.637430" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-19T00:49:33.638082" level="INFO">${stdout} = </msg>
<msg time="2026-07-19T00:49:33.638189" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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-19T00:39:27.536380" elapsed="606.101869"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:49:33.638769" elapsed="0.000842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.640760" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:32.741 16  switches: flows:  105754 105576 107706 106360 104288 103287 107602 103812 103164 102536 101945 101938 103028 100835 103069 102426  total = 27.722100 per ms 
00:41:32.841 16  switches: flows:  118240 116453 117030 116324 113244 113269 117884 115094 114599 111131 112040 111865 115006 111430 113478 111921  total = 30.432665 per ms 
00:42:32.941 16  switches: flows:  116016 115379 116871 114746 112595 114107 116438 115259 113226 109713 110922 108931 113458 111444 111127 110621  total = 30.130579 per ms 
00:43:33.041 16  switches: flows:  116588 115569 118782 116058 113971 114204 117551 115619 114744 112244 110788 111733 111866 114166 111842 113800  total = 30.441243 per ms 
00:44:33.142 16  switches: flows:  116804 116130 117118 115478 115299 116226 115846 114404 114687 111598 110585 112458 111884 112278 111957 112461  total = 30.369519 per ms 
00:45:33.242 16  switches: flows:  117365 115938 117498 117070 115430 116349 116298 116138 114183 112074 110692 112414 112226 111206 112873 113606  total = 30.471796 per ms 
00:46:33.342 16  switches: flows:  116031 114600 116418 116909 115775 114076 115581 115991 113653 111868 112862 113027 112023 111743 113633 113397  total = 30.409021 per ms 
00:47:33.443 16  switches: flows:  116603 114835 115838 118197 116832 114135 114946 117059 112804 112238 113884 110780 112213 113156 114917 112403  total = 30.463029 per ms 
00:48:33.543 16  switches: flows:  113489 115264 115692 116802 116092 113920 114492 115201 112615 112171 113224 112127 111728 111050 112966 112144  total = 30.265722 per ms 
00:49:33.644 16  switches: flows:  116737 112543 116131 114645 112939 114738 114964 115485 112258 111667 110805 109586 110680 110375 111479 111861  total = 30.064663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30064.66/30471.80/30338.69/10113.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T00:49:33.639986" elapsed="0.001094"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-19T00:49:33.641606" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-07-19T00:49:33.641274" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-07-19T00:49:33.641215" elapsed="0.000658"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-19T00:49:33.642090" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-19T00:49:33.642008" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-07-19T00:49:33.641972" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-19T00:49:33.642305" 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-19T00:49:33.647330" elapsed="0.000358"/>
</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-19T00:49:33.647844" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:49:33.648164" 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-19T00:49:33.643039" elapsed="0.005277"/>
</kw>
<msg time="2026-07-19T00:49:33.648446" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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-19T00:39:27.180613" elapsed="606.467859"/>
</kw>
<status status="PASS" start="2026-07-19T00:39:27.180272" elapsed="606.468265"/>
</branch>
<status status="PASS" start="2026-07-19T00:39:27.179925" elapsed="606.468636"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.648994" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:40:32.741 16  switches: flows:  105754 105576 107706 106360 104288 103287 107602 103812 103164 102536 101945 101938 103028 100835 103069 102426  total = 27.722100 per ms 
00:41:32.841 16  switches: flows:  118240 116453 117030 116324 113244 113269 117884 115094 114599 111131 112040 111865 115006 111430 113478 111921  total = 30.432665 per ms 
00:42:32.941 16  switches: flows:  116016 115379 116871 114746 112595 114107 116438 115259 113226 109713 110922 108931 113458 111444 111127 110621  total = 30.130579 per ms 
00:43:33.041 16  switches: flows:  116588 115569 118782 116058 113971 114204 117551 115619 114744 112244 110788 111733 111866 114166 111842 113800  total = 30.441243 per ms 
00:44:33.142 16  switches: flows:  116804 116130 117118 115478 115299 116226 115846 114404 114687 111598 110585 112458 111884 112278 111957 112461  total = 30.369519 per ms 
00:45:33.242 16  switches: flows:  117365 115938 117498 117070 115430 116349 116298 116138 114183 112074 110692 112414 112226 111206 112873 113606  total = 30.471796 per ms 
00:46:33.342 16  switches: flows:  116031 114600 116418 116909 115775 114076 115581 115991 113653 111868 112862 113027 112023 111743 113633 113397  total = 30.409021 per ms 
00:47:33.443 16  switches: flows:  116603 114835 115838 118197 116832 114135 114946 117059 112804 112238 113884 110780 112213 113156 114917 112403  total = 30.463029 per ms 
00:48:33.543 16  switches: flows:  113489 115264 115692 116802 116092 113920 114492 115201 112615 112171 113224 112127 111728 111050 112966 112144  total = 30.265722 per ms 
00:49:33.644 16  switches: flows:  116737 112543 116131 114645 112939 114738 114964 115485 112258 111667 110805 109586 110680 110375 111479 111861  total = 30.064663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30064.66/30471.80/30338.69/10113.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T00:49:33.648701" elapsed="0.000374"/>
</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-19T00:49:33.649220" elapsed="0.000417"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-19T00:49:33.650036" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-19T00:49:33.650126" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30064.66/30471.80/30338.69/10113.90 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-19T00:49:33.649806" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T00:49:33.650576" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30064.66/30471.80/30338.69/10113.90 | 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-19T00:49:33.650301" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.652974" 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-19T00:49:33.650745" elapsed="0.002285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.655564" level="INFO">30064.66/30471.80/30338.69/10113.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T00:49:33.653174" elapsed="0.002460"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T00:49:33.658309" 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-19T00:49:33.655823" elapsed="0.002514"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T00:49:33.660859" level="INFO">@{result_value_list} = [ 30064.66 | 30471.80 | 30338.69 | 10113.90 ]</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-19T00:49:33.658554" elapsed="0.002340"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.661460" level="INFO">Length is 4.</msg>
<msg time="2026-07-19T00:49:33.661595" 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-19T00:49:33.661078" elapsed="0.000545"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.666458" level="INFO">min :: 30064.66</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-19T00:49:33.662081" elapsed="0.004452"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-19T00:49:33.661932" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.671142" level="INFO">max :: 30471.80</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-19T00:49:33.666815" elapsed="0.004386"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-19T00:49:33.666663" elapsed="0.004574"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.676764" level="INFO">avg :: 30338.69</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-19T00:49:33.672428" elapsed="0.004394"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-19T00:49:33.671328" elapsed="0.005528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.681746" level="INFO">stdev :: 10113.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-19T00:49:33.677077" elapsed="0.004727"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-19T00:49:33.676949" elapsed="0.004890"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-19T00:49:33.661707" elapsed="0.020167"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.685778" level="INFO">${min} = 30064.66</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-19T00:49:33.682048" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.689887" level="INFO">${max} = 30471.80</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-19T00:49:33.685959" elapsed="0.003955"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.693805" level="INFO">${average} = 30338.69</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-19T00:49:33.690066" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.697732" level="INFO">${stdev} = 10113.90</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-19T00:49:33.693987" elapsed="0.003772"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.698290" level="INFO">${date} = 2026-07-19 00:49:33</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-19T00:49:33.697922" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.698898" level="INFO">CBench Result: 2026-07-19 00:49:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30064.66,30471.80,30338.69,10113.90</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-19T00:49:33.698468" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T00:49:33.700061" 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-19T00:49:33.699623" elapsed="0.000505"/>
</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-19T00:49:33.700281" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-19T00:49:33.699112" elapsed="0.001769"/>
</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-19T00:39:27.178817" elapsed="606.522137"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.701444" 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-19T00:49:33.701110" elapsed="0.000412"/>
</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-19T00:49:33.702050" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-07-19T00:49:33.701742" elapsed="0.000653"/>
</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-19T00:39:27.176164" elapsed="606.526269"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.703737" 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-19T00:49:33.703332" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.705078" 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-19T00:49:33.704715" elapsed="0.000407"/>
</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-19T00:49:33.705468" elapsed="0.000209"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:49:33.705242" elapsed="0.000481"/>
</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-19T00:49:33.708614" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:49:33.708349" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-19T00:49:33.708329" elapsed="0.000379"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:49:33.709068" 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-19T00:49:33.709192" 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-19T00:49:33.708857" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.709800" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.191 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.24" 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-19T00:49:33.709355" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:49:33.710414" 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-19T00:49:33.710001" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T00:49:33.711358" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T00:49:33.711453" 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-19T00:49:33.711039" elapsed="0.000439"/>
</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-19T00:49:33.711638" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T00:49:33.712880" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-07-19T00:49:34.303721" 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 Sun Jul 19 00:49:33 UTC 2026

  System load:  0.92               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.24
  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: Sun Jul 19 00:39:27 2026 from 10.30.170.218
[?2004h[jenkins@releng-63164-344-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-19T00:49:33.712473" elapsed="0.591445"/>
</kw>
<msg time="2026-07-19T00:49:34.304002" 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-19T00:49:33.712120" elapsed="0.591975"/>
</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-19T00:49:33.710660" elapsed="0.593559"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-19T00:49:34.304854" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.191 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-19T00:59:41.310985" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-19T00:59:41.311430" level="INFO">${stdout} = </msg>
<msg time="2026-07-19T00:59:41.311525" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191: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-19T00:49:34.304454" elapsed="607.007116"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:59:41.311929" elapsed="0.000474"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.313134" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191: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.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:39.444 16  switches: flows:  587162 593441 591237 576123 590731 592462 578411 591257 577449 576319 580928 591639 577184 582259 579803 577300  total = 155.728417 per ms 
00:51:39.551 16  switches: flows:  563630 568578 566035 565864 569868 573252 573903 580396 575847 574089 572496 571830 568198 571942 566596 566201  total = 151.879119 per ms 
00:52:39.655 16  switches: flows:  512460 496722 516279 506085 510764 396443 503235 505304 504198 496205 499114 508264 490275 401329 516953 497909  total = 130.801004 per ms 
00:53:39.756 16  switches: flows:  570652 565214 560887 566383 568708 573317 562191 568622 565837 566133 565884 569402 561781 571313 566725 572885  total = 151.009786 per ms 
00:54:39.858 16  switches: flows:  566140 579536 576895 574649 573393 574578 567078 582503 583519 576671 578717 578708 569554 571686 585686 585300  total = 153.485372 per ms 
00:55:39.962 16  switches: flows:  439153 444249 435021 444934 439442 429309 434095 446321 433237 434443 431924 433988 428884 443935 430918 439976  total = 116.298504 per ms 
00:56:40.063 16  switches: flows:  506231 498459 499597 505694 454147 490523 494717 498426 498543 499460 498047 503663 500815 497420 503352 500038  total = 132.263643 per ms 
00:57:40.165 16  switches: flows:  473009 474897 474496 464683 463607 469424 463297 483612 473913 473388 479337 473370 469840 477531 470821 460751  total = 125.552112 per ms 
00:58:41.205 16  switches: flows:  317340 338580 324943 322510 335089 315297 310729 311221 318045 292169 309858 297377 323151 322706 329919 325683  total = 83.464616 per ms 
00:59:41.306 16  switches: flows:  409016 409065 421407 397988 410385 407209 423055 414620 410890 393944 406030 413251 415695 412257 415757 405819  total = 109.256244 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 83464.62/153485.37/128223.38/47950.93 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T00:59:41.312667" elapsed="0.000673"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-19T00:59:41.313682" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-07-19T00:59:41.313459" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-07-19T00:59:41.313426" elapsed="0.000402"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-19T00:59:41.313961" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-19T00:59:41.313909" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-19T00:59:41.313887" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-19T00:59:41.314091" elapsed="0.000018"/>
</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-19T00:59:41.317653" elapsed="0.000467"/>
</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-19T00:59:41.318329" elapsed="0.000296"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T00:59:41.318816" elapsed="0.000153"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-19T00:59:41.314554" elapsed="0.004493"/>
</kw>
<msg time="2026-07-19T00:59:41.319233" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191: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-19T00:49:33.706079" elapsed="607.613194"/>
</kw>
<status status="PASS" start="2026-07-19T00:49:33.705749" elapsed="607.613593"/>
</branch>
<status status="PASS" start="2026-07-19T00:49:33.705219" elapsed="607.614155"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.320022" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.191: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.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:50:39.444 16  switches: flows:  587162 593441 591237 576123 590731 592462 578411 591257 577449 576319 580928 591639 577184 582259 579803 577300  total = 155.728417 per ms 
00:51:39.551 16  switches: flows:  563630 568578 566035 565864 569868 573252 573903 580396 575847 574089 572496 571830 568198 571942 566596 566201  total = 151.879119 per ms 
00:52:39.655 16  switches: flows:  512460 496722 516279 506085 510764 396443 503235 505304 504198 496205 499114 508264 490275 401329 516953 497909  total = 130.801004 per ms 
00:53:39.756 16  switches: flows:  570652 565214 560887 566383 568708 573317 562191 568622 565837 566133 565884 569402 561781 571313 566725 572885  total = 151.009786 per ms 
00:54:39.858 16  switches: flows:  566140 579536 576895 574649 573393 574578 567078 582503 583519 576671 578717 578708 569554 571686 585686 585300  total = 153.485372 per ms 
00:55:39.962 16  switches: flows:  439153 444249 435021 444934 439442 429309 434095 446321 433237 434443 431924 433988 428884 443935 430918 439976  total = 116.298504 per ms 
00:56:40.063 16  switches: flows:  506231 498459 499597 505694 454147 490523 494717 498426 498543 499460 498047 503663 500815 497420 503352 500038  total = 132.263643 per ms 
00:57:40.165 16  switches: flows:  473009 474897 474496 464683 463607 469424 463297 483612 473913 473388 479337 473370 469840 477531 470821 460751  total = 125.552112 per ms 
00:58:41.205 16  switches: flows:  317340 338580 324943 322510 335089 315297 310729 311221 318045 292169 309858 297377 323151 322706 329919 325683  total = 83.464616 per ms 
00:59:41.306 16  switches: flows:  409016 409065 421407 397988 410385 407209 423055 414620 410890 393944 406030 413251 415695 412257 415757 405819  total = 109.256244 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 83464.62/153485.37/128223.38/47950.93 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T00:59:41.319607" elapsed="0.000517"/>
</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-19T00:59:41.320334" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-19T00:59:41.321417" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-19T00:59:41.321581" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 83464.62/153485.37/128223.38/47950.93 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-19T00:59:41.321080" elapsed="0.000536"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T00:59:41.322180" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 83464.62/153485.37/128223.38/47950.93 | 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-19T00:59:41.321831" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.325736" 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-19T00:59:41.322418" elapsed="0.003398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.329191" level="INFO">83464.62/153485.37/128223.38/47950.93</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T00:59:41.326021" elapsed="0.003251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T00:59:41.332311" 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-19T00:59:41.329480" elapsed="0.002859"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T00:59:41.334808" level="INFO">@{result_value_list} = [ 83464.62 | 153485.37 | 128223.38 | 47950.93 ]</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-19T00:59:41.332542" elapsed="0.002294"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.335306" level="INFO">Length is 4.</msg>
<msg time="2026-07-19T00:59:41.335394" 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-19T00:59:41.334993" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.340281" level="INFO">min :: 83464.62</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-19T00:59:41.335825" elapsed="0.004513"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-19T00:59:41.335696" elapsed="0.004678"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.345612" level="INFO">max :: 153485.37</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-19T00:59:41.340607" elapsed="0.005083"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-19T00:59:41.340464" elapsed="0.005275"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.352249" level="INFO">avg :: 128223.38</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-19T00:59:41.346040" elapsed="0.006290"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-19T00:59:41.345863" elapsed="0.006594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.357905" level="INFO">stdev :: 47950.93</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-19T00:59:41.352812" elapsed="0.005149"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-19T00:59:41.352629" elapsed="0.005367"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-19T00:59:41.335484" elapsed="0.022544"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.362075" level="INFO">${min} = 83464.62</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-19T00:59:41.358184" elapsed="0.003919"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.366002" level="INFO">${max} = 153485.37</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-19T00:59:41.362259" elapsed="0.003770"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.369973" level="INFO">${average} = 128223.38</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-19T00:59:41.366183" elapsed="0.003817"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.373883" level="INFO">${stdev} = 47950.93</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-19T00:59:41.370153" elapsed="0.003757"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.374420" level="INFO">${date} = 2026-07-19 00:59:41</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-19T00:59:41.374071" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.375027" level="INFO">CBench Result: 2026-07-19 00:59:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,83464.62,153485.37,128223.38,47950.93</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-19T00:59:41.374615" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T00:59:41.376108" 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-19T00:59:41.375702" elapsed="0.000473"/>
</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-19T00:59:41.376326" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-19T00:59:41.375222" elapsed="0.001649"/>
</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-19T00:49:33.704113" elapsed="607.672819"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.377407" 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-19T00:59:41.377083" elapsed="0.000381"/>
</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-19T00:59:41.377982" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-07-19T00:59:41.377684" elapsed="0.000631"/>
</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-19T00:49:33.702758" elapsed="607.675596"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.379767" 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-19T00:59:41.379368" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.381022" 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-19T00:59:41.380697" elapsed="0.000367"/>
</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-19T00:59:41.381389" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:59:41.381171" elapsed="0.000276"/>
</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-19T00:59:41.384467" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-19T00:59:41.384218" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-19T00:59:41.384199" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:59:41.384872" 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-19T00:59:41.384990" 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-19T00:59:41.384693" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.385587" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.24" 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-19T00:59:41.385149" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T00:59:41.386178" 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-19T00:59:41.385785" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T00:59:41.387114" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T00:59:41.387202" 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-19T00:59:41.386812" elapsed="0.000414"/>
</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-19T00:59:41.387364" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T00:59:41.388567" level="INFO">Logging into '10.30.171.24:22' as 'jenkins'.</msg>
<msg time="2026-07-19T00:59:42.008581" 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 Sun Jul 19 00:59:41 UTC 2026

  System load:  0.16               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.24
  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: Sun Jul 19 00:49:34 2026 from 10.30.170.218
[?2004h[jenkins@releng-63164-344-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-19T00:59:41.388198" elapsed="0.620584"/>
</kw>
<msg time="2026-07-19T00:59:42.008866" 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-19T00:59:41.387849" elapsed="0.621100"/>
</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-19T00:59:41.386410" elapsed="0.622661"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-19T00:59:42.009611" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.191 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-19T01:09:48.438587" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-19T01:09:48.439257" level="INFO">${stdout} = </msg>
<msg time="2026-07-19T01:09:48.439371" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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-19T00:59:42.009295" elapsed="606.430133"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T01:09:48.440004" elapsed="0.000726"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.441894" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:47.520 16  switches: flows:  92057 95490 98144 92900 95720 97211 97448 95977 92829 93055 91630 90580 89090 91803 94067 93343  total = 25.022400 per ms 
01:01:47.621 16  switches: flows:  108687 109160 109437 107203 110175 110395 106757 107246 108332 105806 103937 105402 103521 105641 107212 108115  total = 28.569218 per ms 
01:02:47.721 16  switches: flows:  99937 101015 100789 100117 101571 100565 99957 99387 100027 98669 96279 98460 97057 98749 97028 97438  total = 26.406661 per ms 
01:03:47.821 16  switches: flows:  108806 111148 108321 107790 110674 108013 108739 107811 108013 105008 104258 104085 104698 106685 104912 105665  total = 28.529466 per ms 
01:04:47.922 16  switches: flows:  106677 106906 107169 106225 107379 106308 108088 106122 104711 106219 105104 102574 102604 105645 103022 103303  total = 28.087284 per ms 
01:05:48.022 16  switches: flows:  110948 107903 108941 108702 108570 108294 109739 108706 108092 108178 105805 105636 102134 107128 105560 104755  total = 28.603731 per ms 
01:06:48.123 16  switches: flows:  92663 93228 92923 93820 92583 93920 93969 94750 89333 90602 89780 89743 89271 90596 91516 89723  total = 24.432802 per ms 
01:07:48.223 16  switches: flows:  106485 107380 106838 110836 108473 107758 109082 108909 106050 107608 104031 104410 106817 106901 105181 104868  total = 28.479516 per ms 
01:08:48.323 16  switches: flows:  109508 112182 112797 113682 114272 110425 109456 112115 112642 109536 109373 107628 108315 110557 109707 107209  total = 29.440883 per ms 
01:09:48.424 16  switches: flows:  109390 110435 113846 109295 109561 111812 109453 111364 111919 107633 106281 104309 107038 107912 107762 106508  total = 29.026833 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24432.80/29440.88/27952.93/9433.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T01:09:48.441090" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-19T01:09:48.442725" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-07-19T01:09:48.442392" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-07-19T01:09:48.442342" elapsed="0.000666"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-19T01:09:48.443274" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-19T01:09:48.443189" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-07-19T01:09:48.443150" elapsed="0.000267"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-19T01:09:48.443485" elapsed="0.000062"/>
</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-19T01:09:48.448268" elapsed="0.000479"/>
</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-19T01:09:48.448953" elapsed="0.000272"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T01:09:48.449445" elapsed="0.000174"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-19T01:09:48.444212" elapsed="0.005487"/>
</kw>
<msg time="2026-07-19T01:09:48.449882" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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-19T00:59:41.381802" elapsed="607.068119"/>
</kw>
<status status="PASS" start="2026-07-19T00:59:41.381472" elapsed="607.068520"/>
</branch>
<status status="PASS" start="2026-07-19T00:59:41.381151" elapsed="607.068874"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.450661" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.191: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.170.191. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:47.520 16  switches: flows:  92057 95490 98144 92900 95720 97211 97448 95977 92829 93055 91630 90580 89090 91803 94067 93343  total = 25.022400 per ms 
01:01:47.621 16  switches: flows:  108687 109160 109437 107203 110175 110395 106757 107246 108332 105806 103937 105402 103521 105641 107212 108115  total = 28.569218 per ms 
01:02:47.721 16  switches: flows:  99937 101015 100789 100117 101571 100565 99957 99387 100027 98669 96279 98460 97057 98749 97028 97438  total = 26.406661 per ms 
01:03:47.821 16  switches: flows:  108806 111148 108321 107790 110674 108013 108739 107811 108013 105008 104258 104085 104698 106685 104912 105665  total = 28.529466 per ms 
01:04:47.922 16  switches: flows:  106677 106906 107169 106225 107379 106308 108088 106122 104711 106219 105104 102574 102604 105645 103022 103303  total = 28.087284 per ms 
01:05:48.022 16  switches: flows:  110948 107903 108941 108702 108570 108294 109739 108706 108092 108178 105805 105636 102134 107128 105560 104755  total = 28.603731 per ms 
01:06:48.123 16  switches: flows:  92663 93228 92923 93820 92583 93920 93969 94750 89333 90602 89780 89743 89271 90596 91516 89723  total = 24.432802 per ms 
01:07:48.223 16  switches: flows:  106485 107380 106838 110836 108473 107758 109082 108909 106050 107608 104031 104410 106817 106901 105181 104868  total = 28.479516 per ms 
01:08:48.323 16  switches: flows:  109508 112182 112797 113682 114272 110425 109456 112115 112642 109536 109373 107628 108315 110557 109707 107209  total = 29.440883 per ms 
01:09:48.424 16  switches: flows:  109390 110435 113846 109295 109561 111812 109453 111364 111919 107633 106281 104309 107038 107912 107762 106508  total = 29.026833 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24432.80/29440.88/27952.93/9433.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T01:09:48.450221" elapsed="0.000546"/>
</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-19T01:09:48.450974" elapsed="0.000505"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-19T01:09:48.452063" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-19T01:09:48.452216" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24432.80/29440.88/27952.93/9433.67 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-19T01:09:48.451725" elapsed="0.000530"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T01:09:48.452853" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24432.80/29440.88/27952.93/9433.67 | 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-19T01:09:48.452471" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.456229" 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-19T01:09:48.453091" elapsed="0.003217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.459191" level="INFO">24432.80/29440.88/27952.93/9433.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T01:09:48.456532" elapsed="0.002715"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T01:09:48.461620" 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-19T01:09:48.459396" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T01:09:48.464041" level="INFO">@{result_value_list} = [ 24432.80 | 29440.88 | 27952.93 | 9433.67 ]</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-19T01:09:48.461834" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.464541" level="INFO">Length is 4.</msg>
<msg time="2026-07-19T01:09:48.464629" 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-19T01:09:48.464224" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.469338" level="INFO">min :: 24432.80</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-19T01:09:48.465026" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-19T01:09:48.464899" elapsed="0.004533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.473969" level="INFO">max :: 29440.88</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-19T01:09:48.469663" elapsed="0.004363"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-19T01:09:48.469535" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.478715" level="INFO">avg :: 27952.93</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-19T01:09:48.474270" elapsed="0.004638"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-19T01:09:48.474144" elapsed="0.004799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.483902" level="INFO">stdev :: 9433.67</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-19T01:09:48.479154" elapsed="0.004808"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-19T01:09:48.479027" elapsed="0.004971"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-19T01:09:48.464718" elapsed="0.019310"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.487922" level="INFO">${min} = 24432.80</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-19T01:09:48.484194" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.492613" level="INFO">${max} = 29440.88</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-19T01:09:48.488102" elapsed="0.004549"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.498080" level="INFO">${average} = 27952.93</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-19T01:09:48.492865" elapsed="0.005258"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.503148" level="INFO">${stdev} = 9433.67</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-19T01:09:48.498341" elapsed="0.004834"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.503699" level="INFO">${date} = 2026-07-19 01:09:48</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-19T01:09:48.503335" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.504277" level="INFO">CBench Result: 2026-07-19 01:09:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24432.80,29440.88,27952.93,9433.67</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-19T01:09:48.503871" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T01:09:48.505463" 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-19T01:09:48.504980" elapsed="0.000600"/>
</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-19T01:09:48.505734" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-19T01:09:48.504482" elapsed="0.001795"/>
</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-19T00:59:41.380129" elapsed="607.126208"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.506818" 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-19T01:09:48.506485" elapsed="0.000390"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-19T01:09:48.508088" 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-19T01:09:48.507606" elapsed="0.000509"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-19T01:09:48.508344" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-07-19T01:09:48.508195" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-07-19T01:09:48.508173" elapsed="0.000263"/>
</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-19T01:09:48.508596" elapsed="0.000022"/>
</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-19T01:09:48.508752" elapsed="0.000020"/>
</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-19T01:09:48.508908" 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-19T01:09:48.509107" elapsed="0.000022"/>
</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-19T01:09:48.509281" elapsed="0.000021"/>
</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-19T01:09:48.509428" elapsed="0.000020"/>
</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-19T01:09:48.509589" 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-19T01:09:48.509819" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-19T01:09:48.509682" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-07-19T01:09:48.509666" elapsed="0.000227"/>
</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-19T01:09:48.507251" elapsed="0.002694"/>
</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-19T00:59:41.378830" elapsed="607.131161"/>
</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-19T00:39:24.639874" elapsed="1823.870855"/>
</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>
