<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-06T00:44:19.642151" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-06T00:44:20.195869" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-06T00:44:20.195734" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:20.195703" elapsed="0.000267"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:44:20.196112" elapsed="0.000511"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-06T00:44:20.197085" level="INFO">Logging into '10.30.171.71:8101' as 'karaf'.</msg>
<msg time="2026-04-06T00:44:20.837240" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-06T00:44:20.196791" elapsed="0.640673"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-06T00:44:20.885669" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-06T00:44:20.837776" elapsed="0.047962"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-06T00:44:20.887417" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-06T00:44:20.887530" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-06T00:44:20.885907" elapsed="0.001652"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-06T00:44:20.887714" elapsed="0.000208"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T00:44:20.888082" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:44:20.888817" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:44:20.888467" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-06T00:44:20.888929" elapsed="0.000061"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.71
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-06T00:44:20.195341" elapsed="0.693776"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-06T00:44:20.191841" elapsed="0.697342"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-06T00:44:20.889778" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-06T00:44:20.889380" elapsed="0.000454"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-06T00:44:20.890228" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-06T00:44:20.889985" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-06T00:44:20.890883" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-06T00:44:20.890462" elapsed="0.000450"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-06T00:44:20.891432" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-06T00:44:20.891081" elapsed="0.000394"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-06T00:44:20.891989" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-06T00:44:20.891618" elapsed="0.000397"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-06T00:44:20.892496" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-06T00:44:20.892170" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-06T00:44:20.892877" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-06T00:44:20.892633" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-06T00:44:20.897468" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:44:20.897045" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T00:44:20.898503" level="INFO">Length is 0.</msg>
<msg time="2026-04-06T00:44:20.898585" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T00:44:20.898037" elapsed="0.000572"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:44:20.898750" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-06T00:44:20.900109" level="INFO">Logging into '10.30.170.197:22' as 'jenkins'.</msg>
<msg time="2026-04-06T00:44:21.577498" 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 Mon Apr  6 00:44:21 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.197
  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-166-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-06T00:44:20.899618" elapsed="0.678035"/>
</kw>
<msg time="2026-04-06T00:44:21.577749" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:44:20.899260" elapsed="0.678586"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-06T00:44:20.897697" elapsed="0.680275"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-06T00:44:21.585481" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-06T00:44:21.578200" elapsed="0.008961"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T00:44:21.587350" elapsed="0.000309"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-06T00:44:20.896523" elapsed="0.691201"/>
</kw>
<status status="PASS" start="2026-04-06T00:44:20.893235" elapsed="0.694529"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:20.892604" elapsed="0.695195"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-06T00:44:21.587953" elapsed="0.000509"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-06T00:44:21.593607" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-06T00:44:21.593442" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:21.593408" elapsed="0.000306"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-06T00:44:21.598618" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-06T00:44:21.598422" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:21.598378" elapsed="0.000337"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:44:21.598901" elapsed="0.000622"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-06T00:44:21.600079" level="INFO">Logging into '10.30.171.71:8101' as 'karaf'.</msg>
<msg time="2026-04-06T00:44:21.788766" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-06T00:44:21.599725" elapsed="0.189128"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-06T00:44:21.882152" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-06T00:44:21.789009" elapsed="0.093216"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-06T00:44:21.889666" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-06T00:44:21.889854" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-06T00:44:21.882437" elapsed="0.007449"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-06T00:44:21.890033" elapsed="0.000229"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T00:44:21.890491" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:44:21.891137" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:44:21.890833" elapsed="0.000369"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-06T00:44:21.891250" elapsed="0.000050"/>
</return>
<msg time="2026-04-06T00:44:21.891468" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.71
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-06T00:44:21.597914" elapsed="0.293586"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-06T00:44:21.891647" elapsed="0.000508"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-06T00:44:21.892206" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-06T00:44:21.593012" elapsed="0.299353"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-06T00:44:21.896025" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-06T00:44:21.895895" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:21.895872" elapsed="0.000225"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:44:21.896226" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-06T00:44:21.897086" level="INFO">Logging into '10.30.171.71:8101' as 'karaf'.</msg>
<msg time="2026-04-06T00:44:22.069772" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-06T00:44:21.896829" elapsed="0.173027"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-06T00:44:22.093383" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-06T00:44:22.070010" elapsed="0.023631"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-06T00:44:22.097776" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-06T00:44:22.097996" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-06T00:44:22.094091" elapsed="0.003968"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-06T00:44:22.098410" elapsed="0.000480"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T00:44:22.099242" elapsed="0.000434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:44:22.100766" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:44:22.099978" elapsed="0.000899"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-06T00:44:22.101016" elapsed="0.000121"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.71
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-06T00:44:21.895573" elapsed="0.205858"/>
</kw>
<status status="PASS" start="2026-04-06T00:44:20.190023" elapsed="1.911548"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:44:22.104568" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:44:22.103122" elapsed="0.001518"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-06T00:44:22.106243" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-06T00:44:22.105884" elapsed="0.000424"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-06T00:44:22.106677" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-06T00:44:22.106419" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-06T00:44:22.109798" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-06T00:44:22.109538" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:22.109513" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-06T00:44:22.110242" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-06T00:44:22.110397" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-06T00:44:22.110021" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:44:22.111008" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.71 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.197" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:44:22.110578" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-06T00:44:22.111710" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:44:22.111211" elapsed="0.000526"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T00:44:22.112679" level="INFO">Length is 0.</msg>
<msg time="2026-04-06T00:44:22.112770" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T00:44:22.112317" elapsed="0.000477"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:44:22.112945" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-06T00:44:22.114225" level="INFO">Logging into '10.30.170.197:22' as 'jenkins'.</msg>
<msg time="2026-04-06T00:44:22.433724" 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 Mon Apr  6 00:44:21 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.197
  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: Mon Apr  6 00:44:21 2026 from 10.30.171.232
