<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-28T00:38:34.679494" 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-28T00:38:35.267290" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-06-28T00:38:35.267102" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:35.267071" elapsed="0.000328"/>
</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-28T00:38:35.267566" elapsed="0.000537"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T00:38:35.268629" level="INFO">Logging into '10.30.171.54:8101' as 'karaf'.</msg>
<msg time="2026-06-28T00:38:35.922474" 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-28T00:38:35.268279" elapsed="0.654366"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T00:38:35.970011" 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-28T00:38:35.922910" elapsed="0.047168"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T00:38:35.971784" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T00:38:35.971895" 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-28T00:38:35.970240" elapsed="0.001685"/>
</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-28T00:38:35.972083" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:38:35.972454" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:38:35.973142" 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-28T00:38:35.972794" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T00:38:35.973248" elapsed="0.000055"/>
</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.54
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-28T00:38:35.266708" elapsed="0.706737"/>
</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-28T00:38:35.262993" elapsed="0.710517"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T00:38:35.974057" 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-28T00:38:35.973687" elapsed="0.000427"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T00:38:35.974533" 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-28T00:38:35.974269" elapsed="0.000321"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T00:38:35.975151" 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-28T00:38:35.974742" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T00:38:35.975716" 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-28T00:38:35.975347" elapsed="0.000412"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T00:38:35.976276" 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-28T00:38:35.975904" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T00:38:35.976913" 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-28T00:38:35.976604" elapsed="0.000351"/>
</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-28T00:38:35.977249" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:38:35.977037" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:38:35.981705" 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-28T00:38:35.981276" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T00:38:35.982751" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T00:38:35.982833" 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-28T00:38:35.982285" elapsed="0.000572"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T00:38:35.983001" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T00:38:35.984361" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-06-28T00:38:36.753060" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jun 28 00:38:36 UTC 2026

  System load:  0.1                Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  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-323-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-28T00:38:35.983884" elapsed="0.769290"/>
