<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-31T03:16:33.512476" 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-05-31T03:16:34.110370" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:16:34.110228" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:34.110197" elapsed="0.000276"/>
</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-05-31T03:16:34.110620" elapsed="0.000569"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-31T03:16:34.111700" level="INFO">Logging into '10.30.170.233:8101' as 'karaf'.</msg>
<msg time="2026-05-31T03:16:34.944183" 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-05-31T03:16:34.111395" elapsed="0.833007"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-31T03:16:34.993375" 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-05-31T03:16:34.944740" elapsed="0.048797"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-31T03:16:34.995755" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-31T03:16:34.995894" 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-05-31T03:16:34.993844" elapsed="0.002082"/>
</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-05-31T03:16:34.996094" elapsed="0.000341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:16:34.996606" elapsed="0.000255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:16:34.997393" 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-05-31T03:16:34.997032" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-31T03:16:34.997509" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.233
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-31T03:16:34.109823" elapsed="0.887874"/>
</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-05-31T03:16:34.106119" elapsed="0.891670"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-31T03:16:34.998402" 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-05-31T03:16:34.997985" elapsed="0.000479"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-31T03:16:34.998904" 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-05-31T03:16:34.998624" elapsed="0.000341"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-31T03:16:34.999548" 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-05-31T03:16:34.999125" elapsed="0.000453"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-31T03:16:35.000126" 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-05-31T03:16:34.999755" elapsed="0.000416"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-31T03:16:35.000739" 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-05-31T03:16:35.000348" elapsed="0.000440"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-31T03:16:35.001315" 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-05-31T03:16:35.000955" elapsed="0.000404"/>
</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-05-31T03:16:35.001836" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:16:35.001450" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:16:35.006440" 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-05-31T03:16:35.006016" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:16:35.007829" level="INFO">Length is 0.</msg>
<msg time="2026-05-31T03:16:35.007918" 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-05-31T03:16:35.007069" elapsed="0.000874"/>
</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-05-31T03:16:35.008097" elapsed="0.000457"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-31T03:16:35.009642" level="INFO">Logging into '10.30.170.218:22' as 'jenkins'.</msg>
<msg time="2026-05-31T03:16:35.767823" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 31 03:16:35 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.218
  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-276-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-05-31T03:16:35.009106" elapsed="0.758885"/>
