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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-29T00:57:23.357953" elapsed="0.748856"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-29T00:57:24.159711" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-29T00:57:24.107130" elapsed="0.052725"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-29T00:57:24.161913" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-29T00:57:24.162029" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-29T00:57:24.160118" elapsed="0.001942"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-29T00:57:24.162221" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T00:57:24.162654" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T00:57:24.163386" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T00:57:24.163048" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T00:57:24.163494" elapsed="0.000059"/>
</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.101
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-29T00:57:23.356342" elapsed="0.807351"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-29T00:57:23.352587" elapsed="0.811171"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T00:57:24.164333" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-29T00:57:24.163949" elapsed="0.000442"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T00:57:24.164836" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-29T00:57:24.164560" elapsed="0.000333"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-29T00:57:24.165443" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-29T00:57:24.165049" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T00:57:24.165997" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-29T00:57:24.165640" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-29T00:57:24.166652" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-29T00:57:24.166190" elapsed="0.000523"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T00:57:24.167244" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-29T00:57:24.166907" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-29T00:57:24.167626" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-06-29T00:57:24.167377" elapsed="0.000351"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T00:57:24.172953" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T00:57:24.172452" elapsed="0.000531"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T00:57:24.174601" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T00:57:24.174744" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T00:57:24.173630" elapsed="0.001150"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T00:57:24.174969" elapsed="0.000453"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T00:57:24.176737" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-06-29T00:57:24.961142" 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 Jun 29 00:57:24 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  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-324-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-29T00:57:24.176079" elapsed="0.785226"/>
</kw>
<msg time="2026-06-29T00:57:24.961402" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T00:57:24.175630" elapsed="0.785865"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-29T00:57:24.173220" elapsed="0.788415"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-29T00:57:24.969197" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-29T00:57:24.961969" elapsed="0.009240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T00:57:24.971799" elapsed="0.000986"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-29T00:57:24.171782" elapsed="0.801193"/>
</kw>
<status status="PASS" start="2026-06-29T00:57:24.167804" elapsed="0.805288"/>
</branch>
<status status="PASS" start="2026-06-29T00:57:24.167352" elapsed="0.805836"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-29T00:57:24.973712" elapsed="0.001416"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-29T00:57:24.980997" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-29T00:57:24.980865" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-06-29T00:57:24.980838" elapsed="0.000252"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-29T00:57:24.985098" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-29T00:57:24.984950" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-06-29T00:57:24.984925" elapsed="0.000259"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T00:57:24.985357" elapsed="0.000607"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-29T00:57:24.986512" level="INFO">Logging into '10.30.171.101:8101' as 'karaf'.</msg>
<msg time="2026-06-29T00:57:25.189985" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-29T00:57:24.986165" elapsed="0.204049"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.288596" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-29T00:57:25.190492" elapsed="0.098375"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.310271" 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-06-29T00:57:25.310538" 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-06-29T00:57:25.289281" elapsed="0.021298"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-29T00:57:25.310790" elapsed="0.000318"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T00:57:25.311271" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T00:57:25.312059" 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-06-29T00:57:25.311650" elapsed="0.000470"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T00:57:25.312171" elapsed="0.000062"/>
</return>
<msg time="2026-06-29T00:57:25.312391" 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.101
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-29T00:57:24.984492" elapsed="0.327948"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-29T00:57:25.312616" elapsed="0.000564"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T00:57:25.313238" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-29T00:57:24.980511" elapsed="0.332863"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-29T00:57:25.317461" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-29T00:57:25.317298" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-29T00:57:25.317270" elapsed="0.000264"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T00:57:25.317685" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.318565" level="INFO">Logging into '10.30.171.101:8101' as 'karaf'.</msg>
<msg time="2026-06-29T00:57:25.499423" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-29T00:57:25.318295" elapsed="0.181435"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.525155" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-29T00:57:25.500193" elapsed="0.025056"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.527835" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-29T00:57:25.527980" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-29T00:57:25.525497" elapsed="0.002524"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-29T00:57:25.528207" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T00:57:25.528698" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T00:57:25.529603" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T00:57:25.529163" elapsed="0.000541"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-29T00:57:25.529777" elapsed="0.000071"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.101
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-29T00:57:25.316943" elapsed="0.213067"/>
</kw>
<status status="PASS" start="2026-06-29T00:57:23.350764" elapsed="2.179336"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T00:57:25.533185" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T00:57:25.531659" elapsed="0.001617"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T00:57:25.535307" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-29T00:57:25.534851" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-29T00:57:25.535825" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-29T00:57:25.535479" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-29T00:57:25.539927" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-06-29T00:57:25.539574" elapsed="0.000430"/>
</branch>
<status status="PASS" start="2026-06-29T00:57:25.539547" elapsed="0.000492"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.540539" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-29T00:57:25.540225" elapsed="0.000541"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T00:57:25.541529" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.191" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T00:57:25.540952" elapsed="0.000661"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.542495" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T00:57:25.541825" elapsed="0.000705"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T00:57:25.543807" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T00:57:25.543930" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T00:57:25.543344" elapsed="0.000619"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T00:57:25.544159" elapsed="0.000454"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.545819" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-06-29T00:57:25.899745" 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 Jun 29 00:57:24 UTC 2026

  System load:  0.05               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  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 Jun 29 00:57:24 2026 from 10.30.170.139
