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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-07T03:00:43.174077" elapsed="1.115275"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T03:00:44.338204" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-07T03:00:44.289678" elapsed="0.048603"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T03:00:44.340036" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T03:00:44.340148" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-07T03:00:44.338458" elapsed="0.001721"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-07T03:00:44.340335" elapsed="0.000213"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:00:44.340727" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:00:44.341444" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:00:44.341102" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T03:00:44.341554" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-07T03:00:43.172576" elapsed="1.169176"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-07T03:00:43.168894" elapsed="1.172922"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T03:00:44.342376" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T03:00:44.342003" elapsed="0.000430"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T03:00:44.342861" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T03:00:44.342591" elapsed="0.000327"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T03:00:44.343472" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-07T03:00:44.343076" elapsed="0.000424"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T03:00:44.344089" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T03:00:44.343697" elapsed="0.000438"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T03:00:44.344686" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-07T03:00:44.344286" elapsed="0.000428"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T03:00:44.345189" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T03:00:44.344875" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-07T03:00:44.345532" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:00:44.345317" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:00:44.349993" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:00:44.349558" elapsed="0.000463"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:00:44.351357" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T03:00:44.351446" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:00:44.350579" elapsed="0.000893"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:00:44.351641" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T03:00:44.353086" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-05-07T03:00:45.062532" 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 Thu May  7 03:00:44 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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-228-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T03:00:44.352544" elapsed="0.710159"/>
</kw>
<msg time="2026-05-07T03:00:45.062795" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:00:44.352189" elapsed="0.710699"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T03:00:44.350236" elapsed="0.712773"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.070577" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-07T03:00:45.063224" elapsed="0.008967"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:00:45.072496" elapsed="0.000415"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-07T03:00:44.349026" elapsed="0.723974"/>
</kw>
<status status="PASS" start="2026-05-07T03:00:44.345681" elapsed="0.727373"/>
</branch>
<status status="PASS" start="2026-05-07T03:00:44.345291" elapsed="0.727808"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T03:00:45.073313" elapsed="0.000671"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-07T03:00:45.080124" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-07T03:00:45.079953" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-05-07T03:00:45.079920" elapsed="0.000311"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-07T03:00:45.084422" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-07T03:00:45.084285" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-05-07T03:00:45.084265" elapsed="0.000227"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:00:45.084641" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.085489" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-05-07T03:00:45.349195" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-07T03:00:45.085229" elapsed="0.264117"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.450612" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-07T03:00:45.349591" elapsed="0.101119"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.463462" 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-05-07T03:00:45.463660" 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-05-07T03:00:45.450891" elapsed="0.012802"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-07T03:00:45.463838" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:00:45.464188" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:00:45.464904" 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-05-07T03:00:45.464572" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T03:00:45.465012" elapsed="0.000048"/>
</return>
<msg time="2026-05-07T03:00:45.465205" 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.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-07T03:00:45.083795" elapsed="0.381442"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T03:00:45.465384" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T03:00:45.465961" 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-05-07T03:00:45.079517" elapsed="0.386575"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-07T03:00:45.469830" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-07T03:00:45.469692" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-05-07T03:00:45.469667" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:00:45.470035" elapsed="0.000439"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.470909" level="INFO">Logging into '10.30.170.199:8101' as 'karaf'.</msg>
<msg time="2026-05-07T03:00:45.661380" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-07T03:00:45.470638" elapsed="0.190894"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.689430" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-07T03:00:45.661790" elapsed="0.027700"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.691419" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T03:00:45.691526" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-07T03:00:45.689656" elapsed="0.001900"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-07T03:00:45.691709" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:00:45.692040" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:00:45.692754" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:00:45.692397" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T03:00:45.692860" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-07T03:00:45.469347" elapsed="0.223677"/>
</kw>
<status status="PASS" start="2026-05-07T03:00:43.167080" elapsed="2.526008"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:00:45.694962" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:00:45.693957" elapsed="0.001072"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T03:00:45.696880" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T03:00:45.696485" elapsed="0.000440"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T03:00:45.697248" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:00:45.697005" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T03:00:45.700287" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:00:45.700038" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-07T03:00:45.700018" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.700749" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-07T03:00:45.700498" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:00:45.701457" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.29" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:00:45.701035" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.702133" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:00:45.701672" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:00:45.703075" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T03:00:45.703165" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:00:45.702751" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:00:45.703331" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T03:00:45.704528" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-05-07T03:00:46.039982" 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 Thu May  7 03:00:44 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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: Thu May  7 03:00:44 2026 from 10.30.171.31
[?2004h[jenkins@releng-63164-228-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T03:00:45.704175" elapsed="0.336007"/>
</kw>
<msg time="2026-05-07T03:00:46.040267" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:00:45.703832" elapsed="0.336523"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T03:00:45.702360" elapsed="0.338125"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T03:00:46.041294" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T03:10:52.152307" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T03:10:52.152855" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T03:10:52.152973" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T03:00:46.040721" elapsed="606.112315"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:10:52.153489" elapsed="0.000786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.155476" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:01:51.256 16  switches: flows:  103116 104130 103952 100583 101603 101729 100702 101387 100598 101387 103780 101542 99391 99901 102162 100521  total = 27.108067 per ms 
03:02:51.356 16  switches: flows:  116079 117247 114829 112971 114210 115075 115201 115130 112996 113315 113584 114821 114398 111707 117197 115202  total = 30.515059 per ms 
03:03:51.457 16  switches: flows:  112891 113419 114898 111997 113548 111863 112747 113617 110521 112973 111736 111720 111969 110944 114762 112592  total = 29.986546 per ms 
03:04:51.558 16  switches: flows:  119423 119868 119922 118406 119421 117785 119390 119717 116505 118159 115411 118880 116967 116853 119932 117342  total = 31.513663 per ms 
03:05:51.659 16  switches: flows:  120597 117804 119992 117272 119655 116113 119554 120455 114480 117599 116323 117495 115294 115856 120179 117027  total = 31.375894 per ms 
03:06:51.760 16  switches: flows:  123369 119357 122022 118955 121979 116931 121336 120632 117257 119447 116075 119799 117764 117681 121487 119383  total = 31.837948 per ms 
03:07:51.861 16  switches: flows:  121646 118854 123065 117807 121556 116620 121430 122303 116614 119051 117975 119859 118086 117955 120817 119226  total = 31.827926 per ms 
03:08:51.963 16  switches: flows:  123081 120133 121603 118684 122914 116451 121442 119485 117893 120176 117143 120473 117856 117615 122189 119098  total = 31.883889 per ms 
03:09:52.064 16  switches: flows:  124740 123589 123863 119759 123852 121089 124127 122196 118445 121989 119358 123652 118441 120925 123723 121972  total = 32.474459 per ms 
03:10:52.166 16  switches: flows:  124831 121091 124181 119456 122159 119457 121498 122882 119453 120677 119831 121148 120636 121018 121110 120113  total = 32.271263 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29986.55/32474.46/31520.74/10534.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.154684" elapsed="0.001132"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T03:10:52.156325" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-05-07T03:10:52.156013" elapsed="0.000476"/>
</branch>
<status status="PASS" start="2026-05-07T03:10:52.155955" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T03:10:52.156833" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-05-07T03:10:52.156721" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-05-07T03:10:52.156682" elapsed="0.000301"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T03:10:52.157061" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:10:52.160021" elapsed="0.000344"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:10:52.160518" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:10:52.160848" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T03:10:52.157691" elapsed="0.003322"/>
</kw>
<msg time="2026-05-07T03:10:52.161145" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T03:00:45.697679" elapsed="606.463495"/>
</kw>
<status status="PASS" start="2026-05-07T03:00:45.697335" elapsed="606.463890"/>
</branch>
<status status="PASS" start="2026-05-07T03:00:45.696982" elapsed="606.464268"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.161737" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:01:51.256 16  switches: flows:  103116 104130 103952 100583 101603 101729 100702 101387 100598 101387 103780 101542 99391 99901 102162 100521  total = 27.108067 per ms 
03:02:51.356 16  switches: flows:  116079 117247 114829 112971 114210 115075 115201 115130 112996 113315 113584 114821 114398 111707 117197 115202  total = 30.515059 per ms 
03:03:51.457 16  switches: flows:  112891 113419 114898 111997 113548 111863 112747 113617 110521 112973 111736 111720 111969 110944 114762 112592  total = 29.986546 per ms 
03:04:51.558 16  switches: flows:  119423 119868 119922 118406 119421 117785 119390 119717 116505 118159 115411 118880 116967 116853 119932 117342  total = 31.513663 per ms 
03:05:51.659 16  switches: flows:  120597 117804 119992 117272 119655 116113 119554 120455 114480 117599 116323 117495 115294 115856 120179 117027  total = 31.375894 per ms 
03:06:51.760 16  switches: flows:  123369 119357 122022 118955 121979 116931 121336 120632 117257 119447 116075 119799 117764 117681 121487 119383  total = 31.837948 per ms 
03:07:51.861 16  switches: flows:  121646 118854 123065 117807 121556 116620 121430 122303 116614 119051 117975 119859 118086 117955 120817 119226  total = 31.827926 per ms 
03:08:51.963 16  switches: flows:  123081 120133 121603 118684 122914 116451 121442 119485 117893 120176 117143 120473 117856 117615 122189 119098  total = 31.883889 per ms 
03:09:52.064 16  switches: flows:  124740 123589 123863 119759 123852 121089 124127 122196 118445 121989 119358 123652 118441 120925 123723 121972  total = 32.474459 per ms 
03:10:52.166 16  switches: flows:  124831 121091 124181 119456 122159 119457 121498 122882 119453 120677 119831 121148 120636 121018 121110 120113  total = 32.271263 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29986.55/32474.46/31520.74/10534.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.161415" elapsed="0.000398"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T03:10:52.161982" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T03:10:52.162783" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T03:10:52.162885" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29986.55/32474.46/31520.74/10534.30 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-07T03:10:52.162532" elapsed="0.000381"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:10:52.163343" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29986.55/32474.46/31520.74/10534.30 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:10:52.163076" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.165870" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.163522" elapsed="0.002415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.168473" level="INFO">29986.55/32474.46/31520.74/10534.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.166092" elapsed="0.002452"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:10:52.171078" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:10:52.168740" elapsed="0.002368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:10:52.173588" level="INFO">@{result_value_list} = [ 29986.55 | 32474.46 | 31520.74 | 10534.30 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:10:52.171304" elapsed="0.002325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.174115" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T03:10:52.174209" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:10:52.173792" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.179188" level="INFO">min :: 29986.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.174689" elapsed="0.004560"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T03:10:52.174533" elapsed="0.004751"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.183965" level="INFO">max :: 32474.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.179522" elapsed="0.004501"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T03:10:52.179377" elapsed="0.004681"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.188680" level="INFO">avg :: 31520.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.184281" elapsed="0.004464"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T03:10:52.184148" elapsed="0.004633"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.193456" level="INFO">stdev :: 10534.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.189008" elapsed="0.004508"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T03:10:52.188876" elapsed="0.004676"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T03:10:52.174313" elapsed="0.019273"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.197666" level="INFO">${min} = 29986.55</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:10:52.193803" elapsed="0.003891"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.201876" level="INFO">${max} = 32474.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:10:52.197853" elapsed="0.004051"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.206029" level="INFO">${average} = 31520.74</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:10:52.202060" elapsed="0.003997"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.210083" level="INFO">${stdev} = 10534.30</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:10:52.206212" elapsed="0.003899"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.210648" level="INFO">${date} = 2026-05-07 03:10:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T03:10:52.210275" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.211258" level="INFO">CBench Result: 2026-05-07 03:10:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29986.55,32474.46,31520.74,10534.30</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.210836" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T03:10:52.212376" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T03:10:52.211981" elapsed="0.000461"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T03:10:52.212600" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T03:10:52.211460" elapsed="0.001702"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-07T03:00:45.695847" elapsed="606.517377"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.213742" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-07T03:10:52.213397" elapsed="0.000413"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-07T03:10:52.214329" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-05-07T03:10:52.214025" elapsed="0.000663"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-07T03:00:45.693242" elapsed="606.521484"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.216077" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.215646" elapsed="0.000491"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.217719" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T03:10:52.217273" elapsed="0.000491"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T03:10:52.218113" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:10:52.217887" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T03:10:52.221074" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:10:52.220827" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-05-07T03:10:52.220808" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:10:52.221702" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-07T03:10:52.221285" elapsed="0.000577"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.222425" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.29" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:10:52.222000" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:10:52.223036" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:10:52.222640" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:10:52.223980" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T03:10:52.224071" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:10:52.223670" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:10:52.224238" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T03:10:52.225462" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-05-07T03:10:52.783280" 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 Thu May  7 03:10:52 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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: Thu May  7 03:00:45 2026 from 10.30.171.31
[?2004h[jenkins@releng-63164-228-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T03:10:52.225079" elapsed="0.558382"/>
</kw>
<msg time="2026-05-07T03:10:52.783542" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:10:52.224736" elapsed="0.558906"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T03:10:52.223275" elapsed="0.560482"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T03:10:52.784246" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T03:21:00.907723" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T03:21:00.908293" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T03:21:00.908410" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T03:10:52.783964" elapsed="608.124505"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:21:00.908957" elapsed="0.000706"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.910818" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:11:57.921 16  switches: flows:  577926 584887 603749 583587 583891 576362 577507 574244 584993 571610 576284 571182 567381 584379 573656 569928  total = 154.359433 per ms 
03:13:00.115 16  switches: flows:  627278 625722 620372 619103 623223 618722 620646 629400 618981 628174 625539 634869 611020 620514 625352 616872  total = 160.241354 per ms 
03:14:00.216 16  switches: flows:  590304 592793 594279 584147 591535 591772 575515 592890 582246 593057 596298 576263 582245 585855 593759 585638  total = 156.545619 per ms 
03:15:00.318 16  switches: flows:  587014 591967 594019 596664 589067 586118 590197 594467 593152 591303 593347 589262 593494 591276 595379 592463  total = 157.552773 per ms 
03:16:00.419 16  switches: flows:  590096 590762 586440 596142 586510 584215 589750 597750 598289 593590 582071 591282 587964 587203 580249 592721  total = 156.987116 per ms 
03:17:00.521 16  switches: flows:  531271 526895 529912 530093 534530 531312 533737 532833 526594 534373 538775 526700 528249 539387 538096 525059  total = 141.558162 per ms 
03:18:00.624 16  switches: flows:  521279 557501 557196 466279 547728 556901 563655 559431 559338 560777 553615 564683 559909 556096 562052 556695  total = 146.468136 per ms 
03:19:00.727 16  switches: flows:  583749 585816 582522 590349 580556 574836 576879 585641 583414 589831 581377 586245 587102 585773 582750 590320  total = 155.519010 per ms 
03:20:00.830 16  switches: flows:  593473 598842 580519 589738 593956 588326 581492 581720 587748 587342 596480 593601 590774 587337 588917 597966  total = 157.038298 per ms 
03:21:00.931 16  switches: flows:  590861 564720 579799 587309 590040 578712 580518 596893 581257 582992 594541 578213 577288 584864 584843 575293  total = 155.207164 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141558.16/160241.35/154124.18/51688.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.910032" elapsed="0.001083"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T03:21:00.911592" elapsed="0.000101"/>
</return>
<status status="PASS" start="2026-05-07T03:21:00.911289" elapsed="0.000488"/>
</branch>
<status status="PASS" start="2026-05-07T03:21:00.911241" elapsed="0.000592"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T03:21:00.912096" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-07T03:21:00.911992" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-05-07T03:21:00.911926" elapsed="0.000311"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T03:21:00.912308" 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-05-07T03:21:00.917740" elapsed="0.000380"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:21:00.918289" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:21:00.918659" elapsed="0.000118"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T03:21:00.913006" elapsed="0.005830"/>
</kw>
<msg time="2026-05-07T03:21:00.919002" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T03:10:52.218520" elapsed="608.700512"/>
</kw>
<status status="PASS" start="2026-05-07T03:10:52.218197" elapsed="608.700890"/>
</branch>
<status status="PASS" start="2026-05-07T03:10:52.217865" elapsed="608.701249"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.919598" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:11:57.921 16  switches: flows:  577926 584887 603749 583587 583891 576362 577507 574244 584993 571610 576284 571182 567381 584379 573656 569928  total = 154.359433 per ms 
03:13:00.115 16  switches: flows:  627278 625722 620372 619103 623223 618722 620646 629400 618981 628174 625539 634869 611020 620514 625352 616872  total = 160.241354 per ms 
03:14:00.216 16  switches: flows:  590304 592793 594279 584147 591535 591772 575515 592890 582246 593057 596298 576263 582245 585855 593759 585638  total = 156.545619 per ms 
03:15:00.318 16  switches: flows:  587014 591967 594019 596664 589067 586118 590197 594467 593152 591303 593347 589262 593494 591276 595379 592463  total = 157.552773 per ms 
03:16:00.419 16  switches: flows:  590096 590762 586440 596142 586510 584215 589750 597750 598289 593590 582071 591282 587964 587203 580249 592721  total = 156.987116 per ms 
03:17:00.521 16  switches: flows:  531271 526895 529912 530093 534530 531312 533737 532833 526594 534373 538775 526700 528249 539387 538096 525059  total = 141.558162 per ms 
03:18:00.624 16  switches: flows:  521279 557501 557196 466279 547728 556901 563655 559431 559338 560777 553615 564683 559909 556096 562052 556695  total = 146.468136 per ms 
03:19:00.727 16  switches: flows:  583749 585816 582522 590349 580556 574836 576879 585641 583414 589831 581377 586245 587102 585773 582750 590320  total = 155.519010 per ms 
03:20:00.830 16  switches: flows:  593473 598842 580519 589738 593956 588326 581492 581720 587748 587342 596480 593601 590774 587337 588917 597966  total = 157.038298 per ms 
03:21:00.931 16  switches: flows:  590861 564720 579799 587309 590040 578712 580518 596893 581257 582992 594541 578213 577288 584864 584843 575293  total = 155.207164 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 141558.16/160241.35/154124.18/51688.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.919279" elapsed="0.000424"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T03:21:00.919884" elapsed="0.000445"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T03:21:00.920808" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T03:21:00.920909" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 141558.16/160241.35/154124.18/51688.84 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-07T03:21:00.920515" elapsed="0.000421"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:21:00.921462" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 141558.16/160241.35/154124.18/51688.84 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:21:00.921144" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.924193" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.921689" elapsed="0.002561"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.926630" level="INFO">141558.16/160241.35/154124.18/51688.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.924397" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:21:00.929108" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:21:00.926838" elapsed="0.002298"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:21:00.931545" level="INFO">@{result_value_list} = [ 141558.16 | 160241.35 | 154124.18 | 51688.84 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:21:00.929330" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.932080" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T03:21:00.932168" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:21:00.931745" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.936921" level="INFO">min :: 141558.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.932576" elapsed="0.004401"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T03:21:00.932445" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.941745" level="INFO">max :: 160241.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.937231" elapsed="0.004571"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T03:21:00.937101" elapsed="0.004736"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.946390" level="INFO">avg :: 154124.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.942051" elapsed="0.004395"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T03:21:00.941924" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.951079" level="INFO">stdev :: 51688.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.946710" elapsed="0.004425"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T03:21:00.946566" elapsed="0.004605"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T03:21:00.932256" elapsed="0.018945"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.955209" level="INFO">${min} = 141558.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:21:00.951374" elapsed="0.003862"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.959419" level="INFO">${max} = 160241.35</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:21:00.955389" elapsed="0.004056"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.963368" level="INFO">${average} = 154124.18</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:21:00.959597" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.967348" level="INFO">${stdev} = 51688.84</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:21:00.963545" elapsed="0.003830"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.967899" level="INFO">${date} = 2026-05-07 03:21:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T03:21:00.967533" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.968507" level="INFO">CBench Result: 2026-05-07 03:21:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,141558.16,160241.35,154124.18,51688.84</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.968094" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T03:21:00.969585" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T03:21:00.969192" elapsed="0.000474"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T03:21:00.969819" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T03:21:00.968719" elapsed="0.001623"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-07T03:10:52.216453" elapsed="608.753950"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.970886" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-07T03:21:00.970560" elapsed="0.000383"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-07T03:21:00.971452" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-05-07T03:21:00.971146" elapsed="0.000663"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-07T03:10:52.215034" elapsed="608.756812"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.973355" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.972951" elapsed="0.000461"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.974970" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-07T03:21:00.974637" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T03:21:00.975343" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:21:00.975123" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T03:21:00.978428" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:21:00.978181" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-05-07T03:21:00.978163" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:21:00.978842" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-07T03:21:00.978651" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.979540" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.29" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:21:00.979123" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T03:21:00.980174" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:21:00.979751" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:21:00.981261" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T03:21:00.981356" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:21:00.980800" elapsed="0.000581"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:21:00.981522" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T03:21:00.982737" level="INFO">Logging into '10.30.171.29:22' as 'jenkins'.</msg>
<msg time="2026-05-07T03:21:01.565466" 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 Thu May  7 03:21:01 UTC 2026

  System load:  0.46               Processes:             107
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.29
  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: Thu May  7 03:10:52 2026 from 10.30.171.31
[?2004h[jenkins@releng-63164-228-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-07T03:21:00.982364" elapsed="0.583311"/>
</kw>
<msg time="2026-05-07T03:21:01.565761" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T03:21:00.982023" elapsed="0.583816"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-07T03:21:00.980411" elapsed="0.585539"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T03:21:01.566490" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T03:31:07.651543" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T03:31:07.652364" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T03:31:07.652523" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T03:21:01.566163" elapsed="606.086438"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:31:07.653218" elapsed="0.000851"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.655354" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:22:06.774 16  switches: flows:  118258 115607 116493 115507 114499 114622 114544 114513 113629 113029 113259 114143 113239 112958 114341 112328  total = 30.516150 per ms 
03:23:06.874 16  switches: flows:  119759 118624 117801 117618 119583 118597 119658 118042 115419 117028 117727 117707 116193 117127 117168 114580  total = 31.324869 per ms 
03:24:06.974 16  switches: flows:  115425 113415 111864 111849 113771 113192 113984 114815 110817 110779 112527 112697 110851 112432 111539 110551  total = 29.958462 per ms 
03:25:07.075 16  switches: flows:  121651 119706 119051 117483 120497 117888 118275 119793 116683 116925 117933 117728 117168 117739 117830 116119  total = 31.488536 per ms 
03:26:07.175 16  switches: flows:  119606 117171 116659 116350 116196 116537 115373 118422 115285 114440 113799 115868 114964 115438 113589 114888  total = 30.858203 per ms 
03:27:07.275 16  switches: flows:  123748 124972 123754 122562 120446 121174 122184 124175 123455 120111 119060 125233 122989 122000 124082 121392  total = 32.634440 per ms 
03:28:07.375 16  switches: flows:  125484 125763 124227 122588 121628 121822 122500 121939 123188 121303 120365 125458 123143 121592 124652 121275  total = 32.727509 per ms 
03:29:07.476 16  switches: flows:  122584 123704 123051 123132 120454 119729 120010 121178 122024 119557 118303 122631 122381 120249 122468 121261  total = 32.324568 per ms 
03:30:07.576 16  switches: flows:  123165 122724 123085 121384 120794 118387 119374 121977 122520 119135 117342 121368 122298 119587 122113 121048  total = 32.217909 per ms 
03:31:07.676 16  switches: flows:  122159 122340 123524 122162 118792 118867 120821 121303 122267 117950 117351 122738 122651 120406 123751 121014  total = 32.247703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29958.46/32727.51/31753.58/10620.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.654459" elapsed="0.001254"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T03:31:07.656251" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-05-07T03:31:07.655903" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-05-07T03:31:07.655851" elapsed="0.000619"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T03:31:07.656737" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-07T03:31:07.656599" elapsed="0.000230"/>
</branch>
<status status="NOT RUN" start="2026-05-07T03:31:07.656564" elapsed="0.000314"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T03:31:07.656948" 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-05-07T03:31:07.661079" elapsed="0.000367"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-07T03:31:07.661600" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T03:31:07.661931" 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-05-07T03:31:07.657680" elapsed="0.004409"/>
</kw>
<msg time="2026-05-07T03:31:07.662228" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T03:21:00.975885" elapsed="606.686370"/>
</kw>
<status status="PASS" start="2026-05-07T03:21:00.975427" elapsed="606.686881"/>
</branch>
<status status="PASS" start="2026-05-07T03:21:00.975100" elapsed="606.687239"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.662819" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:22:06.774 16  switches: flows:  118258 115607 116493 115507 114499 114622 114544 114513 113629 113029 113259 114143 113239 112958 114341 112328  total = 30.516150 per ms 
03:23:06.874 16  switches: flows:  119759 118624 117801 117618 119583 118597 119658 118042 115419 117028 117727 117707 116193 117127 117168 114580  total = 31.324869 per ms 
03:24:06.974 16  switches: flows:  115425 113415 111864 111849 113771 113192 113984 114815 110817 110779 112527 112697 110851 112432 111539 110551  total = 29.958462 per ms 
03:25:07.075 16  switches: flows:  121651 119706 119051 117483 120497 117888 118275 119793 116683 116925 117933 117728 117168 117739 117830 116119  total = 31.488536 per ms 
03:26:07.175 16  switches: flows:  119606 117171 116659 116350 116196 116537 115373 118422 115285 114440 113799 115868 114964 115438 113589 114888  total = 30.858203 per ms 
03:27:07.275 16  switches: flows:  123748 124972 123754 122562 120446 121174 122184 124175 123455 120111 119060 125233 122989 122000 124082 121392  total = 32.634440 per ms 
03:28:07.375 16  switches: flows:  125484 125763 124227 122588 121628 121822 122500 121939 123188 121303 120365 125458 123143 121592 124652 121275  total = 32.727509 per ms 
03:29:07.476 16  switches: flows:  122584 123704 123051 123132 120454 119729 120010 121178 122024 119557 118303 122631 122381 120249 122468 121261  total = 32.324568 per ms 
03:30:07.576 16  switches: flows:  123165 122724 123085 121384 120794 118387 119374 121977 122520 119135 117342 121368 122298 119587 122113 121048  total = 32.217909 per ms 
03:31:07.676 16  switches: flows:  122159 122340 123524 122162 118792 118867 120821 121303 122267 117950 117351 122738 122651 120406 123751 121014  total = 32.247703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29958.46/32727.51/31753.58/10620.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.662489" elapsed="0.000405"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-07T03:31:07.663045" elapsed="0.000409"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T03:31:07.663864" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T03:31:07.663963" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29958.46/32727.51/31753.58/10620.10 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-07T03:31:07.663634" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:31:07.664407" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29958.46/32727.51/31753.58/10620.10 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:31:07.664143" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.666908" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.664584" elapsed="0.002388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.669585" level="INFO">29958.46/32727.51/31753.58/10620.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.667121" elapsed="0.002538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:31:07.672138" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:31:07.669813" elapsed="0.002353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T03:31:07.674685" level="INFO">@{result_value_list} = [ 29958.46 | 32727.51 | 31753.58 | 10620.10 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-07T03:31:07.672367" elapsed="0.002351"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.675194" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T03:31:07.675282" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-07T03:31:07.674881" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.680276" level="INFO">min :: 29958.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.675750" elapsed="0.004584"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T03:31:07.675599" elapsed="0.004781"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.685230" level="INFO">max :: 32727.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.680631" elapsed="0.004666"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T03:31:07.680484" elapsed="0.004857"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.690186" level="INFO">avg :: 31753.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.685649" elapsed="0.004594"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T03:31:07.685443" elapsed="0.004835"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.694991" level="INFO">stdev :: 10620.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.690491" elapsed="0.004576"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T03:31:07.690362" elapsed="0.004753"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T03:31:07.675398" elapsed="0.019748"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.699241" level="INFO">${min} = 29958.46</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:31:07.695361" elapsed="0.003908"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.703707" level="INFO">${max} = 32727.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:31:07.699444" elapsed="0.004292"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.707825" level="INFO">${average} = 31753.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:31:07.703910" elapsed="0.003943"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.711927" level="INFO">${stdev} = 10620.10</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T03:31:07.708025" elapsed="0.003930"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.712529" level="INFO">${date} = 2026-05-07 03:31:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T03:31:07.712142" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.713178" level="INFO">CBench Result: 2026-05-07 03:31:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29958.46,32727.51,31753.58,10620.10</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T03:31:07.712724" elapsed="0.000530"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T03:31:07.714492" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-07T03:31:07.713933" elapsed="0.000630"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-07T03:31:07.714762" elapsed="0.000546"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T03:31:07.713418" elapsed="0.001981"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-07T03:21:00.974061" elapsed="606.741399"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.715958" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-07T03:31:07.715632" elapsed="0.000383"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T03:31:07.717355" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-07T03:31:07.716817" elapsed="0.000566"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-07T03:31:07.717645" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-05-07T03:31:07.717468" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-05-07T03:31:07.717444" elapsed="0.000300"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.717895" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.718057" elapsed="0.000022"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.718250" elapsed="0.000023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.718481" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.718661" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.718819" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-07T03:31:07.718964" 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-05-07T03:31:07.719201" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-07T03:31:07.719045" elapsed="0.000217"/>
</branch>
<status status="NOT RUN" start="2026-05-07T03:31:07.719028" elapsed="0.000258"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-07T03:31:07.716438" elapsed="0.002968"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-07T03:21:00.972363" elapsed="606.747095"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-07T03:00:42.591525" elapsed="1825.128514"/>
</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>
