<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-28T02:30:59.109079" 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-28T02:30:59.646290" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:30:59.646153" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:59.646125" elapsed="0.000259"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:30:59.646517" elapsed="0.000470"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T02:30:59.647470" level="INFO">Logging into '10.30.170.144:8101' as 'karaf'.</msg>
<msg time="2026-08-28T02:31:00.564752" 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-28T02:30:59.647158" elapsed="0.917882"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T02:31:00.614625" 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-28T02:31:00.565411" elapsed="0.049338"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T02:31:00.616680" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T02:31:00.616780" 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-28T02:31:00.615020" elapsed="0.001788"/>
</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-28T02:31:00.616972" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:31:00.617346" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:31:00.618009" 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-28T02:31:00.617687" elapsed="0.000373"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:31:00.618129" elapsed="0.000058"/>
</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.144
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-28T02:30:59.645783" elapsed="0.972511"/>
</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-28T02:30:59.642338" elapsed="0.976012"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:31:00.618905" 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-28T02:31:00.618517" elapsed="0.000440"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:31:00.619393" 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-28T02:31:00.619154" elapsed="0.000300"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T02:31:00.619972" 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-28T02:31:00.619595" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:31:00.620474" 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-28T02:31:00.620174" elapsed="0.000338"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T02:31:00.621004" 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-28T02:31:00.620645" elapsed="0.000383"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:31:00.621489" 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-28T02:31:00.621198" elapsed="0.000328"/>
</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-28T02:31:00.621816" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:31:00.621618" elapsed="0.000264"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:31:00.625961" 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-28T02:31:00.625578" elapsed="0.000407"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:31:00.627052" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:31:00.627183" 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-28T02:31:00.626547" elapsed="0.000667"/>
</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-28T02:31:00.627389" elapsed="0.000414"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:31:00.628772" level="INFO">Logging into '10.30.170.227:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:31:01.102961" 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 Fri Aug 28 02:30:18 UTC 2026

  System load:  0.2                Processes:             108
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.227
  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-28-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-28T02:31:00.628320" elapsed="0.474852"/>
</kw>
<msg time="2026-08-28T02:31:01.103280" 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-28T02:31:00.627969" elapsed="0.475416"/>
</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-28T02:31:00.626191" elapsed="0.477316"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.113504" 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-28T02:31:01.103749" elapsed="0.011583"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:31:01.115591" elapsed="0.000396"/>
</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-28T02:31:00.625117" elapsed="0.490993"/>
</kw>
<status status="PASS" start="2026-08-28T02:31:00.621963" elapsed="0.494211"/>
</branch>
<status status="PASS" start="2026-08-28T02:31:00.621595" elapsed="0.494624"/>
</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-28T02:31:01.116458" elapsed="0.000789"/>
</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-28T02:31:01.123423" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:31:01.123255" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-08-28T02:31:01.123214" elapsed="0.000308"/>
</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-28T02:31:01.128500" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:31:01.128323" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-08-28T02:31:01.128297" elapsed="0.000295"/>
</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-28T02:31:01.128766" elapsed="0.000608"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.129960" level="INFO">Logging into '10.30.170.144:8101' as 'karaf'.</msg>
<msg time="2026-08-28T02:31:01.356534" 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-28T02:31:01.129581" elapsed="0.227109"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.449237" 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-28T02:31:01.356967" elapsed="0.092415"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.464058" 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-28T02:31:01.464248" 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-28T02:31:01.449621" elapsed="0.014657"/>
</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-28T02:31:01.464413" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:31:01.464754" elapsed="0.000253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:31:01.465506" 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-28T02:31:01.465196" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:31:01.465609" elapsed="0.000053"/>
</return>
<msg time="2026-08-28T02:31:01.465803" 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.144
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-28T02:31:01.127815" elapsed="0.338018"/>
</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-28T02:31:01.466067" elapsed="0.000511"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:31:01.466656" elapsed="0.000042"/>
</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-28T02:31:01.122789" elapsed="0.344018"/>
</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-28T02:31:01.470452" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:31:01.470323" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-08-28T02:31:01.470301" elapsed="0.000217"/>
</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-28T02:31:01.470641" elapsed="0.000425"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.471476" level="INFO">Logging into '10.30.170.144:8101' as 'karaf'.</msg>
<msg time="2026-08-28T02:31:01.731426" 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-28T02:31:01.471236" elapsed="0.260355"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.755449" 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-28T02:31:01.731853" elapsed="0.023653"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.757428" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T02:31:01.757534" 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-28T02:31:01.755646" elapsed="0.001935"/>
</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-28T02:31:01.757709" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:31:01.758046" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:31:01.758683" 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-28T02:31:01.758379" elapsed="0.000349"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:31:01.758780" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.144
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-28T02:31:01.469994" elapsed="0.288966"/>
</kw>
<status status="PASS" start="2026-08-28T02:30:59.640653" elapsed="2.118364"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:31:01.761178" 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-28T02:31:01.759897" elapsed="0.001346"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:31:01.762642" 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-28T02:31:01.762319" elapsed="0.000364"/>
</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-28T02:31:01.763002" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:31:01.762756" elapsed="0.000301"/>
</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-28T02:31:01.765829" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:31:01.765597" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-08-28T02:31:01.765579" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.766258" 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-28T02:31:01.766370" 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-28T02:31:01.766051" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:31:01.766932" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.144 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.227" 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-28T02:31:01.766520" elapsed="0.000468"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.767617" 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-28T02:31:01.767134" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:31:01.768619" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:31:01.768703" 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-28T02:31:01.768312" elapsed="0.000413"/>
</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-28T02:31:01.768873" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:31:01.770032" level="INFO">Logging into '10.30.170.227:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:31:02.150199" 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 Fri Aug 28 02:30:18 UTC 2026

  System load:  0.2                Processes:             108
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.227
  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: Fri Aug 28 02:31:01 2026 from 10.30.170.105