</kw>
<msg time="2026-06-28T00:38:36.753248" 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-28T00:38:35.983519" elapsed="0.769801"/>
</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-28T00:38:35.981939" elapsed="0.771502"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-28T00:38:36.762483" 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-28T00:38:36.753613" elapsed="0.010483"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:38:36.764384" elapsed="0.000388"/>
</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-28T00:38:35.980754" elapsed="0.784102"/>
</kw>
<status status="PASS" start="2026-06-28T00:38:35.977494" elapsed="0.787412"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:35.977014" elapsed="0.787931"/>
</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-28T00:38:36.765211" elapsed="0.000999"/>
</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-28T00:38:36.774413" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-06-28T00:38:36.774293" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:36.774270" elapsed="0.000237"/>
</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-28T00:38:36.778031" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-28T00:38:36.777918" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:36.777899" elapsed="0.000218"/>
</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-28T00:38:36.778270" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T00:38:36.779120" level="INFO">Logging into '10.30.171.54:8101' as 'karaf'.</msg>
<msg time="2026-06-28T00:38:37.029406" 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-28T00:38:36.778861" elapsed="0.250655"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.122599" 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-28T00:38:37.029695" elapsed="0.092976"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.135688" 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-28T00:38:37.135867" 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-28T00:38:37.122834" elapsed="0.013066"/>
</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-28T00:38:37.136043" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:38:37.136399" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:38:37.137006" 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-28T00:38:37.136728" elapsed="0.000333"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T00:38:37.137106" elapsed="0.000035"/>
</return>
<msg time="2026-06-28T00:38:37.137271" 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.54
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-28T00:38:36.777564" elapsed="0.359738"/>
</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-28T00:38:37.137467" elapsed="0.000497"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T00:38:37.138014" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-28T00:38:36.773997" elapsed="0.364171"/>
</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-28T00:38:37.141734" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-28T00:38:37.141617" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:37.141597" elapsed="0.000206"/>
</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-28T00:38:37.141932" elapsed="0.000421"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.142773" level="INFO">Logging into '10.30.171.54:8101' as 'karaf'.</msg>
<msg time="2026-06-28T00:38:37.309031" 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-28T00:38:37.142518" elapsed="0.166684"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.333536" 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-28T00:38:37.309490" elapsed="0.024132"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.335445" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-28T00:38:37.335556" 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-28T00:38:37.333796" elapsed="0.001790"/>
</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-28T00:38:37.335725" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:38:37.336054" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:38:37.336730" 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-28T00:38:37.336391" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-28T00:38:37.336834" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.54
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-28T00:38:37.141288" elapsed="0.195716"/>
</kw>
<status status="PASS" start="2026-06-28T00:38:35.260623" elapsed="2.076445"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:38:37.339360" 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-28T00:38:37.338225" elapsed="0.001219"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T00:38:37.341112" 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-28T00:38:37.340752" elapsed="0.000404"/>
</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-28T00:38:37.341496" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:38:37.341235" elapsed="0.000320"/>
</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-28T00:38:37.344520" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:38:37.344256" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:37.344237" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.344939" 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-28T00:38:37.345060" 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-28T00:38:37.344734" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:38:37.345663" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.54 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" 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-28T00:38:37.345222" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.346377" 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-28T00:38:37.345862" elapsed="0.000542"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T00:38:37.347340" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T00:38:37.347447" 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-28T00:38:37.346997" elapsed="0.000476"/>
</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-28T00:38:37.347619" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.348844" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-06-28T00:38:37.725321" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jun 28 00:38:36 UTC 2026

  System load:  0.1                Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.200
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jun 28 00:38:36 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-323-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-28T00:38:37.348481" elapsed="0.376994"/>
</kw>
<msg time="2026-06-28T00:38:37.725548" 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-28T00:38:37.348110" elapsed="0.377527"/>
</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-28T00:38:37.346624" elapsed="0.379112"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T00:38:37.726156" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.54 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T00:48:43.843205" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T00:48:43.843898" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T00:48:43.844008" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-28T00:38:37.725909" elapsed="606.118160"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:48:43.844641" elapsed="0.000751"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.846569" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54: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.54. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:39:42.937 16  switches: flows:  108554 106078 105439 105857 108898 107515 106656 104022 103591 103231 102780 102418 106693 101837 105422 104330  total = 28.055350 per ms 
00:40:43.037 16  switches: flows:  123345 120632 122472 124048 123213 122422 119324 119789 116282 118206 119431 115928 116547 119673 118559 117637  total = 31.905240 per ms 
00:41:43.138 16  switches: flows:  124282 120717 121090 124684 123544 121238 120863 121158 118463 117759 119221 116688 117759 120291 120502 117280  total = 32.038819 per ms 
00:42:43.239 16  switches: flows:  126460 123984 123418 126509 124691 123627 123058 123269 115952 118653 120648 118145 117831 120939 122269 120351  total = 32.442581 per ms 
00:43:43.340 16  switches: flows:  128256 124569 122459 125821 126125 123905 121821 122381 116271 118471 120583 117976 119058 121438 120680 119483  total = 32.434143 per ms 
00:44:43.441 16  switches: flows:  120183 117197 116450 117659 118284 118692 113819 114078 112089 112823 114540 111639 112744 113368 113487 113408  total = 30.623219 per ms 
00:45:43.542 16  switches: flows:  128151 124348 125527 124779 127735 126534 123821 121701 120297 122454 123982 121907 125578 118237 122897 122092  total = 32.945561 per ms 
00:46:43.643 16  switches: flows:  126211 122890 122711 124205 124166 125731 121121 120574 116863 120461 121677 121830 122817 119239 120053 121166  total = 32.474373 per ms 
00:47:43.744 16  switches: flows:  128802 125879 124724 125248 126048 128160 124490 121072 119549 123106 124135 123565 124813 120911 122694 121919  total = 33.030124 per ms 
00:48:43.844 16  switches: flows:  128261 124438 124224 124673 124519 127660 123989 121285 119880 121651 122625 121565 124558 120568 123820 122795  total = 32.886947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30623.22/33030.12/32309.00/10792.33 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:48:43.845804" elapsed="0.001090"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T00:48:43.847379" elapsed="0.000116"/>
</return>
<status status="PASS" start="2026-06-28T00:48:43.847079" elapsed="0.000508"/>
</branch>
<status status="PASS" start="2026-06-28T00:48:43.847025" elapsed="0.000628"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T00:48:43.847894" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-28T00:48:43.847806" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-06-28T00:48:43.847765" elapsed="0.000267"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T00:48:43.848104" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T00:48:43.853738" elapsed="0.000352"/>
</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-28T00:48:43.854238" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:48:43.854557" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T00:48:43.848827" elapsed="0.005885"/>
</kw>
<msg time="2026-06-28T00:48:43.854840" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-28T00:38:37.341906" elapsed="606.512960"/>
</kw>
<status status="PASS" start="2026-06-28T00:38:37.341584" elapsed="606.513331"/>
</branch>
<status status="PASS" start="2026-06-28T00:38:37.341212" elapsed="606.513726"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.855368" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54: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.54. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:39:42.937 16  switches: flows:  108554 106078 105439 105857 108898 107515 106656 104022 103591 103231 102780 102418 106693 101837 105422 104330  total = 28.055350 per ms 
00:40:43.037 16  switches: flows:  123345 120632 122472 124048 123213 122422 119324 119789 116282 118206 119431 115928 116547 119673 118559 117637  total = 31.905240 per ms 
00:41:43.138 16  switches: flows:  124282 120717 121090 124684 123544 121238 120863 121158 118463 117759 119221 116688 117759 120291 120502 117280  total = 32.038819 per ms 
00:42:43.239 16  switches: flows:  126460 123984 123418 126509 124691 123627 123058 123269 115952 118653 120648 118145 117831 120939 122269 120351  total = 32.442581 per ms 
00:43:43.340 16  switches: flows:  128256 124569 122459 125821 126125 123905 121821 122381 116271 118471 120583 117976 119058 121438 120680 119483  total = 32.434143 per ms 
00:44:43.441 16  switches: flows:  120183 117197 116450 117659 118284 118692 113819 114078 112089 112823 114540 111639 112744 113368 113487 113408  total = 30.623219 per ms 
00:45:43.542 16  switches: flows:  128151 124348 125527 124779 127735 126534 123821 121701 120297 122454 123982 121907 125578 118237 122897 122092  total = 32.945561 per ms 
00:46:43.643 16  switches: flows:  126211 122890 122711 124205 124166 125731 121121 120574 116863 120461 121677 121830 122817 119239 120053 121166  total = 32.474373 per ms 
00:47:43.744 16  switches: flows:  128802 125879 124724 125248 126048 128160 124490 121072 119549 123106 124135 123565 124813 120911 122694 121919  total = 33.030124 per ms 
00:48:43.844 16  switches: flows:  128261 124438 124224 124673 124519 127660 123989 121285 119880 121651 122625 121565 124558 120568 123820 122795  total = 32.886947 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30623.22/33030.12/32309.00/10792.33 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:48:43.855077" elapsed="0.000379"/>
</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-28T00:48:43.855605" elapsed="0.000366"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T00:48:43.856371" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T00:48:43.856482" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30623.22/33030.12/32309.00/10792.33 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-28T00:48:43.856131" elapsed="0.000377"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T00:48:43.856929" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30623.22/33030.12/32309.00/10792.33 | 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-28T00:48:43.856673" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.859345" 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-28T00:48:43.857100" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.861780" level="INFO">30623.22/33030.12/32309.00/10792.33</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:48:43.859563" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T00:48:43.864163" 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-28T00:48:43.861989" elapsed="0.002201"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T00:48:43.866610" level="INFO">@{result_value_list} = [ 30623.22 | 33030.12 | 32309.00 | 10792.33 ]</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-28T00:48:43.864387" elapsed="0.002257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.867135" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T00:48:43.867231" 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-28T00:48:43.866823" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.872122" level="INFO">min :: 30623.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-28T00:48:43.867679" elapsed="0.004499"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T00:48:43.867547" elapsed="0.004667"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.876783" level="INFO">max :: 33030.12</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:48:43.872461" elapsed="0.004379"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T00:48:43.872308" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.881532" level="INFO">avg :: 32309.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-28T00:48:43.877093" elapsed="0.004495"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T00:48:43.876964" elapsed="0.004658"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.886280" level="INFO">stdev :: 10792.33</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-28T00:48:43.881841" elapsed="0.004495"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T00:48:43.881715" elapsed="0.004655"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T00:48:43.867330" elapsed="0.019073"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.890234" level="INFO">${min} = 30623.22</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-28T00:48:43.886589" elapsed="0.003671"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.894373" level="INFO">${max} = 33030.12</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-28T00:48:43.890410" elapsed="0.003990"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.898240" level="INFO">${average} = 32309.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-28T00:48:43.894567" elapsed="0.003700"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.902129" level="INFO">${stdev} = 10792.33</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-28T00:48:43.898431" elapsed="0.003724"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.902689" level="INFO">${date} = 2026-06-28 00:48:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T00:48:43.902313" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.903264" level="INFO">CBench Result: 2026-06-28 00:48:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30623.22,33030.12,32309.00,10792.33</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-28T00:48:43.902861" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T00:48:43.904384" 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-28T00:48:43.903978" elapsed="0.000488"/>
</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-28T00:48:43.904629" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T00:48:43.903481" elapsed="0.001674"/>
</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-28T00:38:37.340082" elapsed="606.565133"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.905713" 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-28T00:48:43.905369" elapsed="0.000400"/>
</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-28T00:48:43.906282" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-06-28T00:48:43.905982" elapsed="0.000654"/>
</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-28T00:38:37.337235" elapsed="606.569439"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.908314" 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-28T00:48:43.907929" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.909687" 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-28T00:48:43.909320" elapsed="0.000410"/>
</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-28T00:48:43.910089" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:48:43.909838" elapsed="0.000311"/>
</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-28T00:48:43.913203" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:48:43.912956" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-06-28T00:48:43.912937" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:48:43.913638" 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-28T00:48:43.913757" 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-28T00:48:43.913433" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.914348" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.54 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" 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-28T00:48:43.913918" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:48:43.914961" 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-28T00:48:43.914562" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T00:48:43.915889" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T00:48:43.915976" 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-28T00:48:43.915577" elapsed="0.000423"/>
</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-28T00:48:43.916140" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T00:48:43.917343" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-06-28T00:48:44.502212" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jun 28 00:48:44 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jun 28 00:38:37 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-323-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-28T00:48:43.916990" elapsed="0.585409"/>
</kw>
<msg time="2026-06-28T00:48:44.502504" 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-28T00:48:43.916646" elapsed="0.585949"/>
</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-28T00:48:43.915186" elapsed="0.587524"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T00:48:44.503226" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.54 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T00:58:50.575387" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T00:58:50.575988" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T00:58:50.576097" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.54: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-28T00:48:44.502929" elapsed="606.073226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:58:50.576677" elapsed="0.000690"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.578598" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.54: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.54. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:49.646 16  switches: flows:  591274 577481 585822 592197 572712 581499 581204 580425 572466 575996 564973 567793 577675 571906 573582 581423  total = 154.140467 per ms 
00:50:49.748 16  switches: flows:  615408 622039 626551 613197 611726 610575 612791 615270 614193 605578 616286 625309 621079 614866 623194 610646  total = 164.033269 per ms 
00:51:49.849 16  switches: flows:  625124 626630 626742 635595 626098 628820 629621 620803 632074 628465 627882 631512 634312 633579 625854 626222  total = 167.373528 per ms 
00:52:49.950 16  switches: flows:  625382 629160 621638 619004 621035 624605 617097 626680 619935 625744 622955 623422 623219 622617 619008 623136  total = 165.798733 per ms 
00:53:50.052 16  switches: flows:  605330 604517 610290 612675 603290 610754 598261 600595 608189 611670 601145 612135 611914 616074 614162 616923  total = 162.025561 per ms 
00:54:50.153 16  switches: flows:  617806 617492 619741 619738 623412 620813 627541 625579 624707 616158 621093 616340 622574 623815 620694 622764  total = 165.390655 per ms 
00:55:50.255 16  switches: flows:  623737 625727 628727 628048 628663 623833 626355 629810 626164 625858 625080 620513 628160 625545 627337 627955  total = 166.744228 per ms 
00:56:50.363 16  switches: flows:  587261 579746 577815 575904 586010 590135 582857 586994 573713 577802 583495 584380 582380 579430 569375 577720  total = 154.640890 per ms 
00:57:50.465 16  switches: flows:  606491 613785 599706 613292 611966 616369 606389 598944 607393 610137 616574 615096 610848 605952 607219 615453  total = 162.320468 per ms 
00:58:50.567 16  switches: flows:  588296 595692 574023 589748 575086 573805 580395 586118 581751 572933 589500 574355 578470 587401 588866 577660  total = 154.972339 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154640.89/167373.53/162588.85/54382.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:58:50.577786" elapsed="0.001124"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T00:58:50.579402" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-06-28T00:58:50.579096" elapsed="0.000495"/>
</branch>
<status status="PASS" start="2026-06-28T00:58:50.579044" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T00:58:50.579859" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-28T00:58:50.579775" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-06-28T00:58:50.579740" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T00:58:50.580067" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-28T00:58:50.585699" elapsed="0.000851"/>
</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-28T00:58:50.586874" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T00:58:50.587172" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T00:58:50.580775" elapsed="0.006555"/>
</kw>
<msg time="2026-06-28T00:58:50.587475" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.54: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-28T00:48:43.910502" elapsed="606.677001"/>
</kw>
<status status="PASS" start="2026-06-28T00:48:43.910174" elapsed="606.677379"/>
</branch>
<status status="PASS" start="2026-06-28T00:48:43.909817" elapsed="606.677760"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.588016" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.54: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.54. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:49:49.646 16  switches: flows:  591274 577481 585822 592197 572712 581499 581204 580425 572466 575996 564973 567793 577675 571906 573582 581423  total = 154.140467 per ms 
00:50:49.748 16  switches: flows:  615408 622039 626551 613197 611726 610575 612791 615270 614193 605578 616286 625309 621079 614866 623194 610646  total = 164.033269 per ms 
00:51:49.849 16  switches: flows:  625124 626630 626742 635595 626098 628820 629621 620803 632074 628465 627882 631512 634312 633579 625854 626222  total = 167.373528 per ms 
00:52:49.950 16  switches: flows:  625382 629160 621638 619004 621035 624605 617097 626680 619935 625744 622955 623422 623219 622617 619008 623136  total = 165.798733 per ms 
00:53:50.052 16  switches: flows:  605330 604517 610290 612675 603290 610754 598261 600595 608189 611670 601145 612135 611914 616074 614162 616923  total = 162.025561 per ms 
00:54:50.153 16  switches: flows:  617806 617492 619741 619738 623412 620813 627541 625579 624707 616158 621093 616340 622574 623815 620694 622764  total = 165.390655 per ms 
00:55:50.255 16  switches: flows:  623737 625727 628727 628048 628663 623833 626355 629810 626164 625858 625080 620513 628160 625545 627337 627955  total = 166.744228 per ms 
00:56:50.363 16  switches: flows:  587261 579746 577815 575904 586010 590135 582857 586994 573713 577802 583495 584380 582380 579430 569375 577720  total = 154.640890 per ms 
00:57:50.465 16  switches: flows:  606491 613785 599706 613292 611966 616369 606389 598944 607393 610137 616574 615096 610848 605952 607219 615453  total = 162.320468 per ms 
00:58:50.567 16  switches: flows:  588296 595692 574023 589748 575086 573805 580395 586118 581751 572933 589500 574355 578470 587401 588866 577660  total = 154.972339 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154640.89/167373.53/162588.85/54382.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:58:50.587719" elapsed="0.000370"/>
</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-28T00:58:50.588238" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T00:58:50.589017" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T00:58:50.589108" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154640.89/167373.53/162588.85/54382.50 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-28T00:58:50.588789" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T00:58:50.589559" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154640.89/167373.53/162588.85/54382.50 | 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-28T00:58:50.589286" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.591958" 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-28T00:58:50.589732" elapsed="0.002283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.594387" level="INFO">154640.89/167373.53/162588.85/54382.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:58:50.592162" elapsed="0.002298"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T00:58:50.596796" 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-28T00:58:50.594608" elapsed="0.002215"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T00:58:50.599239" level="INFO">@{result_value_list} = [ 154640.89 | 167373.53 | 162588.85 | 54382.50 ]</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-28T00:58:50.597010" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.599744" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T00:58:50.599839" 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-28T00:58:50.599433" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.604694" level="INFO">min :: 154640.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:58:50.600244" elapsed="0.004507"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T00:58:50.600114" elapsed="0.004672"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.609338" level="INFO">max :: 167373.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:58:50.605009" elapsed="0.004385"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T00:58:50.604882" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.614025" level="INFO">avg :: 162588.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T00:58:50.609661" elapsed="0.004421"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T00:58:50.609534" elapsed="0.004588"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.618954" level="INFO">stdev :: 54382.50</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-28T00:58:50.614338" elapsed="0.004673"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T00:58:50.614209" elapsed="0.004838"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T00:58:50.599931" elapsed="0.019147"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.622941" level="INFO">${min} = 154640.89</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-28T00:58:50.619236" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.626820" level="INFO">${max} = 167373.53</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-28T00:58:50.623124" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.630681" level="INFO">${average} = 162588.85</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-28T00:58:50.627006" elapsed="0.003702"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.634585" level="INFO">${stdev} = 54382.50</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-28T00:58:50.630860" elapsed="0.003752"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.635128" level="INFO">${date} = 2026-06-28 00:58:50</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-28T00:58:50.634773" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.635744" level="INFO">CBench Result: 2026-06-28 00:58:50,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154640.89,167373.53,162588.85,54382.50</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-28T00:58:50.635309" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T00:58:50.636839" 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-28T00:58:50.636431" elapsed="0.000473"/>
</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-28T00:58:50.637057" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T00:58:50.635939" elapsed="0.001661"/>
</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-28T00:48:43.908741" elapsed="606.728918"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.638171" 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-28T00:58:50.637829" elapsed="0.000400"/>
</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-28T00:58:50.638756" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-06-28T00:58:50.638455" elapsed="0.000645"/>
</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-28T00:48:43.907249" elapsed="606.731891"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.640718" 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-28T00:58:50.640308" elapsed="0.000467"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.642443" 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-28T00:58:50.642071" elapsed="0.000416"/>
</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-28T00:58:50.642819" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:58:50.642598" elapsed="0.000284"/>
</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-28T00:58:50.645991" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-28T00:58:50.645710" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-06-28T00:58:50.645691" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:58:50.646387" 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-28T00:58:50.646522" 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-28T00:58:50.646208" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.647108" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.54 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.200" 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-28T00:58:50.646684" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-28T00:58:50.647718" 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-28T00:58:50.647305" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T00:58:50.648644" level="INFO">Length is 0.</msg>
<msg time="2026-06-28T00:58:50.648732" 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-28T00:58:50.648320" elapsed="0.000436"/>
</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-28T00:58:50.648896" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-28T00:58:50.650116" level="INFO">Logging into '10.30.170.200:22' as 'jenkins'.</msg>
<msg time="2026-06-28T00:58:51.217561" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Jun 28 00:58:50 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Jun 28 00:48:44 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-323-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-28T00:58:50.649730" elapsed="0.568046"/>
</kw>
<msg time="2026-06-28T00:58:51.217876" 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-28T00:58:50.649367" elapsed="0.568602"/>
</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-28T00:58:50.647945" elapsed="0.570146"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-28T00:58:51.218714" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.54 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-28T01:08:57.298246" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-28T01:08:57.299012" level="INFO">${stdout} = </msg>
<msg time="2026-06-28T01:08:57.299146" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-28T00:58:51.218355" elapsed="606.080855"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:08:57.299794" elapsed="0.001203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.302173" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54: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.54. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:56.382 16  switches: flows:  103454 101244 100281 101951 103099 100578 103526 100555 100219 101876 99052 100800 100296 100087 99091 96544  total = 26.877550 per ms 
01:00:56.482 16  switches: flows:  128489 125494 125057 126180 126243 125736 127895 125949 123078 124759 122443 123791 123984 123009 122259 119952  total = 33.183246 per ms 
01:01:56.583 16  switches: flows:  125301 126950 125521 124944 125817 124625 123327 120553 122942 123512 117721 122471 120892 122751 121951 119922  total = 32.765322 per ms 
01:02:56.684 16  switches: flows:  127226 129996 128760 125434 128567 126172 125510 122628 125193 124685 119763 123720 123764 124806 123849 122675  total = 33.323496 per ms 
01:03:56.785 16  switches: flows:  120940 123687 121858 121095 121720 119677 120379 117106 119136 119898 114506 118300 116791 118022 117287 116988  total = 31.736843 per ms 
01:04:56.886 16  switches: flows:  126622 126449 129907 124187 127398 125434 124970 124121 120748 122980 118170 123293 119753 124186 122513 120280  total = 32.961813 per ms 
01:05:56.989 16  switches: flows:  128685 127155 129140 125951 129018 124893 125141 125188 123641 124051 120026 123828 121352 122300 124426 120116  total = 33.191976 per ms 
01:06:57.090 16  switches: flows:  132198 129557 131102 127145 129257 128852 132102 127093 128334 128773 125079 126513 126005 126974 124136 126389  total = 34.101529 per ms 
01:07:57.191 16  switches: flows:  121329 117001 118551 118650 118593 117110 121139 114206 115782 117629 116471 118069 117348 117957 113466 116482  total = 31.277503 per ms 
01:08:57.292 16  switches: flows:  118016 115185 113857 113048 115829 114149 118550 113646 112067 115704 112615 112957 115289 115182 109307 114185  total = 30.442255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30442.25/34101.53/32553.78/10906.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:08:57.301402" elapsed="0.001042"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-28T01:08:57.302827" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-06-28T01:08:57.302588" elapsed="0.000350"/>
</branch>
<status status="PASS" start="2026-06-28T01:08:57.302544" elapsed="0.000434"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-28T01:08:57.303127" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-28T01:08:57.303074" elapsed="0.000111"/>
</branch>
<status status="NOT RUN" start="2026-06-28T01:08:57.303050" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-28T01:08:57.303261" 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-28T01:08:57.307399" elapsed="0.000509"/>
</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-28T01:08:57.308113" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-28T01:08:57.308538" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-28T01:08:57.303761" elapsed="0.004989"/>
</kw>
<msg time="2026-06-28T01:08:57.308948" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-28T00:58:50.643219" elapsed="606.665767"/>
</kw>
<status status="PASS" start="2026-06-28T00:58:50.642906" elapsed="606.666150"/>
</branch>
<status status="PASS" start="2026-06-28T00:58:50.642576" elapsed="606.666514"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.309723" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.54: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.54. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:59:56.382 16  switches: flows:  103454 101244 100281 101951 103099 100578 103526 100555 100219 101876 99052 100800 100296 100087 99091 96544  total = 26.877550 per ms 
01:00:56.482 16  switches: flows:  128489 125494 125057 126180 126243 125736 127895 125949 123078 124759 122443 123791 123984 123009 122259 119952  total = 33.183246 per ms 
01:01:56.583 16  switches: flows:  125301 126950 125521 124944 125817 124625 123327 120553 122942 123512 117721 122471 120892 122751 121951 119922  total = 32.765322 per ms 
01:02:56.684 16  switches: flows:  127226 129996 128760 125434 128567 126172 125510 122628 125193 124685 119763 123720 123764 124806 123849 122675  total = 33.323496 per ms 
01:03:56.785 16  switches: flows:  120940 123687 121858 121095 121720 119677 120379 117106 119136 119898 114506 118300 116791 118022 117287 116988  total = 31.736843 per ms 
01:04:56.886 16  switches: flows:  126622 126449 129907 124187 127398 125434 124970 124121 120748 122980 118170 123293 119753 124186 122513 120280  total = 32.961813 per ms 
01:05:56.989 16  switches: flows:  128685 127155 129140 125951 129018 124893 125141 125188 123641 124051 120026 123828 121352 122300 124426 120116  total = 33.191976 per ms 
01:06:57.090 16  switches: flows:  132198 129557 131102 127145 129257 128852 132102 127093 128334 128773 125079 126513 126005 126974 124136 126389  total = 34.101529 per ms 
01:07:57.191 16  switches: flows:  121329 117001 118551 118650 118593 117110 121139 114206 115782 117629 116471 118069 117348 117957 113466 116482  total = 31.277503 per ms 
01:08:57.292 16  switches: flows:  118016 115185 113857 113048 115829 114149 118550 113646 112067 115704 112615 112957 115289 115182 109307 114185  total = 30.442255 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30442.25/34101.53/32553.78/10906.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:08:57.309293" elapsed="0.000533"/>
</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-28T01:08:57.310034" elapsed="0.000541"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-28T01:08:57.311104" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-28T01:08:57.311228" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30442.25/34101.53/32553.78/10906.20 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-28T01:08:57.310799" elapsed="0.000463"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T01:08:57.311853" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30442.25/34101.53/32553.78/10906.20 | 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-28T01:08:57.311495" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.314969" 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-28T01:08:57.312094" elapsed="0.002931"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.317370" level="INFO">30442.25/34101.53/32553.78/10906.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:08:57.315170" elapsed="0.002273"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T01:08:57.319785" 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-28T01:08:57.317594" elapsed="0.002217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-28T01:08:57.322210" level="INFO">@{result_value_list} = [ 30442.25 | 34101.53 | 32553.78 | 10906.20 ]</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-28T01:08:57.319996" elapsed="0.002242"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.322714" level="INFO">Length is 4.</msg>
<msg time="2026-06-28T01:08:57.322803" 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-28T01:08:57.322393" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.327484" level="INFO">min :: 30442.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:08:57.323215" elapsed="0.004326"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-28T01:08:57.323088" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.332049" level="INFO">max :: 34101.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-28T01:08:57.327788" elapsed="0.004317"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-28T01:08:57.327665" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.336612" level="INFO">avg :: 32553.78</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-28T01:08:57.332346" elapsed="0.004323"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-28T01:08:57.332222" elapsed="0.004481"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.341227" level="INFO">stdev :: 10906.20</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-28T01:08:57.336934" elapsed="0.004349"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-28T01:08:57.336786" elapsed="0.004532"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-28T01:08:57.322900" elapsed="0.018448"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.346041" level="INFO">${min} = 30442.25</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-28T01:08:57.341537" elapsed="0.004531"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.350180" level="INFO">${max} = 34101.53</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-28T01:08:57.346221" elapsed="0.003986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.354056" level="INFO">${average} = 32553.78</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-28T01:08:57.350360" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.357943" level="INFO">${stdev} = 10906.20</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-28T01:08:57.354232" elapsed="0.003738"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.358503" level="INFO">${date} = 2026-06-28 01:08:57</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-28T01:08:57.358131" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.359082" level="INFO">CBench Result: 2026-06-28 01:08:57,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30442.25,34101.53,32553.78,10906.20</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-28T01:08:57.358675" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-28T01:08:57.360287" 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-28T01:08:57.359774" elapsed="0.000581"/>
</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-28T01:08:57.360519" elapsed="0.000479"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-28T01:08:57.359282" elapsed="0.001780"/>
</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-28T00:58:50.641106" elapsed="606.720014"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.361603" 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-28T01:08:57.361270" elapsed="0.000389"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-28T01:08:57.362882" 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-28T01:08:57.362373" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-28T01:08:57.363128" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-06-28T01:08:57.362983" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-06-28T01:08:57.362965" elapsed="0.000247"/>
</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-28T01:08:57.363352" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-06-28T01:08:57.363524" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-28T01:08:57.363687" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-28T01:08:57.363880" 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-28T01:08:57.364030" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-28T01:08:57.364175" elapsed="0.000019"/>
</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-28T01:08:57.364318" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-28T01:08:57.364551" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-28T01:08:57.364399" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-06-28T01:08:57.364383" elapsed="0.000243"/>
</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-28T01:08:57.362040" elapsed="0.002636"/>
</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-28T00:58:50.639712" elapsed="606.725010"/>
</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-28T00:38:34.681117" elapsed="1822.685614"/>
</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>