</kw>
<msg time="2026-05-31T03:16:35.768085" 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-05-31T03:16:35.008723" elapsed="0.759460"/>
</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-05-31T03:16:35.006685" elapsed="0.761626"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-31T03:16:35.776664" 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-05-31T03:16:35.768554" elapsed="0.010124"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:16:35.779142" elapsed="0.000658"/>
</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-05-31T03:16:35.005444" elapsed="0.774506"/>
</kw>
<status status="PASS" start="2026-05-31T03:16:35.001982" elapsed="0.778054"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:35.001423" elapsed="0.778679"/>
</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-05-31T03:16:35.780489" elapsed="0.001068"/>
</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-05-31T03:16:35.788673" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:16:35.788469" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:35.788428" elapsed="0.000392"/>
</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-05-31T03:16:35.795028" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:16:35.794899" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:35.794876" elapsed="0.000228"/>
</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-05-31T03:16:35.795283" elapsed="0.000604"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-31T03:16:35.796354" level="INFO">Logging into '10.30.170.233:8101' as 'karaf'.</msg>
<msg time="2026-05-31T03:16:35.983794" 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-05-31T03:16:35.796051" elapsed="0.187913"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.071278" 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-05-31T03:16:35.984222" elapsed="0.087209"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.121368" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-31T03:16:36.121601" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-31T03:16:36.071686" elapsed="0.049949"/>
</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-05-31T03:16:36.121853" elapsed="0.000313"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:16:36.122326" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:16:36.123045" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           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-05-31T03:16:36.122696" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-31T03:16:36.123159" elapsed="0.000051"/>
</return>
<msg time="2026-05-31T03:16:36.123362" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.233
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-31T03:16:35.794374" elapsed="0.329021"/>
</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-05-31T03:16:36.123547" elapsed="0.000561"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-31T03:16:36.124162" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-31T03:16:35.787958" elapsed="0.336342"/>
</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-05-31T03:16:36.128119" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:16:36.127979" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:36.127955" elapsed="0.000237"/>
</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-05-31T03:16:36.128325" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.129615" level="INFO">Logging into '10.30.170.233:8101' as 'karaf'.</msg>
<msg time="2026-05-31T03:16:36.315865" 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-05-31T03:16:36.128999" elapsed="0.187063"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.343087" 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-05-31T03:16:36.316441" elapsed="0.026896"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.348374" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-31T03:16:36.348636" 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-05-31T03:16:36.343825" elapsed="0.004882"/>
</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-05-31T03:16:36.348939" elapsed="0.000346"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:16:36.349505" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:16:36.350466" 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-05-31T03:16:36.350035" elapsed="0.000505"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-31T03:16:36.350612" elapsed="0.000064"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.233
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-31T03:16:36.127625" elapsed="0.223239"/>
</kw>
<status status="PASS" start="2026-05-31T03:16:34.104314" elapsed="2.246637"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:16:36.354484" 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-05-31T03:16:36.352347" elapsed="0.002241"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-31T03:16:36.356821" 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-05-31T03:16:36.356292" elapsed="0.000594"/>
</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-05-31T03:16:36.357338" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:16:36.357001" elapsed="0.000421"/>
</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-05-31T03:16:36.361438" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:16:36.361162" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:36.361141" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.361922" 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-05-31T03:16:36.362054" 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-05-31T03:16:36.361666" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:16:36.362665" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.218" 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-05-31T03:16:36.362224" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.363419" 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-05-31T03:16:36.362890" elapsed="0.000557"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:16:36.364440" level="INFO">Length is 0.</msg>
<msg time="2026-05-31T03:16:36.364534" 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-05-31T03:16:36.364059" elapsed="0.000499"/>
</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-05-31T03:16:36.364705" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.366011" level="INFO">Logging into '10.30.170.218:22' as 'jenkins'.</msg>
<msg time="2026-05-31T03:16:36.702523" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 31 03:16:35 UTC 2026

  System load:  0.06               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.218
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 31 03:16:35 2026 from 10.30.170.55
[?2004h[jenkins@releng-63164-276-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-05-31T03:16:36.365596" elapsed="0.337181"/>
</kw>
<msg time="2026-05-31T03:16:36.702873" 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-05-31T03:16:36.365238" elapsed="0.337736"/>
</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-05-31T03:16:36.363656" elapsed="0.339450"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-31T03:16:36.704038" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-31T03:26:42.814298" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-31T03:26:42.815835" level="INFO">${stdout} = </msg>
<msg time="2026-05-31T03:26:42.816008" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233: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-05-31T03:16:36.703387" elapsed="606.112731"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:26:42.816820" elapsed="0.001190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.819116" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:41.895 16  switches: flows:  99111 98724 98040 97013 95847 97940 96566 98544 94465 95963 93765 94937 92985 93665 95217 96892  total = 25.661233 per ms 
03:18:41.998 16  switches: flows:  113367 112545 111580 109722 109989 110476 109542 108300 107088 108374 107491 108534 107066 103900 108019 106809  total = 28.998269 per ms 
03:19:42.099 16  switches: flows:  111305 110022 108761 108985 108524 109148 107318 108568 105136 106293 105812 105001 105421 102508 103973 104665  total = 28.476419 per ms 
03:20:42.200 16  switches: flows:  119542 119598 118905 118028 117416 118809 116462 119155 112748 114954 115946 114113 114925 111641 114611 112111  total = 30.930937 per ms 
03:21:42.301 16  switches: flows:  120617 120759 117488 118411 118652 119008 116109 117535 114033 116963 116765 115432 115193 112627 115688 114938  total = 31.118026 per ms 
03:22:42.403 16  switches: flows:  120300 117600 117007 118546 119628 119001 114933 116838 113883 112267 115747 114642 115290 110144 114339 115144  total = 30.870253 per ms 
03:23:42.504 16  switches: flows:  119009 117910 116707 116782 116402 116144 115436 114790 112955 112270 113340 112340 112758 108774 113913 113258  total = 30.495538 per ms 
03:24:42.605 16  switches: flows:  114427 114839 112002 112589 113740 111131 111371 111528 110258 110474 110788 109331 107824 107963 109245 108445  total = 29.549866 per ms 
03:25:42.705 16  switches: flows:  113465 113832 115236 114045 115003 113041 112923 113091 111540 112440 112801 110764 109154 107596 109176 110543  total = 29.860958 per ms 
03:26:42.806 16  switches: flows:  106717 104737 105636 105852 105233 105302 105150 103952 102801 102872 102906 101826 99789 98741 100546 102363  total = 27.527752 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27527.75/31118.03/29758.67/9987.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:26:42.818448" elapsed="0.000943"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-31T03:26:42.819868" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-05-31T03:26:42.819573" elapsed="0.000434"/>
</branch>
<status status="PASS" start="2026-05-31T03:26:42.819522" elapsed="0.000534"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-31T03:26:42.820262" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:26:42.820182" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-05-31T03:26:42.820148" elapsed="0.000246"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-31T03:26:42.820465" elapsed="0.000029"/>
</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-05-31T03:26:42.824713" elapsed="0.000540"/>
</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-05-31T03:26:42.825475" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:26:42.825985" elapsed="0.000152"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-31T03:26:42.821130" elapsed="0.005085"/>
</kw>
<msg time="2026-05-31T03:26:42.826403" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233: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-05-31T03:16:36.357939" elapsed="606.468503"/>
</kw>
<status status="PASS" start="2026-05-31T03:16:36.357463" elapsed="606.469049"/>
</branch>
<status status="PASS" start="2026-05-31T03:16:36.356968" elapsed="606.469579"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.827285" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:17:41.895 16  switches: flows:  99111 98724 98040 97013 95847 97940 96566 98544 94465 95963 93765 94937 92985 93665 95217 96892  total = 25.661233 per ms 
03:18:41.998 16  switches: flows:  113367 112545 111580 109722 109989 110476 109542 108300 107088 108374 107491 108534 107066 103900 108019 106809  total = 28.998269 per ms 
03:19:42.099 16  switches: flows:  111305 110022 108761 108985 108524 109148 107318 108568 105136 106293 105812 105001 105421 102508 103973 104665  total = 28.476419 per ms 
03:20:42.200 16  switches: flows:  119542 119598 118905 118028 117416 118809 116462 119155 112748 114954 115946 114113 114925 111641 114611 112111  total = 30.930937 per ms 
03:21:42.301 16  switches: flows:  120617 120759 117488 118411 118652 119008 116109 117535 114033 116963 116765 115432 115193 112627 115688 114938  total = 31.118026 per ms 
03:22:42.403 16  switches: flows:  120300 117600 117007 118546 119628 119001 114933 116838 113883 112267 115747 114642 115290 110144 114339 115144  total = 30.870253 per ms 
03:23:42.504 16  switches: flows:  119009 117910 116707 116782 116402 116144 115436 114790 112955 112270 113340 112340 112758 108774 113913 113258  total = 30.495538 per ms 
03:24:42.605 16  switches: flows:  114427 114839 112002 112589 113740 111131 111371 111528 110258 110474 110788 109331 107824 107963 109245 108445  total = 29.549866 per ms 
03:25:42.705 16  switches: flows:  113465 113832 115236 114045 115003 113041 112923 113091 111540 112440 112801 110764 109154 107596 109176 110543  total = 29.860958 per ms 
03:26:42.806 16  switches: flows:  106717 104737 105636 105852 105233 105302 105150 103952 102801 102872 102906 101826 99789 98741 100546 102363  total = 27.527752 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27527.75/31118.03/29758.67/9987.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:26:42.826784" elapsed="0.000609"/>
</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-05-31T03:26:42.827612" elapsed="0.000577"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-31T03:26:42.828810" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-31T03:26:42.828959" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27527.75/31118.03/29758.67/9987.95 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-05-31T03:26:42.828445" elapsed="0.000554"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:26:42.829662" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27527.75/31118.03/29758.67/9987.95 | 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-05-31T03:26:42.829225" elapsed="0.000486"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.832466" 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-05-31T03:26:42.829978" elapsed="0.002550"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.835792" level="INFO">27527.75/31118.03/29758.67/9987.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:26:42.832682" elapsed="0.003172"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:26:42.838345" 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-05-31T03:26:42.836023" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:26:42.840906" level="INFO">@{result_value_list} = [ 27527.75 | 31118.03 | 29758.67 | 9987.95 ]</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-05-31T03:26:42.838604" elapsed="0.002336"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.841452" level="INFO">Length is 4.</msg>
<msg time="2026-05-31T03:26:42.841548" 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-05-31T03:26:42.841110" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.846618" level="INFO">min :: 27527.75</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-05-31T03:26:42.842104" elapsed="0.004577"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-31T03:26:42.841963" elapsed="0.004755"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.851560" level="INFO">max :: 31118.03</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-05-31T03:26:42.846974" elapsed="0.004646"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-31T03:26:42.846836" elapsed="0.004821"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.856922" level="INFO">avg :: 29758.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:26:42.851907" elapsed="0.005085"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-31T03:26:42.851751" elapsed="0.005279"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.862171" level="INFO">stdev :: 9987.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-05-31T03:26:42.857275" elapsed="0.004975"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-31T03:26:42.857131" elapsed="0.005159"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-31T03:26:42.841730" elapsed="0.020599"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.866454" level="INFO">${min} = 27527.75</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-05-31T03:26:42.862528" elapsed="0.003955"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.870454" level="INFO">${max} = 31118.03</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-05-31T03:26:42.866642" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.874659" level="INFO">${average} = 29758.67</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-05-31T03:26:42.870638" elapsed="0.004049"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.879622" level="INFO">${stdev} = 9987.95</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-05-31T03:26:42.874862" elapsed="0.004790"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.880216" level="INFO">${date} = 2026-05-31 03:26:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-31T03:26:42.879842" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.880836" level="INFO">CBench Result: 2026-05-31 03:26:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27527.75,31118.03,29758.67,9987.95</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-05-31T03:26:42.880396" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-31T03:26:42.882039" 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-05-31T03:26:42.881559" elapsed="0.000550"/>
</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-05-31T03:26:42.882267" 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-05-31T03:26:42.881059" elapsed="0.001777"/>
</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-05-31T03:16:36.355252" elapsed="606.527647"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.883375" 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-05-31T03:26:42.883051" elapsed="0.000383"/>
</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-05-31T03:26:42.884065" elapsed="0.000328"/>
</kw>
<status status="PASS" start="2026-05-31T03:26:42.883679" elapsed="0.000793"/>
</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-05-31T03:16:36.351143" elapsed="606.533379"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.886489" 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-05-31T03:26:42.885995" elapsed="0.000582"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.888059" 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-05-31T03:26:42.887676" elapsed="0.000429"/>
</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-05-31T03:26:42.888593" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:26:42.888260" elapsed="0.000420"/>
</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-05-31T03:26:42.893075" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:26:42.892692" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-05-31T03:26:42.892662" elapsed="0.000542"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:26:42.893801" 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-05-31T03:26:42.893993" 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-05-31T03:26:42.893424" elapsed="0.000612"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.894916" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.233 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.218" 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-05-31T03:26:42.894243" elapsed="0.000765"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:26:42.895912" 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-05-31T03:26:42.895227" elapsed="0.000727"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:26:42.897226" level="INFO">Length is 0.</msg>
<msg time="2026-05-31T03:26:42.897347" 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-05-31T03:26:42.896775" elapsed="0.000607"/>
</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-05-31T03:26:42.897798" elapsed="0.000500"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-31T03:26:42.899643" level="INFO">Logging into '10.30.170.218:22' as 'jenkins'.</msg>
<msg time="2026-05-31T03:26:43.511017" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 31 03:26:43 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.218
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 31 03:16:36 2026 from 10.30.170.55
[?2004h[jenkins@releng-63164-276-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-05-31T03:26:42.899122" elapsed="0.612086"/>
</kw>
<msg time="2026-05-31T03:26:43.511292" 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-05-31T03:26:42.898528" elapsed="0.612851"/>
</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-05-31T03:26:42.896256" elapsed="0.615239"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-31T03:26:43.512028" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.233 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-31T03:36:49.557729" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-31T03:36:49.558397" level="INFO">${stdout} = </msg>
<msg time="2026-05-31T03:36:49.558510" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.233: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-05-31T03:26:43.511712" elapsed="606.046859"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:36:49.559124" elapsed="0.000925"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.561404" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:48.637 16  switches: flows:  563902 571127 550838 568113 550108 549804 585264 572044 560313 546268 561020 541414 546565 568934 554771 559020  total = 149.158417 per ms 
03:28:48.738 16  switches: flows:  565535 563780 563147 564395 563407 579288 562588 564282 566774 550533 566022 574789 558630 566336 570050 569507  total = 150.564487 per ms 
03:29:48.840 16  switches: flows:  659763 651135 660164 659942 642712 665702 668135 646435 652136 656075 649032 658252 659643 662305 657357 657600  total = 174.813031 per ms 
03:30:48.941 16  switches: flows:  614611 614336 613342 618738 609094 618719 627159 620223 612154 609388 609993 611737 599389 615368 613930 615115  total = 163.446966 per ms 
03:31:49.044 16  switches: flows:  664545 666583 662155 672135 672263 675527 662448 683359 663655 682113 675132 672675 670890 671350 665667 675705  total = 178.631475 per ms 
03:32:49.146 16  switches: flows:  669775 679991 657433 663127 664361 674008 668756 674455 672935 675716 664173 673528 668229 683092 666332 673180  total = 178.516155 per ms 
03:33:49.248 16  switches: flows:  645852 644726 644542 652597 649614 659281 660163 652206 653755 651410 638470 653924 640421 657687 647337 657676  total = 173.202014 per ms 
03:34:49.350 16  switches: flows:  576356 566510 572659 588235 571283 584955 589076 594817 585278 574956 579356 578219 587537 585258 582607 583099  total = 154.742820 per ms 
03:35:49.451 16  switches: flows:  641871 644631 590124 646495 641887 651386 642302 637798 644587 654709 626170 619890 646137 649483 649951 646290  total = 170.275515 per ms 
03:36:49.554 16  switches: flows:  659461 659607 671351 669177 656623 663296 663855 666423 666995 676185 670688 667685 661406 671155 670016 678801  total = 177.577600 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150564.49/178631.48/169085.56/57226.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:36:49.560472" elapsed="0.001255"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-31T03:36:49.562433" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-05-31T03:36:49.561993" elapsed="0.000606"/>
</branch>
<status status="PASS" start="2026-05-31T03:36:49.561908" elapsed="0.000748"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-31T03:36:49.562918" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:36:49.562829" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-05-31T03:36:49.562787" elapsed="0.000332"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-31T03:36:49.563364" elapsed="0.000047"/>
</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-05-31T03:36:49.567507" elapsed="0.000512"/>
</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-05-31T03:36:49.568248" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:36:49.568683" elapsed="0.000174"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-31T03:36:49.563932" elapsed="0.005003"/>
</kw>
<msg time="2026-05-31T03:36:49.569187" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.233: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-05-31T03:26:42.889218" elapsed="606.680014"/>
</kw>
<status status="PASS" start="2026-05-31T03:26:42.888721" elapsed="606.680583"/>
</branch>
<status status="PASS" start="2026-05-31T03:26:42.888227" elapsed="606.681110"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.570044" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:27:48.637 16  switches: flows:  563902 571127 550838 568113 550108 549804 585264 572044 560313 546268 561020 541414 546565 568934 554771 559020  total = 149.158417 per ms 
03:28:48.738 16  switches: flows:  565535 563780 563147 564395 563407 579288 562588 564282 566774 550533 566022 574789 558630 566336 570050 569507  total = 150.564487 per ms 
03:29:48.840 16  switches: flows:  659763 651135 660164 659942 642712 665702 668135 646435 652136 656075 649032 658252 659643 662305 657357 657600  total = 174.813031 per ms 
03:30:48.941 16  switches: flows:  614611 614336 613342 618738 609094 618719 627159 620223 612154 609388 609993 611737 599389 615368 613930 615115  total = 163.446966 per ms 
03:31:49.044 16  switches: flows:  664545 666583 662155 672135 672263 675527 662448 683359 663655 682113 675132 672675 670890 671350 665667 675705  total = 178.631475 per ms 
03:32:49.146 16  switches: flows:  669775 679991 657433 663127 664361 674008 668756 674455 672935 675716 664173 673528 668229 683092 666332 673180  total = 178.516155 per ms 
03:33:49.248 16  switches: flows:  645852 644726 644542 652597 649614 659281 660163 652206 653755 651410 638470 653924 640421 657687 647337 657676  total = 173.202014 per ms 
03:34:49.350 16  switches: flows:  576356 566510 572659 588235 571283 584955 589076 594817 585278 574956 579356 578219 587537 585258 582607 583099  total = 154.742820 per ms 
03:35:49.451 16  switches: flows:  641871 644631 590124 646495 641887 651386 642302 637798 644587 654709 626170 619890 646137 649483 649951 646290  total = 170.275515 per ms 
03:36:49.554 16  switches: flows:  659461 659607 671351 669177 656623 663296 663855 666423 666995 676185 670688 667685 661406 671155 670016 678801  total = 177.577600 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150564.49/178631.48/169085.56/57226.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:36:49.569553" elapsed="0.000597"/>
</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-05-31T03:36:49.570365" elapsed="0.000592"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-31T03:36:49.571565" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-31T03:36:49.571657" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150564.49/178631.48/169085.56/57226.46 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-05-31T03:36:49.571252" elapsed="0.000430"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:36:49.572120" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150564.49/178631.48/169085.56/57226.46 | 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-05-31T03:36:49.571857" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.574820" 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-05-31T03:36:49.572320" elapsed="0.002597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.577738" level="INFO">150564.49/178631.48/169085.56/57226.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:36:49.575160" elapsed="0.002669"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:36:49.580567" 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-05-31T03:36:49.578015" elapsed="0.002581"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:36:49.583102" level="INFO">@{result_value_list} = [ 150564.49 | 178631.48 | 169085.56 | 57226.46 ]</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-05-31T03:36:49.580839" elapsed="0.002291"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.583801" level="INFO">Length is 4.</msg>
<msg time="2026-05-31T03:36:49.583897" 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-05-31T03:36:49.583408" elapsed="0.000514"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.588881" level="INFO">min :: 150564.49</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-05-31T03:36:49.584344" elapsed="0.004597"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-31T03:36:49.584207" elapsed="0.004771"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.593956" level="INFO">max :: 178631.48</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-05-31T03:36:49.589212" elapsed="0.004804"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-31T03:36:49.589076" elapsed="0.004977"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.598890" level="INFO">avg :: 169085.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-05-31T03:36:49.594283" elapsed="0.004669"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-31T03:36:49.594148" elapsed="0.004843"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.604022" level="INFO">stdev :: 57226.46</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-05-31T03:36:49.599275" elapsed="0.004809"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-31T03:36:49.599089" elapsed="0.005033"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-31T03:36:49.583996" elapsed="0.020160"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.608307" level="INFO">${min} = 150564.49</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-05-31T03:36:49.604350" elapsed="0.003986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.612886" level="INFO">${max} = 178631.48</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-05-31T03:36:49.608500" elapsed="0.004416"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.617350" level="INFO">${average} = 169085.56</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-05-31T03:36:49.613082" elapsed="0.004301"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.621583" level="INFO">${stdev} = 57226.46</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-05-31T03:36:49.617572" elapsed="0.004045"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.622202" level="INFO">${date} = 2026-05-31 03:36:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-31T03:36:49.621816" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.622924" level="INFO">CBench Result: 2026-05-31 03:36:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150564.49,178631.48,169085.56,57226.46</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-05-31T03:36:49.622421" elapsed="0.000571"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-31T03:36:49.624330" 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-05-31T03:36:49.623728" elapsed="0.000678"/>
</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-05-31T03:36:49.624574" elapsed="0.000508"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-31T03:36:49.623164" elapsed="0.001986"/>
</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-05-31T03:26:42.887028" elapsed="606.738183"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.625748" 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-05-31T03:36:49.625383" elapsed="0.000447"/>
</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-05-31T03:36:49.626409" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-05-31T03:36:49.626061" elapsed="0.000801"/>
</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-05-31T03:26:42.885109" elapsed="606.741805"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.628950" 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-05-31T03:36:49.628386" elapsed="0.000648"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.630815" 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-05-31T03:36:49.630447" elapsed="0.000414"/>
</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-05-31T03:36:49.631398" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:36:49.631030" elapsed="0.000440"/>
</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-05-31T03:36:49.634565" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:36:49.634246" elapsed="0.000397"/>
</branch>
<status status="PASS" start="2026-05-31T03:36:49.634224" elapsed="0.000451"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:36:49.635098" 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-05-31T03:36:49.635280" 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-05-31T03:36:49.634855" elapsed="0.000458"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.635918" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.218" 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-05-31T03:36:49.635461" elapsed="0.000518"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-31T03:36:49.636606" 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-05-31T03:36:49.636124" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:36:49.637870" level="INFO">Length is 0.</msg>
<msg time="2026-05-31T03:36:49.637974" 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-05-31T03:36:49.637278" elapsed="0.000721"/>
</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-05-31T03:36:49.638159" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-31T03:36:49.639573" level="INFO">Logging into '10.30.170.218:22' as 'jenkins'.</msg>
<msg time="2026-05-31T03:36:50.274456" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun May 31 03:36:49 UTC 2026

  System load:  0.44               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.218
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun May 31 03:26:43 2026 from 10.30.170.55
[?2004h[jenkins@releng-63164-276-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-05-31T03:36:49.639122" elapsed="0.635579"/>
</kw>
<msg time="2026-05-31T03:36:50.274812" 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-05-31T03:36:49.638657" elapsed="0.636242"/>
</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-05-31T03:36:49.636887" elapsed="0.638133"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-31T03:36:50.275541" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.233 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-31T03:46:57.124249" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-31T03:46:57.124940" level="INFO">${stdout} = </msg>
<msg time="2026-05-31T03:46:57.125053" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233: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-05-31T03:36:50.275240" elapsed="606.849905"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:46:57.125646" elapsed="0.000791"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.127922" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:56.222 16  switches: flows:  91475 90424 90620 89011 88520 90658 89328 90477 89079 88065 89755 88690 88429 88171 88412 87728  total = 23.814033 per ms 
03:38:56.324 16  switches: flows:  113618 113237 112768 112356 111912 113729 112572 113744 112708 110358 112373 112689 110513 109992 108744 110389  total = 29.811896 per ms 
03:39:56.426 16  switches: flows:  116366 119709 117513 115793 117830 120484 119031 119329 118127 115895 119350 118506 117577 113892 116329 117404  total = 31.333230 per ms 
03:40:56.527 16  switches: flows:  116667 119278 116578 114700 115996 119097 116361 119125 117119 116563 117577 117458 116416 113934 115486 116124  total = 31.089304 per ms 
03:41:56.628 16  switches: flows:  115859 117974 114498 114578 114526 118461 115938 115486 117051 114970 114354 115294 114726 112139 114142 116034  total = 30.715835 per ms 
03:42:56.730 16  switches: flows:  118856 118812 117565 114901 117302 119066 118506 117628 118530 117230 117953 117272 118356 114105 115606 118051  total = 31.276619 per ms 
03:43:56.831 16  switches: flows:  120623 122964 119607 120375 120943 122801 120688 121446 122427 118963 120009 121257 120040 117065 118246 119627  total = 32.064322 per ms 
03:44:56.933 16  switches: flows:  118999 123461 118855 119274 119002 120836 121859 120000 122580 118490 119292 120117 119533 116023 118684 120001  total = 31.896580 per ms 
03:45:57.035 16  switches: flows:  120923 125197 121004 119993 120127 124570 122523 122258 122147 119888 120643 122104 122170 119200 121183 123742  total = 32.406684 per ms 
03:46:57.137 16  switches: flows:  122422 124833 121082 119181 118924 124857 123172 120613 123214 120013 121510 122088 121696 119663 120719 121625  total = 32.372153 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29811.90/32406.68/31440.74/10510.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.126960" elapsed="0.001322"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-31T03:46:57.128820" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-31T03:46:57.128487" elapsed="0.000437"/>
</branch>
<status status="PASS" start="2026-05-31T03:46:57.128433" elapsed="0.000541"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-31T03:46:57.129120" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-31T03:46:57.129066" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-05-31T03:46:57.129043" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-31T03:46:57.129255" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-31T03:46:57.133013" elapsed="0.000503"/>
</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-05-31T03:46:57.133732" elapsed="0.000326"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-31T03:46:57.134252" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-31T03:46:57.129748" elapsed="0.004722"/>
</kw>
<msg time="2026-05-31T03:46:57.134681" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233: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-05-31T03:36:49.631856" elapsed="607.502868"/>
</kw>
<status status="PASS" start="2026-05-31T03:36:49.631497" elapsed="607.503326"/>
</branch>
<status status="PASS" start="2026-05-31T03:36:49.630998" elapsed="607.503861"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.135524" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.233:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.233. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:37:56.222 16  switches: flows:  91475 90424 90620 89011 88520 90658 89328 90477 89079 88065 89755 88690 88429 88171 88412 87728  total = 23.814033 per ms 
03:38:56.324 16  switches: flows:  113618 113237 112768 112356 111912 113729 112572 113744 112708 110358 112373 112689 110513 109992 108744 110389  total = 29.811896 per ms 
03:39:56.426 16  switches: flows:  116366 119709 117513 115793 117830 120484 119031 119329 118127 115895 119350 118506 117577 113892 116329 117404  total = 31.333230 per ms 
03:40:56.527 16  switches: flows:  116667 119278 116578 114700 115996 119097 116361 119125 117119 116563 117577 117458 116416 113934 115486 116124  total = 31.089304 per ms 
03:41:56.628 16  switches: flows:  115859 117974 114498 114578 114526 118461 115938 115486 117051 114970 114354 115294 114726 112139 114142 116034  total = 30.715835 per ms 
03:42:56.730 16  switches: flows:  118856 118812 117565 114901 117302 119066 118506 117628 118530 117230 117953 117272 118356 114105 115606 118051  total = 31.276619 per ms 
03:43:56.831 16  switches: flows:  120623 122964 119607 120375 120943 122801 120688 121446 122427 118963 120009 121257 120040 117065 118246 119627  total = 32.064322 per ms 
03:44:56.933 16  switches: flows:  118999 123461 118855 119274 119002 120836 121859 120000 122580 118490 119292 120117 119533 116023 118684 120001  total = 31.896580 per ms 
03:45:57.035 16  switches: flows:  120923 125197 121004 119993 120127 124570 122523 122258 122147 119888 120643 122104 122170 119200 121183 123742  total = 32.406684 per ms 
03:46:57.137 16  switches: flows:  122422 124833 121082 119181 118924 124857 123172 120613 123214 120013 121510 122088 121696 119663 120719 121625  total = 32.372153 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29811.90/32406.68/31440.74/10510.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.135066" elapsed="0.000566"/>
</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-05-31T03:46:57.135982" elapsed="0.000573"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-31T03:46:57.137085" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-31T03:46:57.137189" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29811.90/32406.68/31440.74/10510.62 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-05-31T03:46:57.136827" elapsed="0.000395"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:46:57.137693" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29811.90/32406.68/31440.74/10510.62 | 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-05-31T03:46:57.137399" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.140287" 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-05-31T03:46:57.137914" elapsed="0.002448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.143163" level="INFO">29811.90/32406.68/31440.74/10510.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.140516" elapsed="0.002716"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:46:57.145853" 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-05-31T03:46:57.143393" elapsed="0.002490"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-31T03:46:57.148467" level="INFO">@{result_value_list} = [ 29811.90 | 32406.68 | 31440.74 | 10510.62 ]</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-05-31T03:46:57.146096" elapsed="0.002400"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.149055" level="INFO">Length is 4.</msg>
<msg time="2026-05-31T03:46:57.149153" 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-05-31T03:46:57.148673" elapsed="0.000505"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.154168" level="INFO">min :: 29811.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.149593" elapsed="0.004635"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-31T03:46:57.149458" elapsed="0.004806"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.159064" level="INFO">max :: 32406.68</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.154508" elapsed="0.004616"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-31T03:46:57.154359" elapsed="0.004803"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.163851" level="INFO">avg :: 31440.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.159405" elapsed="0.004504"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-31T03:46:57.159254" elapsed="0.004691"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.168734" level="INFO">stdev :: 10510.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-31T03:46:57.164161" elapsed="0.004657"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-31T03:46:57.164032" elapsed="0.004823"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-31T03:46:57.149254" elapsed="0.019633"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.172984" level="INFO">${min} = 29811.90</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-31T03:46:57.169082" elapsed="0.003931"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.177389" level="INFO">${max} = 32406.68</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-31T03:46:57.173173" elapsed="0.004243"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.182846" level="INFO">${average} = 31440.74</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-05-31T03:46:57.177572" elapsed="0.005314"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.187813" level="INFO">${stdev} = 10510.62</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-05-31T03:46:57.183105" elapsed="0.004745"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.188429" level="INFO">${date} = 2026-05-31 03:46:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-31T03:46:57.188053" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.189088" level="INFO">CBench Result: 2026-05-31 03:46:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29811.90,32406.68,31440.74,10510.62</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-05-31T03:46:57.188619" elapsed="0.000528"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-31T03:46:57.190353" 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-05-31T03:46:57.189827" elapsed="0.000602"/>
</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-05-31T03:46:57.190584" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-31T03:46:57.189314" elapsed="0.001834"/>
</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-05-31T03:36:49.629437" elapsed="607.561773"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.191676" 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-05-31T03:46:57.191360" elapsed="0.000373"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-31T03:46:57.192997" 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-05-31T03:46:57.192487" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-31T03:46:57.193304" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-05-31T03:46:57.193113" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-05-31T03:46:57.193087" elapsed="0.000319"/>
</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-05-31T03:46:57.193558" 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-05-31T03:46:57.193716" 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-05-31T03:46:57.193897" elapsed="0.000021"/>
</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-05-31T03:46:57.194109" 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-05-31T03:46:57.194261" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-31T03:46:57.194408" 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-05-31T03:46:57.194553" 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-05-31T03:46:57.194793" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-31T03:46:57.194636" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-05-31T03:46:57.194619" elapsed="0.000253"/>
</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-05-31T03:46:57.192146" elapsed="0.002780"/>
</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-05-31T03:36:49.627656" elapsed="607.567318"/>
</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-05-31T03:16:33.514189" elapsed="1823.681615"/>
</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>