[?2004h[jenkins@releng-50965-28-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-28T02:31:01.769674" elapsed="0.380726"/>
</kw>
<msg time="2026-08-28T02:31:02.150487" 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-28T02:31:01.769354" elapsed="0.381224"/>
</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-28T02:31:01.767885" elapsed="0.382814"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T02:31:02.151277" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.144 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T02:41:08.315301" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T02:41:08.315745" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T02:41:08.315840" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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-28T02:31:02.150941" elapsed="606.164951"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:41:08.316310" elapsed="0.000642"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.317991" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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.144. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:32:07.400 16  switches: flows:  91310 89859 89180 87564 87256 86940 87362 85805 84296 82090 84263 83189 81032 81786 80893 83108  total = 22.765550 per ms 
02:33:07.500 16  switches: flows:  102490 101135 99184 99145 98847 96287 97745 93882 92497 92032 93443 95741 91297 91654 91444 92337  total = 25.443517 per ms 
02:34:07.600 16  switches: flows:  101213 100350 97984 96935 98524 95613 97535 94922 90464 90344 93462 92259 91360 92297 90572 91369  total = 25.211316 per ms 
02:35:07.701 16  switches: flows:  107160 106855 101562 100948 100751 96621 100535 95349 92695 94636 95183 94097 93454 94960 93012 92495  total = 25.961870 per ms 
02:36:07.802 16  switches: flows:  109966 106373 102572 100270 100854 97299 101199 96627 93661 93087 95936 94332 93647 96118 92605 94016  total = 26.099111 per ms 
02:37:07.902 16  switches: flows:  108117 108159 105590 102965 102764 99036 105375 100689 95797 94396 98646 94518 95207 98978 95693 97894  total = 26.685877 per ms 
02:38:08.003 16  switches: flows:  110534 108080 104651 104947 105502 101051 106172 100911 98017 96443 100003 97103 97454 100572 97393 97856  total = 27.066311 per ms 
02:39:08.103 16  switches: flows:  108696 108591 104884 105541 106522 102408 108325 100859 96830 97432 98258 97535 97054 101719 98298 98717  total = 27.149145 per ms 
02:40:08.204 16  switches: flows:  109831 108134 105777 104977 105035 103178 106208 102025 96808 96517 98212 97333 96005 100863 97443 99927  total = 27.092670 per ms 
02:41:08.305 16  switches: flows:  112062 110774 105285 105586 107248 101794 106558 99561 97422 97425 98626 96470 97446 101050 97725 99478  total = 27.196456 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25211.32/27196.46/26434.03/8841.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:41:08.317312" elapsed="0.000961"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T02:41:08.318730" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-08-28T02:41:08.318439" elapsed="0.000430"/>
</branch>
<status status="PASS" start="2026-08-28T02:41:08.318390" elapsed="0.000529"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T02:41:08.319137" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:41:08.319036" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-08-28T02:41:08.319006" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T02:41:08.319412" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:41:08.324893" elapsed="0.000781"/>
</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-28T02:41:08.326007" elapsed="0.000364"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:41:08.326672" elapsed="0.000242"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T02:41:08.320084" elapsed="0.006940"/>
</kw>
<msg time="2026-08-28T02:41:08.327311" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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-28T02:31:01.763413" elapsed="606.563953"/>
</kw>
<status status="PASS" start="2026-08-28T02:31:01.763084" elapsed="606.564378"/>
</branch>
<status status="PASS" start="2026-08-28T02:31:01.762735" elapsed="606.564775"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.328496" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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.144. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:32:07.400 16  switches: flows:  91310 89859 89180 87564 87256 86940 87362 85805 84296 82090 84263 83189 81032 81786 80893 83108  total = 22.765550 per ms 
02:33:07.500 16  switches: flows:  102490 101135 99184 99145 98847 96287 97745 93882 92497 92032 93443 95741 91297 91654 91444 92337  total = 25.443517 per ms 
02:34:07.600 16  switches: flows:  101213 100350 97984 96935 98524 95613 97535 94922 90464 90344 93462 92259 91360 92297 90572 91369  total = 25.211316 per ms 
02:35:07.701 16  switches: flows:  107160 106855 101562 100948 100751 96621 100535 95349 92695 94636 95183 94097 93454 94960 93012 92495  total = 25.961870 per ms 
02:36:07.802 16  switches: flows:  109966 106373 102572 100270 100854 97299 101199 96627 93661 93087 95936 94332 93647 96118 92605 94016  total = 26.099111 per ms 
02:37:07.902 16  switches: flows:  108117 108159 105590 102965 102764 99036 105375 100689 95797 94396 98646 94518 95207 98978 95693 97894  total = 26.685877 per ms 
02:38:08.003 16  switches: flows:  110534 108080 104651 104947 105502 101051 106172 100911 98017 96443 100003 97103 97454 100572 97393 97856  total = 27.066311 per ms 
02:39:08.103 16  switches: flows:  108696 108591 104884 105541 106522 102408 108325 100859 96830 97432 98258 97535 97054 101719 98298 98717  total = 27.149145 per ms 
02:40:08.204 16  switches: flows:  109831 108134 105777 104977 105035 103178 106208 102025 96808 96517 98212 97333 96005 100863 97443 99927  total = 27.092670 per ms 
02:41:08.305 16  switches: flows:  112062 110774 105285 105586 107248 101794 106558 99561 97422 97425 98626 96470 97446 101050 97725 99478  total = 27.196456 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25211.32/27196.46/26434.03/8841.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:41:08.327853" elapsed="0.000815"/>
</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-28T02:41:08.329005" elapsed="0.000828"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T02:41:08.330658" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T02:41:08.330895" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25211.32/27196.46/26434.03/8841.56 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-28T02:41:08.330198" elapsed="0.000747"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:41:08.331860" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25211.32/27196.46/26434.03/8841.56 | 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-28T02:41:08.331291" elapsed="0.000626"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.337181" 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-28T02:41:08.332245" elapsed="0.005059"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.342402" level="INFO">25211.32/27196.46/26434.03/8841.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:41:08.337609" elapsed="0.004909"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:41:08.347750" 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-28T02:41:08.342850" elapsed="0.004960"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:41:08.353440" level="INFO">@{result_value_list} = [ 25211.32 | 27196.46 | 26434.03 | 8841.56 ]</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-28T02:41:08.348247" elapsed="0.005258"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.354767" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T02:41:08.354957" 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-28T02:41:08.353944" elapsed="0.001062"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.363528" level="INFO">min :: 25211.32</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-28T02:41:08.355894" elapsed="0.007716"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T02:41:08.355593" elapsed="0.008067"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.370116" level="INFO">max :: 27196.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:41:08.364005" elapsed="0.006191"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T02:41:08.363814" elapsed="0.006429"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.376577" level="INFO">avg :: 26434.03</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-28T02:41:08.370544" elapsed="0.006112"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T02:41:08.370363" elapsed="0.006354"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.382888" level="INFO">stdev :: 8841.56</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-28T02:41:08.377024" elapsed="0.005941"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T02:41:08.376844" elapsed="0.006167"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T02:41:08.355188" elapsed="0.027867"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.388410" level="INFO">${min} = 25211.32</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-28T02:41:08.383295" elapsed="0.005151"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.395370" level="INFO">${max} = 27196.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:41:08.388649" elapsed="0.006759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.400902" level="INFO">${average} = 26434.03</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-28T02:41:08.395632" elapsed="0.005306"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.404844" level="INFO">${stdev} = 8841.56</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-28T02:41:08.401168" elapsed="0.003701"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.405411" level="INFO">${date} = 2026-08-28 02:41:08</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-28T02:41:08.405021" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.406022" level="INFO">CBench Result: 2026-08-28 02:41:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25211.32,27196.46,26434.03,8841.56</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-28T02:41:08.405597" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:41:08.407116" 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-28T02:41:08.406691" elapsed="0.000485"/>
</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-28T02:41:08.407315" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T02:41:08.406242" elapsed="0.001586"/>
</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-28T02:31:01.761638" elapsed="606.646242"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.408322" 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-28T02:41:08.408015" elapsed="0.000357"/>
</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-28T02:41:08.408862" elapsed="0.000257"/>
</kw>
<status status="PASS" start="2026-08-28T02:41:08.408575" elapsed="0.000608"/>
</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-28T02:31:01.759196" elapsed="606.650020"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.410524" 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-28T02:41:08.410118" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.411809" 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-28T02:41:08.411493" elapsed="0.000355"/>
</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-28T02:41:08.412278" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:41:08.411920" elapsed="0.000436"/>
</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-28T02:41:08.415153" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:41:08.414901" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-08-28T02:41:08.414884" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:41:08.415571" 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-28T02:41:08.415685" 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-28T02:41:08.415352" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.416257" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.144 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.227" 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-28T02:41:08.415850" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:41:08.416814" 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-28T02:41:08.416436" elapsed="0.000402"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:41:08.417663" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:41:08.417758" 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-28T02:41:08.417373" elapsed="0.000407"/>
</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-28T02:41:08.417909" elapsed="0.000316"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:41:08.418998" level="INFO">Logging into '10.30.170.227:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:41:09.021311" 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 Fri Aug 28 02:41:08 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.227
  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: Fri Aug 28 02:31:02 2026 from 10.30.170.105
[?2004h[jenkins@releng-50965-28-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-28T02:41:08.418670" elapsed="0.602821"/>
</kw>
<msg time="2026-08-28T02:41:09.021571" 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-28T02:41:08.418362" elapsed="0.603288"/>
</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-28T02:41:08.417020" elapsed="0.604752"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T02:41:09.022258" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.144 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T02:51:15.091956" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T02:51:15.092568" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T02:51:15.092662" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.144: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-28T02:41:09.021974" elapsed="606.070737"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:51:15.093219" elapsed="0.000611"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.094890" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.144: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.144. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:42:14.172 16  switches: flows:  562599 561339 560648 564784 566225 564076 564690 569209 565010 570312 563356 559359 556019 551683 562700 554186  total = 149.936583 per ms 
02:43:14.273 16  switches: flows:  602468 594650 599061 594315 599860 592266 596265 597813 598564 598900 593544 595474 603894 594906 603596 597872  total = 159.121961 per ms 
02:44:14.375 16  switches: flows:  638199 626943 628533 634169 631115 631662 630648 628052 632128 628757 633267 635998 635696 636030 637002 633371  total = 168.406444 per ms 
02:45:14.477 16  switches: flows:  609978 606442 612145 613298 608761 609467 615725 604983 615394 604375 604924 619239 609734 611087 610490 610469  total = 162.502407 per ms 
02:46:14.578 16  switches: flows:  600760 599861 595720 599027 590087 599134 582293 595074 592612 597753 594960 595264 598606 599938 592038 600214  total = 158.623122 per ms 
02:47:14.678 16  switches: flows:  622819 618084 618411 613051 614957 614955 614658 609753 614375 617380 614254 617219 620464 617926 624081 623385  total = 164.320394 per ms 
02:48:14.781 16  switches: flows:  602762 593889 606220 603996 601960 600089 605239 605561 609416 597113 606143 607925 596081 597198 602257 601944  total = 160.357764 per ms 
02:49:14.883 16  switches: flows:  610128 606339 604951 603177 609616 594788 604409 603215 603237 596202 604703 603297 605412 610433 603242 611050  total = 160.963329 per ms 
02:50:14.984 16  switches: flows:  613833 615068 606370 611390 620265 600325 622941 615471 609641 610584 610697 607486 613435 600678 611359 613774  total = 162.781951 per ms 
02:51:15.086 16  switches: flows:  582117 586007 574838 584859 576654 584497 582001 583182 582594 572917 583379 581025 579041 576157 587514 581539  total = 154.711719 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154711.72/168406.44/161309.90/53893.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:51:15.094225" elapsed="0.000973"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T02:51:15.095658" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-08-28T02:51:15.095385" elapsed="0.000410"/>
</branch>
<status status="PASS" start="2026-08-28T02:51:15.095340" elapsed="0.000504"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T02:51:15.096025" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:51:15.095954" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-08-28T02:51:15.095924" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T02:51:15.096258" elapsed="0.000027"/>
</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-28T02:51:15.101556" elapsed="0.000769"/>
</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-28T02:51:15.102631" elapsed="0.000355"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:51:15.103314" elapsed="0.000217"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T02:51:15.096887" elapsed="0.006754"/>
</kw>
<msg time="2026-08-28T02:51:15.103910" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.144: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-28T02:41:08.412698" elapsed="606.691270"/>
</kw>
<status status="PASS" start="2026-08-28T02:41:08.412393" elapsed="606.691674"/>
</branch>
<status status="PASS" start="2026-08-28T02:41:08.411898" elapsed="606.692269"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.105087" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.144: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.144. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:42:14.172 16  switches: flows:  562599 561339 560648 564784 566225 564076 564690 569209 565010 570312 563356 559359 556019 551683 562700 554186  total = 149.936583 per ms 
02:43:14.273 16  switches: flows:  602468 594650 599061 594315 599860 592266 596265 597813 598564 598900 593544 595474 603894 594906 603596 597872  total = 159.121961 per ms 
02:44:14.375 16  switches: flows:  638199 626943 628533 634169 631115 631662 630648 628052 632128 628757 633267 635998 635696 636030 637002 633371  total = 168.406444 per ms 
02:45:14.477 16  switches: flows:  609978 606442 612145 613298 608761 609467 615725 604983 615394 604375 604924 619239 609734 611087 610490 610469  total = 162.502407 per ms 
02:46:14.578 16  switches: flows:  600760 599861 595720 599027 590087 599134 582293 595074 592612 597753 594960 595264 598606 599938 592038 600214  total = 158.623122 per ms 
02:47:14.678 16  switches: flows:  622819 618084 618411 613051 614957 614955 614658 609753 614375 617380 614254 617219 620464 617926 624081 623385  total = 164.320394 per ms 
02:48:14.781 16  switches: flows:  602762 593889 606220 603996 601960 600089 605239 605561 609416 597113 606143 607925 596081 597198 602257 601944  total = 160.357764 per ms 
02:49:14.883 16  switches: flows:  610128 606339 604951 603177 609616 594788 604409 603215 603237 596202 604703 603297 605412 610433 603242 611050  total = 160.963329 per ms 
02:50:14.984 16  switches: flows:  613833 615068 606370 611390 620265 600325 622941 615471 609641 610584 610697 607486 613435 600678 611359 613774  total = 162.781951 per ms 
02:51:15.086 16  switches: flows:  582117 586007 574838 584859 576654 584497 582001 583182 582594 572917 583379 581025 579041 576157 587514 581539  total = 154.711719 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154711.72/168406.44/161309.90/53893.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:51:15.104464" elapsed="0.000838"/>
</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-28T02:51:15.105612" elapsed="0.000835"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T02:51:15.107306" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T02:51:15.107493" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154711.72/168406.44/161309.90/53893.38 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-28T02:51:15.106781" elapsed="0.000761"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:51:15.108447" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154711.72/168406.44/161309.90/53893.38 | 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-28T02:51:15.107853" elapsed="0.000649"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.113722" 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-28T02:51:15.108801" elapsed="0.005039"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.118981" level="INFO">154711.72/168406.44/161309.90/53893.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:51:15.114197" elapsed="0.004927"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:51:15.124291" 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-28T02:51:15.119472" elapsed="0.004876"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:51:15.129623" level="INFO">@{result_value_list} = [ 154711.72 | 168406.44 | 161309.90 | 53893.38 ]</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-28T02:51:15.124803" elapsed="0.004877"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.130720" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T02:51:15.130916" 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-28T02:51:15.130022" elapsed="0.000945"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.138683" level="INFO">min :: 154711.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-28T02:51:15.131969" elapsed="0.006798"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T02:51:15.131647" elapsed="0.007171"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.145513" level="INFO">max :: 168406.44</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-28T02:51:15.139207" elapsed="0.006388"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T02:51:15.138955" elapsed="0.006689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.152155" level="INFO">avg :: 161309.90</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-28T02:51:15.145960" elapsed="0.006274"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T02:51:15.145772" elapsed="0.006510"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.158725" level="INFO">stdev :: 53893.38</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-28T02:51:15.152591" elapsed="0.006211"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T02:51:15.152399" elapsed="0.006452"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T02:51:15.131238" elapsed="0.027657"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.164674" level="INFO">${min} = 154711.72</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-28T02:51:15.159193" elapsed="0.005530"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.170487" level="INFO">${max} = 168406.44</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-28T02:51:15.165007" elapsed="0.005517"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.175925" level="INFO">${average} = 161309.90</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-28T02:51:15.170732" elapsed="0.005229"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.181478" level="INFO">${stdev} = 53893.38</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-28T02:51:15.176203" elapsed="0.005306"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.181998" level="INFO">${date} = 2026-08-28 02:51:15</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-28T02:51:15.181665" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.182564" level="INFO">CBench Result: 2026-08-28 02:51:15,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154711.72,168406.44,161309.90,53893.38</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-28T02:51:15.182182" elapsed="0.000433"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:51:15.183650" 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-28T02:51:15.183229" elapsed="0.000483"/>
</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-28T02:51:15.183851" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T02:51:15.182766" elapsed="0.001605"/>
</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-28T02:41:08.410921" elapsed="606.773504"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.184853" 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-28T02:51:15.184565" elapsed="0.000339"/>
</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-28T02:51:15.185391" elapsed="0.000239"/>
</kw>
<status status="PASS" start="2026-08-28T02:51:15.185089" elapsed="0.000604"/>
</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-28T02:41:08.409556" elapsed="606.776172"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.186845" 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-28T02:51:15.186491" elapsed="0.000407"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.188072" 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-28T02:51:15.187771" elapsed="0.000441"/>
</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-28T02:51:15.188592" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:51:15.188370" elapsed="0.000276"/>
</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-28T02:51:15.191739" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:51:15.191472" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-08-28T02:51:15.191448" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:51:15.192198" 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-28T02:51:15.192325" 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-28T02:51:15.191952" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.192935" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.144 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.227" 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-28T02:51:15.192501" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:51:15.193571" 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-28T02:51:15.193154" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:51:15.194523" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:51:15.194608" 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-28T02:51:15.194197" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:51:15.194769" elapsed="0.000306"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:51:15.195914" level="INFO">Logging into '10.30.170.227:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:51:15.815037" 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 Fri Aug 28 02:51:15 UTC 2026

  System load:  0.43               Processes:             107
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.227
  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: Fri Aug 28 02:41:08 2026 from 10.30.170.105
[?2004h[jenkins@releng-50965-28-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-28T02:51:15.195583" elapsed="0.619682"/>
</kw>
<msg time="2026-08-28T02:51:15.815343" 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-28T02:51:15.195247" elapsed="0.620168"/>
</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-28T02:51:15.193794" elapsed="0.621724"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T02:51:15.815989" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.144 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T03:01:21.885451" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T03:01:21.886149" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T03:01:21.886290" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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-28T02:51:15.815718" elapsed="606.070627"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T03:01:21.886965" elapsed="0.000907"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.889433" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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.144. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:52:20.976 16  switches: flows:  109477 107239 105787 105334 100503 99572 102499 102057 97914 96141 95793 97282 96265 96529 95205 95645  total = 26.720700 per ms 
02:53:21.076 16  switches: flows:  105204 106836 102818 101341 99471 97618 101724 101602 94394 93254 94224 94825 95111 95462 93517 93468  total = 26.137514 per ms 
02:54:21.177 16  switches: flows:  106794 106909 101285 100912 99987 98065 101855 102295 93567 93875 95818 95893 95222 95866 93110 94318  total = 26.219090 per ms 
02:55:21.277 16  switches: flows:  105377 105377 101434 97937 97428 97204 101644 101913 92538 91626 94725 92896 92796 94112 92899 92770  total = 25.834797 per ms 
02:56:21.377 16  switches: flows:  104579 104891 101885 99816 99170 98878 102837 101535 93092 92632 96058 95340 94707 97572 93751 92558  total = 26.111395 per ms 
02:57:21.478 16  switches: flows:  104694 104482 99634 99253 97437 96554 101009 98774 92454 91665 92727 93712 93127 93592 91384 91236  total = 25.652701 per ms 
02:58:21.578 16  switches: flows:  108487 108526 103694 101512 100524 100751 103818 104415 96045 95737 97312 97930 96310 98769 95100 95415  total = 26.694512 per ms 
02:59:21.678 16  switches: flows:  105784 105678 101549 99800 98908 97031 101191 101460 92722 92857 93706 94977 94708 95116 92979 93778  total = 25.994021 per ms 
03:00:21.778 16  switches: flows:  107454 106687 102271 102473 100563 100895 103842 104600 96350 94119 97639 97817 96528 98693 94656 94769  total = 26.611536 per ms 
03:01:21.878 16  switches: flows:  106919 107603 101750 101353 101148 99363 104041 104431 95267 93496 96613 97560 96552 98128 94308 94044  total = 26.498719 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25652.70/26694.51/26194.92/8737.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:01:21.888390" elapsed="0.001476"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T03:01:21.890565" elapsed="0.000127"/>
</return>
<status status="PASS" start="2026-08-28T03:01:21.890179" elapsed="0.000624"/>
</branch>
<status status="PASS" start="2026-08-28T03:01:21.890073" elapsed="0.000811"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T03:01:21.891208" elapsed="0.000043"/>
</return>
<status status="NOT RUN" start="2026-08-28T03:01:21.891052" elapsed="0.000283"/>
</branch>
<status status="NOT RUN" start="2026-08-28T03:01:21.891006" elapsed="0.000395"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T03:01:21.891538" elapsed="0.000046"/>
</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-28T03:01:21.898342" elapsed="0.000938"/>
</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-28T03:01:21.899731" elapsed="0.000502"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T03:01:21.900555" elapsed="0.000252"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T03:01:21.892553" elapsed="0.008365"/>
</kw>
<msg time="2026-08-28T03:01:21.901219" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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-28T02:51:15.188970" elapsed="606.712303"/>
</kw>
<status status="PASS" start="2026-08-28T02:51:15.188672" elapsed="606.712701"/>
</branch>
<status status="PASS" start="2026-08-28T02:51:15.188341" elapsed="606.713083"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.902438" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.144: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.144. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:52:20.976 16  switches: flows:  109477 107239 105787 105334 100503 99572 102499 102057 97914 96141 95793 97282 96265 96529 95205 95645  total = 26.720700 per ms 
02:53:21.076 16  switches: flows:  105204 106836 102818 101341 99471 97618 101724 101602 94394 93254 94224 94825 95111 95462 93517 93468  total = 26.137514 per ms 
02:54:21.177 16  switches: flows:  106794 106909 101285 100912 99987 98065 101855 102295 93567 93875 95818 95893 95222 95866 93110 94318  total = 26.219090 per ms 
02:55:21.277 16  switches: flows:  105377 105377 101434 97937 97428 97204 101644 101913 92538 91626 94725 92896 92796 94112 92899 92770  total = 25.834797 per ms 
02:56:21.377 16  switches: flows:  104579 104891 101885 99816 99170 98878 102837 101535 93092 92632 96058 95340 94707 97572 93751 92558  total = 26.111395 per ms 
02:57:21.478 16  switches: flows:  104694 104482 99634 99253 97437 96554 101009 98774 92454 91665 92727 93712 93127 93592 91384 91236  total = 25.652701 per ms 
02:58:21.578 16  switches: flows:  108487 108526 103694 101512 100524 100751 103818 104415 96045 95737 97312 97930 96310 98769 95100 95415  total = 26.694512 per ms 
02:59:21.678 16  switches: flows:  105784 105678 101549 99800 98908 97031 101191 101460 92722 92857 93706 94977 94708 95116 92979 93778  total = 25.994021 per ms 
03:00:21.778 16  switches: flows:  107454 106687 102271 102473 100563 100895 103842 104600 96350 94119 97639 97817 96528 98693 94656 94769  total = 26.611536 per ms 
03:01:21.878 16  switches: flows:  106919 107603 101750 101353 101148 99363 104041 104431 95267 93496 96613 97560 96552 98128 94308 94044  total = 26.498719 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25652.70/26694.51/26194.92/8737.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:01:21.901779" elapsed="0.000812"/>
</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-28T03:01:21.902925" elapsed="0.000923"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T03:01:21.904659" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T03:01:21.904840" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25652.70/26694.51/26194.92/8737.94 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-28T03:01:21.904204" elapsed="0.000685"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T03:01:21.905771" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25652.70/26694.51/26194.92/8737.94 | 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-28T03:01:21.905241" elapsed="0.000583"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.910840" 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-28T03:01:21.906155" elapsed="0.004798"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.915920" level="INFO">25652.70/26694.51/26194.92/8737.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:01:21.911285" elapsed="0.004751"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T03:01:21.920990" 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-28T03:01:21.916380" elapsed="0.004665"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T03:01:21.926182" level="INFO">@{result_value_list} = [ 25652.70 | 26694.51 | 26194.92 | 8737.94 ]</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-28T03:01:21.921485" elapsed="0.004755"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.927267" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T03:01:21.927444" 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-28T03:01:21.926553" elapsed="0.000938"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.934221" level="INFO">min :: 25652.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:01:21.928304" elapsed="0.005989"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T03:01:21.928007" elapsed="0.006330"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.940319" level="INFO">max :: 26694.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:01:21.934634" elapsed="0.005762"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T03:01:21.934447" elapsed="0.005996"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.946325" level="INFO">avg :: 26194.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-28T03:01:21.940760" elapsed="0.005638"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T03:01:21.940559" elapsed="0.005888"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.952290" level="INFO">stdev :: 8737.94</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-28T03:01:21.946752" elapsed="0.005610"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T03:01:21.946565" elapsed="0.005840"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T03:01:21.927640" elapsed="0.024803"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.957517" level="INFO">${min} = 25652.70</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-28T03:01:21.952702" elapsed="0.004849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.962633" level="INFO">${max} = 26694.51</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T03:01:21.957765" elapsed="0.004902"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.967712" level="INFO">${average} = 26194.92</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-28T03:01:21.962861" elapsed="0.004885"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.971589" level="INFO">${stdev} = 8737.94</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-28T03:01:21.967942" elapsed="0.003683"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.972126" level="INFO">${date} = 2026-08-28 03:01: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-28T03:01:21.971782" elapsed="0.000368"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.972662" level="INFO">CBench Result: 2026-08-28 03:01:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25652.70,26694.51,26194.92,8737.94</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-28T03:01:21.972283" elapsed="0.000430"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T03:01:21.973867" 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-28T03:01:21.973311" elapsed="0.000618"/>
</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-28T03:01:21.974067" elapsed="0.000446"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T03:01:21.972862" elapsed="0.001712"/>
</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-28T02:51:15.187236" elapsed="606.787404"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.975059" 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-28T03:01:21.974773" elapsed="0.000351"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T03:01:21.976281" 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-28T03:01:21.975803" elapsed="0.000503"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-28T03:01:21.976522" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-08-28T03:01:21.976381" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-08-28T03:01:21.976360" elapsed="0.000260"/>
</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-28T03:01:21.976756" elapsed="0.000020"/>
</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-28T03:01:21.976896" elapsed="0.000017"/>
</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-28T03:01:21.977036" 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-28T03:01:21.977187" 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-28T03:01:21.977365" elapsed="0.000018"/>
</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-28T03:01:21.977496" elapsed="0.000018"/>
</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-28T03:01:21.977637" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-28T03:01:21.977833" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-28T03:01:21.977710" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-28T03:01:21.977696" elapsed="0.000209"/>
</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-28T03:01:21.975479" elapsed="0.002470"/>
</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-28T02:51:15.185986" elapsed="606.792007"/>
</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-28T02:30:59.110923" elapsed="1822.867687"/>
</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>