[?2004h[jenkins@releng-63164-324-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-29T00:57:25.545314" elapsed="0.354646"/>
</kw>
<msg time="2026-06-29T00:57:25.900054" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T00:57:25.544843" elapsed="0.355309"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-29T00:57:25.542832" elapsed="0.357455"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-29T00:57:25.900886" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-29T01:07:32.028578" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-29T01:07:32.029195" level="INFO">${stdout} = </msg>
<msg time="2026-06-29T01:07:32.029352" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-29T00:57:25.900534" elapsed="606.128916"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T01:07:32.029931" elapsed="0.000778"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.031950" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:31.123 16  switches: flows:  103925 100948 105174 100141 105546 105525 101257 104600 101410 98395 102251 98702 102255 101716 98254 99490  total = 27.159817 per ms 
00:59:31.225 16  switches: flows:  115491 112871 115219 114254 114080 114443 113924 114656 112967 112100 112208 111730 111738 111168 111905 109162  total = 30.081609 per ms 
01:00:31.327 16  switches: flows:  119669 117549 116027 117736 118776 117161 116661 117099 116161 116872 115594 115126 115747 113084 115028 112651  total = 30.963928 per ms 
01:01:31.428 16  switches: flows:  129701 129844 127588 129379 128240 128523 126626 129061 127753 126455 126358 125222 124356 123784 123276 123806  total = 33.776448 per ms 
01:02:31.529 16  switches: flows:  134075 134370 135176 133049 133337 133293 131359 135209 129471 129852 127155 128080 126601 125560 127120 127468  total = 34.794760 per ms 
01:03:31.632 16  switches: flows:  132104 131347 130273 131105 128384 130805 130224 130051 126250 126422 124056 124280 123639 124635 124191 124150  total = 33.974544 per ms 
01:04:31.734 16  switches: flows:  130514 131089 132365 131025 131454 132537 130768 131951 127588 125865 126768 125772 125712 125885 125656 125736  total = 34.286796 per ms 
01:05:31.835 16  switches: flows:  133152 131807 132483 130877 131787 134261 130274 131370 128520 127152 126949 129910 127101 128934 125499 125974  total = 34.543092 per ms 
01:06:31.937 16  switches: flows:  132023 131476 131375 131090 131450 132328 130438 132773 126367 127147 125818 127608 125964 125634 124689 124051  total = 34.279853 per ms 
01:07:32.038 16  switches: flows:  134193 132583 134996 131495 133518 134650 130637 132338 128656 126843 127749 130676 127930 128409 129092 126038  total = 34.771963 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30081.61/34794.76/33497.00/11284.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.031090" elapsed="0.001168"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-29T01:07:32.032969" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-06-29T01:07:32.032451" elapsed="0.000684"/>
</branch>
<status status="PASS" start="2026-06-29T01:07:32.032395" elapsed="0.000797"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-29T01:07:32.033493" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-29T01:07:32.033399" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-06-29T01:07:32.033348" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-29T01:07:32.033818" elapsed="0.000044"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:07:32.039422" elapsed="0.000355"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T01:07:32.039928" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T01:07:32.040233" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-29T01:07:32.035057" elapsed="0.005329"/>
</kw>
<msg time="2026-06-29T01:07:32.040525" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-29T00:57:25.536384" elapsed="606.504169"/>
</kw>
<status status="PASS" start="2026-06-29T00:57:25.535947" elapsed="606.504655"/>
</branch>
<status status="PASS" start="2026-06-29T00:57:25.535447" elapsed="606.505178"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.041078" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:31.123 16  switches: flows:  103925 100948 105174 100141 105546 105525 101257 104600 101410 98395 102251 98702 102255 101716 98254 99490  total = 27.159817 per ms 
00:59:31.225 16  switches: flows:  115491 112871 115219 114254 114080 114443 113924 114656 112967 112100 112208 111730 111738 111168 111905 109162  total = 30.081609 per ms 
01:00:31.327 16  switches: flows:  119669 117549 116027 117736 118776 117161 116661 117099 116161 116872 115594 115126 115747 113084 115028 112651  total = 30.963928 per ms 
01:01:31.428 16  switches: flows:  129701 129844 127588 129379 128240 128523 126626 129061 127753 126455 126358 125222 124356 123784 123276 123806  total = 33.776448 per ms 
01:02:31.529 16  switches: flows:  134075 134370 135176 133049 133337 133293 131359 135209 129471 129852 127155 128080 126601 125560 127120 127468  total = 34.794760 per ms 
01:03:31.632 16  switches: flows:  132104 131347 130273 131105 128384 130805 130224 130051 126250 126422 124056 124280 123639 124635 124191 124150  total = 33.974544 per ms 
01:04:31.734 16  switches: flows:  130514 131089 132365 131025 131454 132537 130768 131951 127588 125865 126768 125772 125712 125885 125656 125736  total = 34.286796 per ms 
01:05:31.835 16  switches: flows:  133152 131807 132483 130877 131787 134261 130274 131370 128520 127152 126949 129910 127101 128934 125499 125974  total = 34.543092 per ms 
01:06:31.937 16  switches: flows:  132023 131476 131375 131090 131450 132328 130438 132773 126367 127147 125818 127608 125964 125634 124689 124051  total = 34.279853 per ms 
01:07:32.038 16  switches: flows:  134193 132583 134996 131495 133518 134650 130637 132338 128656 126843 127749 130676 127930 128409 129092 126038  total = 34.771963 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30081.61/34794.76/33497.00/11284.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.040783" elapsed="0.000368"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-29T01:07:32.041299" elapsed="0.000366"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-29T01:07:32.042103" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-29T01:07:32.042199" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30081.61/34794.76/33497.00/11284.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-29T01:07:32.041838" elapsed="0.000386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:07:32.042635" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30081.61/34794.76/33497.00/11284.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:07:32.042379" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.045045" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.042830" elapsed="0.002272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.047502" level="INFO">30081.61/34794.76/33497.00/11284.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.045250" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:07:32.049913" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:07:32.047723" elapsed="0.002218"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:07:32.053116" level="INFO">@{result_value_list} = [ 30081.61 | 34794.76 | 33497.00 | 11284.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:07:32.050167" elapsed="0.002988"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.053823" level="INFO">Length is 4.</msg>
<msg time="2026-06-29T01:07:32.053958" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T01:07:32.053371" elapsed="0.000621"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.058889" level="INFO">min :: 30081.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.054558" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-29T01:07:32.054376" elapsed="0.004605"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.063486" level="INFO">max :: 34794.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.059200" elapsed="0.004343"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-29T01:07:32.059074" elapsed="0.004503"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.068231" level="INFO">avg :: 33497.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.063810" elapsed="0.004478"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-29T01:07:32.063667" elapsed="0.004655"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.072921" level="INFO">stdev :: 11284.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.068543" elapsed="0.004434"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-29T01:07:32.068415" elapsed="0.004596"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-29T01:07:32.054118" elapsed="0.018926"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.077278" level="INFO">${min} = 30081.61</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:07:32.073199" elapsed="0.004108"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.081713" level="INFO">${max} = 34794.76</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:07:32.077469" elapsed="0.004275"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.085656" level="INFO">${average} = 33497.00</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:07:32.081904" elapsed="0.003793"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.089634" level="INFO">${stdev} = 11284.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:07:32.085851" elapsed="0.003810"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.090234" level="INFO">${date} = 2026-06-29 01:07:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-29T01:07:32.089839" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.090836" level="INFO">CBench Result: 2026-06-29 01:07:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30081.61,34794.76,33497.00,11284.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.090409" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T01:07:32.091988" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-29T01:07:32.091536" elapsed="0.000520"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-29T01:07:32.092208" elapsed="0.000498"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-29T01:07:32.091049" elapsed="0.001726"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-29T00:57:25.533954" elapsed="606.558884"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.093308" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-29T01:07:32.092990" elapsed="0.000375"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-29T01:07:32.093897" elapsed="0.000440"/>
</kw>
<status status="PASS" start="2026-06-29T01:07:32.093575" elapsed="0.000838"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-29T00:57:25.530416" elapsed="606.564034"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.095970" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.095563" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.097271" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-29T01:07:32.096937" 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-06-29T01:07:32.097695" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-06-29T01:07:32.097443" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-29T01:07:32.100766" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-29T01:07:32.100496" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-06-29T01:07:32.100475" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-29T01:07:32.101224" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-29T01:07:32.101000" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.101961" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.101 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.191" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:07:32.101516" elapsed="0.000526"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T01:07:32.102662" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T01:07:32.102208" elapsed="0.000497"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T01:07:32.103630" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T01:07:32.103738" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T01:07:32.103302" elapsed="0.000462"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:07:32.103907" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T01:07:32.105122" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-06-29T01:07:32.743755" 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 Jun 29 01:07:32 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  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 Jun 29 00:57:25 2026 from 10.30.170.139
[?2004h[jenkins@releng-63164-324-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-29T01:07:32.104761" elapsed="0.639234"/>
</kw>
<msg time="2026-06-29T01:07:32.744109" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:07:32.104394" elapsed="0.639827"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-29T01:07:32.102916" elapsed="0.641446"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-29T01:07:32.745047" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.101 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-29T01:17:38.788454" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-29T01:17:38.789020" level="INFO">${stdout} = </msg>
<msg time="2026-06-29T01:17:38.789112" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.101:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-29T01:07:32.744647" elapsed="606.044522"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T01:17:38.789637" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.791455" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:37.890 16  switches: flows:  583444 572225 587604 576575 571923 577996 576533 574703 558694 556889 578383 552906 572112 572506 568860 569197  total = 152.509167 per ms 
01:09:37.992 16  switches: flows:  588485 583551 584845 581228 573612 580266 575864 579256 593164 583624 587835 574807 583846 581969 574514 577686  total = 154.815622 per ms 
01:10:38.094 16  switches: flows:  601369 595352 591686 590367 598995 588980 593773 603671 595224 592796 593479 591813 602960 593407 587949 598401  total = 158.402503 per ms 
01:11:38.195 16  switches: flows:  594549 597442 591356 600370 597069 600477 598872 599679 599372 592149 601546 600843 597746 597377 602059 601366  total = 159.269574 per ms 
01:12:38.297 16  switches: flows:  639173 642819 638332 644008 644720 640890 653146 648476 641731 641827 638490 646862 649748 639452 648578 640886  total = 171.363216 per ms 
01:13:38.399 16  switches: flows:  669055 670829 689156 680167 674647 683104 677424 678894 677081 672791 680790 690837 688391 684002 679313 692102  total = 181.170480 per ms 
01:14:38.501 16  switches: flows:  697700 694906 691205 690304 692689 703440 697653 695375 695140 687880 690979 693653 700755 693087 700632 691027  total = 184.961772 per ms 
01:15:38.604 16  switches: flows:  686770 694581 693761 701594 685126 693701 689154 699360 687932 691090 688351 700710 697056 692511 695739 699651  total = 184.640236 per ms 
01:16:38.706 16  switches: flows:  688111 693752 695031 696092 692243 689437 693374 695122 690374 692721 694092 685709 694074 686912 690948 694291  total = 184.226462 per ms 
01:17:38.808 16  switches: flows:  688042 681757 694976 686308 702158 687862 694597 692655 682367 688327 684779 684179 684621 697972 687833 695586  total = 183.590975 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154815.62/184961.77/173604.54/59117.35 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.790839" elapsed="0.000825"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-29T01:17:38.792001" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-06-29T01:17:38.791810" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-06-29T01:17:38.791775" elapsed="0.000354"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-29T01:17:38.792251" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-06-29T01:17:38.792204" elapsed="0.000099"/>
</branch>
<status status="NOT RUN" start="2026-06-29T01:17:38.792184" elapsed="0.000146"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-29T01:17:38.792371" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:17:38.796004" elapsed="0.000548"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T01:17:38.796791" elapsed="0.000244"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T01:17:38.797219" elapsed="0.000161"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-29T01:17:38.792807" elapsed="0.004650"/>
</kw>
<msg time="2026-06-29T01:17:38.797658" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.101:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-29T01:07:32.098190" elapsed="606.699524"/>
</kw>
<status status="PASS" start="2026-06-29T01:07:32.097804" elapsed="606.699988"/>
</branch>
<status status="PASS" start="2026-06-29T01:07:32.097421" elapsed="606.700409"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.798467" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:37.890 16  switches: flows:  583444 572225 587604 576575 571923 577996 576533 574703 558694 556889 578383 552906 572112 572506 568860 569197  total = 152.509167 per ms 
01:09:37.992 16  switches: flows:  588485 583551 584845 581228 573612 580266 575864 579256 593164 583624 587835 574807 583846 581969 574514 577686  total = 154.815622 per ms 
01:10:38.094 16  switches: flows:  601369 595352 591686 590367 598995 588980 593773 603671 595224 592796 593479 591813 602960 593407 587949 598401  total = 158.402503 per ms 
01:11:38.195 16  switches: flows:  594549 597442 591356 600370 597069 600477 598872 599679 599372 592149 601546 600843 597746 597377 602059 601366  total = 159.269574 per ms 
01:12:38.297 16  switches: flows:  639173 642819 638332 644008 644720 640890 653146 648476 641731 641827 638490 646862 649748 639452 648578 640886  total = 171.363216 per ms 
01:13:38.399 16  switches: flows:  669055 670829 689156 680167 674647 683104 677424 678894 677081 672791 680790 690837 688391 684002 679313 692102  total = 181.170480 per ms 
01:14:38.501 16  switches: flows:  697700 694906 691205 690304 692689 703440 697653 695375 695140 687880 690979 693653 700755 693087 700632 691027  total = 184.961772 per ms 
01:15:38.604 16  switches: flows:  686770 694581 693761 701594 685126 693701 689154 699360 687932 691090 688351 700710 697056 692511 695739 699651  total = 184.640236 per ms 
01:16:38.706 16  switches: flows:  688111 693752 695031 696092 692243 689437 693374 695122 690374 692721 694092 685709 694074 686912 690948 694291  total = 184.226462 per ms 
01:17:38.808 16  switches: flows:  688042 681757 694976 686308 702158 687862 694597 692655 682367 688327 684779 684179 684621 697972 687833 695586  total = 183.590975 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154815.62/184961.77/173604.54/59117.35 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.798047" elapsed="0.000524"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-29T01:17:38.798828" elapsed="0.000488"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-29T01:17:38.799839" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-29T01:17:38.799957" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154815.62/184961.77/173604.54/59117.35 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-29T01:17:38.799527" elapsed="0.000461"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:17:38.800449" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154815.62/184961.77/173604.54/59117.35 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:17:38.800171" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.803962" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.800626" elapsed="0.003429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.807492" level="INFO">154815.62/184961.77/173604.54/59117.35</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.804302" elapsed="0.003275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:17:38.811233" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:17:38.807828" elapsed="0.003448"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:17:38.814973" level="INFO">@{result_value_list} = [ 154815.62 | 184961.77 | 173604.54 | 59117.35 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:17:38.811619" elapsed="0.003391"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.815698" level="INFO">Length is 4.</msg>
<msg time="2026-06-29T01:17:38.815808" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T01:17:38.815229" elapsed="0.000605"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.822190" level="INFO">min :: 154815.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.816254" elapsed="0.006020"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-29T01:17:38.816114" elapsed="0.006208"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.828731" level="INFO">max :: 184961.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.822693" elapsed="0.006123"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-29T01:17:38.822446" elapsed="0.006417"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.835657" level="INFO">avg :: 173604.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.829177" elapsed="0.006664"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-29T01:17:38.828986" elapsed="0.006940"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.844918" level="INFO">stdev :: 59117.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.836462" elapsed="0.008534"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-29T01:17:38.836149" elapsed="0.008893"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-29T01:17:38.815907" elapsed="0.029175"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.849240" level="INFO">${min} = 154815.62</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:17:38.845300" elapsed="0.003971"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.853377" level="INFO">${max} = 184961.77</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:17:38.849447" elapsed="0.003965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.858764" level="INFO">${average} = 173604.54</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:17:38.853600" elapsed="0.005213"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.864935" level="INFO">${stdev} = 59117.35</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:17:38.859082" elapsed="0.005896"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.865823" level="INFO">${date} = 2026-06-29 01:17:38</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-29T01:17:38.865234" elapsed="0.000628"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.866807" level="INFO">CBench Result: 2026-06-29 01:17:38,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154815.62,184961.77,173604.54,59117.35</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.866103" elapsed="0.000789"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T01:17:38.868166" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-29T01:17:38.867703" elapsed="0.000531"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-29T01:17:38.868387" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-29T01:17:38.867126" elapsed="0.001825"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-29T01:07:32.096340" elapsed="606.772674"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.869543" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-29T01:17:38.869197" elapsed="0.000405"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-29T01:17:38.870200" elapsed="0.000309"/>
</kw>
<status status="PASS" start="2026-06-29T01:17:38.869855" elapsed="0.000755"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-29T01:07:32.094954" elapsed="606.775698"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.872235" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.871571" elapsed="0.000726"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.873591" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-29T01:17:38.873247" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-29T01:17:38.874265" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-29T01:17:38.873809" elapsed="0.000523"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-29T01:17:38.877551" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-29T01:17:38.877297" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-06-29T01:17:38.877277" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-29T01:17:38.878000" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-29T01:17:38.877785" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.878772" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.191" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:17:38.878283" elapsed="0.000549"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-29T01:17:38.879374" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T01:17:38.878973" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T01:17:38.880327" level="INFO">Length is 0.</msg>
<msg time="2026-06-29T01:17:38.880415" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T01:17:38.879996" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:17:38.880583" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-29T01:17:38.881879" level="INFO">Logging into '10.30.170.191:22' as 'jenkins'.</msg>
<msg time="2026-06-29T01:17:39.483546" 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 Jun 29 01:17:39 UTC 2026

  System load:  0.22               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.191
  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 Jun 29 01:07:32 2026 from 10.30.170.139
[?2004h[jenkins@releng-63164-324-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-29T01:17:38.881488" elapsed="0.602272"/>
</kw>
<msg time="2026-06-29T01:17:39.483844" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:17:38.881089" elapsed="0.602835"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-29T01:17:38.879603" elapsed="0.604434"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-29T01:17:39.484558" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.101 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-29T01:27:45.593206" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-29T01:27:45.593851" level="INFO">${stdout} = </msg>
<msg time="2026-06-29T01:27:45.593987" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-29T01:17:39.484255" elapsed="606.109813"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T01:27:45.594563" elapsed="0.000869"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.596775" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:44.715 16  switches: flows:  138125 138650 136714 134489 137093 133821 137377 136319 134824 132899 129190 132608 129652 130204 129774 126483  total = 35.637033 per ms 
01:19:44.815 16  switches: flows:  135868 136082 139281 133218 132022 134176 137139 134121 130724 130068 125969 127730 128427 130611 126390 126712  total = 35.083663 per ms 
01:20:44.917 16  switches: flows:  139927 138302 142821 135531 137745 136085 141234 137612 134013 133651 131052 131334 134147 132547 129720 129904  total = 36.032946 per ms 
01:21:45.017 16  switches: flows:  139087 138176 142734 138193 137151 138092 142281 138928 135153 133613 130404 132077 133964 135355 131810 130853  total = 36.237349 per ms 
01:22:45.117 16  switches: flows:  142056 141663 141639 139557 141059 139294 141117 139951 135836 135614 131514 134414 133349 135187 133218 132817  total = 36.577000 per ms 
01:23:45.218 16  switches: flows:  142550 140702 143217 138112 141773 137255 142710 138933 135612 134804 132968 133465 132778 132484 133447 130990  total = 36.469010 per ms 
01:24:45.318 16  switches: flows:  140164 141466 144423 140069 143316 138872 140997 139201 134515 134503 133079 134753 132028 134626 133123 131874  total = 36.555658 per ms 
01:25:45.418 16  switches: flows:  143030 142494 144704 140586 142641 138987 143407 142706 136990 136342 133352 135195 133806 136956 134789 135897  total = 36.969611 per ms 
01:26:45.519 16  switches: flows:  144632 144692 147189 142843 145634 140578 146135 142247 139095 138787 134880 136770 136725 138784 137108 135438  total = 37.463057 per ms 
01:27:45.619 16  switches: flows:  145429 141497 146344 141646 144410 139373 143676 142129 139268 136176 136012 137298 133335 135371 134814 134302  total = 37.122698 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35083.66/37463.06/36501.22/12184.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.595881" elapsed="0.001314"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-29T01:27:45.597774" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-06-29T01:27:45.597413" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-06-29T01:27:45.597358" elapsed="0.000663"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-29T01:27:45.598246" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-29T01:27:45.598157" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-06-29T01:27:45.598119" elapsed="0.000275"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-29T01:27:45.598467" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-29T01:27:45.602759" elapsed="0.000524"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-29T01:27:45.603501" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-29T01:27:45.603950" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-29T01:27:45.599274" elapsed="0.004899"/>
</kw>
<msg time="2026-06-29T01:27:45.604370" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-29T01:17:38.874779" elapsed="606.729631"/>
</kw>
<status status="PASS" start="2026-06-29T01:17:38.874361" elapsed="606.730121"/>
</branch>
<status status="PASS" start="2026-06-29T01:17:38.873782" elapsed="606.730734"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.605167" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.101: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.101. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:44.715 16  switches: flows:  138125 138650 136714 134489 137093 133821 137377 136319 134824 132899 129190 132608 129652 130204 129774 126483  total = 35.637033 per ms 
01:19:44.815 16  switches: flows:  135868 136082 139281 133218 132022 134176 137139 134121 130724 130068 125969 127730 128427 130611 126390 126712  total = 35.083663 per ms 
01:20:44.917 16  switches: flows:  139927 138302 142821 135531 137745 136085 141234 137612 134013 133651 131052 131334 134147 132547 129720 129904  total = 36.032946 per ms 
01:21:45.017 16  switches: flows:  139087 138176 142734 138193 137151 138092 142281 138928 135153 133613 130404 132077 133964 135355 131810 130853  total = 36.237349 per ms 
01:22:45.117 16  switches: flows:  142056 141663 141639 139557 141059 139294 141117 139951 135836 135614 131514 134414 133349 135187 133218 132817  total = 36.577000 per ms 
01:23:45.218 16  switches: flows:  142550 140702 143217 138112 141773 137255 142710 138933 135612 134804 132968 133465 132778 132484 133447 130990  total = 36.469010 per ms 
01:24:45.318 16  switches: flows:  140164 141466 144423 140069 143316 138872 140997 139201 134515 134503 133079 134753 132028 134626 133123 131874  total = 36.555658 per ms 
01:25:45.418 16  switches: flows:  143030 142494 144704 140586 142641 138987 143407 142706 136990 136342 133352 135195 133806 136956 134789 135897  total = 36.969611 per ms 
01:26:45.519 16  switches: flows:  144632 144692 147189 142843 145634 140578 146135 142247 139095 138787 134880 136770 136725 138784 137108 135438  total = 37.463057 per ms 
01:27:45.619 16  switches: flows:  145429 141497 146344 141646 144410 139373 143676 142129 139268 136176 136012 137298 133335 135371 134814 134302  total = 37.122698 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35083.66/37463.06/36501.22/12184.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.604747" elapsed="0.000527"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-29T01:27:45.605486" elapsed="0.000580"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-29T01:27:45.606645" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-29T01:27:45.606807" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35083.66/37463.06/36501.22/12184.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-29T01:27:45.606299" elapsed="0.000544"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:27:45.607509" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35083.66/37463.06/36501.22/12184.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:27:45.607116" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.611005" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.607814" elapsed="0.003335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.613628" level="INFO">35083.66/37463.06/36501.22/12184.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.611363" elapsed="0.002341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:27:45.616239" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:27:45.613866" elapsed="0.002414"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-29T01:27:45.619378" level="INFO">@{result_value_list} = [ 35083.66 | 37463.06 | 36501.22 | 12184.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-29T01:27:45.616750" elapsed="0.002657"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.619910" level="INFO">Length is 4.</msg>
<msg time="2026-06-29T01:27:45.620000" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-29T01:27:45.619567" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.624889" level="INFO">min :: 35083.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.620422" elapsed="0.004525"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-29T01:27:45.620290" elapsed="0.004693"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.629587" level="INFO">max :: 37463.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.625202" elapsed="0.004442"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-29T01:27:45.625073" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.635186" level="INFO">avg :: 36501.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-06-29T01:27:45.629908" elapsed="0.005376"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-29T01:27:45.629781" elapsed="0.005554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.641293" level="INFO">stdev :: 12184.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.635638" elapsed="0.005713"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-29T01:27:45.635458" elapsed="0.005928"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-29T01:27:45.620095" elapsed="0.021322"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.645352" level="INFO">${min} = 35083.66</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:27:45.641579" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.649321" level="INFO">${max} = 37463.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:27:45.645536" elapsed="0.003812"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.653315" level="INFO">${average} = 36501.22</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:27:45.649502" elapsed="0.003840"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.657287" level="INFO">${stdev} = 12184.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-29T01:27:45.653503" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.657893" level="INFO">${date} = 2026-06-29 01:27:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-29T01:27:45.657478" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.658478" level="INFO">CBench Result: 2026-06-29 01:27:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35083.66,37463.06,36501.22,12184.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-29T01:27:45.658068" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-29T01:27:45.659766" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-29T01:27:45.659247" elapsed="0.000587"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-29T01:27:45.659987" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-29T01:27:45.658700" elapsed="0.001823"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-29T01:17:38.872649" elapsed="606.787933"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.661071" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-29T01:27:45.660749" elapsed="0.000378"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-29T01:27:45.662345" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-29T01:27:45.661858" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-29T01:27:45.662613" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-06-29T01:27:45.662454" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-06-29T01:27:45.662433" elapsed="0.000288"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.662867" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.663024" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.663227" elapsed="0.000025"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.663440" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.663591" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.663752" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.663899" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-29T01:27:45.664120" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-06-29T01:27:45.663982" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-06-29T01:27:45.663965" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-29T01:27:45.661508" elapsed="0.002737"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-29T01:17:38.870996" elapsed="606.793296"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-29T00:57:22.750981" elapsed="1822.913898"/>
</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>
