<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-11T00:47:06.389300" 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-04-11T00:47:06.954551" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-11T00:47:06.954413" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:06.954382" elapsed="0.000270"/>
</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-04-11T00:47:06.954795" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T00:47:06.955788" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-04-11T00:47:07.607515" 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-04-11T00:47:06.955487" elapsed="0.652226"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T00:47:07.654884" 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-04-11T00:47:07.608013" elapsed="0.046940"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T00:47:07.656796" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T00:47:07.656911" 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-04-11T00:47:07.655120" elapsed="0.001821"/>
</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-04-11T00:47:07.657098" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T00:47:07.657479" elapsed="0.000208"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:47:07.658222" 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-04-11T00:47:07.657845" elapsed="0.000455"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T00:47:07.658357" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-11T00:47:06.954014" elapsed="0.704536"/>
</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-04-11T00:47:06.950265" elapsed="0.708351"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T00:47:07.659199" 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-04-11T00:47:07.658811" elapsed="0.000465"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T00:47:07.659678" 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-04-11T00:47:07.659431" elapsed="0.000309"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T00:47:07.660321" 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-04-11T00:47:07.659896" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T00:47:07.660868" 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-04-11T00:47:07.660521" elapsed="0.000389"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T00:47:07.661447" 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-04-11T00:47:07.661056" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T00:47:07.661969" 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-04-11T00:47:07.661634" elapsed="0.000378"/>
</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-04-11T00:47:07.662381" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T00:47:07.662105" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T00:47:07.667041" 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-04-11T00:47:07.666620" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T00:47:07.668114" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T00:47:07.668198" 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-04-11T00:47:07.667635" elapsed="0.000587"/>
</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-04-11T00:47:07.668390" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T00:47:07.669771" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-04-11T00:47:08.385211" 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 Sat Apr 11 00:47:07 UTC 2026

  System load:  0.35               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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-175-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-04-11T00:47:07.669266" elapsed="0.716152"/>
</kw>
<msg time="2026-04-11T00:47:08.385524" 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-04-11T00:47:07.668900" elapsed="0.716734"/>
</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-04-11T00:47:07.667292" elapsed="0.718480"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.393334" 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-04-11T00:47:08.386027" elapsed="0.009051"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T00:47:08.395385" elapsed="0.000420"/>
</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-04-11T00:47:07.666051" elapsed="0.729846"/>
</kw>
<status status="PASS" start="2026-04-11T00:47:07.662687" elapsed="0.733265"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:07.662079" elapsed="0.733923"/>
</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-04-11T00:47:08.396225" elapsed="0.000742"/>
</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-04-11T00:47:08.403461" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-11T00:47:08.403278" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:08.403218" elapsed="0.000367"/>
</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-04-11T00:47:08.408705" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-11T00:47:08.408529" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:08.408500" elapsed="0.000308"/>
</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-04-11T00:47:08.408997" elapsed="0.000696"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.410297" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-04-11T00:47:08.597167" 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-04-11T00:47:08.409910" elapsed="0.187378"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.692091" 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-04-11T00:47:08.597478" elapsed="0.094688"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.697985" 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-04-11T00:47:08.698171" 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-04-11T00:47:08.692343" elapsed="0.005861"/>
</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-04-11T00:47:08.698366" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T00:47:08.698743" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:47:08.699403" 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-04-11T00:47:08.699069" elapsed="0.000397"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T00:47:08.699516" elapsed="0.000047"/>
</return>
<msg time="2026-04-11T00:47:08.699707" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-11T00:47:08.407994" elapsed="0.291745"/>
</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-04-11T00:47:08.699886" elapsed="0.000553"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T00:47:08.700492" elapsed="0.000031"/>
</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-04-11T00:47:08.402795" elapsed="0.297827"/>
</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-04-11T00:47:08.704381" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-11T00:47:08.704250" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:08.704211" elapsed="0.000243"/>
</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-04-11T00:47:08.704585" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.705457" level="INFO">Logging into '10.30.171.222:8101' as 'karaf'.</msg>
<msg time="2026-04-11T00:47:08.877724" 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-04-11T00:47:08.705174" elapsed="0.172640"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.901661" 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-04-11T00:47:08.877971" elapsed="0.023786"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.904224" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-11T00:47:08.904334" 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-04-11T00:47:08.901983" elapsed="0.002380"/>
</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-04-11T00:47:08.904498" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T00:47:08.904828" elapsed="0.000167"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:47:08.905423" 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-04-11T00:47:08.905133" elapsed="0.000340"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-11T00:47:08.905521" elapsed="0.000036"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.222
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-11T00:47:08.703905" elapsed="0.201753"/>
</kw>
<status status="PASS" start="2026-04-11T00:47:06.948480" elapsed="1.957237"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:47:08.907997" 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-04-11T00:47:08.906558" elapsed="0.001515"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T00:47:08.909578" 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-04-11T00:47:08.909189" elapsed="0.000432"/>
</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-04-11T00:47:08.909927" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T00:47:08.909699" elapsed="0.000287"/>
</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-04-11T00:47:08.913001" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T00:47:08.912751" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:08.912731" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.913444" 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-04-11T00:47:08.913567" 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-04-11T00:47:08.913216" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:47:08.914155" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.224" 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-04-11T00:47:08.913731" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.914848" 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-04-11T00:47:08.914372" elapsed="0.000503"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T00:47:08.915783" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T00:47:08.915874" 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-04-11T00:47:08.915467" elapsed="0.000431"/>
</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-04-11T00:47:08.916038" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T00:47:08.917270" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-04-11T00:47:09.233831" 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 Sat Apr 11 00:47:07 UTC 2026

  System load:  0.35               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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: Sat Apr 11 00:47:08 2026 from 10.30.170.255
