<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-02T03:03:33.460371" 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-06-02T03:03:34.065123" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:03:34.064966" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:34.064933" elapsed="0.000296"/>
</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-06-02T03:03:34.065380" elapsed="0.000550"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T03:03:34.066413" level="INFO">Logging into '10.30.170.177:8101' as 'karaf'.</msg>
<msg time="2026-06-02T03:03:35.120779" 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-06-02T03:03:34.066109" elapsed="1.054944"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T03:03:35.172475" 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-06-02T03:03:35.121420" elapsed="0.051151"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T03:03:35.174377" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T03:03:35.174499" 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-06-02T03:03:35.172793" elapsed="0.001738"/>
</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-06-02T03:03:35.174695" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:03:35.175125" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:03:35.175856" 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-06-02T03:03:35.175518" elapsed="0.000468"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T03:03:35.176045" elapsed="0.000051"/>
</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.177
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T03:03:34.064563" elapsed="1.111659"/>
</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-06-02T03:03:34.060834" elapsed="1.115455"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T03:03:35.176946" 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-06-02T03:03:35.176522" elapsed="0.000484"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T03:03:35.177441" 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-06-02T03:03:35.177163" elapsed="0.000341"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T03:03:35.178148" 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-06-02T03:03:35.177663" elapsed="0.000514"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T03:03:35.178684" 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-06-02T03:03:35.178349" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T03:03:35.179281" 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-06-02T03:03:35.178876" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T03:03:35.179820" 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-06-02T03:03:35.179478" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-02T03:03:35.180222" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:03:35.179988" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:03:35.184675" 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-06-02T03:03:35.184215" elapsed="0.000489"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:03:35.186062" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T03:03:35.186155" 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-06-02T03:03:35.185288" elapsed="0.000893"/>
</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-06-02T03:03:35.186336" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T03:03:35.187768" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-06-02T03:03:35.954987" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 03:03:35 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.210
  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-280-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-06-02T03:03:35.187253" elapsed="0.767910"/>
