<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-27T14:06:05.465961" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-27T14:06:06.095532" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:06:06.095366" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:06.095336" elapsed="0.000294"/>
</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-08-27T14:06:06.095783" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-27T14:06:06.096773" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-08-27T14:06:06.976472" 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-08-27T14:06:06.096477" elapsed="0.880261"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.025602" 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-08-27T14:06:06.977102" elapsed="0.048728"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.027903" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-27T14:06:07.028028" 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-08-27T14:06:07.026139" elapsed="0.001917"/>
</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-08-27T14:06:07.028261" elapsed="0.000333"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:06:07.028791" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.029803" 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-08-27T14:06:07.029293" elapsed="0.000568"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T14:06:07.029918" elapsed="0.000070"/>
</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.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-27T14:06:06.095022" elapsed="0.935118"/>
</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-08-27T14:06:06.091538" elapsed="0.938684"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T14:06:07.030993" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-27T14:06:07.030501" elapsed="0.000547"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T14:06:07.031478" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-27T14:06:07.031202" elapsed="0.000400"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.032329" 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-08-27T14:06:07.031810" elapsed="0.000558"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.033101" 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-08-27T14:06:07.032623" elapsed="0.000537"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.033825" 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-08-27T14:06:07.033359" elapsed="0.000494"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.034353" 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-08-27T14:06:07.034040" elapsed="0.000351"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-27T14:06:07.034762" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:06:07.034514" elapsed="0.000299"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.040073" 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-08-27T14:06:07.039543" elapsed="0.000563"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.041295" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T14:06:07.041375" 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-08-27T14:06:07.040747" elapsed="0.000650"/>
</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-08-27T14:06:07.041572" elapsed="0.000478"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.043126" level="INFO">Logging into '10.30.171.242:22' as 'jenkins'.</msg>
<msg time="2026-08-27T14:06:07.595846" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 27 14:05:20 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.242
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-50965-27-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-08-27T14:06:07.042573" elapsed="0.553459"/>
</kw>
<msg time="2026-08-27T14:06:07.596149" 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-08-27T14:06:07.042203" elapsed="0.554049"/>
</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-08-27T14:06:07.040327" elapsed="0.556068"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.607740" 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-08-27T14:06:07.596744" elapsed="0.012989"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:06:07.610070" elapsed="0.000491"/>
</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-08-27T14:06:07.038889" elapsed="0.571789"/>
</kw>
<status status="PASS" start="2026-08-27T14:06:07.035138" elapsed="0.575599"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:07.034476" elapsed="0.576317"/>
</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-08-27T14:06:07.611009" elapsed="0.000746"/>
</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-08-27T14:06:07.616514" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:06:07.616364" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:07.616337" elapsed="0.000257"/>
</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-08-27T14:06:07.620055" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:06:07.619945" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:07.619926" elapsed="0.000194"/>
</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-08-27T14:06:07.620259" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.621137" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-08-27T14:06:07.834160" 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-08-27T14:06:07.620889" elapsed="0.213418"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.922186" 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-08-27T14:06:07.834630" elapsed="0.087729"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.927576" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-08-27T14:06:07.927869" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-08-27T14:06:07.922669" elapsed="0.005231"/>
</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-08-27T14:06:07.928102" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:06:07.928525" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:06:07.929194" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-08-27T14:06:07.928893" elapsed="0.000353"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T14:06:07.929306" elapsed="0.000058"/>
</return>
<msg time="2026-08-27T14:06:07.929584" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-27T14:06:07.619581" elapsed="0.310035"/>
</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-08-27T14:06:07.929784" elapsed="0.000491"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T14:06:07.930326" elapsed="0.000039"/>
</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-08-27T14:06:07.616039" elapsed="0.314441"/>
</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-08-27T14:06:07.934473" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:06:07.934274" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:07.934242" elapsed="0.000329"/>
</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-08-27T14:06:07.934780" elapsed="0.000587"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-27T14:06:07.936088" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-08-27T14:06:08.168512" 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-08-27T14:06:07.935578" elapsed="0.233110"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-27T14:06:08.189570" 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-08-27T14:06:08.168948" elapsed="0.020769"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-27T14:06:08.191982" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-27T14:06:08.192105" 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-08-27T14:06:08.189983" elapsed="0.002150"/>
</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-08-27T14:06:08.192283" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:06:08.192688" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:06:08.193366" 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-08-27T14:06:08.193060" elapsed="0.000385"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-27T14:06:08.193518" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.210
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-27T14:06:07.933842" elapsed="0.259863"/>
</kw>
<status status="PASS" start="2026-08-27T14:06:06.089718" elapsed="2.104072"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:06:08.196133" 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-08-27T14:06:08.194818" elapsed="0.001378"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T14:06:08.197711" 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-08-27T14:06:08.197315" elapsed="0.000445"/>
</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-08-27T14:06:08.198075" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:06:08.197843" elapsed="0.000286"/>
</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-08-27T14:06:08.200988" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:06:08.200742" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:08.200720" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:06:08.201474" 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-08-27T14:06:08.201601" 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-08-27T14:06:08.201198" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:06:08.202276" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.242" 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-08-27T14:06:08.201764" elapsed="0.000576"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:06:08.203004" 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-08-27T14:06:08.202494" elapsed="0.000540"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:06:08.203975" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T14:06:08.204089" 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-08-27T14:06:08.203638" elapsed="0.000472"/>
</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-08-27T14:06:08.204249" elapsed="0.000370"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T14:06:08.205515" level="INFO">Logging into '10.30.171.242:22' as 'jenkins'.</msg>
<msg time="2026-08-27T14:06:08.590600" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 27 14:05:20 UTC 2026

  System load:  0.14               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.242
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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 Aug 27 14:06:07 2026 from 10.30.170.22
[?2004h[jenkins@releng-50965-27-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-08-27T14:06:08.205126" elapsed="0.385691"/>
</kw>
<msg time="2026-08-27T14:06:08.590902" 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-08-27T14:06:08.204777" elapsed="0.386216"/>
</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-08-27T14:06:08.203238" elapsed="0.387874"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-27T14:06:08.591690" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-27T14:16:14.727269" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-27T14:16:14.727654" level="INFO">${stdout} = </msg>
<msg time="2026-08-27T14:16:14.727717" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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-08-27T14:06:08.591334" elapsed="606.136418"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:16:14.728004" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.728947" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
14:07:13.812 16  switches: flows:  100649 98480 96342 95829 97766 94094 92412 94195 89887 91854 90189 94091 88300 89493 91586 89375  total = 24.909033 per ms 
14:08:13.913 16  switches: flows:  106304 103189 100039 98755 103496 97710 96842 98430 94886 92578 93412 95476 91965 91855 95472 91642  total = 25.824423 per ms 
14:09:14.013 16  switches: flows:  99393 96886 97508 94342 98909 92447 91117 91509 89110 86220 88235 91430 87392 85830 88203 85872  total = 24.366055 per ms 
14:10:14.113 16  switches: flows:  97353 96264 93812 92475 96884 90239 89067 90635 88021 87249 85097 88996 87081 84220 87914 84372  total = 23.954664 per ms 
14:11:14.213 16  switches: flows:  96758 94931 92991 90931 93504 89095 86453 87306 86644 83809 84077 87903 84339 82891 85272 82292  total = 23.447456 per ms 
14:12:14.314 16  switches: flows:  92829 92060 89686 87873 89198 85064 83671 84104 81977 80806 81137 84142 81082 78757 80543 78558  total = 22.487252 per ms 
14:13:14.414 16  switches: flows:  95065 92877 91156 89422 91515 86590 85319 85122 82748 81124 81344 84266 81969 81185 84108 80857  total = 22.872895 per ms 
14:14:14.514 16  switches: flows:  92234 90985 89950 87544 90587 84543 83290 83319 82018 80947 81335 84171 80656 78849 82473 80506  total = 22.519176 per ms 
14:15:14.615 16  switches: flows:  95689 93199 90627 91187 91881 87077 85520 86686 84389 84359 83370 87293 82235 81127 84491 81787  total = 23.143335 per ms 
14:16:14.715 16  switches: flows:  94327 92796 91380 89977 91523 88337 85994 88519 85027 84485 85437 83761 82330 82266 85982 83279  total = 23.218240 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22487.25/25824.42/23537.06/7908.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:16:14.728555" elapsed="0.000573"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-27T14:16:14.729392" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-08-27T14:16:14.729234" elapsed="0.000255"/>
</branch>
<status status="PASS" start="2026-08-27T14:16:14.729194" elapsed="0.000320"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-27T14:16:14.729609" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:16:14.729574" elapsed="0.000073"/>
</branch>
<status status="NOT RUN" start="2026-08-27T14:16:14.729559" elapsed="0.000108"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-27T14:16:14.729722" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-27T14:16:14.732229" elapsed="0.000377"/>
</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-08-27T14:16:14.732798" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:16:14.733094" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-27T14:16:14.730053" elapsed="0.003189"/>
</kw>
<msg time="2026-08-27T14:16:14.733375" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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-08-27T14:06:08.198495" elapsed="606.534906"/>
</kw>
<status status="PASS" start="2026-08-27T14:06:08.198158" elapsed="606.535305"/>
</branch>
<status status="PASS" start="2026-08-27T14:06:08.197817" elapsed="606.535670"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.733960" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
14:07:13.812 16  switches: flows:  100649 98480 96342 95829 97766 94094 92412 94195 89887 91854 90189 94091 88300 89493 91586 89375  total = 24.909033 per ms 
14:08:13.913 16  switches: flows:  106304 103189 100039 98755 103496 97710 96842 98430 94886 92578 93412 95476 91965 91855 95472 91642  total = 25.824423 per ms 
14:09:14.013 16  switches: flows:  99393 96886 97508 94342 98909 92447 91117 91509 89110 86220 88235 91430 87392 85830 88203 85872  total = 24.366055 per ms 
14:10:14.113 16  switches: flows:  97353 96264 93812 92475 96884 90239 89067 90635 88021 87249 85097 88996 87081 84220 87914 84372  total = 23.954664 per ms 
14:11:14.213 16  switches: flows:  96758 94931 92991 90931 93504 89095 86453 87306 86644 83809 84077 87903 84339 82891 85272 82292  total = 23.447456 per ms 
14:12:14.314 16  switches: flows:  92829 92060 89686 87873 89198 85064 83671 84104 81977 80806 81137 84142 81082 78757 80543 78558  total = 22.487252 per ms 
14:13:14.414 16  switches: flows:  95065 92877 91156 89422 91515 86590 85319 85122 82748 81124 81344 84266 81969 81185 84108 80857  total = 22.872895 per ms 
14:14:14.514 16  switches: flows:  92234 90985 89950 87544 90587 84543 83290 83319 82018 80947 81335 84171 80656 78849 82473 80506  total = 22.519176 per ms 
14:15:14.615 16  switches: flows:  95689 93199 90627 91187 91881 87077 85520 86686 84389 84359 83370 87293 82235 81127 84491 81787  total = 23.143335 per ms 
14:16:14.715 16  switches: flows:  94327 92796 91380 89977 91523 88337 85994 88519 85027 84485 85437 83761 82330 82266 85982 83279  total = 23.218240 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22487.25/25824.42/23537.06/7908.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:16:14.733622" elapsed="0.000410"/>
</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-08-27T14:16:14.734171" elapsed="0.000408"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-27T14:16:14.734992" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-27T14:16:14.735109" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22487.25/25824.42/23537.06/7908.72 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-08-27T14:16:14.734755" elapsed="0.000384"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:16:14.735578" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22487.25/25824.42/23537.06/7908.72 | 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-08-27T14:16:14.735292" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.737915" 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-08-27T14:16:14.735757" elapsed="0.002213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.740195" level="INFO">22487.25/25824.42/23537.06/7908.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:16:14.738109" elapsed="0.002138"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:16:14.742428" 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-08-27T14:16:14.740388" elapsed="0.002067"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:16:14.744700" level="INFO">@{result_value_list} = [ 22487.25 | 25824.42 | 23537.06 | 7908.72 ]</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-08-27T14:16:14.742647" elapsed="0.002079"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.745148" level="INFO">Length is 4.</msg>
<msg time="2026-08-27T14:16:14.745228" 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-08-27T14:16:14.744865" elapsed="0.000384"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.749601" level="INFO">min :: 22487.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:16:14.745633" elapsed="0.004022"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-27T14:16:14.745511" elapsed="0.004189"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.753890" level="INFO">max :: 25824.42</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-08-27T14:16:14.749910" elapsed="0.004034"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-27T14:16:14.749788" elapsed="0.004188"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.758134" level="INFO">avg :: 23537.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:16:14.754182" elapsed="0.004005"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-27T14:16:14.754060" elapsed="0.004159"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.762492" level="INFO">stdev :: 7908.72</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-08-27T14:16:14.758440" elapsed="0.004126"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-27T14:16:14.758306" elapsed="0.004298"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-27T14:16:14.745315" elapsed="0.017322"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.767712" level="INFO">${min} = 22487.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-27T14:16:14.762803" elapsed="0.004948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.773022" level="INFO">${max} = 25824.42</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-08-27T14:16:14.767953" elapsed="0.005096"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.776907" level="INFO">${average} = 23537.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-27T14:16:14.773193" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.780603" level="INFO">${stdev} = 7908.72</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-08-27T14:16:14.777075" elapsed="0.003554"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.781148" level="INFO">${date} = 2026-08-27 14:16:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-27T14:16:14.780792" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.781731" level="INFO">CBench Result: 2026-08-27 14:16:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22487.25,25824.42,23537.06,7908.72</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-08-27T14:16:14.781308" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T14:16:14.782785" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-27T14:16:14.782366" elapsed="0.000482"/>
</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-08-27T14:16:14.782988" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-27T14:16:14.781928" elapsed="0.001583"/>
</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-08-27T14:06:08.196690" elapsed="606.586880"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.784026" 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-08-27T14:16:14.783722" elapsed="0.000358"/>
</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-08-27T14:16:14.784617" elapsed="0.000273"/>
</kw>
<status status="PASS" start="2026-08-27T14:16:14.784299" elapsed="0.000658"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-27T14:06:08.193945" elapsed="606.591047"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.786322" 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-08-27T14:16:14.785819" elapsed="0.000569"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.787745" 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-08-27T14:16:14.787358" elapsed="0.000429"/>
</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-08-27T14:16:14.788114" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:16:14.787860" elapsed="0.000308"/>
</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-08-27T14:16:14.790945" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:16:14.790699" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-08-27T14:16:14.790666" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:16:14.791360" 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-08-27T14:16:14.791488" 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-08-27T14:16:14.791159" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.792036" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.242" 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-08-27T14:16:14.791636" elapsed="0.000454"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:16:14.792826" 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-08-27T14:16:14.792218" elapsed="0.000632"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:16:14.793724" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T14:16:14.793810" 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-08-27T14:16:14.793377" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-27T14:16:14.793965" elapsed="0.000306"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T14:16:14.795089" level="INFO">Logging into '10.30.171.242:22' as 'jenkins'.</msg>
<msg time="2026-08-27T14:16:15.377369" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 27 14:16:14 UTC 2026

  System load:  0.99               Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.242
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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 Aug 27 14:06:08 2026 from 10.30.170.22
[?2004h[jenkins@releng-50965-27-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-08-27T14:16:14.794764" elapsed="0.582949"/>
</kw>
<msg time="2026-08-27T14:16:15.377838" 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-08-27T14:16:14.794428" elapsed="0.583547"/>
</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-08-27T14:16:14.793032" elapsed="0.585104"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-27T14:16:15.379022" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-27T14:26:21.457700" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-27T14:26:21.458318" level="INFO">${stdout} = </msg>
<msg time="2026-08-27T14:26:21.458468" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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-08-27T14:16:15.378448" elapsed="606.080101"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:26:21.459122" elapsed="0.000847"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.461338" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
14:17:20.519 16  switches: flows:  605066 590662 603808 597262 596241 596727 599777 606181 603754 601209 592649 604662 606769 596578 592546 593611  total = 159.791700 per ms 
14:18:20.621 16  switches: flows:  672056 679007 676082 681030 683787 675471 677998 670438 670790 672602 678077 676699 682189 679936 674020 682965  total = 180.249721 per ms 
14:19:20.722 16  switches: flows:  676098 678295 690575 680688 675400 675668 678177 676850 689343 681353 680402 683117 676383 689850 675916 684368  total = 181.236643 per ms 
14:20:20.828 16  switches: flows:  676769 681355 672404 673000 687603 667608 675124 675145 683797 675995 668954 675868 680899 684232 678211 673301  total = 180.186669 per ms 
14:21:20.937 16  switches: flows:  691297 692111 694624 684644 690388 684879 684143 695239 691386 684901 693521 689478 691813 695387 685138 681134  total = 183.501096 per ms 
14:22:21.039 16  switches: flows:  673372 682884 673495 678188 672607 672793 681344 679555 678554 677576 676031 680838 671861 676758 675902 678439  total = 180.196745 per ms 
14:23:21.141 16  switches: flows:  685560 684952 690919 683047 687612 691464 688953 688555 687059 696239 689027 690186 696164 685980 686260 690160  total = 183.394047 per ms 
14:24:21.242 16  switches: flows:  699889 701779 699910 708415 698105 697748 699669 699641 700238 704117 703170 701178 705063 700812 691602 694119  total = 186.443923 per ms 
14:25:21.344 16  switches: flows:  684000 681057 677141 682698 677442 685229 685699 681618 677687 689272 681629 675045 684805 682684 683775 685875  total = 181.619676 per ms 
14:26:21.446 16  switches: flows:  682601 688689 687211 692271 687355 690754 681447 685953 681137 682205 686232 685712 689847 688814 676661 690190  total = 182.644240 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 180186.67/186443.92/182163.64/60752.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:26:21.460392" elapsed="0.001350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-27T14:26:21.462367" elapsed="0.000141"/>
</return>
<status status="PASS" start="2026-08-27T14:26:21.461972" elapsed="0.000643"/>
</branch>
<status status="PASS" start="2026-08-27T14:26:21.461902" elapsed="0.000779"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-27T14:26:21.462950" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:26:21.462859" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-08-27T14:26:21.462818" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-27T14:26:21.463185" elapsed="0.000034"/>
</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-08-27T14:26:21.469843" elapsed="0.000856"/>
</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-08-27T14:26:21.471049" elapsed="0.000482"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:26:21.471877" elapsed="0.000294"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-27T14:26:21.464100" elapsed="0.008217"/>
</kw>
<msg time="2026-08-27T14:26:21.472763" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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-08-27T14:16:14.788509" elapsed="606.684331"/>
</kw>
<status status="PASS" start="2026-08-27T14:16:14.788194" elapsed="606.684781"/>
</branch>
<status status="PASS" start="2026-08-27T14:16:14.787838" elapsed="606.685209"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.474457" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
14:17:20.519 16  switches: flows:  605066 590662 603808 597262 596241 596727 599777 606181 603754 601209 592649 604662 606769 596578 592546 593611  total = 159.791700 per ms 
14:18:20.621 16  switches: flows:  672056 679007 676082 681030 683787 675471 677998 670438 670790 672602 678077 676699 682189 679936 674020 682965  total = 180.249721 per ms 
14:19:20.722 16  switches: flows:  676098 678295 690575 680688 675400 675668 678177 676850 689343 681353 680402 683117 676383 689850 675916 684368  total = 181.236643 per ms 
14:20:20.828 16  switches: flows:  676769 681355 672404 673000 687603 667608 675124 675145 683797 675995 668954 675868 680899 684232 678211 673301  total = 180.186669 per ms 
14:21:20.937 16  switches: flows:  691297 692111 694624 684644 690388 684879 684143 695239 691386 684901 693521 689478 691813 695387 685138 681134  total = 183.501096 per ms 
14:22:21.039 16  switches: flows:  673372 682884 673495 678188 672607 672793 681344 679555 678554 677576 676031 680838 671861 676758 675902 678439  total = 180.196745 per ms 
14:23:21.141 16  switches: flows:  685560 684952 690919 683047 687612 691464 688953 688555 687059 696239 689027 690186 696164 685980 686260 690160  total = 183.394047 per ms 
14:24:21.242 16  switches: flows:  699889 701779 699910 708415 698105 697748 699669 699641 700238 704117 703170 701178 705063 700812 691602 694119  total = 186.443923 per ms 
14:25:21.344 16  switches: flows:  684000 681057 677141 682698 677442 685229 685699 681618 677687 689272 681629 675045 684805 682684 683775 685875  total = 181.619676 per ms 
14:26:21.446 16  switches: flows:  682601 688689 687211 692271 687355 690754 681447 685953 681137 682205 686232 685712 689847 688814 676661 690190  total = 182.644240 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 180186.67/186443.92/182163.64/60752.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:26:21.473551" elapsed="0.001120"/>
</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-08-27T14:26:21.475126" elapsed="0.001028"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-27T14:26:21.477228" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-27T14:26:21.477522" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 180186.67/186443.92/182163.64/60752.72 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-08-27T14:26:21.476594" elapsed="0.000990"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:26:21.478701" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 180186.67/186443.92/182163.64/60752.72 | 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-08-27T14:26:21.477942" elapsed="0.000862"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.485083" 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-08-27T14:26:21.479222" elapsed="0.005967"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.489170" level="INFO">180186.67/186443.92/182163.64/60752.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:26:21.485467" elapsed="0.003785"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:26:21.493850" 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-08-27T14:26:21.489511" elapsed="0.004379"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:26:21.497083" level="INFO">@{result_value_list} = [ 180186.67 | 186443.92 | 182163.64 | 60752.72 ]</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-08-27T14:26:21.494181" elapsed="0.002946"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.497794" level="INFO">Length is 4.</msg>
<msg time="2026-08-27T14:26:21.497911" 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-08-27T14:26:21.497327" elapsed="0.000614"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.504849" level="INFO">min :: 180186.67</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-08-27T14:26:21.498510" elapsed="0.006422"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-27T14:26:21.498309" elapsed="0.006669"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.511186" level="INFO">max :: 186443.92</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-08-27T14:26:21.505281" elapsed="0.005977"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-27T14:26:21.505109" elapsed="0.006194"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.517138" level="INFO">avg :: 182163.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:26:21.511609" elapsed="0.005602"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-27T14:26:21.511443" elapsed="0.005812"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.522543" level="INFO">stdev :: 60752.72</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-08-27T14:26:21.517609" elapsed="0.005002"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-27T14:26:21.517368" elapsed="0.005280"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-27T14:26:21.498028" elapsed="0.024653"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.526882" level="INFO">${min} = 180186.67</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-08-27T14:26:21.522866" elapsed="0.004056"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.530993" level="INFO">${max} = 186443.92</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-08-27T14:26:21.527153" elapsed="0.003868"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.534754" level="INFO">${average} = 182163.64</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-08-27T14:26:21.531203" elapsed="0.003578"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.538732" level="INFO">${stdev} = 60752.72</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-08-27T14:26:21.534934" elapsed="0.003831"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.539364" level="INFO">${date} = 2026-08-27 14:26:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-27T14:26:21.538979" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.539953" level="INFO">CBench Result: 2026-08-27 14:26:21,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,180186.67,186443.92,182163.64,60752.72</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-08-27T14:26:21.539549" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T14:26:21.541099" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-27T14:26:21.540639" elapsed="0.000526"/>
</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-08-27T14:26:21.541350" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-27T14:26:21.540179" elapsed="0.001710"/>
</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-08-27T14:16:14.786771" elapsed="606.755174"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.542423" 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-08-27T14:26:21.542092" elapsed="0.000387"/>
</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-08-27T14:26:21.542983" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-08-27T14:26:21.542686" elapsed="0.000642"/>
</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-08-27T14:16:14.785285" elapsed="606.758079"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.544956" 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-08-27T14:26:21.544586" elapsed="0.000422"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.546181" 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-08-27T14:26:21.545876" elapsed="0.000343"/>
</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-08-27T14:26:21.546589" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:26:21.546358" 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-08-27T14:26:21.549706" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:26:21.549470" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-08-27T14:26:21.549449" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:26:21.550394" 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-08-27T14:26:21.550526" 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-08-27T14:26:21.549938" elapsed="0.000613"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.551102" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.242" 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-08-27T14:26:21.550686" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-27T14:26:21.551805" 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-08-27T14:26:21.551347" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:26:21.552924" level="INFO">Length is 0.</msg>
<msg time="2026-08-27T14:26:21.553016" 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-08-27T14:26:21.552576" elapsed="0.000463"/>
</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-08-27T14:26:21.553198" elapsed="0.000420"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-27T14:26:21.554500" level="INFO">Logging into '10.30.171.242:22' as 'jenkins'.</msg>
<msg time="2026-08-27T14:26:22.173599" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Thu Aug 27 14:26:21 UTC 2026

  System load:  0.61               Processes:             104
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.242
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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 Aug 27 14:16:15 2026 from 10.30.170.22
[?2004h[jenkins@releng-50965-27-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-08-27T14:26:21.554144" elapsed="0.619694"/>
</kw>
<msg time="2026-08-27T14:26:22.173922" 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-08-27T14:26:21.553790" elapsed="0.620221"/>
</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-08-27T14:26:21.552211" elapsed="0.621921"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-27T14:26:22.174702" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-27T14:36:28.387551" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-27T14:36:28.388321" level="INFO">${stdout} = </msg>
<msg time="2026-08-27T14:36:28.388467" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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-08-27T14:26:22.174379" elapsed="606.214167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:36:28.389155" elapsed="0.000852"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.391189" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
14:27:27.455 16  switches: flows:  105290 102430 100100 99326 97787 97569 95266 97230 92832 91347 91092 91489 92132 91784 93468 90951  total = 25.501550 per ms 
14:28:27.557 16  switches: flows:  105069 104309 105288 101077 99420 100333 97627 99231 95555 93167 96543 94071 92884 96300 96968 93256  total = 26.141312 per ms 
14:29:27.658 16  switches: flows:  104515 104110 104029 99917 97949 98443 96050 99201 95879 92729 93707 93953 92233 95120 97818 92415  total = 25.924474 per ms 
14:30:27.759 16  switches: flows:  103769 103914 104060 100573 99574 99584 96714 98841 94624 92406 93199 94743 94064 96053 98035 93148  total = 26.011544 per ms 
14:31:27.861 16  switches: flows:  102431 102467 103324 98327 98470 98092 95634 98477 95177 91140 92227 93940 93011 94880 95541 92220  total = 25.712973 per ms 
14:32:27.961 16  switches: flows:  101486 103159 100527 96809 97605 96251 94837 95780 94160 90436 90682 93065 92149 93752 94895 89077  total = 25.368759 per ms 
14:33:28.063 16  switches: flows:  104913 105446 102055 99742 99003 97812 97061 98003 95444 91952 91832 97200 94261 96600 97663 91019  total = 25.956777 per ms 
14:34:28.164 16  switches: flows:  101623 103624 101710 98300 97447 96804 94674 97186 91806 91322 91847 94899 93352 93304 95147 91363  total = 25.530819 per ms 
14:35:28.264 16  switches: flows:  97959 100093 98699 95727 93907 91866 92225 93913 89905 88193 88416 91235 89155 89702 91612 87129  total = 24.621176 per ms 
14:36:28.365 16  switches: flows:  99822 102142 100122 96643 97256 95475 96443 96029 93237 89315 90149 93546 92027 94854 95160 89620  total = 25.321722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24621.18/26141.31/25621.06/8552.04 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:36:28.390356" elapsed="0.001206"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-27T14:36:28.392082" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-27T14:36:28.391760" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-08-27T14:36:28.391689" elapsed="0.000607"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-27T14:36:28.392520" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-08-27T14:36:28.392444" elapsed="0.000157"/>
</branch>
<status status="NOT RUN" start="2026-08-27T14:36:28.392382" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-27T14:36:28.392704" elapsed="0.000025"/>
</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-08-27T14:36:28.398486" elapsed="0.000756"/>
</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-08-27T14:36:28.399582" elapsed="0.000323"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-27T14:36:28.400200" elapsed="0.000256"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-27T14:36:28.393435" elapsed="0.007131"/>
</kw>
<msg time="2026-08-27T14:36:28.400871" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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-08-27T14:26:21.546980" elapsed="606.853948"/>
</kw>
<status status="PASS" start="2026-08-27T14:26:21.546670" elapsed="606.854380"/>
</branch>
<status status="PASS" start="2026-08-27T14:26:21.546333" elapsed="606.854765"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.402252" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210: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.210. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
14:27:27.455 16  switches: flows:  105290 102430 100100 99326 97787 97569 95266 97230 92832 91347 91092 91489 92132 91784 93468 90951  total = 25.501550 per ms 
14:28:27.557 16  switches: flows:  105069 104309 105288 101077 99420 100333 97627 99231 95555 93167 96543 94071 92884 96300 96968 93256  total = 26.141312 per ms 
14:29:27.658 16  switches: flows:  104515 104110 104029 99917 97949 98443 96050 99201 95879 92729 93707 93953 92233 95120 97818 92415  total = 25.924474 per ms 
14:30:27.759 16  switches: flows:  103769 103914 104060 100573 99574 99584 96714 98841 94624 92406 93199 94743 94064 96053 98035 93148  total = 26.011544 per ms 
14:31:27.861 16  switches: flows:  102431 102467 103324 98327 98470 98092 95634 98477 95177 91140 92227 93940 93011 94880 95541 92220  total = 25.712973 per ms 
14:32:27.961 16  switches: flows:  101486 103159 100527 96809 97605 96251 94837 95780 94160 90436 90682 93065 92149 93752 94895 89077  total = 25.368759 per ms 
14:33:28.063 16  switches: flows:  104913 105446 102055 99742 99003 97812 97061 98003 95444 91952 91832 97200 94261 96600 97663 91019  total = 25.956777 per ms 
14:34:28.164 16  switches: flows:  101623 103624 101710 98300 97447 96804 94674 97186 91806 91322 91847 94899 93352 93304 95147 91363  total = 25.530819 per ms 
14:35:28.264 16  switches: flows:  97959 100093 98699 95727 93907 91866 92225 93913 89905 88193 88416 91235 89155 89702 91612 87129  total = 24.621176 per ms 
14:36:28.365 16  switches: flows:  99822 102142 100122 96643 97256 95475 96443 96029 93237 89315 90149 93546 92027 94854 95160 89620  total = 25.321722 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24621.18/26141.31/25621.06/8552.04 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:36:28.401485" elapsed="0.000987"/>
</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-08-27T14:36:28.402779" elapsed="0.000809"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-27T14:36:28.404381" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-27T14:36:28.404593" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24621.18/26141.31/25621.06/8552.04 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-08-27T14:36:28.403915" elapsed="0.000729"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:36:28.405680" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24621.18/26141.31/25621.06/8552.04 | 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-08-27T14:36:28.404999" elapsed="0.000756"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.411116" 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-08-27T14:36:28.406085" elapsed="0.005147"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.416158" level="INFO">24621.18/26141.31/25621.06/8552.04</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:36:28.411567" elapsed="0.004705"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:36:28.421160" 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-08-27T14:36:28.416611" elapsed="0.004605"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-27T14:36:28.426316" level="INFO">@{result_value_list} = [ 24621.18 | 26141.31 | 25621.06 | 8552.04 ]</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-08-27T14:36:28.421672" elapsed="0.004700"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.427443" level="INFO">Length is 4.</msg>
<msg time="2026-08-27T14:36:28.427672" 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-08-27T14:36:28.426719" elapsed="0.001002"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.435113" level="INFO">min :: 24621.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-08-27T14:36:28.428571" elapsed="0.006615"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-27T14:36:28.428259" elapsed="0.006970"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.441324" level="INFO">max :: 26141.31</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-08-27T14:36:28.435576" elapsed="0.005825"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-27T14:36:28.435341" elapsed="0.006126"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.447194" level="INFO">avg :: 25621.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-27T14:36:28.441735" elapsed="0.005555"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-27T14:36:28.441573" elapsed="0.005768"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.453336" level="INFO">stdev :: 8552.04</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-08-27T14:36:28.447661" elapsed="0.005767"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-27T14:36:28.447478" elapsed="0.005995"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-27T14:36:28.427849" elapsed="0.025664"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.458662" level="INFO">${min} = 24621.18</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-08-27T14:36:28.453731" elapsed="0.004965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.463732" level="INFO">${max} = 26141.31</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-08-27T14:36:28.458891" elapsed="0.004877"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.468884" level="INFO">${average} = 25621.06</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-27T14:36:28.463999" elapsed="0.004917"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.473318" level="INFO">${stdev} = 8552.04</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-08-27T14:36:28.469126" elapsed="0.004216"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.473825" level="INFO">${date} = 2026-08-27 14:36:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-27T14:36:28.473504" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.474363" level="INFO">CBench Result: 2026-08-27 14:36:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24621.18,26141.31,25621.06,8552.04</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-08-27T14:36:28.473994" elapsed="0.000435"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-27T14:36:28.475474" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-08-27T14:36:28.475018" elapsed="0.000519"/>
</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-08-27T14:36:28.475686" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-27T14:36:28.474574" elapsed="0.001624"/>
</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-08-27T14:26:21.545342" elapsed="606.930908"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.476707" 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-08-27T14:36:28.476399" elapsed="0.000360"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-27T14:36:28.477888" 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-08-27T14:36:28.477441" elapsed="0.000471"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-27T14:36:28.478141" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-08-27T14:36:28.478002" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-27T14:36:28.477981" elapsed="0.000248"/>
</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-08-27T14:36:28.478361" elapsed="0.000019"/>
</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-08-27T14:36:28.478516" elapsed="0.000018"/>
</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-08-27T14:36:28.478658" elapsed="0.000018"/>
</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-08-27T14:36:28.478792" elapsed="0.000018"/>
</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-08-27T14:36:28.478974" elapsed="0.000019"/>
</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-08-27T14:36:28.479107" elapsed="0.000017"/>
</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-08-27T14:36:28.479235" elapsed="0.000017"/>
</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-08-27T14:36:28.479442" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-27T14:36:28.479307" elapsed="0.000181"/>
</branch>
<status status="NOT RUN" start="2026-08-27T14:36:28.479292" elapsed="0.000217"/>
</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-08-27T14:36:28.477127" elapsed="0.002433"/>
</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-08-27T14:26:21.544086" elapsed="606.935515"/>
</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-08-27T14:06:05.467869" elapsed="1823.012136"/>
</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>
