<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-15T00:45:56.631774" 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-15T00:45:57.198402" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-04-15T00:45:57.198241" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:57.198212" elapsed="0.000301"/>
</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-15T00:45:57.198657" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T00:45:57.199623" level="INFO">Logging into '10.30.171.154:8101' as 'karaf'.</msg>
<msg time="2026-04-15T00:45:57.924824" 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-15T00:45:57.199315" elapsed="0.725737"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T00:45:57.974538" 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-15T00:45:57.925363" elapsed="0.049253"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T00:45:57.976405" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T00:45:57.976541" 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-15T00:45:57.974791" elapsed="0.001780"/>
</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-15T00:45:57.976732" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T00:45:57.977101" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:45:57.977867" 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-15T00:45:57.977508" elapsed="0.000414"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T00:45:57.977979" elapsed="0.000064"/>
</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.154
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-15T00:45:57.197862" elapsed="0.780308"/>
</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-15T00:45:57.194305" elapsed="0.783931"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T00:45:57.978845" 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-15T00:45:57.978448" elapsed="0.000453"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T00:45:57.979299" 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-15T00:45:57.979054" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T00:45:57.979943" 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-15T00:45:57.979546" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T00:45:57.980501" 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-15T00:45:57.980141" elapsed="0.000403"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T00:45:57.981064" 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-15T00:45:57.980689" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T00:45:57.981600" 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-15T00:45:57.981249" elapsed="0.000394"/>
</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-15T00:45:57.981956" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-15T00:45:57.981737" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T00:45:57.986653" 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-15T00:45:57.986207" elapsed="0.000473"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T00:45:57.987747" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T00:45:57.987829" 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-15T00:45:57.987237" elapsed="0.000616"/>
</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-15T00:45:57.987998" elapsed="0.000380"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T00:45:57.989438" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-04-15T00:45:58.739704" 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 Wed Apr 15 00:45:58 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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-183-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-15T00:45:57.988907" elapsed="0.750967"/>
</kw>
<msg time="2026-04-15T00:45:58.739974" 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-15T00:45:57.988553" elapsed="0.751522"/>
</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-15T00:45:57.986891" elapsed="0.753311"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-15T00:45:58.748936" 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-15T00:45:58.740462" elapsed="0.010384"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T00:45:58.751103" elapsed="0.000413"/>
</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-15T00:45:57.985660" elapsed="0.765945"/>
</kw>
<status status="PASS" start="2026-04-15T00:45:57.982277" elapsed="0.769381"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:57.981707" elapsed="0.769996"/>
</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-15T00:45:58.751913" elapsed="0.000714"/>
</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-15T00:45:58.761636" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-15T00:45:58.761510" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:58.761486" elapsed="0.000228"/>
</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-15T00:45:58.765349" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-15T00:45:58.765234" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:58.765214" elapsed="0.000222"/>
</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-15T00:45:58.765573" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T00:45:58.766462" level="INFO">Logging into '10.30.171.154:8101' as 'karaf'.</msg>
<msg time="2026-04-15T00:45:58.997897" 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-15T00:45:58.766179" elapsed="0.231913"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.093308" 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-15T00:45:58.998365" elapsed="0.095150"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.115978" 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-15T00:45:59.116178" 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-15T00:45:59.093869" elapsed="0.022342"/>
</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-15T00:45:59.116354" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T00:45:59.116706" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:45:59.117406" 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-15T00:45:59.117078" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T00:45:59.117542" elapsed="0.000057"/>
</return>
<msg time="2026-04-15T00:45:59.117750" 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.154
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-15T00:45:58.764855" elapsed="0.352927"/>
</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-15T00:45:59.117931" elapsed="0.000526"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T00:45:59.118510" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-15T00:45:58.761176" elapsed="0.357464"/>
</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-15T00:45:59.122438" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-15T00:45:59.122280" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:59.122249" elapsed="0.000263"/>
</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-15T00:45:59.122643" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.123517" level="INFO">Logging into '10.30.171.154:8101' as 'karaf'.</msg>
<msg time="2026-04-15T00:45:59.295977" 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-15T00:45:59.123241" elapsed="0.172869"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.321947" 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-15T00:45:59.296330" elapsed="0.025675"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.323916" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T00:45:59.324025" 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-15T00:45:59.322154" elapsed="0.001900"/>
</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-15T00:45:59.324190" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T00:45:59.324528" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:45:59.325232" 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-15T00:45:59.324890" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T00:45:59.325334" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.154
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-15T00:45:59.121940" elapsed="0.203579"/>
</kw>
<status status="PASS" start="2026-04-15T00:45:57.192426" elapsed="2.133158"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:45:59.327734" 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-15T00:45:59.326654" elapsed="0.001144"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T00:45:59.329261" 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-15T00:45:59.328867" elapsed="0.000436"/>
</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-15T00:45:59.329653" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T00:45:59.329393" elapsed="0.000318"/>
</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-15T00:45:59.332660" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T00:45:59.332397" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:59.332377" elapsed="0.000396"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.333140" 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-15T00:45:59.333263" 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-15T00:45:59.332914" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:45:59.333863" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.154 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.14" 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-15T00:45:59.333439" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.334537" 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-15T00:45:59.334062" elapsed="0.000501"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T00:45:59.335479" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T00:45:59.335569" 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-15T00:45:59.335142" elapsed="0.000451"/>
</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-15T00:45:59.335818" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.337028" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-04-15T00:45:59.684683" 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 Wed Apr 15 00:45:58 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Apr 15 00:45:58 2026 from 10.30.170.252
[?2004h[jenkins@releng-63164-183-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-15T00:45:59.336671" elapsed="0.348198"/>
</kw>
<msg time="2026-04-15T00:45:59.684953" 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-15T00:45:59.336309" elapsed="0.348731"/>
</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-15T00:45:59.334764" elapsed="0.350394"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T00:45:59.685961" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.154 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T00:56:05.828048" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T00:56:05.828637" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T00:56:05.828757" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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-15T00:45:59.685378" elapsed="606.143440"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T00:56:05.829297" elapsed="0.000847"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.831395" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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.154. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:04.878 16  switches: flows:  96499 92388 91424 91904 94244 89725 94993 91325 90687 86755 89178 88815 88750 87216 91467 89742  total = 24.251867 per ms 
00:48:04.979 16  switches: flows:  120940 122621 118031 120836 120576 116959 118120 118706 113423 114277 116111 114978 112960 114244 113642 114263  total = 31.126122 per ms 
00:49:05.080 16  switches: flows:  124869 124160 120327 123366 122729 119346 120592 120907 116874 116431 117756 117064 116731 116845 116778 117589  total = 31.819615 per ms 
00:50:05.180 16  switches: flows:  120180 119645 117613 120759 119104 115669 118506 116769 112863 113280 116930 113381 112023 112814 113747 112911  total = 30.884809 per ms 
00:51:05.281 16  switches: flows:  126367 121570 120984 123854 125223 123258 121871 122379 116832 120239 121155 117613 117330 117677 117509 119566  total = 32.170045 per ms 
00:52:05.381 16  switches: flows:  127379 124581 122802 125618 125281 124498 124506 123247 118721 121721 121743 119601 117547 119008 118941 119313  total = 32.520738 per ms 
00:53:05.481 16  switches: flows:  120453 119625 116397 120169 120505 118812 118109 116919 112102 114977 116618 113156 113449 111250 111682 112588  total = 30.895235 per ms 
00:54:05.582 16  switches: flows:  122180 121035 117510 124185 121172 120855 119365 120594 115374 117353 117403 118155 114432 115393 113797 115432  total = 31.517964 per ms 
00:55:05.682 16  switches: flows:  130259 126856 123806 128310 127327 125536 125320 124556 122888 121062 121857 123347 119788 119289 118500 121816  total = 32.953556 per ms 
00:56:05.782 16  switches: flows:  121939 120651 120053 123095 123016 120563 120532 120436 118213 116970 117858 117035 115865 115111 115461 116990  total = 31.676905 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30884.81/32953.56/31729.44/10598.25 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T00:56:05.830569" elapsed="0.001184"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T00:56:05.832334" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-04-15T00:56:05.832029" elapsed="0.000441"/>
</branch>
<status status="PASS" start="2026-04-15T00:56:05.831899" elapsed="0.000612"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T00:56:05.832661" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-15T00:56:05.832601" elapsed="0.000121"/>
</branch>
<status status="NOT RUN" start="2026-04-15T00:56:05.832578" elapsed="0.000177"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T00:56:05.832804" elapsed="0.000020"/>
</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-15T00:56:05.836685" elapsed="0.000506"/>
</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-15T00:56:05.837443" elapsed="0.000255"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T00:56:05.837891" elapsed="0.000149"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T00:56:05.833280" elapsed="0.004835"/>
</kw>
<msg time="2026-04-15T00:56:05.838307" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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-15T00:45:59.330059" elapsed="606.508288"/>
</kw>
<status status="PASS" start="2026-04-15T00:45:59.329740" elapsed="606.508703"/>
</branch>
<status status="PASS" start="2026-04-15T00:45:59.329361" elapsed="606.509120"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.839132" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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.154. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:04.878 16  switches: flows:  96499 92388 91424 91904 94244 89725 94993 91325 90687 86755 89178 88815 88750 87216 91467 89742  total = 24.251867 per ms 
00:48:04.979 16  switches: flows:  120940 122621 118031 120836 120576 116959 118120 118706 113423 114277 116111 114978 112960 114244 113642 114263  total = 31.126122 per ms 
00:49:05.080 16  switches: flows:  124869 124160 120327 123366 122729 119346 120592 120907 116874 116431 117756 117064 116731 116845 116778 117589  total = 31.819615 per ms 
00:50:05.180 16  switches: flows:  120180 119645 117613 120759 119104 115669 118506 116769 112863 113280 116930 113381 112023 112814 113747 112911  total = 30.884809 per ms 
00:51:05.281 16  switches: flows:  126367 121570 120984 123854 125223 123258 121871 122379 116832 120239 121155 117613 117330 117677 117509 119566  total = 32.170045 per ms 
00:52:05.381 16  switches: flows:  127379 124581 122802 125618 125281 124498 124506 123247 118721 121721 121743 119601 117547 119008 118941 119313  total = 32.520738 per ms 
00:53:05.481 16  switches: flows:  120453 119625 116397 120169 120505 118812 118109 116919 112102 114977 116618 113156 113449 111250 111682 112588  total = 30.895235 per ms 
00:54:05.582 16  switches: flows:  122180 121035 117510 124185 121172 120855 119365 120594 115374 117353 117403 118155 114432 115393 113797 115432  total = 31.517964 per ms 
00:55:05.682 16  switches: flows:  130259 126856 123806 128310 127327 125536 125320 124556 122888 121062 121857 123347 119788 119289 118500 121816  total = 32.953556 per ms 
00:56:05.782 16  switches: flows:  121939 120651 120053 123095 123016 120563 120532 120436 118213 116970 117858 117035 115865 115111 115461 116990  total = 31.676905 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30884.81/32953.56/31729.44/10598.25 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T00:56:05.838692" elapsed="0.000553"/>
</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-15T00:56:05.839499" elapsed="0.000599"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T00:56:05.840604" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T00:56:05.840702" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30884.81/32953.56/31729.44/10598.25 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-15T00:56:05.840342" elapsed="0.000387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T00:56:05.841165" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30884.81/32953.56/31729.44/10598.25 | 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-15T00:56:05.840892" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.843714" 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-15T00:56:05.841344" elapsed="0.002432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.846319" level="INFO">30884.81/32953.56/31729.44/10598.25</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T00:56:05.843931" elapsed="0.002448"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T00:56:05.849061" 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-15T00:56:05.846553" elapsed="0.002536"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T00:56:05.851724" level="INFO">@{result_value_list} = [ 30884.81 | 32953.56 | 31729.44 | 10598.25 ]</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-15T00:56:05.849325" elapsed="0.002428"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.852276" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T00:56:05.852367" 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-15T00:56:05.851907" elapsed="0.000484"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.857652" level="INFO">min :: 30884.81</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-15T00:56:05.852837" elapsed="0.004893"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T00:56:05.852703" elapsed="0.005076"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.863191" level="INFO">max :: 32953.56</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-15T00:56:05.858098" elapsed="0.005156"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T00:56:05.857907" elapsed="0.005383"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.868038" level="INFO">avg :: 31729.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-15T00:56:05.863537" elapsed="0.004562"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T00:56:05.863381" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.872911" level="INFO">stdev :: 10598.25</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-15T00:56:05.868364" elapsed="0.004603"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T00:56:05.868230" elapsed="0.004772"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T00:56:05.852497" elapsed="0.020538"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.876930" level="INFO">${min} = 30884.81</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-15T00:56:05.873193" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.880849" level="INFO">${max} = 32953.56</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-15T00:56:05.877114" elapsed="0.003762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.885157" level="INFO">${average} = 31729.44</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-15T00:56:05.881028" elapsed="0.004174"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.889784" level="INFO">${stdev} = 10598.25</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-15T00:56:05.885393" elapsed="0.004427"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.890453" level="INFO">${date} = 2026-04-15 00:56:05</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-15T00:56:05.890013" elapsed="0.000474"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.891171" level="INFO">CBench Result: 2026-04-15 00:56:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30884.81,32953.56,31729.44,10598.25</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-15T00:56:05.890657" elapsed="0.000581"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T00:56:05.892528" 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-15T00:56:05.891991" elapsed="0.000632"/>
</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-15T00:56:05.892806" elapsed="0.000576"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T00:56:05.891440" elapsed="0.002054"/>
</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-15T00:45:59.328216" elapsed="606.565351"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.894205" 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-15T00:56:05.893767" elapsed="0.000515"/>
</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-15T00:56:05.894961" elapsed="0.000338"/>
</kw>
<status status="PASS" start="2026-04-15T00:56:05.894588" elapsed="0.000800"/>
</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-15T00:45:59.325734" elapsed="606.569711"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.897079" 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-15T00:56:05.896607" elapsed="0.000540"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.898943" 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-15T00:56:05.898541" elapsed="0.000461"/>
</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-15T00:56:05.899456" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-15T00:56:05.899137" elapsed="0.000395"/>
</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-15T00:56:05.903498" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-15T00:56:05.903151" elapsed="0.000422"/>
</branch>
<status status="PASS" start="2026-04-15T00:56:05.903123" elapsed="0.000480"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T00:56:05.904044" 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-15T00:56:05.904207" 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-15T00:56:05.903780" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.905023" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.154 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.14" 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-15T00:56:05.904469" elapsed="0.000620"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T00:56:05.905836" 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-15T00:56:05.905273" elapsed="0.000599"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T00:56:05.906894" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T00:56:05.907051" 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-15T00:56:05.906505" elapsed="0.000586"/>
</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-15T00:56:05.907274" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T00:56:05.908851" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-04-15T00:56:06.511037" 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 Wed Apr 15 00:56:06 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Apr 15 00:45:59 2026 from 10.30.170.252
[?2004h[jenkins@releng-63164-183-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-15T00:56:05.908383" elapsed="0.602855"/>
</kw>
<msg time="2026-04-15T00:56:06.511325" 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-15T00:56:05.907888" elapsed="0.603547"/>
</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-15T00:56:05.906074" elapsed="0.605478"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T00:56:06.512087" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.154 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T01:06:12.552524" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T01:06:12.553124" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T01:06:12.553234" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.154: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-15T00:56:06.511772" elapsed="606.041520"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:06:12.553823" elapsed="0.000750"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.555743" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.154: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.154. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:11.597 16  switches: flows:  484411 490455 468288 486985 479339 487761 477601 490395 470345 476456 469998 468402 484475 475476 487808 482814  total = 128.016817 per ms 
00:58:11.712 16  switches: flows:  461563 458582 463406 454324 454479 461403 467255 461864 460261 463119 461294 472042 464124 456825 452396 465976  total = 122.748449 per ms 
00:59:11.814 16  switches: flows:  480550 490179 489175 490328 484134 486856 489624 487382 476971 482203 481605 489945 485184 487326 490339 479711  total = 129.305069 per ms 
01:00:11.915 16  switches: flows:  516066 522055 521782 514532 522820 513011 525047 523171 518077 513052 517282 523125 525136 517034 517801 521049  total = 138.284918 per ms 
01:01:12.017 16  switches: flows:  415225 401818 483199 429310 479189 499843 423221 418390 394143 435835 417794 507918 469974 390426 421034 392377  total = 116.132568 per ms 
01:02:12.119 16  switches: flows:  540048 541355 533212 543057 545367 543494 542714 550452 543339 538180 541251 542602 541606 543932 544903 535745  total = 144.278478 per ms 
01:03:12.220 16  switches: flows:  491315 489603 492290 490021 485204 485461 491597 490095 488178 486459 484504 491691 483187 480145 482379 482629  total = 129.693974 per ms 
01:04:12.321 16  switches: flows:  538257 536797 541141 532360 529411 537576 538307 520349 535009 540666 531008 538771 533643 532378 544614 539143  total = 142.584104 per ms 
01:05:12.424 16  switches: flows:  522323 526749 535775 531852 527782 529075 533052 528335 521080 523575 532598 537057 522926 528454 537001 523624  total = 140.783669 per ms 
01:06:12.524 16  switches: flows:  550546 557672 562220 548863 557057 556917 558329 565834 550951 544468 553830 555076 553936 558358 554081 557171  total = 147.840338 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 116132.57/147840.34/134627.95/45998.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:06:12.554943" elapsed="0.001134"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T01:06:12.556600" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-04-15T01:06:12.556264" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-04-15T01:06:12.556211" 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-15T01:06:12.557031" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-04-15T01:06:12.556951" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-04-15T01:06:12.556916" elapsed="0.000279"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T01:06:12.557265" 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-15T01:06:12.561607" elapsed="0.000343"/>
</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-15T01:06:12.562108" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:06:12.562422" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T01:06:12.558015" elapsed="0.004564"/>
</kw>
<msg time="2026-04-15T01:06:12.562709" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.154: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-15T00:56:05.899973" elapsed="606.662762"/>
</kw>
<status status="PASS" start="2026-04-15T00:56:05.899565" elapsed="606.663219"/>
</branch>
<status status="PASS" start="2026-04-15T00:56:05.899115" elapsed="606.663692"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.563235" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.154: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.154. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:11.597 16  switches: flows:  484411 490455 468288 486985 479339 487761 477601 490395 470345 476456 469998 468402 484475 475476 487808 482814  total = 128.016817 per ms 
00:58:11.712 16  switches: flows:  461563 458582 463406 454324 454479 461403 467255 461864 460261 463119 461294 472042 464124 456825 452396 465976  total = 122.748449 per ms 
00:59:11.814 16  switches: flows:  480550 490179 489175 490328 484134 486856 489624 487382 476971 482203 481605 489945 485184 487326 490339 479711  total = 129.305069 per ms 
01:00:11.915 16  switches: flows:  516066 522055 521782 514532 522820 513011 525047 523171 518077 513052 517282 523125 525136 517034 517801 521049  total = 138.284918 per ms 
01:01:12.017 16  switches: flows:  415225 401818 483199 429310 479189 499843 423221 418390 394143 435835 417794 507918 469974 390426 421034 392377  total = 116.132568 per ms 
01:02:12.119 16  switches: flows:  540048 541355 533212 543057 545367 543494 542714 550452 543339 538180 541251 542602 541606 543932 544903 535745  total = 144.278478 per ms 
01:03:12.220 16  switches: flows:  491315 489603 492290 490021 485204 485461 491597 490095 488178 486459 484504 491691 483187 480145 482379 482629  total = 129.693974 per ms 
01:04:12.321 16  switches: flows:  538257 536797 541141 532360 529411 537576 538307 520349 535009 540666 531008 538771 533643 532378 544614 539143  total = 142.584104 per ms 
01:05:12.424 16  switches: flows:  522323 526749 535775 531852 527782 529075 533052 528335 521080 523575 532598 537057 522926 528454 537001 523624  total = 140.783669 per ms 
01:06:12.524 16  switches: flows:  550546 557672 562220 548863 557057 556917 558329 565834 550951 544468 553830 555076 553936 558358 554081 557171  total = 147.840338 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 116132.57/147840.34/134627.95/45998.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:06:12.562944" elapsed="0.000364"/>
</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-15T01:06:12.563469" elapsed="0.000388"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T01:06:12.564251" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T01:06:12.564341" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 116132.57/147840.34/134627.95/45998.59 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-15T01:06:12.564030" elapsed="0.000335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T01:06:12.564824" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 116132.57/147840.34/134627.95/45998.59 | 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-15T01:06:12.564550" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.567250" 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-15T01:06:12.564999" elapsed="0.002307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.569721" level="INFO">116132.57/147840.34/134627.95/45998.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:06:12.567465" elapsed="0.002312"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T01:06:12.572212" 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-15T01:06:12.569924" elapsed="0.002316"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T01:06:12.574703" level="INFO">@{result_value_list} = [ 116132.57 | 147840.34 | 134627.95 | 45998.59 ]</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-15T01:06:12.572446" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.575186" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T01:06:12.575274" 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-15T01:06:12.574883" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.580056" level="INFO">min :: 116132.57</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-15T01:06:12.575709" elapsed="0.004410"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T01:06:12.575571" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.584962" level="INFO">max :: 147840.34</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-15T01:06:12.580372" elapsed="0.004655"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T01:06:12.580246" elapsed="0.004819"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.589626" level="INFO">avg :: 134627.95</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-15T01:06:12.585282" elapsed="0.004403"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T01:06:12.585154" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.594291" level="INFO">stdev :: 45998.59</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-15T01:06:12.589940" elapsed="0.004407"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T01:06:12.589810" elapsed="0.004572"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T01:06:12.575364" elapsed="0.019064"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.598427" level="INFO">${min} = 116132.57</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-15T01:06:12.594594" elapsed="0.003862"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.602421" level="INFO">${max} = 147840.34</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-15T01:06:12.598609" elapsed="0.003841"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.606710" level="INFO">${average} = 134627.95</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-15T01:06:12.602602" elapsed="0.004138"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.610663" level="INFO">${stdev} = 45998.59</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-15T01:06:12.606894" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.611279" level="INFO">${date} = 2026-04-15 01:06:12</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-15T01:06:12.610867" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.611953" level="INFO">CBench Result: 2026-04-15 01:06:12,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,116132.57,147840.34,134627.95,45998.59</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-15T01:06:12.611523" elapsed="0.000515"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T01:06:12.613093" 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-15T01:06:12.612676" elapsed="0.000484"/>
</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-15T01:06:12.613326" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T01:06:12.612182" elapsed="0.001693"/>
</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-15T00:56:05.897780" elapsed="606.716166"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.614444" 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-15T01:06:12.614099" elapsed="0.000405"/>
</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-15T01:06:12.615010" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-15T01:06:12.614713" elapsed="0.000635"/>
</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-15T00:56:05.895862" elapsed="606.719525"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.617216" 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-15T01:06:12.616551" elapsed="0.000850"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.618679" 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-15T01:06:12.618321" elapsed="0.000400"/>
</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-15T01:06:12.619072" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-15T01:06:12.618839" elapsed="0.000293"/>
</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-15T01:06:12.622027" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-15T01:06:12.621783" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-15T01:06:12.621764" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T01:06:12.622459" 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-15T01:06:12.622576" 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-15T01:06:12.622248" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.623164" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.154 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.14" 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-15T01:06:12.622735" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T01:06:12.623783" 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-15T01:06:12.623360" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T01:06:12.624907" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T01:06:12.625010" 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-15T01:06:12.624447" elapsed="0.000588"/>
</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-15T01:06:12.625194" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T01:06:12.626437" level="INFO">Logging into '10.30.171.14:22' as 'jenkins'.</msg>
<msg time="2026-04-15T01:06:13.212368" 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 Wed Apr 15 01:06:12 UTC 2026

  System load:  0.47               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.14
  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: Wed Apr 15 00:56:06 2026 from 10.30.170.252
[?2004h[jenkins@releng-63164-183-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-15T01:06:12.626062" elapsed="0.586477"/>
</kw>
<msg time="2026-04-15T01:06:13.212618" 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-15T01:06:12.625705" elapsed="0.586988"/>
</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-15T01:06:12.624013" elapsed="0.588782"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T01:06:13.213242" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.154 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T01:16:19.293013" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T01:16:19.293571" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T01:16:19.293699" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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-15T01:06:13.212979" elapsed="606.080779"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:16:19.294192" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.296049" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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.154. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:18.353 16  switches: flows:  109906 109202 111097 109981 109439 109501 107975 108170 110133 106743 106715 109750 107215 105884 107663 109178  total = 28.975867 per ms 
01:08:18.453 16  switches: flows:  116764 119116 118748 115763 117067 119126 114020 115956 116866 114874 112421 115640 113752 112765 114558 115904  total = 30.837514 per ms 
01:09:18.553 16  switches: flows:  111205 113450 114479 111080 112675 114241 109117 111468 112641 107544 107581 110883 109813 108700 109927 110609  total = 29.540937 per ms 
01:10:18.654 16  switches: flows:  99168 98793 96102 96382 92836 95995 99560 96069 96254 96852 95804 97946 92159 99166 90363 98330  total = 25.653443 per ms 
01:11:18.754 16  switches: flows:  115343 113653 113093 112124 111937 110964 110968 108417 112313 110444 110832 113782 111379 110873 109224 110927  total = 29.721563 per ms 
01:12:18.854 16  switches: flows:  115158 112846 111169 110401 111932 110702 111500 108548 111526 108199 109628 109748 110725 110538 109848 111005  total = 29.508591 per ms 
01:13:18.954 16  switches: flows:  114275 114256 110309 112971 113638 111695 112224 110689 111697 111361 110719 112095 110689 109432 111117 113078  total = 29.787699 per ms 
01:14:19.055 16  switches: flows:  116081 115849 112988 114888 113476 112521 111340 111060 111847 109720 113354 111775 111625 112733 111711 113414  total = 30.022925 per ms 
01:15:19.155 16  switches: flows:  116704 116071 113165 115409 114740 114376 112357 112425 111786 109873 113191 113084 112949 114183 113711 114121  total = 30.251905 per ms 
01:16:19.255 16  switches: flows:  117070 116611 113768 113679 114182 112601 110670 110695 113016 112334 113620 111417 113078 112380 111917 111311  total = 30.088929 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25653.44/30837.51/29490.39/9930.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:16:19.295283" elapsed="0.001068"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T01:16:19.296871" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-15T01:16:19.296572" elapsed="0.000451"/>
</branch>
<status status="PASS" start="2026-04-15T01:16:19.296510" elapsed="0.000569"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T01:16:19.297286" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-15T01:16:19.297204" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-15T01:16:19.297168" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T01:16:19.297528" elapsed="0.000031"/>
</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-15T01:16:19.302729" elapsed="0.000328"/>
</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-15T01:16:19.303216" elapsed="0.000158"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T01:16:19.303529" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T01:16:19.298213" elapsed="0.005540"/>
</kw>
<msg time="2026-04-15T01:16:19.303889" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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-15T01:06:12.619494" elapsed="606.684421"/>
</kw>
<status status="PASS" start="2026-04-15T01:06:12.619157" elapsed="606.684815"/>
</branch>
<status status="PASS" start="2026-04-15T01:06:12.618813" elapsed="606.685185"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.304504" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.154: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.154. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:18.353 16  switches: flows:  109906 109202 111097 109981 109439 109501 107975 108170 110133 106743 106715 109750 107215 105884 107663 109178  total = 28.975867 per ms 
01:08:18.453 16  switches: flows:  116764 119116 118748 115763 117067 119126 114020 115956 116866 114874 112421 115640 113752 112765 114558 115904  total = 30.837514 per ms 
01:09:18.553 16  switches: flows:  111205 113450 114479 111080 112675 114241 109117 111468 112641 107544 107581 110883 109813 108700 109927 110609  total = 29.540937 per ms 
01:10:18.654 16  switches: flows:  99168 98793 96102 96382 92836 95995 99560 96069 96254 96852 95804 97946 92159 99166 90363 98330  total = 25.653443 per ms 
01:11:18.754 16  switches: flows:  115343 113653 113093 112124 111937 110964 110968 108417 112313 110444 110832 113782 111379 110873 109224 110927  total = 29.721563 per ms 
01:12:18.854 16  switches: flows:  115158 112846 111169 110401 111932 110702 111500 108548 111526 108199 109628 109748 110725 110538 109848 111005  total = 29.508591 per ms 
01:13:18.954 16  switches: flows:  114275 114256 110309 112971 113638 111695 112224 110689 111697 111361 110719 112095 110689 109432 111117 113078  total = 29.787699 per ms 
01:14:19.055 16  switches: flows:  116081 115849 112988 114888 113476 112521 111340 111060 111847 109720 113354 111775 111625 112733 111711 113414  total = 30.022925 per ms 
01:15:19.155 16  switches: flows:  116704 116071 113165 115409 114740 114376 112357 112425 111786 109873 113191 113084 112949 114183 113711 114121  total = 30.251905 per ms 
01:16:19.255 16  switches: flows:  117070 116611 113768 113679 114182 112601 110670 110695 113016 112334 113620 111417 113078 112380 111917 111311  total = 30.088929 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25653.44/30837.51/29490.39/9930.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:16:19.304145" elapsed="0.000488"/>
</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-15T01:16:19.304784" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T01:16:19.305602" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T01:16:19.305701" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25653.44/30837.51/29490.39/9930.80 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-15T01:16:19.305347" elapsed="0.000378"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T01:16:19.306127" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25653.44/30837.51/29490.39/9930.80 | 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-15T01:16:19.305876" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.308540" 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-15T01:16:19.306300" elapsed="0.002296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.311172" level="INFO">25653.44/30837.51/29490.39/9930.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:16:19.308738" elapsed="0.002490"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T01:16:19.313611" 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-15T01:16:19.311378" elapsed="0.002260"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T01:16:19.316014" level="INFO">@{result_value_list} = [ 25653.44 | 30837.51 | 29490.39 | 9930.80 ]</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-15T01:16:19.313823" elapsed="0.002217"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.316517" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T01:16:19.316605" 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-15T01:16:19.316192" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.321374" level="INFO">min :: 25653.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-15T01:16:19.317018" elapsed="0.004447"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T01:16:19.316881" elapsed="0.004626"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.326048" level="INFO">max :: 30837.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:16:19.321720" elapsed="0.004385"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T01:16:19.321595" elapsed="0.004544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.330685" level="INFO">avg :: 29490.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-15T01:16:19.326348" elapsed="0.004393"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T01:16:19.326224" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.335262" level="INFO">stdev :: 9930.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T01:16:19.330988" elapsed="0.004329"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T01:16:19.330858" elapsed="0.004493"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T01:16:19.316697" elapsed="0.018686"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.339449" level="INFO">${min} = 25653.44</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-15T01:16:19.335609" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.343599" level="INFO">${max} = 30837.51</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-15T01:16:19.339631" elapsed="0.003995"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.347489" level="INFO">${average} = 29490.39</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-15T01:16:19.343780" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.351384" level="INFO">${stdev} = 9930.80</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-15T01:16:19.347666" elapsed="0.003758"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.351930" level="INFO">${date} = 2026-04-15 01:16:19</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-15T01:16:19.351586" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.352529" level="INFO">CBench Result: 2026-04-15 01:16:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25653.44,30837.51,29490.39,9930.80</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-15T01:16:19.352108" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T01:16:19.353683" 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-15T01:16:19.353194" elapsed="0.000557"/>
</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-15T01:16:19.353916" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T01:16:19.352720" elapsed="0.001762"/>
</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-15T01:06:12.617760" elapsed="606.736786"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.355010" 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-15T01:16:19.354696" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T01:16:19.356255" 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-15T01:16:19.355776" elapsed="0.000506"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-15T01:16:19.356516" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-04-15T01:16:19.356355" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-04-15T01:16:19.356336" elapsed="0.000265"/>
</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-15T01:16:19.356740" 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-15T01:16:19.356895" 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-15T01:16:19.357060" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-15T01:16:19.357268" elapsed="0.000021"/>
</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-15T01:16:19.357444" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-15T01:16:19.357592" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-15T01:16:19.357740" 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-15T01:16:19.357956" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-15T01:16:19.357822" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-04-15T01:16:19.357805" elapsed="0.000225"/>
</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-15T01:16:19.355445" elapsed="0.002634"/>
</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-15T01:06:12.615903" elapsed="606.742222"/>
</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-15T00:45:56.633308" elapsed="1822.725408"/>
</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>