</kw>
<msg time="2026-06-02T03:03:35.955262" 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-06-02T03:03:35.186862" elapsed="0.768498"/>
</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-06-02T03:03:35.184930" elapsed="0.770558"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-02T03:03:35.965129" 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-06-02T03:03:35.955728" elapsed="0.011303"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:03:35.967334" elapsed="0.000483"/>
</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-06-02T03:03:35.183669" elapsed="0.784276"/>
</kw>
<status status="PASS" start="2026-06-02T03:03:35.180412" elapsed="0.787592"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:35.179961" elapsed="0.788094"/>
</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-06-02T03:03:35.968285" elapsed="0.000964"/>
</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-06-02T03:03:35.978254" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:03:35.978118" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:35.978088" elapsed="0.000253"/>
</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-06-02T03:03:35.981869" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:03:35.981756" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:35.981737" elapsed="0.000219"/>
</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-06-02T03:03:35.982103" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T03:03:35.983010" level="INFO">Logging into '10.30.170.177:8101' as 'karaf'.</msg>
<msg time="2026-06-02T03:03:36.221213" 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-06-02T03:03:35.982723" elapsed="0.238650"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.326247" 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-06-02T03:03:36.221647" elapsed="0.104750"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.336691" 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-06-02T03:03:36.336911" 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-06-02T03:03:36.326643" elapsed="0.010302"/>
</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-06-02T03:03:36.337137" elapsed="0.000284"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:03:36.337605" elapsed="0.000248"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:03:36.338332" 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-06-02T03:03:36.338026" elapsed="0.000361"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T03:03:36.338437" elapsed="0.000051"/>
</return>
<msg time="2026-06-02T03:03:36.338634" 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.177
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T03:03:35.981399" elapsed="0.357267"/>
</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-06-02T03:03:36.338808" elapsed="0.000625"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T03:03:36.339485" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-02T03:03:35.977755" elapsed="0.361860"/>
</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-06-02T03:03:36.343341" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:03:36.343206" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:36.343183" elapsed="0.000232"/>
</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-06-02T03:03:36.343554" elapsed="0.000463"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.344423" level="INFO">Logging into '10.30.170.177:8101' as 'karaf'.</msg>
<msg time="2026-06-02T03:03:36.503349" 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-06-02T03:03:36.344164" elapsed="0.159352"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.529289" 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-06-02T03:03:36.503771" elapsed="0.025632"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.531371" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-02T03:03:36.531475" 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-06-02T03:03:36.529626" elapsed="0.001879"/>
</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-06-02T03:03:36.531644" elapsed="0.000275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:03:36.532065" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:03:36.532711" 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-06-02T03:03:36.532403" elapsed="0.000359"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-02T03:03:36.532813" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.177
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-02T03:03:36.342850" elapsed="0.190204"/>
</kw>
<status status="PASS" start="2026-06-02T03:03:34.058595" elapsed="2.474522"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:03:36.535736" 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-06-02T03:03:36.533994" elapsed="0.001819"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T03:03:36.537327" 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-06-02T03:03:36.536969" elapsed="0.000401"/>
</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-06-02T03:03:36.537695" elapsed="0.000079"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:03:36.537451" elapsed="0.000370"/>
</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-06-02T03:03:36.540773" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:03:36.540521" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:36.540501" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.541235" 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-06-02T03:03:36.541361" 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-06-02T03:03:36.541013" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:03:36.541993" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.177 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.210" 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-06-02T03:03:36.541521" elapsed="0.000533"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.542672" 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-06-02T03:03:36.542195" elapsed="0.000503"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:03:36.543632" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T03:03:36.543721" 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-06-02T03:03:36.543309" elapsed="0.000437"/>
</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-06-02T03:03:36.543906" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.545114" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-06-02T03:03:36.914493" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 03:03:35 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.210
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  2 03:03:35 2026 from 10.30.170.116
[?2004h[jenkins@releng-63164-280-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-06-02T03:03:36.544739" elapsed="0.370163"/>
</kw>
<msg time="2026-06-02T03:03:36.915001" 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-06-02T03:03:36.544394" elapsed="0.370721"/>
</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-06-02T03:03:36.542921" elapsed="0.372324"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T03:03:36.916070" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.177 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T03:13:43.036497" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T03:13:43.037213" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T03:13:43.037364" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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-06-02T03:03:36.915474" elapsed="606.121981"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:13:43.038243" elapsed="0.000921"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.040396" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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.177. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:42.123 16  switches: flows:  94098 92280 92781 91849 92501 89514 93847 90692 88762 89205 90175 89330 90869 87687 88829 87503  total = 24.165367 per ms 
03:05:42.224 16  switches: flows:  108650 108597 111080 106289 109614 106582 110080 106071 105594 105615 106608 106115 104760 107086 103143 104781  total = 28.463543 per ms 
03:06:42.324 16  switches: flows:  117249 114769 115883 115870 115093 114036 116993 115925 114037 114187 114586 115883 112851 115677 109368 111423  total = 30.512880 per ms 
03:07:42.424 16  switches: flows:  120445 117475 118444 119182 118778 116419 120068 118253 117324 116229 115233 116885 116323 118355 115104 114826  total = 31.270155 per ms 
03:08:42.525 16  switches: flows:  120631 118159 118231 118987 118852 116607 118592 117799 114568 117079 117017 116004 117026 117831 115126 113638  total = 31.216950 per ms 
03:09:42.625 16  switches: flows:  118853 117085 117044 117229 117426 113761 117250 115909 113129 114746 115273 115331 115391 117020 113006 113561  total = 30.815426 per ms 
03:10:42.725 16  switches: flows:  119430 117678 119706 117492 116906 114565 118980 114339 114155 117251 115478 115849 115334 116864 113908 114363  total = 30.986555 per ms 
03:11:42.826 16  switches: flows:  118050 116071 116411 114083 115382 114087 116529 114297 113003 114180 113709 113228 115215 115368 112332 113000  total = 30.531463 per ms 
03:12:42.926 16  switches: flows:  119875 116973 117730 117604 116428 114565 119092 115064 116115 116344 115766 116411 115725 117667 114918 114205  total = 31.022846 per ms 
03:13:43.026 16  switches: flows:  119408 117968 117867 117424 116693 113847 119043 114462 115134 116249 115998 117547 116216 116389 114856 113147  total = 30.985699 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28463.54/31270.16/30645.06/10247.12 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:13:43.039534" elapsed="0.001171"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T03:13:43.041297" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-06-02T03:13:43.040966" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-06-02T03:13:43.040858" elapsed="0.000662"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T03:13:43.041742" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:13:43.041657" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-06-02T03:13:43.041620" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T03:13:43.041996" elapsed="0.000032"/>
</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-06-02T03:13:43.047859" elapsed="0.000439"/>
</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-06-02T03:13:43.048464" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:13:43.048808" elapsed="0.000126"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T03:13:43.042785" elapsed="0.006207"/>
</kw>
<msg time="2026-06-02T03:13:43.049135" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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-06-02T03:03:36.538199" elapsed="606.510965"/>
</kw>
<status status="PASS" start="2026-06-02T03:03:36.537852" elapsed="606.511364"/>
</branch>
<status status="PASS" start="2026-06-02T03:03:36.537427" elapsed="606.511818"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.049767" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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.177. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:42.123 16  switches: flows:  94098 92280 92781 91849 92501 89514 93847 90692 88762 89205 90175 89330 90869 87687 88829 87503  total = 24.165367 per ms 
03:05:42.224 16  switches: flows:  108650 108597 111080 106289 109614 106582 110080 106071 105594 105615 106608 106115 104760 107086 103143 104781  total = 28.463543 per ms 
03:06:42.324 16  switches: flows:  117249 114769 115883 115870 115093 114036 116993 115925 114037 114187 114586 115883 112851 115677 109368 111423  total = 30.512880 per ms 
03:07:42.424 16  switches: flows:  120445 117475 118444 119182 118778 116419 120068 118253 117324 116229 115233 116885 116323 118355 115104 114826  total = 31.270155 per ms 
03:08:42.525 16  switches: flows:  120631 118159 118231 118987 118852 116607 118592 117799 114568 117079 117017 116004 117026 117831 115126 113638  total = 31.216950 per ms 
03:09:42.625 16  switches: flows:  118853 117085 117044 117229 117426 113761 117250 115909 113129 114746 115273 115331 115391 117020 113006 113561  total = 30.815426 per ms 
03:10:42.725 16  switches: flows:  119430 117678 119706 117492 116906 114565 118980 114339 114155 117251 115478 115849 115334 116864 113908 114363  total = 30.986555 per ms 
03:11:42.826 16  switches: flows:  118050 116071 116411 114083 115382 114087 116529 114297 113003 114180 113709 113228 115215 115368 112332 113000  total = 30.531463 per ms 
03:12:42.926 16  switches: flows:  119875 116973 117730 117604 116428 114565 119092 115064 116115 116344 115766 116411 115725 117667 114918 114205  total = 31.022846 per ms 
03:13:43.026 16  switches: flows:  119408 117968 117867 117424 116693 113847 119043 114462 115134 116249 115998 117547 116216 116389 114856 113147  total = 30.985699 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28463.54/31270.16/30645.06/10247.12 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:13:43.049433" elapsed="0.000412"/>
</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-06-02T03:13:43.050016" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T03:13:43.051135" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T03:13:43.051289" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28463.54/31270.16/30645.06/10247.12 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-06-02T03:13:43.050561" elapsed="0.000756"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:13:43.051798" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28463.54/31270.16/30645.06/10247.12 | 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-06-02T03:13:43.051494" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.054458" 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-06-02T03:13:43.051991" elapsed="0.002540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.057045" level="INFO">28463.54/31270.16/30645.06/10247.12</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:13:43.054732" elapsed="0.002373"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:13:43.059689" 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-06-02T03:13:43.057275" elapsed="0.002443"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:13:43.062209" level="INFO">@{result_value_list} = [ 28463.54 | 31270.16 | 30645.06 | 10247.12 ]</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-06-02T03:13:43.059988" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.062842" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T03:13:43.062988" 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-06-02T03:13:43.062395" elapsed="0.000624"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.067823" level="INFO">min :: 28463.54</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-06-02T03:13:43.063490" elapsed="0.004405"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T03:13:43.063354" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.072419" level="INFO">max :: 31270.16</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-06-02T03:13:43.068158" elapsed="0.004321"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T03:13:43.068027" elapsed="0.004490"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.077197" level="INFO">avg :: 30645.06</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-06-02T03:13:43.072754" elapsed="0.004508"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T03:13:43.072615" elapsed="0.004687"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.081999" level="INFO">stdev :: 10247.12</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-06-02T03:13:43.077561" elapsed="0.004547"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T03:13:43.077412" elapsed="0.004735"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T03:13:43.063113" elapsed="0.019069"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.086388" level="INFO">${min} = 28463.54</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-06-02T03:13:43.082356" elapsed="0.004063"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.090506" level="INFO">${max} = 31270.16</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-06-02T03:13:43.086586" elapsed="0.003948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.094864" level="INFO">${average} = 30645.06</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-06-02T03:13:43.090691" elapsed="0.004214"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.098754" level="INFO">${stdev} = 10247.12</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-06-02T03:13:43.095060" elapsed="0.003722"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.099337" level="INFO">${date} = 2026-06-02 03:13:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T03:13:43.098969" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.099940" level="INFO">CBench Result: 2026-06-02 03:13:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28463.54,31270.16,30645.06,10247.12</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-06-02T03:13:43.099509" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T03:13:43.101087" 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-06-02T03:13:43.100643" elapsed="0.000510"/>
</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-06-02T03:13:43.101305" 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-06-02T03:13:43.100160" elapsed="0.001748"/>
</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-06-02T03:03:36.536295" elapsed="606.565676"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.102443" 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-06-02T03:13:43.102125" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-02T03:13:43.103034" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-06-02T03:13:43.102714" elapsed="0.000658"/>
</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-06-02T03:03:36.533267" elapsed="606.570143"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.104702" 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-06-02T03:13:43.104319" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.106240" 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-06-02T03:13:43.105682" elapsed="0.000603"/>
</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-06-02T03:13:43.106668" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:13:43.106425" elapsed="0.000302"/>
</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-06-02T03:13:43.110841" elapsed="0.000058"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:13:43.110439" elapsed="0.000519"/>
</branch>
<status status="PASS" start="2026-06-02T03:13:43.110405" elapsed="0.000595"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:13:43.111549" 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-06-02T03:13:43.111734" 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-06-02T03:13:43.111235" elapsed="0.000539"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.112627" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.177 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.210" 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-06-02T03:13:43.111999" elapsed="0.000716"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:13:43.113578" 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-06-02T03:13:43.112942" elapsed="0.000676"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:13:43.115251" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T03:13:43.115378" 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-06-02T03:13:43.114734" elapsed="0.000678"/>
</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-06-02T03:13:43.115608" elapsed="0.000514"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T03:13:43.117272" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-06-02T03:13:43.708929" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 03:13: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.171.210
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  2 03:03:36 2026 from 10.30.170.116
[?2004h[jenkins@releng-63164-280-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-06-02T03:13:43.116836" elapsed="0.592338"/>
</kw>
<msg time="2026-06-02T03:13:43.709273" 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-06-02T03:13:43.116362" elapsed="0.593011"/>
</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-06-02T03:13:43.114112" elapsed="0.595378"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T03:13:43.710057" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.177 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T03:23:49.744604" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T03:23:49.745048" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T03:23:49.745110" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.177: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-06-02T03:13:43.709724" elapsed="606.035425"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:23:49.745472" elapsed="0.000538"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.746814" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.177: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.177. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:48.829 16  switches: flows:  529252 533177 536918 536764 522970 530540 531900 532904 514888 518830 532297 523568 525526 522512 534091 533388  total = 140.992083 per ms 
03:15:48.931 16  switches: flows:  593436 593909 599277 596740 601297 596483 597890 602807 592711 592050 597613 595407 595432 600632 595631 599468  total = 158.910689 per ms 
03:16:49.033 16  switches: flows:  627536 624198 627500 627484 622060 620942 620040 616535 629371 627926 628092 624514 623092 618295 626784 623469  total = 166.183974 per ms 
03:17:49.134 16  switches: flows:  619042 612662 613523 619183 619143 617340 617240 619849 616124 626490 618908 616671 623558 612374 620862 620136  total = 164.607897 per ms 
03:18:49.238 16  switches: flows:  617723 630442 626702 639918 633139 634093 629340 630633 638009 640398 640234 635336 636766 630615 646011 635389  total = 168.789822 per ms 
03:19:49.339 16  switches: flows:  617274 623340 625770 618916 611870 619478 626855 627844 622931 622892 623119 616561 619670 621156 611343 614881  total = 165.120507 per ms 
03:20:49.441 16  switches: flows:  641676 637712 638520 641061 635203 639017 647043 643594 637751 641107 641413 638265 644842 643423 637385 642339  total = 170.552167 per ms 
03:21:49.542 16  switches: flows:  634254 632213 628262 622540 630646 633006 633300 627225 643001 621534 635411 626251 628675 632934 632653 627534  total = 167.875635 per ms 
03:22:49.643 16  switches: flows:  634489 648083 647916 636749 641803 645096 639539 643065 654995 644549 641320 647367 635530 645403 646862 641632  total = 171.285743 per ms 
03:23:49.745 16  switches: flows:  613203 610820 603154 606197 598638 592667 605259 612060 601019 546805 591290 591977 597244 605483 591163 591921  total = 159.046942 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 158910.69/171285.74/165819.26/55434.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:23:49.746265" elapsed="0.000779"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T03:23:49.747434" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-06-02T03:23:49.747165" elapsed="0.000384"/>
</branch>
<status status="PASS" start="2026-06-02T03:23:49.747129" elapsed="0.000460"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T03:23:49.747742" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:23:49.747683" elapsed="0.000122"/>
</branch>
<status status="NOT RUN" start="2026-06-02T03:23:49.747657" elapsed="0.000184"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T03:23:49.747910" elapsed="0.000023"/>
</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-06-02T03:23:49.751750" elapsed="0.000533"/>
</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-06-02T03:23:49.752507" elapsed="0.000255"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:23:49.752982" elapsed="0.000164"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T03:23:49.748378" elapsed="0.004851"/>
</kw>
<msg time="2026-06-02T03:23:49.753420" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.177: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-06-02T03:13:43.107091" elapsed="606.646368"/>
</kw>
<status status="PASS" start="2026-06-02T03:13:43.106755" elapsed="606.646780"/>
</branch>
<status status="PASS" start="2026-06-02T03:13:43.106401" elapsed="606.647171"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.754263" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.177: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.177. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:48.829 16  switches: flows:  529252 533177 536918 536764 522970 530540 531900 532904 514888 518830 532297 523568 525526 522512 534091 533388  total = 140.992083 per ms 
03:15:48.931 16  switches: flows:  593436 593909 599277 596740 601297 596483 597890 602807 592711 592050 597613 595407 595432 600632 595631 599468  total = 158.910689 per ms 
03:16:49.033 16  switches: flows:  627536 624198 627500 627484 622060 620942 620040 616535 629371 627926 628092 624514 623092 618295 626784 623469  total = 166.183974 per ms 
03:17:49.134 16  switches: flows:  619042 612662 613523 619183 619143 617340 617240 619849 616124 626490 618908 616671 623558 612374 620862 620136  total = 164.607897 per ms 
03:18:49.238 16  switches: flows:  617723 630442 626702 639918 633139 634093 629340 630633 638009 640398 640234 635336 636766 630615 646011 635389  total = 168.789822 per ms 
03:19:49.339 16  switches: flows:  617274 623340 625770 618916 611870 619478 626855 627844 622931 622892 623119 616561 619670 621156 611343 614881  total = 165.120507 per ms 
03:20:49.441 16  switches: flows:  641676 637712 638520 641061 635203 639017 647043 643594 637751 641107 641413 638265 644842 643423 637385 642339  total = 170.552167 per ms 
03:21:49.542 16  switches: flows:  634254 632213 628262 622540 630646 633006 633300 627225 643001 621534 635411 626251 628675 632934 632653 627534  total = 167.875635 per ms 
03:22:49.643 16  switches: flows:  634489 648083 647916 636749 641803 645096 639539 643065 654995 644549 641320 647367 635530 645403 646862 641632  total = 171.285743 per ms 
03:23:49.745 16  switches: flows:  613203 610820 603154 606197 598638 592667 605259 612060 601019 546805 591290 591977 597244 605483 591163 591921  total = 159.046942 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 158910.69/171285.74/165819.26/55434.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:23:49.753804" elapsed="0.000568"/>
</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-06-02T03:23:49.754597" elapsed="0.000513"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T03:23:49.755664" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T03:23:49.755786" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 158910.69/171285.74/165819.26/55434.69 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-06-02T03:23:49.755370" elapsed="0.000449"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:23:49.756384" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 158910.69/171285.74/165819.26/55434.69 | 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-06-02T03:23:49.756042" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.759995" 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-06-02T03:23:49.756615" elapsed="0.003483"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.763656" level="INFO">158910.69/171285.74/165819.26/55434.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:23:49.760361" elapsed="0.003384"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:23:49.767290" 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-06-02T03:23:49.764001" elapsed="0.003350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:23:49.770930" level="INFO">@{result_value_list} = [ 158910.69 | 171285.74 | 165819.26 | 55434.69 ]</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-06-02T03:23:49.767687" elapsed="0.003286"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.771791" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T03:23:49.771941" 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-06-02T03:23:49.771213" elapsed="0.000766"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.778961" level="INFO">min :: 158910.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:23:49.772566" elapsed="0.006496"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T03:23:49.772366" elapsed="0.006759"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.785845" level="INFO">max :: 171285.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-06-02T03:23:49.779557" elapsed="0.006411"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T03:23:49.779311" elapsed="0.006805"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.793057" level="INFO">avg :: 165819.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:23:49.786541" elapsed="0.006630"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T03:23:49.786292" elapsed="0.006948"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.800675" level="INFO">stdev :: 55434.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:23:49.793701" elapsed="0.007091"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T03:23:49.793419" elapsed="0.007446"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T03:23:49.772080" elapsed="0.028906"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.806941" level="INFO">${min} = 158910.69</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-06-02T03:23:49.801310" elapsed="0.005681"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.813099" level="INFO">${max} = 171285.74</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T03:23:49.807350" elapsed="0.005803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.819165" level="INFO">${average} = 165819.26</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-02T03:23:49.813463" elapsed="0.005751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.825276" level="INFO">${stdev} = 55434.69</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-06-02T03:23:49.819519" elapsed="0.005811"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.826274" level="INFO">${date} = 2026-06-02 03:23: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-06-02T03:23:49.825659" elapsed="0.000655"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.827203" level="INFO">CBench Result: 2026-06-02 03:23:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,158910.69,171285.74,165819.26,55434.69</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-06-02T03:23:49.826546" elapsed="0.000765"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T03:23:49.828938" 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-06-02T03:23:49.828286" elapsed="0.000761"/>
</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-06-02T03:23:49.829284" elapsed="0.000793"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T03:23:49.827547" elapsed="0.002635"/>
</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-06-02T03:13:43.105094" elapsed="606.725186"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.831020" 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-06-02T03:23:49.830506" elapsed="0.000604"/>
</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-06-02T03:23:49.831976" elapsed="0.000444"/>
</kw>
<status status="PASS" start="2026-06-02T03:23:49.831472" elapsed="0.001054"/>
</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-06-02T03:13:43.103715" elapsed="606.728869"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.834718" 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-06-02T03:23:49.834089" elapsed="0.000720"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.836719" 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-06-02T03:23:49.836205" elapsed="0.000584"/>
</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-06-02T03:23:49.837429" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:23:49.837039" elapsed="0.000482"/>
</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-06-02T03:23:49.842098" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:23:49.841643" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-06-02T03:23:49.841605" elapsed="0.000636"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:23:49.842798" 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-06-02T03:23:49.843008" 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-06-02T03:23:49.842454" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.843869" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.177 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.210" 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-06-02T03:23:49.843252" elapsed="0.000715"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-02T03:23:49.844664" 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-06-02T03:23:49.844150" elapsed="0.000548"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:23:49.846219" level="INFO">Length is 0.</msg>
<msg time="2026-06-02T03:23:49.846350" 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-06-02T03:23:49.845508" elapsed="0.000877"/>
</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-06-02T03:23:49.846599" elapsed="0.000502"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-02T03:23:49.848504" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-06-02T03:23:50.503840" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jun  2 03:23:50 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jun  2 03:13:43 2026 from 10.30.170.116
[?2004h[jenkins@releng-63164-280-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-06-02T03:23:49.847928" elapsed="0.656197"/>
</kw>
<msg time="2026-06-02T03:23:50.504240" 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-06-02T03:23:49.847383" elapsed="0.656962"/>
</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-06-02T03:23:49.844999" elapsed="0.659492"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-02T03:23:50.505177" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.177 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-02T03:33:56.542857" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-02T03:33:56.543558" level="INFO">${stdout} = </msg>
<msg time="2026-06-02T03:33:56.543668" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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-06-02T03:23:50.504772" elapsed="606.038964"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:33:56.544151" elapsed="0.000557"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.545459" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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.177. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:55.647 16  switches: flows:  115166 113563 116564 113995 114291 115896 113679 114684 111616 113264 114531 113892 113170 112546 114798 111694  total = 30.389150 per ms 
03:25:55.747 16  switches: flows:  113822 114244 115386 115209 112477 115477 113657 111611 111221 112272 112999 111127 110022 110670 112495 110071  total = 29.995894 per ms 
03:26:55.848 16  switches: flows:  119371 118709 119718 121544 118349 120161 119499 115970 118042 119783 118978 117243 117739 116000 118047 116234  total = 31.537080 per ms 
03:27:55.948 16  switches: flows:  115423 114362 115857 118095 113728 117449 117729 114335 113026 115353 117033 112207 112581 113576 113691 113304  total = 30.578062 per ms 
03:28:56.048 16  switches: flows:  117270 116053 117790 119498 118256 118943 118485 116467 115602 116892 118219 115102 115897 115936 115729 115302  total = 31.138683 per ms 
03:29:56.149 16  switches: flows:  117931 118756 117174 121463 119400 120580 120138 117510 116927 119722 118728 115720 118221 116264 117212 116143  total = 31.478911 per ms 
03:30:56.249 16  switches: flows:  116322 117060 117555 120508 119179 120387 120488 115814 113557 116860 118105 116019 116223 115270 116745 115637  total = 31.209979 per ms 
03:31:56.349 16  switches: flows:  117005 116852 118263 121559 118220 119521 120056 118304 116044 117286 119196 116686 115704 115557 117004 118263  total = 31.372918 per ms 
03:32:56.450 16  switches: flows:  118543 118786 118546 119964 118562 121592 121297 117049 116591 118295 119918 117207 115512 116534 117789 116247  total = 31.487934 per ms 
03:33:56.550 16  switches: flows:  113848 115117 118398 116724 116687 117429 116631 115664 112917 116177 115120 116412 115156 115879 113756 114591  total = 30.790344 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29995.89/31537.08/31065.53/10366.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:33:56.545002" elapsed="0.000679"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-02T03:33:56.546076" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-06-02T03:33:56.545815" elapsed="0.000374"/>
</branch>
<status status="PASS" start="2026-06-02T03:33:56.545776" elapsed="0.000456"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-02T03:33:56.546388" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-02T03:33:56.546331" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-06-02T03:33:56.546306" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-02T03:33:56.546500" elapsed="0.000014"/>
</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-06-02T03:33:56.549999" elapsed="0.000493"/>
</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-06-02T03:33:56.550699" elapsed="0.000201"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-02T03:33:56.551088" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-02T03:33:56.546971" elapsed="0.004372"/>
</kw>
<msg time="2026-06-02T03:33:56.551539" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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-06-02T03:23:49.838106" elapsed="606.713474"/>
</kw>
<status status="PASS" start="2026-06-02T03:23:49.837564" elapsed="606.714092"/>
</branch>
<status status="PASS" start="2026-06-02T03:23:49.837002" elapsed="606.714692"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.552313" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.177: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.177. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:55.647 16  switches: flows:  115166 113563 116564 113995 114291 115896 113679 114684 111616 113264 114531 113892 113170 112546 114798 111694  total = 30.389150 per ms 
03:25:55.747 16  switches: flows:  113822 114244 115386 115209 112477 115477 113657 111611 111221 112272 112999 111127 110022 110670 112495 110071  total = 29.995894 per ms 
03:26:55.848 16  switches: flows:  119371 118709 119718 121544 118349 120161 119499 115970 118042 119783 118978 117243 117739 116000 118047 116234  total = 31.537080 per ms 
03:27:55.948 16  switches: flows:  115423 114362 115857 118095 113728 117449 117729 114335 113026 115353 117033 112207 112581 113576 113691 113304  total = 30.578062 per ms 
03:28:56.048 16  switches: flows:  117270 116053 117790 119498 118256 118943 118485 116467 115602 116892 118219 115102 115897 115936 115729 115302  total = 31.138683 per ms 
03:29:56.149 16  switches: flows:  117931 118756 117174 121463 119400 120580 120138 117510 116927 119722 118728 115720 118221 116264 117212 116143  total = 31.478911 per ms 
03:30:56.249 16  switches: flows:  116322 117060 117555 120508 119179 120387 120488 115814 113557 116860 118105 116019 116223 115270 116745 115637  total = 31.209979 per ms 
03:31:56.349 16  switches: flows:  117005 116852 118263 121559 118220 119521 120056 118304 116044 117286 119196 116686 115704 115557 117004 118263  total = 31.372918 per ms 
03:32:56.450 16  switches: flows:  118543 118786 118546 119964 118562 121592 121297 117049 116591 118295 119918 117207 115512 116534 117789 116247  total = 31.487934 per ms 
03:33:56.550 16  switches: flows:  113848 115117 118398 116724 116687 117429 116631 115664 112917 116177 115120 116412 115156 115879 113756 114591  total = 30.790344 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29995.89/31537.08/31065.53/10366.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:33:56.551935" elapsed="0.000462"/>
</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-06-02T03:33:56.552618" elapsed="0.000571"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-02T03:33:56.553874" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-02T03:33:56.554094" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29995.89/31537.08/31065.53/10366.71 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-06-02T03:33:56.553486" elapsed="0.000662"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:33:56.555042" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29995.89/31537.08/31065.53/10366.71 | 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-06-02T03:33:56.554466" elapsed="0.000636"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.560142" 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-06-02T03:33:56.555501" elapsed="0.004768"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.563749" level="INFO">29995.89/31537.08/31065.53/10366.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:33:56.560504" elapsed="0.003325"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:33:56.567163" 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-06-02T03:33:56.564056" elapsed="0.003138"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-02T03:33:56.569796" level="INFO">@{result_value_list} = [ 29995.89 | 31537.08 | 31065.53 | 10366.71 ]</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-06-02T03:33:56.567520" elapsed="0.002306"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.570354" level="INFO">Length is 4.</msg>
<msg time="2026-06-02T03:33:56.570453" 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-06-02T03:33:56.570005" elapsed="0.000472"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.575333" level="INFO">min :: 29995.89</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-06-02T03:33:56.570904" elapsed="0.004502"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-02T03:33:56.570753" elapsed="0.004690"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.580037" level="INFO">max :: 31537.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-02T03:33:56.575667" elapsed="0.004427"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-02T03:33:56.575538" elapsed="0.004591"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.584745" level="INFO">avg :: 31065.53</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-06-02T03:33:56.580341" elapsed="0.004462"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-02T03:33:56.580214" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.589519" level="INFO">stdev :: 10366.71</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-06-02T03:33:56.585066" elapsed="0.004517"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-02T03:33:56.584939" elapsed="0.004680"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-02T03:33:56.570548" elapsed="0.019101"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.594153" level="INFO">${min} = 29995.89</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-06-02T03:33:56.589830" elapsed="0.004351"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.598382" level="INFO">${max} = 31537.08</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-06-02T03:33:56.594341" elapsed="0.004069"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.602605" level="INFO">${average} = 31065.53</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-06-02T03:33:56.598568" elapsed="0.004069"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.606610" level="INFO">${stdev} = 10366.71</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-06-02T03:33:56.602812" elapsed="0.003825"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.607217" level="INFO">${date} = 2026-06-02 03:33:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-02T03:33:56.606798" elapsed="0.000446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.607825" level="INFO">CBench Result: 2026-06-02 03:33:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29995.89,31537.08,31065.53,10366.71</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-06-02T03:33:56.607405" elapsed="0.000491"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-02T03:33:56.609057" 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-06-02T03:33:56.608549" elapsed="0.000577"/>
</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-06-02T03:33:56.609281" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-02T03:33:56.608066" elapsed="0.001752"/>
</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-06-02T03:23:49.835343" elapsed="606.774534"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.610353" 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-06-02T03:33:56.610044" elapsed="0.000365"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-02T03:33:56.611661" 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-06-02T03:33:56.611143" elapsed="0.000546"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-02T03:33:56.611944" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-06-02T03:33:56.611774" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-06-02T03:33:56.611750" elapsed="0.000292"/>
</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-06-02T03:33:56.612190" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-02T03:33:56.612347" elapsed="0.000021"/>
</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-06-02T03:33:56.612507" 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-06-02T03:33:56.612709" 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-06-02T03:33:56.612860" elapsed="0.000035"/>
</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-06-02T03:33:56.613024" elapsed="0.000021"/>
</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-06-02T03:33:56.613170" 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-06-02T03:33:56.613393" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-02T03:33:56.613254" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-02T03:33:56.613237" elapsed="0.000231"/>
</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-06-02T03:33:56.610792" elapsed="0.002728"/>
</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-06-02T03:23:49.833256" elapsed="606.780311"/>
</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-06-02T03:03:33.462015" elapsed="1823.152130"/>
</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>