[?2004h[jenkins@releng-63164-175-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-04-11T00:47:08.916894" elapsed="0.317057"/>
</kw>
<msg time="2026-04-11T00:47:09.234016" 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-04-11T00:47:08.916544" elapsed="0.317549"/>
</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-04-11T00:47:08.915076" elapsed="0.319109"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T00:47:09.234807" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T00:57:15.345896" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T00:57:15.346456" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T00:57:15.346567" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-04-11T00:47:09.234374" elapsed="606.112253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T00:57:15.347061" elapsed="0.000759"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.348990" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:14.435 16  switches: flows:  116767 119053 115236 118090 114010 117516 118215 116058 115031 116722 112435 113745 116509 112822 114769 116616  total = 30.893233 per ms 
00:49:14.535 16  switches: flows:  128216 129989 130303 127946 125354 129927 128443 127802 125884 125604 124607 123569 128542 124610 122993 127703  total = 33.801739 per ms 
00:50:14.635 16  switches: flows:  124902 126075 126035 126038 121635 125703 124212 123449 122972 121774 123836 122428 124661 120547 120079 122972  total = 32.900388 per ms 
00:51:14.736 16  switches: flows:  128632 129388 127810 129362 124181 128582 127572 124953 124940 124977 124445 123937 126497 123368 124651 124513  total = 33.574060 per ms 
00:52:14.836 16  switches: flows:  129457 128690 129316 128436 124527 128958 128509 128102 124807 126077 127137 124702 125077 123984 124291 125937  total = 33.743802 per ms 
00:53:14.936 16  switches: flows:  126746 127668 125024 125206 122056 126652 126246 123939 122982 123195 122474 121714 124458 122333 121717 123361  total = 33.040988 per ms 
00:54:15.036 16  switches: flows:  126822 128937 130722 128620 123360 127152 126068 125977 123157 124208 122157 123160 126337 124337 123183 124919  total = 33.429481 per ms 
00:55:15.137 16  switches: flows:  127589 128616 129753 129475 123221 125582 127197 124221 123088 124315 122310 122928 126411 126314 124561 125135  total = 33.456082 per ms 
00:56:15.237 16  switches: flows:  125942 126614 126268 128243 122496 123152 125167 123806 121412 122320 120982 123783 125842 123867 120908 123355  total = 33.014156 per ms 
00:57:15.337 16  switches: flows:  127880 127107 129218 126464 122273 125413 126751 125262 124596 122969 123385 124890 125012 124548 122767 125245  total = 33.340666 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32900.39/33801.74/33366.82/11126.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T00:57:15.348183" elapsed="0.001127"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T00:57:15.349805" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-11T00:57:15.349500" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-04-11T00:57:15.349442" elapsed="0.000573"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T00:57:15.350233" elapsed="0.000062"/>
</return>
<status status="NOT RUN" start="2026-04-11T00:57:15.350148" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-04-11T00:57:15.350112" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T00:57:15.350487" 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-04-11T00:57:15.356029" elapsed="0.000817"/>
</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-04-11T00:57:15.357188" elapsed="0.000350"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T00:57:15.357670" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T00:57:15.351168" elapsed="0.006652"/>
</kw>
<msg time="2026-04-11T00:57:15.357948" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-04-11T00:47:08.910361" elapsed="606.447614"/>
</kw>
<status status="PASS" start="2026-04-11T00:47:08.910015" elapsed="606.448010"/>
</branch>
<status status="PASS" start="2026-04-11T00:47:08.909675" elapsed="606.448373"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.358505" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:14.435 16  switches: flows:  116767 119053 115236 118090 114010 117516 118215 116058 115031 116722 112435 113745 116509 112822 114769 116616  total = 30.893233 per ms 
00:49:14.535 16  switches: flows:  128216 129989 130303 127946 125354 129927 128443 127802 125884 125604 124607 123569 128542 124610 122993 127703  total = 33.801739 per ms 
00:50:14.635 16  switches: flows:  124902 126075 126035 126038 121635 125703 124212 123449 122972 121774 123836 122428 124661 120547 120079 122972  total = 32.900388 per ms 
00:51:14.736 16  switches: flows:  128632 129388 127810 129362 124181 128582 127572 124953 124940 124977 124445 123937 126497 123368 124651 124513  total = 33.574060 per ms 
00:52:14.836 16  switches: flows:  129457 128690 129316 128436 124527 128958 128509 128102 124807 126077 127137 124702 125077 123984 124291 125937  total = 33.743802 per ms 
00:53:14.936 16  switches: flows:  126746 127668 125024 125206 122056 126652 126246 123939 122982 123195 122474 121714 124458 122333 121717 123361  total = 33.040988 per ms 
00:54:15.036 16  switches: flows:  126822 128937 130722 128620 123360 127152 126068 125977 123157 124208 122157 123160 126337 124337 123183 124919  total = 33.429481 per ms 
00:55:15.137 16  switches: flows:  127589 128616 129753 129475 123221 125582 127197 124221 123088 124315 122310 122928 126411 126314 124561 125135  total = 33.456082 per ms 
00:56:15.237 16  switches: flows:  125942 126614 126268 128243 122496 123152 125167 123806 121412 122320 120982 123783 125842 123867 120908 123355  total = 33.014156 per ms 
00:57:15.337 16  switches: flows:  127880 127107 129218 126464 122273 125413 126751 125262 124596 122969 123385 124890 125012 124548 122767 125245  total = 33.340666 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32900.39/33801.74/33366.82/11126.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T00:57:15.358189" elapsed="0.000390"/>
</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-04-11T00:57:15.358727" elapsed="0.000359"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T00:57:15.359498" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T00:57:15.359588" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32900.39/33801.74/33366.82/11126.44 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-04-11T00:57:15.359262" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T00:57:15.360019" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32900.39/33801.74/33366.82/11126.44 | 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-04-11T00:57:15.359766" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.362446" 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-04-11T00:57:15.360188" elapsed="0.002314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.364852" level="INFO">32900.39/33801.74/33366.82/11126.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T00:57:15.362647" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T00:57:15.367259" 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-04-11T00:57:15.365054" elapsed="0.002234"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T00:57:15.369741" level="INFO">@{result_value_list} = [ 32900.39 | 33801.74 | 33366.82 | 11126.44 ]</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-04-11T00:57:15.367483" elapsed="0.002285"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.370227" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T00:57:15.370338" 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-04-11T00:57:15.369921" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.375015" level="INFO">min :: 32900.39</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-04-11T00:57:15.370754" elapsed="0.004329"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T00:57:15.370622" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.379720" level="INFO">max :: 33801.74</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-04-11T00:57:15.375355" elapsed="0.004432"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T00:57:15.375210" elapsed="0.004612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.384388" level="INFO">avg :: 33366.82</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-04-11T00:57:15.380038" elapsed="0.004406"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T00:57:15.379911" elapsed="0.004567"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.389168" level="INFO">stdev :: 11126.44</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-04-11T00:57:15.384697" elapsed="0.004527"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T00:57:15.384571" elapsed="0.004703"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T00:57:15.370433" elapsed="0.018874"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.393216" level="INFO">${min} = 32900.39</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-04-11T00:57:15.389466" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.397099" level="INFO">${max} = 33801.74</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-04-11T00:57:15.393411" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.401195" level="INFO">${average} = 33366.82</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-04-11T00:57:15.397292" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.405107" level="INFO">${stdev} = 11126.44</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-04-11T00:57:15.401389" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.405658" level="INFO">${date} = 2026-04-11 00:57:15</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-11T00:57:15.405307" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.406249" level="INFO">CBench Result: 2026-04-11 00:57:15,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32900.39,33801.74,33366.82,11126.44</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-04-11T00:57:15.405828" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T00:57:15.407347" 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-04-11T00:57:15.406923" elapsed="0.000492"/>
</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-04-11T00:57:15.407569" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T00:57:15.406451" elapsed="0.001642"/>
</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-04-11T00:47:08.908538" elapsed="606.499615"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.408637" 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-04-11T00:57:15.408319" elapsed="0.000374"/>
</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-04-11T00:57:15.409227" elapsed="0.000284"/>
</kw>
<status status="PASS" start="2026-04-11T00:57:15.408928" elapsed="0.000654"/>
</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-04-11T00:47:08.905872" elapsed="606.503748"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.410878" 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-04-11T00:57:15.410502" elapsed="0.000432"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.412225" 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-04-11T00:57:15.411838" elapsed="0.000455"/>
</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-04-11T00:57:15.412674" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-11T00:57:15.412416" elapsed="0.000343"/>
</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-04-11T00:57:15.415609" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T00:57:15.415365" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-11T00:57:15.415345" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T00:57:15.416051" 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-04-11T00:57:15.416188" 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-04-11T00:57:15.415822" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.416924" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.224" 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-04-11T00:57:15.416399" elapsed="0.000591"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T00:57:15.417775" 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-04-11T00:57:15.417154" elapsed="0.000649"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T00:57:15.418824" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T00:57:15.418932" 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-04-11T00:57:15.418473" elapsed="0.000486"/>
</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-04-11T00:57:15.419117" elapsed="0.000411"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T00:57:15.420558" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-04-11T00:57:16.059306" 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 Sat Apr 11 00:57:15 UTC 2026

  System load:  1.02               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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: Sat Apr 11 00:47:09 2026 from 10.30.170.255
[?2004h[jenkins@releng-63164-175-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-04-11T00:57:15.420108" elapsed="0.639354"/>
</kw>
<msg time="2026-04-11T00:57:16.059541" 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-04-11T00:57:15.419702" elapsed="0.639926"/>
</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-04-11T00:57:15.418033" elapsed="0.641701"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T00:57:16.060251" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T01:07:24.728674" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T01:07:24.729242" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T01:07:24.729383" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222: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-04-11T00:57:16.059947" elapsed="608.669503"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:07:24.729911" elapsed="0.001271"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.732161" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:21.183 16  switches: flows:  555708 547334 539591 548721 545472 548065 553563 551901 529490 555995 555856 544262 543550 557803 536391 545751  total = 145.990883 per ms 
00:59:21.285 16  switches: flows:  591894 598612 589166 597420 590385 596614 597244 593038 592979 596824 595742 598092 590740 587688 595452 598121  total = 158.231361 per ms 
01:00:21.389 16  switches: flows:  605982 606751 593812 607924 607208 604671 603072 599072 603721 605700 611603 608442 606639 604051 601882 596280  total = 160.840966 per ms 
01:01:21.553 16  switches: flows:  576407 586795 577604 577304 574918 583137 582683 573517 579689 585847 585142 579754 585143 566403 577244 587043  total = 154.222518 per ms 
01:02:22.874 16  switches: flows:  592767 594376 587229 589790 596703 587291 594116 591440 592917 601533 591908 589016 596574 589412 594013 588292  total = 154.559511 per ms 
01:03:22.975 16  switches: flows:  629986 624915 634409 627573 629004 624679 625630 619837 626056 630226 631353 635053 621816 628620 628897 623050  total = 167.070306 per ms 
01:04:23.078 16  switches: flows:  594764 601901 589070 596029 599711 598346 597721 593816 595647 600257 596478 597452 589682 597132 601638 593296  total = 158.780555 per ms 
01:05:23.179 16  switches: flows:  601146 602589 602489 601722 608925 605110 599415 602436 595186 605628 601825 610453 601074 598415 609347 601252  total = 160.512220 per ms 
01:06:24.621 16  switches: flows:  604279 606577 595683 601399 600180 608042 604015 588112 598055 606886 598814 606885 599890 602900 597934 604797  total = 156.643562 per ms 
01:07:24.723 16  switches: flows:  577894 597959 563359 599300 597634 602423 589046 593546 595663 603237 566345 562373 587883 569027 596838 562842  total = 155.826933 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154222.52/167070.31/158520.88/52974.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:07:24.731628" elapsed="0.000752"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T01:07:24.732726" elapsed="0.000049"/>
</return>
<status status="PASS" start="2026-04-11T01:07:24.732501" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-04-11T01:07:24.732464" elapsed="0.000400"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T01:07:24.732995" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:07:24.732944" elapsed="0.000107"/>
</branch>
<status status="NOT RUN" start="2026-04-11T01:07:24.732922" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T01:07:24.733124" elapsed="0.000019"/>
</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-04-11T01:07:24.736793" elapsed="0.000560"/>
</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-04-11T01:07:24.737572" elapsed="0.000228"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:07:24.737981" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T01:07:24.733614" elapsed="0.004603"/>
</kw>
<msg time="2026-04-11T01:07:24.738426" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222: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-04-11T00:57:15.413106" elapsed="609.325358"/>
</kw>
<status status="PASS" start="2026-04-11T00:57:15.412788" elapsed="609.325745"/>
</branch>
<status status="PASS" start="2026-04-11T00:57:15.412393" elapsed="609.326173"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.739160" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:21.183 16  switches: flows:  555708 547334 539591 548721 545472 548065 553563 551901 529490 555995 555856 544262 543550 557803 536391 545751  total = 145.990883 per ms 
00:59:21.285 16  switches: flows:  591894 598612 589166 597420 590385 596614 597244 593038 592979 596824 595742 598092 590740 587688 595452 598121  total = 158.231361 per ms 
01:00:21.389 16  switches: flows:  605982 606751 593812 607924 607208 604671 603072 599072 603721 605700 611603 608442 606639 604051 601882 596280  total = 160.840966 per ms 
01:01:21.553 16  switches: flows:  576407 586795 577604 577304 574918 583137 582683 573517 579689 585847 585142 579754 585143 566403 577244 587043  total = 154.222518 per ms 
01:02:22.874 16  switches: flows:  592767 594376 587229 589790 596703 587291 594116 591440 592917 601533 591908 589016 596574 589412 594013 588292  total = 154.559511 per ms 
01:03:22.975 16  switches: flows:  629986 624915 634409 627573 629004 624679 625630 619837 626056 630226 631353 635053 621816 628620 628897 623050  total = 167.070306 per ms 
01:04:23.078 16  switches: flows:  594764 601901 589070 596029 599711 598346 597721 593816 595647 600257 596478 597452 589682 597132 601638 593296  total = 158.780555 per ms 
01:05:23.179 16  switches: flows:  601146 602589 602489 601722 608925 605110 599415 602436 595186 605628 601825 610453 601074 598415 609347 601252  total = 160.512220 per ms 
01:06:24.621 16  switches: flows:  604279 606577 595683 601399 600180 608042 604015 588112 598055 606886 598814 606885 599890 602900 597934 604797  total = 156.643562 per ms 
01:07:24.723 16  switches: flows:  577894 597959 563359 599300 597634 602423 589046 593546 595663 603237 566345 562373 587883 569027 596838 562842  total = 155.826933 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154222.52/167070.31/158520.88/52974.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:07:24.738759" elapsed="0.000527"/>
</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-04-11T01:07:24.739491" elapsed="0.000502"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T01:07:24.740540" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T01:07:24.740665" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154222.52/167070.31/158520.88/52974.22 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-04-11T01:07:24.740212" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:07:24.741280" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154222.52/167070.31/158520.88/52974.22 | 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-04-11T01:07:24.740911" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.744138" 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-04-11T01:07:24.741517" elapsed="0.002677"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.746721" level="INFO">154222.52/167070.31/158520.88/52974.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:07:24.744359" elapsed="0.002421"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:07:24.749135" 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-04-11T01:07:24.746933" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:07:24.751635" level="INFO">@{result_value_list} = [ 154222.52 | 167070.31 | 158520.88 | 52974.22 ]</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-04-11T01:07:24.749368" elapsed="0.002295"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.752141" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T01:07:24.752229" 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-04-11T01:07:24.751816" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.756943" level="INFO">min :: 154222.52</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-04-11T01:07:24.752668" elapsed="0.004332"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T01:07:24.752539" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.761545" level="INFO">max :: 167070.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:07:24.757252" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T01:07:24.757123" elapsed="0.004513"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.766323" level="INFO">avg :: 158520.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-04-11T01:07:24.761849" elapsed="0.004531"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T01:07:24.761723" elapsed="0.004692"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.770914" level="INFO">stdev :: 52974.22</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-04-11T01:07:24.766632" elapsed="0.004339"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T01:07:24.766504" elapsed="0.004502"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T01:07:24.752340" elapsed="0.018697"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.774876" level="INFO">${min} = 154222.52</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-04-11T01:07:24.771194" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.778766" level="INFO">${max} = 167070.31</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-04-11T01:07:24.775077" elapsed="0.003715"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.782654" level="INFO">${average} = 158520.88</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-04-11T01:07:24.778942" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.786588" level="INFO">${stdev} = 52974.22</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-04-11T01:07:24.782830" elapsed="0.003785"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.787131" level="INFO">${date} = 2026-04-11 01:07:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-11T01:07:24.786773" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.787745" level="INFO">CBench Result: 2026-04-11 01:07:24,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154222.52,167070.31,158520.88,52974.22</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-04-11T01:07:24.787336" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T01:07:24.788841" 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-04-11T01:07:24.788432" elapsed="0.000474"/>
</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-04-11T01:07:24.789056" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T01:07:24.787943" elapsed="0.001653"/>
</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-04-11T00:57:15.411261" elapsed="609.378394"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.790126" 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-04-11T01:07:24.789807" elapsed="0.000375"/>
</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-04-11T01:07:24.790712" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-04-11T01:07:24.790412" elapsed="0.000632"/>
</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-04-11T00:57:15.409920" elapsed="609.381164"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.792535" 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-04-11T01:07:24.792136" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.793912" 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-04-11T01:07:24.793571" elapsed="0.000383"/>
</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-04-11T01:07:24.794296" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:07:24.794061" elapsed="0.000294"/>
</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-04-11T01:07:24.797515" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:07:24.797268" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-11T01:07:24.797237" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:07:24.797911" 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-04-11T01:07:24.798028" 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-04-11T01:07:24.797723" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.798623" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.224" 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-04-11T01:07:24.798187" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-11T01:07:24.799251" 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-04-11T01:07:24.798819" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:07:24.800193" level="INFO">Length is 0.</msg>
<msg time="2026-04-11T01:07:24.800298" 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-04-11T01:07:24.799894" elapsed="0.000429"/>
</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-04-11T01:07:24.800461" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-11T01:07:24.801804" level="INFO">Logging into '10.30.170.224:22' as 'jenkins'.</msg>
<msg time="2026-04-11T01:07:25.353573" 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 Sat Apr 11 01:07:24 UTC 2026

  System load:  0.21               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.224
  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: Sat Apr 11 00:57:16 2026 from 10.30.170.255
[?2004h[jenkins@releng-63164-175-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-04-11T01:07:24.801286" elapsed="0.552495"/>
</kw>
<msg time="2026-04-11T01:07:25.353867" 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-04-11T01:07:24.800926" elapsed="0.553026"/>
</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-04-11T01:07:24.799496" elapsed="0.554572"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-11T01:07:25.354621" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.222 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-11T01:17:31.395644" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-11T01:17:31.396160" level="INFO">${stdout} = </msg>
<msg time="2026-04-11T01:17:31.396304" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-04-11T01:07:25.354306" elapsed="606.042058"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:17:31.396834" elapsed="0.000776"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.398762" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:30.482 16  switches: flows:  125769 127716 128462 128949 127608 128142 123174 135225 125442 124099 128302 122274 123588 125965 124455 122954  total = 33.702067 per ms 
01:09:30.583 16  switches: flows:  119037 119757 118401 119943 119306 120410 118525 121359 117333 115263 117632 116262 116770 117925 117959 116377  total = 31.484898 per ms 
01:10:30.683 16  switches: flows:  126725 124871 126815 125024 124442 126577 122485 124862 121118 121216 122203 123071 121773 123133 121601 123479  total = 32.934913 per ms 
01:11:30.783 16  switches: flows:  131773 129655 129853 129272 130724 129778 126178 127604 124833 126950 127802 126386 123811 125403 127623 126560  total = 34.013277 per ms 
01:12:30.884 16  switches: flows:  129880 128917 127702 128573 129530 130185 125053 127239 123649 125278 126200 125347 122897 124484 126399 125361  total = 33.721932 per ms 
01:13:30.984 16  switches: flows:  123516 121123 121833 121132 121862 120698 117356 120120 119833 118466 120051 118862 115800 117307 118925 117403  total = 31.851564 per ms 
01:14:31.084 16  switches: flows:  127849 128749 129411 126782 130771 129252 123756 128294 126816 125280 126533 126185 119060 124352 126524 125127  total = 33.689461 per ms 
01:15:31.185 16  switches: flows:  128297 129611 131782 127975 130780 129466 125127 129907 128108 123504 126561 127395 122737 125532 127591 124889  total = 33.930718 per ms 
01:16:31.287 16  switches: flows:  129795 130027 129046 128766 130569 129115 125449 129748 128381 124417 125421 128840 123778 123883 127657 124308  total = 33.929177 per ms 
01:17:31.387 16  switches: flows:  128551 128025 130418 126277 129265 129846 124819 129845 127537 125008 126929 125956 122420 124202 128276 124276  total = 33.804403 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31484.90/34013.28/33262.26/11124.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:17:31.397980" elapsed="0.001080"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-11T01:17:31.399594" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-11T01:17:31.399268" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-04-11T01:17:31.399188" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-11T01:17:31.400012" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-11T01:17:31.399929" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-11T01:17:31.399893" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-11T01:17:31.400219" elapsed="0.000060"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-11T01:17:31.405860" elapsed="0.000487"/>
</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-04-11T01:17:31.406561" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-11T01:17:31.406965" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-11T01:17:31.400923" elapsed="0.006251"/>
</kw>
<msg time="2026-04-11T01:17:31.407379" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222: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-04-11T01:07:24.794945" elapsed="606.612471"/>
</kw>
<status status="PASS" start="2026-04-11T01:07:24.794380" elapsed="606.613105"/>
</branch>
<status status="PASS" start="2026-04-11T01:07:24.794040" elapsed="606.613477"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.408116" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.222:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.222. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:30.482 16  switches: flows:  125769 127716 128462 128949 127608 128142 123174 135225 125442 124099 128302 122274 123588 125965 124455 122954  total = 33.702067 per ms 
01:09:30.583 16  switches: flows:  119037 119757 118401 119943 119306 120410 118525 121359 117333 115263 117632 116262 116770 117925 117959 116377  total = 31.484898 per ms 
01:10:30.683 16  switches: flows:  126725 124871 126815 125024 124442 126577 122485 124862 121118 121216 122203 123071 121773 123133 121601 123479  total = 32.934913 per ms 
01:11:30.783 16  switches: flows:  131773 129655 129853 129272 130724 129778 126178 127604 124833 126950 127802 126386 123811 125403 127623 126560  total = 34.013277 per ms 
01:12:30.884 16  switches: flows:  129880 128917 127702 128573 129530 130185 125053 127239 123649 125278 126200 125347 122897 124484 126399 125361  total = 33.721932 per ms 
01:13:30.984 16  switches: flows:  123516 121123 121833 121132 121862 120698 117356 120120 119833 118466 120051 118862 115800 117307 118925 117403  total = 31.851564 per ms 
01:14:31.084 16  switches: flows:  127849 128749 129411 126782 130771 129252 123756 128294 126816 125280 126533 126185 119060 124352 126524 125127  total = 33.689461 per ms 
01:15:31.185 16  switches: flows:  128297 129611 131782 127975 130780 129466 125127 129907 128108 123504 126561 127395 122737 125532 127591 124889  total = 33.930718 per ms 
01:16:31.287 16  switches: flows:  129795 130027 129046 128766 130569 129115 125449 129748 128381 124417 125421 128840 123778 123883 127657 124308  total = 33.929177 per ms 
01:17:31.387 16  switches: flows:  128551 128025 130418 126277 129265 129846 124819 129845 127537 125008 126929 125956 122420 124202 128276 124276  total = 33.804403 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31484.90/34013.28/33262.26/11124.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:17:31.407708" elapsed="0.000509"/>
</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-04-11T01:17:31.408445" elapsed="0.000508"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-11T01:17:31.409505" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-11T01:17:31.409631" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31484.90/34013.28/33262.26/11124.44 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-04-11T01:17:31.409171" elapsed="0.000494"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:17:31.410254" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31484.90/34013.28/33262.26/11124.44 | 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-04-11T01:17:31.409875" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.413643" 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-04-11T01:17:31.410503" elapsed="0.003219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.416162" level="INFO">31484.90/34013.28/33262.26/11124.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-11T01:17:31.413955" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:17:31.418576" 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-04-11T01:17:31.416382" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-11T01:17:31.420986" level="INFO">@{result_value_list} = [ 31484.90 | 34013.28 | 33262.26 | 11124.44 ]</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-04-11T01:17:31.418789" elapsed="0.002224"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.421509" level="INFO">Length is 4.</msg>
<msg time="2026-04-11T01:17:31.421609" 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-04-11T01:17:31.421167" elapsed="0.000466"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.426610" level="INFO">min :: 31484.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-04-11T01:17:31.422049" elapsed="0.004619"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-11T01:17:31.421902" elapsed="0.004801"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.431302" level="INFO">max :: 34013.28</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-04-11T01:17:31.426917" elapsed="0.004442"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-11T01:17:31.426791" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.435965" level="INFO">avg :: 33262.26</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-04-11T01:17:31.431603" elapsed="0.004419"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-11T01:17:31.431478" elapsed="0.004578"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.440746" level="INFO">stdev :: 11124.44</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-04-11T01:17:31.436279" elapsed="0.004523"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-11T01:17:31.436140" elapsed="0.004697"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-11T01:17:31.421700" elapsed="0.019166"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.444734" level="INFO">${min} = 31484.90</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-04-11T01:17:31.441022" elapsed="0.003738"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.448636" level="INFO">${max} = 34013.28</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-04-11T01:17:31.444912" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.452495" level="INFO">${average} = 33262.26</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-04-11T01:17:31.448813" elapsed="0.003708"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.456394" level="INFO">${stdev} = 11124.44</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-04-11T01:17:31.452672" elapsed="0.003748"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.456928" level="INFO">${date} = 2026-04-11 01:17:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-11T01:17:31.456584" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.457524" level="INFO">CBench Result: 2026-04-11 01:17:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31484.90,34013.28,33262.26,11124.44</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-04-11T01:17:31.457097" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-11T01:17:31.458648" 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-04-11T01:17:31.458172" elapsed="0.000544"/>
</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-04-11T01:17:31.458869" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-11T01:17:31.457714" elapsed="0.001685"/>
</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-04-11T01:07:24.792909" elapsed="606.666548"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.459915" 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-04-11T01:17:31.459605" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-11T01:17:31.461185" 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-04-11T01:17:31.460692" elapsed="0.000520"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-11T01:17:31.461476" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-11T01:17:31.461304" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-04-11T01:17:31.461285" elapsed="0.000274"/>
</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-04-11T01:17:31.461699" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-11T01:17:31.461853" 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-04-11T01:17:31.462012" elapsed="0.000019"/>
</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-04-11T01:17:31.462207" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-11T01:17:31.462381" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-11T01:17:31.462528" elapsed="0.000026"/>
</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-04-11T01:17:31.462682" elapsed="0.000020"/>
</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-04-11T01:17:31.462900" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-11T01:17:31.462764" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-04-11T01:17:31.462747" elapsed="0.000228"/>
</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-04-11T01:17:31.460359" elapsed="0.002665"/>
</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-04-11T01:07:24.791632" elapsed="606.671440"/>
</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-04-11T00:47:06.390854" elapsed="1825.072911"/>
</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>