[?2004h[jenkins@releng-63164-166-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-06T00:44:22.113856" elapsed="0.320076"/>
</kw>
<msg time="2026-04-06T00:44:22.434026" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:44:22.113471" elapsed="0.320670"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-06T00:44:22.111941" elapsed="0.322340"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-06T00:44:22.435221" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.71 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-06T00:54:28.532333" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-06T00:54:28.532880" level="INFO">${stdout} = </msg>
<msg time="2026-04-06T00:54:28.532992" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-06T00:44:22.434560" elapsed="606.098492"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T00:54:28.533519" elapsed="0.000701"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.535355" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.71. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:27.617 16  switches: flows:  100085 100283 100653 101088 98669 97151 98640 97630 99113 96832 95574 95346 94021 94038 94828 95507  total = 25.990967 per ms 
00:46:27.718 16  switches: flows:  118908 119658 125011 124442 122218 119714 122226 119836 120555 119513 116573 116867 118254 118841 114999 118609  total = 31.883749 per ms 
00:47:27.818 16  switches: flows:  121810 122822 123872 126257 123412 121598 125278 121664 122623 122034 116264 120034 119747 121736 118776 121201  total = 32.431237 per ms 
00:48:27.920 16  switches: flows:  129162 126997 129436 130529 128451 124166 129140 126350 125909 125988 121761 123796 123728 124008 121999 122816  total = 33.513644 per ms 
00:49:28.021 16  switches: flows:  124402 124207 124157 127416 124666 122410 123780 122421 123894 122614 119004 119513 119613 121544 118243 120631  total = 32.587027 per ms 
00:50:28.121 16  switches: flows:  118346 119393 119080 120389 121682 117152 115523 116636 117466 114131 113599 113034 112414 115306 115941 113965  total = 31.015853 per ms 
00:51:28.222 16  switches: flows:  119642 121967 122951 123495 122451 119420 118290 120981 118839 114498 115519 117397 113320 117860 117292 118105  total = 31.647637 per ms 
00:52:28.322 16  switches: flows:  131979 130470 130997 133913 133593 130645 129065 129745 128677 126277 126691 127631 123661 126064 123143 125141  total = 34.237726 per ms 
00:53:28.422 16  switches: flows:  127631 130414 128541 128895 129930 127475 127718 126505 126340 123872 122437 124041 120091 121767 122239 123188  total = 33.462207 per ms 
00:54:28.522 16  switches: flows:  132810 134761 133162 132345 132958 133595 131529 131013 130397 128390 127035 128974 123807 125766 126005 128492  total = 34.626217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31015.85/34626.22/32822.81/11001.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.534622" elapsed="0.001088"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-06T00:54:28.536211" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-06T00:54:28.535909" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-04-06T00:54:28.535850" elapsed="0.000607"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-06T00:54:28.536665" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-06T00:54:28.536587" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-04-06T00:54:28.536553" elapsed="0.000247"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-06T00:54:28.536870" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:54:28.541426" elapsed="0.000343"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:54:28.541915" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T00:54:28.542239" elapsed="0.000127"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-06T00:54:28.537578" elapsed="0.004892"/>
</kw>
<msg time="2026-04-06T00:54:28.542616" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-06T00:44:22.107102" elapsed="606.435540"/>
</kw>
<status status="PASS" start="2026-04-06T00:44:22.106768" elapsed="606.435924"/>
</branch>
<status status="PASS" start="2026-04-06T00:44:22.106370" elapsed="606.436347"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.543149" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.71. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:45:27.617 16  switches: flows:  100085 100283 100653 101088 98669 97151 98640 97630 99113 96832 95574 95346 94021 94038 94828 95507  total = 25.990967 per ms 
00:46:27.718 16  switches: flows:  118908 119658 125011 124442 122218 119714 122226 119836 120555 119513 116573 116867 118254 118841 114999 118609  total = 31.883749 per ms 
00:47:27.818 16  switches: flows:  121810 122822 123872 126257 123412 121598 125278 121664 122623 122034 116264 120034 119747 121736 118776 121201  total = 32.431237 per ms 
00:48:27.920 16  switches: flows:  129162 126997 129436 130529 128451 124166 129140 126350 125909 125988 121761 123796 123728 124008 121999 122816  total = 33.513644 per ms 
00:49:28.021 16  switches: flows:  124402 124207 124157 127416 124666 122410 123780 122421 123894 122614 119004 119513 119613 121544 118243 120631  total = 32.587027 per ms 
00:50:28.121 16  switches: flows:  118346 119393 119080 120389 121682 117152 115523 116636 117466 114131 113599 113034 112414 115306 115941 113965  total = 31.015853 per ms 
00:51:28.222 16  switches: flows:  119642 121967 122951 123495 122451 119420 118290 120981 118839 114498 115519 117397 113320 117860 117292 118105  total = 31.647637 per ms 
00:52:28.322 16  switches: flows:  131979 130470 130997 133913 133593 130645 129065 129745 128677 126277 126691 127631 123661 126064 123143 125141  total = 34.237726 per ms 
00:53:28.422 16  switches: flows:  127631 130414 128541 128895 129930 127475 127718 126505 126340 123872 122437 124041 120091 121767 122239 123188  total = 33.462207 per ms 
00:54:28.522 16  switches: flows:  132810 134761 133162 132345 132958 133595 131529 131013 130397 128390 127035 128974 123807 125766 126005 128492  total = 34.626217 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31015.85/34626.22/32822.81/11001.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.542860" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-06T00:54:28.543370" elapsed="0.000418"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-06T00:54:28.544183" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-06T00:54:28.544273" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31015.85/34626.22/32822.81/11001.08 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-06T00:54:28.543948" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T00:54:28.544722" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31015.85/34626.22/32822.81/11001.08 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T00:54:28.544465" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.547079" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.544891" elapsed="0.002243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.549563" level="INFO">31015.85/34626.22/32822.81/11001.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.547277" elapsed="0.002344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T00:54:28.551963" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T00:54:28.549774" elapsed="0.002218"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T00:54:28.554402" level="INFO">@{result_value_list} = [ 31015.85 | 34626.22 | 32822.81 | 11001.08 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T00:54:28.552182" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.554888" level="INFO">Length is 4.</msg>
<msg time="2026-04-06T00:54:28.554976" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T00:54:28.554585" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.559683" level="INFO">min :: 31015.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.555457" elapsed="0.004281"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-06T00:54:28.555303" elapsed="0.004469"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.564261" level="INFO">max :: 34626.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.559991" elapsed="0.004327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-06T00:54:28.559864" elapsed="0.004489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.568864" level="INFO">avg :: 32822.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.564584" elapsed="0.004336"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-06T00:54:28.564458" elapsed="0.004496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.573424" level="INFO">stdev :: 11001.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-04-06T00:54:28.569171" elapsed="0.004310"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-06T00:54:28.569046" elapsed="0.004469"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-06T00:54:28.555074" elapsed="0.018474"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.577340" level="INFO">${min} = 31015.85</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T00:54:28.573707" elapsed="0.003659"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.581150" level="INFO">${max} = 34626.22</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T00:54:28.577531" elapsed="0.003645"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.585285" level="INFO">${average} = 32822.81</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T00:54:28.581325" elapsed="0.003986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.589113" level="INFO">${stdev} = 11001.08</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T00:54:28.585477" elapsed="0.003662"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.589675" level="INFO">${date} = 2026-04-06 00:54:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-06T00:54:28.589297" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.590248" level="INFO">CBench Result: 2026-04-06 00:54:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31015.85,34626.22,32822.81,11001.08</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.589844" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-06T00:54:28.591444" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-06T00:54:28.590997" elapsed="0.000514"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-06T00:54:28.591660" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-06T00:54:28.590480" elapsed="0.001711"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-06T00:44:22.105182" elapsed="606.487071"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.592739" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-06T00:54:28.592418" elapsed="0.000377"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-06T00:54:28.593307" elapsed="0.000294"/>
</kw>
<status status="PASS" start="2026-04-06T00:54:28.593011" elapsed="0.000659"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-06T00:44:22.101854" elapsed="606.491855"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.595450" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.595045" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.596752" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-06T00:54:28.596419" elapsed="0.000374"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-06T00:54:28.597137" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-06T00:54:28.596915" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-06T00:54:28.600047" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-06T00:54:28.599804" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-04-06T00:54:28.599786" elapsed="0.000339"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-06T00:54:28.600487" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-06T00:54:28.600605" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-06T00:54:28.600258" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.601178" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.71 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.197" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T00:54:28.600765" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-06T00:54:28.601782" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T00:54:28.601371" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T00:54:28.602718" level="INFO">Length is 0.</msg>
<msg time="2026-04-06T00:54:28.602806" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T00:54:28.602374" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:54:28.602970" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-06T00:54:28.604154" level="INFO">Logging into '10.30.170.197:22' as 'jenkins'.</msg>
<msg time="2026-04-06T00:54:30.003557" 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 Mon Apr  6 00:54:29 UTC 2026

  System load:  0.93               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.197
  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: Mon Apr  6 00:44:22 2026 from 10.30.171.232
[?2004h[jenkins@releng-63164-166-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-06T00:54:28.603803" elapsed="1.399953"/>
</kw>
<msg time="2026-04-06T00:54:30.003851" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T00:54:28.603461" elapsed="1.400481"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-06T00:54:28.602007" elapsed="1.402054"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-06T00:54:30.004617" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.71 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-06T01:04:36.055308" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-06T01:04:36.055793" level="INFO">${stdout} = </msg>
<msg time="2026-04-06T01:04:36.055896" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-06T00:54:30.004290" elapsed="606.051663"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T01:04:36.056412" elapsed="0.000671"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.058212" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.71. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:35.121 16  switches: flows:  518827 485374 515040 514190 517222 522976 526293 509181 509333 508260 504402 508935 500893 496338 507985 526928  total = 136.202950 per ms 
00:56:35.223 16  switches: flows:  574013 578686 585157 579396 583400 583081 576368 584417 565861 577509 581053 575903 577851 574424 576331 572390  total = 153.836345 per ms 
00:57:35.325 16  switches: flows:  598524 606331 583714 596694 602802 606021 602801 586989 600958 597549 602014 594974 597033 595695 596358 591744  total = 159.068806 per ms 
00:58:35.426 16  switches: flows:  576781 591339 580020 578459 581566 586432 583117 594753 590579 576243 576923 588914 593962 596188 587142 587926  total = 155.910956 per ms 
00:59:35.527 16  switches: flows:  603090 602348 596597 604626 596504 605398 600512 599362 601128 602940 599184 606372 607232 603594 598709 600926  total = 160.205698 per ms 
01:00:35.629 16  switches: flows:  524223 522449 518859 512604 514051 510638 515203 516285 517153 518931 513876 528651 517118 519968 517368 508289  total = 137.696395 per ms 
01:01:35.731 16  switches: flows:  512924 510215 514219 515979 509001 517828 506112 510246 516480 512027 516255 515669 508273 518899 511938 519620  total = 136.698246 per ms 
01:02:35.832 16  switches: flows:  517951 522089 520757 518230 516550 521378 522727 521914 526811 516899 519527 520273 525276 515401 523413 515133  total = 138.505972 per ms 
01:03:35.935 16  switches: flows:  462819 462832 456371 464470 449252 465305 458837 463051 454015 460124 469623 464547 458370 449531 452149 452956  total = 122.197395 per ms 
01:04:36.037 16  switches: flows:  469716 474266 475918 473592 484502 463780 478290 474650 465608 483913 479394 480231 449069 470505 458639 479413  total = 125.811426 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122197.40/160205.70/143325.69/49660.95 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.057472" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-06T01:04:36.058994" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-04-06T01:04:36.058704" elapsed="0.000435"/>
</branch>
<status status="PASS" start="2026-04-06T01:04:36.058655" elapsed="0.000539"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-06T01:04:36.059428" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-06T01:04:36.059317" elapsed="0.000204"/>
</branch>
<status status="NOT RUN" start="2026-04-06T01:04:36.059284" elapsed="0.000286"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-06T01:04:36.059639" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T01:04:36.065047" elapsed="0.000729"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T01:04:36.066150" elapsed="0.000339"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T01:04:36.066620" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-06T01:04:36.060289" elapsed="0.006485"/>
</kw>
<msg time="2026-04-06T01:04:36.066902" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-06T00:54:28.597553" elapsed="607.469375"/>
</kw>
<status status="PASS" start="2026-04-06T00:54:28.597220" elapsed="607.469757"/>
</branch>
<status status="PASS" start="2026-04-06T00:54:28.596892" elapsed="607.470109"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.067439" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.71. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:55:35.121 16  switches: flows:  518827 485374 515040 514190 517222 522976 526293 509181 509333 508260 504402 508935 500893 496338 507985 526928  total = 136.202950 per ms 
00:56:35.223 16  switches: flows:  574013 578686 585157 579396 583400 583081 576368 584417 565861 577509 581053 575903 577851 574424 576331 572390  total = 153.836345 per ms 
00:57:35.325 16  switches: flows:  598524 606331 583714 596694 602802 606021 602801 586989 600958 597549 602014 594974 597033 595695 596358 591744  total = 159.068806 per ms 
00:58:35.426 16  switches: flows:  576781 591339 580020 578459 581566 586432 583117 594753 590579 576243 576923 588914 593962 596188 587142 587926  total = 155.910956 per ms 
00:59:35.527 16  switches: flows:  603090 602348 596597 604626 596504 605398 600512 599362 601128 602940 599184 606372 607232 603594 598709 600926  total = 160.205698 per ms 
01:00:35.629 16  switches: flows:  524223 522449 518859 512604 514051 510638 515203 516285 517153 518931 513876 528651 517118 519968 517368 508289  total = 137.696395 per ms 
01:01:35.731 16  switches: flows:  512924 510215 514219 515979 509001 517828 506112 510246 516480 512027 516255 515669 508273 518899 511938 519620  total = 136.698246 per ms 
01:02:35.832 16  switches: flows:  517951 522089 520757 518230 516550 521378 522727 521914 526811 516899 519527 520273 525276 515401 523413 515133  total = 138.505972 per ms 
01:03:35.935 16  switches: flows:  462819 462832 456371 464470 449252 465305 458837 463051 454015 460124 469623 464547 458370 449531 452149 452956  total = 122.197395 per ms 
01:04:36.037 16  switches: flows:  469716 474266 475918 473592 484502 463780 478290 474650 465608 483913 479394 480231 449069 470505 458639 479413  total = 125.811426 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122197.40/160205.70/143325.69/49660.95 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.067138" elapsed="0.000375"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-06T01:04:36.067659" elapsed="0.000355"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-06T01:04:36.068397" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-06T01:04:36.068491" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 122197.40/160205.70/143325.69/49660.95 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-06T01:04:36.068172" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T01:04:36.068911" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 122197.40/160205.70/143325.69/49660.95 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T01:04:36.068664" elapsed="0.000273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.071263" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.069076" elapsed="0.002241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.073624" level="INFO">122197.40/160205.70/143325.69/49660.95</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.071473" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T01:04:36.075994" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T01:04:36.073821" elapsed="0.002199"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T01:04:36.078426" level="INFO">@{result_value_list} = [ 122197.40 | 160205.70 | 143325.69 | 49660.95 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T01:04:36.076203" elapsed="0.002251"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.078903" level="INFO">Length is 4.</msg>
<msg time="2026-04-06T01:04:36.078996" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T01:04:36.078605" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.083820" level="INFO">min :: 122197.40</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.079412" elapsed="0.004479"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-06T01:04:36.079274" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.089018" level="INFO">max :: 160205.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.084163" elapsed="0.004913"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-06T01:04:36.084034" elapsed="0.005079"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.093565" level="INFO">avg :: 143325.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-04-06T01:04:36.089332" elapsed="0.004291"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-06T01:04:36.089204" elapsed="0.004454"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.098291" level="INFO">stdev :: 49660.95</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.093876" elapsed="0.004471"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-06T01:04:36.093747" elapsed="0.004651"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-06T01:04:36.079083" elapsed="0.019351"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.102248" level="INFO">${min} = 122197.40</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:04:36.098593" elapsed="0.003683"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.106261" level="INFO">${max} = 160205.70</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:04:36.102453" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.110108" level="INFO">${average} = 143325.69</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:04:36.106460" elapsed="0.003676"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.114026" level="INFO">${stdev} = 49660.95</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:04:36.110285" elapsed="0.003770"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.114587" level="INFO">${date} = 2026-04-06 01:04:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-06T01:04:36.114215" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.115160" level="INFO">CBench Result: 2026-04-06 01:04:36,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,122197.40,160205.70,143325.69,49660.95</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.114756" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-06T01:04:36.116256" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-06T01:04:36.115853" elapsed="0.000467"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-06T01:04:36.116482" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-06T01:04:36.115364" elapsed="0.001637"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-06T00:54:28.595829" elapsed="607.521232"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.117531" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-06T01:04:36.117205" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-06T01:04:36.118153" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-04-06T01:04:36.117788" elapsed="0.000718"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-06T00:54:28.594357" elapsed="607.524187"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.119932" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.119552" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.121207" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-06T01:04:36.120871" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-06T01:04:36.121638" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-06T01:04:36.121366" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-06T01:04:36.125191" elapsed="0.000046"/>
</kw>
<status status="NOT RUN" start="2026-04-06T01:04:36.124654" elapsed="0.000658"/>
</branch>
<status status="PASS" start="2026-04-06T01:04:36.124613" elapsed="0.000750"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-06T01:04:36.126127" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-06T01:04:36.126380" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-06T01:04:36.125681" elapsed="0.000750"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.126990" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.71 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.197" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:04:36.126566" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-06T01:04:36.127589" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T01:04:36.127185" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T01:04:36.128512" level="INFO">Length is 0.</msg>
<msg time="2026-04-06T01:04:36.128599" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T01:04:36.128181" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T01:04:36.128760" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-06T01:04:36.129947" level="INFO">Logging into '10.30.170.197:22' as 'jenkins'.</msg>
<msg time="2026-04-06T01:04:36.759305" 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 Mon Apr  6 01:04:36 UTC 2026

  System load:  0.18               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.197
  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: Mon Apr  6 00:54:29 2026 from 10.30.171.232
[?2004h[jenkins@releng-63164-166-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-06T01:04:36.129585" elapsed="0.629942"/>
</kw>
<msg time="2026-04-06T01:04:36.759625" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T01:04:36.129229" elapsed="0.630485"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-06T01:04:36.127813" elapsed="0.632027"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-06T01:04:36.760445" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.71 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-06T01:14:42.915364" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-06T01:14:42.924581" level="INFO">${stdout} = </msg>
<msg time="2026-04-06T01:14:42.924681" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-06T01:04:36.760077" elapsed="606.164633"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T01:14:42.931223" elapsed="0.003263"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.937907" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.71. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:41.918 16  switches: flows:  114039 111165 111082 110043 125286 109639 111579 111893 112460 108248 114508 111306 119386 110318 109755 108009  total = 29.978600 per ms 
01:06:42.021 16  switches: flows:  114235 112944 111143 111013 113759 107746 112489 112309 110121 108448 109997 109620 107732 111306 110892 106199  total = 29.448927 per ms 
01:07:42.121 16  switches: flows:  109970 110939 110127 111853 111944 105234 110711 110768 108323 108851 106580 107716 105516 108398 107034 107044  total = 28.968456 per ms 
01:08:42.221 16  switches: flows:  113102 117645 117910 115128 116647 109632 114795 117053 116430 111164 111136 112719 111568 114414 115408 111892  total = 30.393298 per ms 
01:09:42.321 16  switches: flows:  113821 119597 116692 117345 118575 112090 113680 117907 116320 111702 111193 113834 111667 117129 116011 110958  total = 30.590927 per ms 
01:10:42.422 16  switches: flows:  110786 115584 114230 114043 115556 110203 110858 115045 113125 108992 109007 110908 109051 114335 113404 109752  total = 29.864772 per ms 
01:11:42.522 16  switches: flows:  111589 115387 113865 114025 115226 109624 110919 115442 113021 108929 108919 109988 109669 113267 113162 109904  total = 29.832352 per ms 
01:12:42.623 16  switches: flows:  112872 117849 117330 114954 116353 110325 111466 117023 115372 110425 110708 110843 110351 115352 113877 111777  total = 30.230811 per ms 
01:13:42.723 16  switches: flows:  111920 116408 116313 115165 116502 109653 111836 116753 115420 109922 109289 110079 110007 114173 115147 110292  total = 30.097731 per ms 
01:14:42.823 16  switches: flows:  120064 126161 124354 123965 125920 120233 120471 124458 122090 118848 119004 119355 118591 124031 123516 118516  total = 32.438811 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28968.46/32438.81/30207.34/10110.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.936085" elapsed="0.003807"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-06T01:14:42.941119" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-04-06T01:14:42.940023" elapsed="0.001184"/>
</branch>
<status status="PASS" start="2026-04-06T01:14:42.939990" elapsed="0.001243"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-06T01:14:42.941330" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-06T01:14:42.941293" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-04-06T01:14:42.941277" elapsed="0.000129"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-06T01:14:42.941438" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-06T01:14:42.945192" elapsed="0.000401"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-06T01:14:42.945776" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-06T01:14:42.946083" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-06T01:14:42.942266" elapsed="0.003971"/>
</kw>
<msg time="2026-04-06T01:14:42.946374" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-06T01:04:36.122055" elapsed="606.824364"/>
</kw>
<status status="PASS" start="2026-04-06T01:04:36.121727" elapsed="606.824743"/>
</branch>
<status status="PASS" start="2026-04-06T01:04:36.121345" elapsed="606.825149"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.946976" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.71:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.71. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:41.918 16  switches: flows:  114039 111165 111082 110043 125286 109639 111579 111893 112460 108248 114508 111306 119386 110318 109755 108009  total = 29.978600 per ms 
01:06:42.021 16  switches: flows:  114235 112944 111143 111013 113759 107746 112489 112309 110121 108448 109997 109620 107732 111306 110892 106199  total = 29.448927 per ms 
01:07:42.121 16  switches: flows:  109970 110939 110127 111853 111944 105234 110711 110768 108323 108851 106580 107716 105516 108398 107034 107044  total = 28.968456 per ms 
01:08:42.221 16  switches: flows:  113102 117645 117910 115128 116647 109632 114795 117053 116430 111164 111136 112719 111568 114414 115408 111892  total = 30.393298 per ms 
01:09:42.321 16  switches: flows:  113821 119597 116692 117345 118575 112090 113680 117907 116320 111702 111193 113834 111667 117129 116011 110958  total = 30.590927 per ms 
01:10:42.422 16  switches: flows:  110786 115584 114230 114043 115556 110203 110858 115045 113125 108992 109007 110908 109051 114335 113404 109752  total = 29.864772 per ms 
01:11:42.522 16  switches: flows:  111589 115387 113865 114025 115226 109624 110919 115442 113021 108929 108919 109988 109669 113267 113162 109904  total = 29.832352 per ms 
01:12:42.623 16  switches: flows:  112872 117849 117330 114954 116353 110325 111466 117023 115372 110425 110708 110843 110351 115352 113877 111777  total = 30.230811 per ms 
01:13:42.723 16  switches: flows:  111920 116408 116313 115165 116502 109653 111836 116753 115420 109922 109289 110079 110007 114173 115147 110292  total = 30.097731 per ms 
01:14:42.823 16  switches: flows:  120064 126161 124354 123965 125920 120233 120471 124458 122090 118848 119004 119355 118591 124031 123516 118516  total = 32.438811 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28968.46/32438.81/30207.34/10110.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.946657" elapsed="0.000396"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-06T01:14:42.947197" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-06T01:14:42.947962" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-06T01:14:42.948049" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28968.46/32438.81/30207.34/10110.64 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-06T01:14:42.947744" elapsed="0.000328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T01:14:42.948533" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28968.46/32438.81/30207.34/10110.64 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T01:14:42.948244" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.950910" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.948712" elapsed="0.002252"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.953291" level="INFO">28968.46/32438.81/30207.34/10110.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.951108" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T01:14:42.955665" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T01:14:42.953508" elapsed="0.002183"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-06T01:14:42.958113" level="INFO">@{result_value_list} = [ 28968.46 | 32438.81 | 30207.34 | 10110.64 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-06T01:14:42.955902" elapsed="0.002238"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.958626" level="INFO">Length is 4.</msg>
<msg time="2026-04-06T01:14:42.958713" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-06T01:14:42.958290" elapsed="0.000446"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.964754" level="INFO">min :: 28968.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.960019" elapsed="0.004792"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-06T01:14:42.959891" elapsed="0.004994"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.969342" level="INFO">max :: 32438.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.965100" elapsed="0.004312"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-06T01:14:42.964976" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.973834" level="INFO">avg :: 30207.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.969659" elapsed="0.004231"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-06T01:14:42.969531" elapsed="0.004393"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.978355" level="INFO">stdev :: 10110.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.974127" elapsed="0.004298"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-06T01:14:42.974006" elapsed="0.004454"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-06T01:14:42.958805" elapsed="0.019684"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.982271" level="INFO">${min} = 28968.46</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:14:42.978654" elapsed="0.003658"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.986101" level="INFO">${max} = 32438.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:14:42.982495" elapsed="0.003632"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.989908" level="INFO">${average} = 30207.34</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:14:42.986275" elapsed="0.003659"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.993767" level="INFO">${stdev} = 10110.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-06T01:14:42.990082" elapsed="0.003711"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.994327" level="INFO">${date} = 2026-04-06 01:14:42</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-06T01:14:42.993947" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-06T01:14:42.995011" level="INFO">CBench Result: 2026-04-06 01:14:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28968.46,32438.81,30207.34,10110.64</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-06T01:14:42.994547" elapsed="0.000527"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-06T01:14:43.000250" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-06T01:14:42.995733" elapsed="0.004702"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-06T01:14:43.000715" elapsed="0.001599"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-06T01:14:42.995236" elapsed="0.007179"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-06T01:04:36.120301" elapsed="606.882181"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-06T01:14:43.002965" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-06T01:14:43.002644" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-06T01:14:43.004837" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-06T01:14:43.003855" elapsed="0.001010"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-06T01:14:43.005108" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-06T01:14:43.004953" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-04-06T01:14:43.004928" elapsed="0.000276"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-06T01:14:43.005349" 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-04-06T01:14:43.005523" 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-04-06T01:14:43.005682" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-06T01:14:43.005907" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-06T01:14:43.006055" elapsed="0.000490"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-06T01:14:43.006676" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-06T01:14:43.006820" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-06T01:14:43.007035" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-06T01:14:43.006900" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-04-06T01:14:43.006884" elapsed="0.000224"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-06T01:14:43.003468" elapsed="0.003690"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-06T01:04:36.118979" elapsed="606.888226"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-06T00:44:19.643721" elapsed="1823.366341"/>
</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>
