<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-26T02:02:46.609920" 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-26T02:02:47.157722" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:02:47.157560" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:47.157531" elapsed="0.000288"/>
</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-26T02:02:47.157963" elapsed="0.000496"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-26T02:02:47.158936" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-08-26T02:02:47.975336" 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-26T02:02:47.158644" elapsed="0.816927"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.025461" 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-26T02:02:47.975923" elapsed="0.049635"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.027452" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-26T02:02:48.027576" 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-26T02:02:48.025762" elapsed="0.001858"/>
</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-26T02:02:48.027779" elapsed="0.000212"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:02:48.028177" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.029020" 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-26T02:02:48.028656" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T02:02:48.029131" elapsed="0.000069"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.36
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-26T02:02:47.157184" elapsed="0.872148"/>
</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-26T02:02:47.153409" elapsed="0.875990"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T02:02:48.030021" 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-26T02:02:48.029610" elapsed="0.000475"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T02:02:48.030482" 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-26T02:02:48.030238" elapsed="0.000311"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.031148" 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-26T02:02:48.030729" elapsed="0.000446"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.031710" 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-26T02:02:48.031354" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.032283" 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-26T02:02:48.031898" elapsed="0.000412"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.032795" 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-26T02:02:48.032468" elapsed="0.000368"/>
</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-26T02:02:48.033150" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:02:48.032927" elapsed="0.000278"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.037536" 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-26T02:02:48.037118" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.038856" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T02:02:48.038947" 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-26T02:02:48.038128" elapsed="0.000844"/>
</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-26T02:02:48.039121" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.040501" level="INFO">Logging into '10.30.171.39:22' as 'jenkins'.</msg>
<msg time="2026-08-26T02:02:48.482535" 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 Wed Aug 26 02:02:19 UTC 2026

  System load:  0.21               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.39
  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-26-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-26T02:02:48.039980" elapsed="0.442734"/>
</kw>
<msg time="2026-08-26T02:02:48.482811" 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-26T02:02:48.039636" elapsed="0.443272"/>
</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-26T02:02:48.037782" elapsed="0.445250"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.490694" 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-26T02:02:48.483254" elapsed="0.009107"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:02:48.492683" elapsed="0.000417"/>
</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-26T02:02:48.036581" elapsed="0.456616"/>
</kw>
<status status="PASS" start="2026-08-26T02:02:48.033284" elapsed="0.459970"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:48.032900" elapsed="0.460400"/>
</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-26T02:02:48.493524" elapsed="0.000721"/>
</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-26T02:02:48.500758" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:02:48.500581" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:48.500545" elapsed="0.000292"/>
</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-26T02:02:48.504354" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:02:48.504231" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:48.504212" elapsed="0.000213"/>
</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-26T02:02:48.504559" elapsed="0.000460"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.505423" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-08-26T02:02:48.682356" 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-26T02:02:48.505165" elapsed="0.177280"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.775514" 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-26T02:02:48.682626" elapsed="0.093030"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.779722" 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-26T02:02:48.779929" 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-26T02:02:48.775872" elapsed="0.004089"/>
</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-26T02:02:48.780103" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:02:48.780447" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.781154" 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-26T02:02:48.780836" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T02:02:48.781268" elapsed="0.000053"/>
</return>
<msg time="2026-08-26T02:02:48.781474" 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.171.36
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-26T02:02:48.503877" elapsed="0.277630"/>
</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-26T02:02:48.781675" elapsed="0.000564"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T02:02:48.782291" elapsed="0.000033"/>
</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-26T02:02:48.500099" elapsed="0.282322"/>
</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-26T02:02:48.786146" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:02:48.786015" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:48.785990" elapsed="0.000226"/>
</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-26T02:02:48.786344" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.787199" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-08-26T02:02:48.970688" 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-26T02:02:48.786944" elapsed="0.183883"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.991981" 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-26T02:02:48.971051" elapsed="0.020995"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-26T02:02:48.994545" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-26T02:02:48.994688" 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-26T02:02:48.992191" elapsed="0.002528"/>
</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-26T02:02:48.994861" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:02:48.995187" elapsed="0.000217"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.995892" 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-26T02:02:48.995552" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-26T02:02:48.995995" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.36
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-26T02:02:48.785686" elapsed="0.210476"/>
</kw>
<status status="PASS" start="2026-08-26T02:02:47.151544" elapsed="1.844680"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.998313" 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-26T02:02:48.997254" elapsed="0.001124"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T02:02:48.999904" 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-26T02:02:48.999537" elapsed="0.000411"/>
</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-26T02:02:49.000262" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:02:49.000028" elapsed="0.000293"/>
</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-26T02:02:49.003255" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:02:49.003007" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:49.002987" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:02:49.003677" 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-26T02:02:49.003804" 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-26T02:02:49.003463" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:02:49.004381" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.39" 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-26T02:02:49.003963" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:02:49.005077" 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-26T02:02:49.004579" elapsed="0.000524"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:02:49.006007" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T02:02:49.006096" 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-26T02:02:49.005688" elapsed="0.000432"/>
</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-26T02:02:49.006260" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T02:02:49.007448" level="INFO">Logging into '10.30.171.39:22' as 'jenkins'.</msg>
<msg time="2026-08-26T02:02:49.341941" 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 Wed Aug 26 02:02:19 UTC 2026

  System load:  0.21               Processes:             111
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.39
  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: Wed Aug 26 02:02:48 2026 from 10.30.171.78
[?2004h[jenkins@releng-50965-26-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-26T02:02:49.007096" elapsed="0.335024"/>
</kw>
<msg time="2026-08-26T02:02:49.342206" 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-26T02:02:49.006757" elapsed="0.335541"/>
</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-26T02:02:49.005302" elapsed="0.337117"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-26T02:02:49.342991" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-26T02:12:55.506454" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-26T02:12:55.507149" level="INFO">${stdout} = </msg>
<msg time="2026-08-26T02:12:55.507256" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-26T02:02:49.342671" elapsed="606.164652"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:12:55.507874" elapsed="0.000867"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.509960" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:54.623 16  switches: flows:  117027 117677 119543 115950 116345 114853 116262 114774 113537 113665 114573 114317 114373 113124 112534 112851  total = 30.690083 per ms 
02:04:54.723 16  switches: flows:  123338 123623 121449 120604 123943 123609 121694 122712 119237 115844 119180 118969 118406 115182 119581 117742  total = 32.031727 per ms 
02:05:54.824 16  switches: flows:  120669 122822 119390 119135 118262 121440 119643 119432 118555 114087 116369 117573 114732 112321 114061 114011  total = 31.322756 per ms 
02:06:54.924 16  switches: flows:  126111 130600 125678 126029 125112 127499 127541 127003 124472 121015 125349 124290 123255 120919 122392 121293  total = 33.253762 per ms 
02:07:55.024 16  switches: flows:  128077 130976 126648 125167 125503 127300 126930 126456 124646 121602 125225 124650 121183 119895 120924 121490  total = 33.222394 per ms 
02:08:55.124 16  switches: flows:  127450 130498 126544 126662 125511 127913 127754 127523 126209 122456 124367 125598 122758 119976 123174 122325  total = 33.389521 per ms 
02:09:55.225 16  switches: flows:  128575 129970 127925 127548 128608 129527 128289 128484 126408 124203 126010 126681 124247 123122 125271 121881  total = 33.722701 per ms 
02:10:55.325 16  switches: flows:  129338 131251 127502 127894 128472 129014 127044 129541 126792 125062 124126 126980 124627 122049 125657 123061  total = 33.750498 per ms 
02:11:55.425 16  switches: flows:  126866 129291 126745 125779 125753 125706 126498 127233 124597 123468 123821 123675 121856 118332 123900 120646  total = 33.180672 per ms 
02:12:55.526 16  switches: flows:  124973 128902 124330 124217 123820 124463 123568 126093 122510 122567 122093 122726 119164 117961 121916 119818  total = 32.763966 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31322.76/33750.50/32959.78/11012.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:12:55.509142" elapsed="0.001218"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-26T02:12:55.510914" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-08-26T02:12:55.510569" elapsed="0.000519"/>
</branch>
<status status="PASS" start="2026-08-26T02:12:55.510497" elapsed="0.000649"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-26T02:12:55.511312" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:12:55.511257" elapsed="0.000115"/>
</branch>
<status status="NOT RUN" start="2026-08-26T02:12:55.511233" elapsed="0.000171"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-26T02:12:55.511452" elapsed="0.000020"/>
</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-26T02:12:55.515545" elapsed="0.000558"/>
</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-26T02:12:55.516346" elapsed="0.000288"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:12:55.516832" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-26T02:12:55.511966" elapsed="0.005096"/>
</kw>
<msg time="2026-08-26T02:12:55.517323" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-26T02:02:49.000715" elapsed="606.516657"/>
</kw>
<status status="PASS" start="2026-08-26T02:02:49.000349" elapsed="606.517100"/>
</branch>
<status status="PASS" start="2026-08-26T02:02:49.000005" elapsed="606.517480"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.518212" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:54.623 16  switches: flows:  117027 117677 119543 115950 116345 114853 116262 114774 113537 113665 114573 114317 114373 113124 112534 112851  total = 30.690083 per ms 
02:04:54.723 16  switches: flows:  123338 123623 121449 120604 123943 123609 121694 122712 119237 115844 119180 118969 118406 115182 119581 117742  total = 32.031727 per ms 
02:05:54.824 16  switches: flows:  120669 122822 119390 119135 118262 121440 119643 119432 118555 114087 116369 117573 114732 112321 114061 114011  total = 31.322756 per ms 
02:06:54.924 16  switches: flows:  126111 130600 125678 126029 125112 127499 127541 127003 124472 121015 125349 124290 123255 120919 122392 121293  total = 33.253762 per ms 
02:07:55.024 16  switches: flows:  128077 130976 126648 125167 125503 127300 126930 126456 124646 121602 125225 124650 121183 119895 120924 121490  total = 33.222394 per ms 
02:08:55.124 16  switches: flows:  127450 130498 126544 126662 125511 127913 127754 127523 126209 122456 124367 125598 122758 119976 123174 122325  total = 33.389521 per ms 
02:09:55.225 16  switches: flows:  128575 129970 127925 127548 128608 129527 128289 128484 126408 124203 126010 126681 124247 123122 125271 121881  total = 33.722701 per ms 
02:10:55.325 16  switches: flows:  129338 131251 127502 127894 128472 129014 127044 129541 126792 125062 124126 126980 124627 122049 125657 123061  total = 33.750498 per ms 
02:11:55.425 16  switches: flows:  126866 129291 126745 125779 125753 125706 126498 127233 124597 123468 123821 123675 121856 118332 123900 120646  total = 33.180672 per ms 
02:12:55.526 16  switches: flows:  124973 128902 124330 124217 123820 124463 123568 126093 122510 122567 122093 122726 119164 117961 121916 119818  total = 32.763966 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31322.76/33750.50/32959.78/11012.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:12:55.517723" elapsed="0.000657"/>
</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-26T02:12:55.518640" elapsed="0.000579"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-26T02:12:55.519854" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-26T02:12:55.519996" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31322.76/33750.50/32959.78/11012.73 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-26T02:12:55.519470" elapsed="0.000563"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:12:55.520680" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31322.76/33750.50/32959.78/11012.73 | 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-26T02:12:55.520263" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.524048" 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-26T02:12:55.520940" elapsed="0.003165"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.526521" level="INFO">31322.76/33750.50/32959.78/11012.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:12:55.524251" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:12:55.528955" 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-26T02:12:55.526742" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:12:55.531380" level="INFO">@{result_value_list} = [ 31322.76 | 33750.50 | 32959.78 | 11012.73 ]</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-26T02:12:55.529196" elapsed="0.002212"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.531890" level="INFO">Length is 4.</msg>
<msg time="2026-08-26T02:12:55.531978" 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-26T02:12:55.531559" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.536689" level="INFO">min :: 31322.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:12:55.532436" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-26T02:12:55.532303" elapsed="0.004479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.541222" level="INFO">max :: 33750.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:12:55.537004" elapsed="0.004275"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-26T02:12:55.536875" elapsed="0.004439"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.545741" level="INFO">avg :: 32959.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:12:55.541529" elapsed="0.004270"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-26T02:12:55.541401" elapsed="0.004432"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.550685" level="INFO">stdev :: 11012.73</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-26T02:12:55.546051" elapsed="0.004695"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-26T02:12:55.545924" elapsed="0.004860"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-26T02:12:55.532090" elapsed="0.018729"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.554726" level="INFO">${min} = 31322.76</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-26T02:12:55.550994" elapsed="0.003762"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.559873" level="INFO">${max} = 33750.50</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-26T02:12:55.554910" elapsed="0.004992"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.563802" level="INFO">${average} = 32959.78</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T02:12:55.560073" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.567739" level="INFO">${stdev} = 11012.73</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-26T02:12:55.563981" elapsed="0.003785"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.568304" level="INFO">${date} = 2026-08-26 02:12:55</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-26T02:12:55.567925" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.568949" level="INFO">CBench Result: 2026-08-26 02:12:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31322.76,33750.50,32959.78,11012.73</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-26T02:12:55.568478" elapsed="0.000530"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T02:12:55.570186" 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-26T02:12:55.569697" elapsed="0.000581"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-26T02:12:55.570430" elapsed="0.000502"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-26T02:12:55.569187" elapsed="0.001813"/>
</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-26T02:02:48.998803" elapsed="606.572275"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.571576" 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-26T02:12:55.571250" elapsed="0.000403"/>
</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-26T02:12:55.572174" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-08-26T02:12:55.571868" elapsed="0.000653"/>
</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-26T02:02:48.996407" elapsed="606.576152"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.573932" 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-26T02:12:55.573526" elapsed="0.000464"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.575253" 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-26T02:12:55.574927" elapsed="0.000368"/>
</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-26T02:12:55.575658" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:12:55.575422" elapsed="0.000295"/>
</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-26T02:12:55.578649" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:12:55.578380" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-08-26T02:12:55.578360" elapsed="0.000397"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:12:55.579143" 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-26T02:12:55.579264" 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-26T02:12:55.578922" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.579866" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.39" 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-26T02:12:55.579426" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:12:55.580465" 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-26T02:12:55.580066" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:12:55.581415" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T02:12:55.581504" 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-26T02:12:55.581093" elapsed="0.000435"/>
</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-26T02:12:55.581685" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T02:12:55.583851" level="INFO">Logging into '10.30.171.39:22' as 'jenkins'.</msg>
<msg time="2026-08-26T02:12:56.164212" 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 Wed Aug 26 02:12:55 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.39
  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: Wed Aug 26 02:02:49 2026 from 10.30.171.78
[?2004h[jenkins@releng-50965-26-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-26T02:12:55.583316" elapsed="0.581070"/>
</kw>
<msg time="2026-08-26T02:12:56.164468" 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-26T02:12:55.582164" elapsed="0.582395"/>
</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-26T02:12:55.580714" elapsed="0.583968"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-26T02:12:56.165177" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-26T02:23:02.253304" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-26T02:23:02.253959" level="INFO">${stdout} = </msg>
<msg time="2026-08-26T02:23:02.254071" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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-26T02:12:56.164890" elapsed="606.089238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:23:02.254776" elapsed="0.000684"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.256622" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:01.319 16  switches: flows:  602670 604174 619035 625320 617034 616129 607670 603053 602152 618656 610076 600068 600669 600309 602213 613516  total = 162.379067 per ms 
02:15:01.420 16  switches: flows:  665585 643085 645840 657908 643225 647501 657411 665970 648402 649369 652612 651330 656886 643766 652828 649454  total = 173.561209 per ms 
02:16:01.523 16  switches: flows:  629648 644151 627105 626861 626050 627633 622805 632868 624039 612276 625385 617493 642886 632235 621951 594505  total = 166.516399 per ms 
02:17:01.626 16  switches: flows:  671284 671476 677574 668930 669542 673839 672788 674233 668969 677864 676444 684301 665633 673186 678455 667278  total = 179.220518 per ms 
02:18:01.728 16  switches: flows:  666235 661483 663817 665468 666262 655726 663490 672032 664243 666477 658841 669943 666741 659444 667898 669262  total = 176.990916 per ms 
02:19:01.829 16  switches: flows:  660570 653035 661761 659956 650373 661426 655075 662176 658707 656027 654550 653751 653450 652511 655868 646952  total = 174.642038 per ms 
02:20:01.930 16  switches: flows:  684602 683381 678193 677741 673531 686734 679462 674372 671997 673535 679200 674601 672995 668529 683553 682754  total = 180.449136 per ms 
02:21:02.036 16  switches: flows:  658342 653209 654922 657771 659508 660151 663984 659503 661943 663115 659623 669706 655981 669369 660676 657615  total = 175.782587 per ms 
02:22:02.138 16  switches: flows:  657637 670591 665932 680051 666190 668731 668332 668218 681033 671483 663557 669864 680578 667357 673358 666429  total = 178.354211 per ms 
02:23:02.240 16  switches: flows:  677776 682220 675345 679529 671652 671689 672439 674813 675417 682591 670283 670390 677558 673444 675684 668713  total = 179.689884 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166516.40/180449.14/176134.10/58851.17 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:23:02.255862" elapsed="0.001070"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-26T02:23:02.257575" elapsed="0.000105"/>
</return>
<status status="PASS" start="2026-08-26T02:23:02.257222" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-08-26T02:23:02.257136" elapsed="0.000685"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-26T02:23:02.258032" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:23:02.257950" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-08-26T02:23:02.257914" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-26T02:23:02.258235" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-26T02:23:02.263315" elapsed="0.000497"/>
</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-26T02:23:02.264016" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:23:02.264468" elapsed="0.000199"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-26T02:23:02.258939" elapsed="0.005809"/>
</kw>
<msg time="2026-08-26T02:23:02.264928" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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-26T02:12:55.576052" elapsed="606.688912"/>
</kw>
<status status="PASS" start="2026-08-26T02:12:55.575743" elapsed="606.689289"/>
</branch>
<status status="PASS" start="2026-08-26T02:12:55.575399" elapsed="606.689666"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.265733" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:01.319 16  switches: flows:  602670 604174 619035 625320 617034 616129 607670 603053 602152 618656 610076 600068 600669 600309 602213 613516  total = 162.379067 per ms 
02:15:01.420 16  switches: flows:  665585 643085 645840 657908 643225 647501 657411 665970 648402 649369 652612 651330 656886 643766 652828 649454  total = 173.561209 per ms 
02:16:01.523 16  switches: flows:  629648 644151 627105 626861 626050 627633 622805 632868 624039 612276 625385 617493 642886 632235 621951 594505  total = 166.516399 per ms 
02:17:01.626 16  switches: flows:  671284 671476 677574 668930 669542 673839 672788 674233 668969 677864 676444 684301 665633 673186 678455 667278  total = 179.220518 per ms 
02:18:01.728 16  switches: flows:  666235 661483 663817 665468 666262 655726 663490 672032 664243 666477 658841 669943 666741 659444 667898 669262  total = 176.990916 per ms 
02:19:01.829 16  switches: flows:  660570 653035 661761 659956 650373 661426 655075 662176 658707 656027 654550 653751 653450 652511 655868 646952  total = 174.642038 per ms 
02:20:01.930 16  switches: flows:  684602 683381 678193 677741 673531 686734 679462 674372 671997 673535 679200 674601 672995 668529 683553 682754  total = 180.449136 per ms 
02:21:02.036 16  switches: flows:  658342 653209 654922 657771 659508 660151 663984 659503 661943 663115 659623 669706 655981 669369 660676 657615  total = 175.782587 per ms 
02:22:02.138 16  switches: flows:  657637 670591 665932 680051 666190 668731 668332 668218 681033 671483 663557 669864 680578 667357 673358 666429  total = 178.354211 per ms 
02:23:02.240 16  switches: flows:  677776 682220 675345 679529 671652 671689 672439 674813 675417 682591 670283 670390 677558 673444 675684 668713  total = 179.689884 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166516.40/180449.14/176134.10/58851.17 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:23:02.265269" elapsed="0.000568"/>
</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-26T02:23:02.266039" elapsed="0.000500"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-26T02:23:02.267083" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-26T02:23:02.267217" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 166516.40/180449.14/176134.10/58851.17 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-26T02:23:02.266779" elapsed="0.000473"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:23:02.267837" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 166516.40/180449.14/176134.10/58851.17 | 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-26T02:23:02.267463" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.271296" 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-26T02:23:02.268087" elapsed="0.003291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.274539" level="INFO">166516.40/180449.14/176134.10/58851.17</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:23:02.271578" elapsed="0.003033"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:23:02.276962" 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-26T02:23:02.274760" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:23:02.279370" level="INFO">@{result_value_list} = [ 166516.40 | 180449.14 | 176134.10 | 58851.17 ]</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-26T02:23:02.277174" elapsed="0.002224"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.279866" level="INFO">Length is 4.</msg>
<msg time="2026-08-26T02:23:02.279955" 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-26T02:23:02.279549" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.284795" level="INFO">min :: 166516.40</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-26T02:23:02.280355" elapsed="0.004497"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-26T02:23:02.280227" elapsed="0.004661"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.289401" level="INFO">max :: 180449.14</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-26T02:23:02.285109" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-26T02:23:02.284977" elapsed="0.004516"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.294373" level="INFO">avg :: 176134.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:23:02.289728" elapsed="0.004729"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-26T02:23:02.289580" elapsed="0.004919"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.299133" level="INFO">stdev :: 58851.17</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-26T02:23:02.294774" elapsed="0.004418"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-26T02:23:02.294637" elapsed="0.004591"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-26T02:23:02.280044" elapsed="0.019216"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.303320" level="INFO">${min} = 166516.40</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-26T02:23:02.299419" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.307258" level="INFO">${max} = 180449.14</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-26T02:23:02.303506" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.311146" level="INFO">${average} = 176134.10</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-26T02:23:02.307438" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.315031" level="INFO">${stdev} = 58851.17</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-26T02:23:02.311325" elapsed="0.003733"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.315566" level="INFO">${date} = 2026-08-26 02:23:02</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-26T02:23:02.315218" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.316156" level="INFO">CBench Result: 2026-08-26 02:23:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,166516.40,180449.14,176134.10,58851.17</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-26T02:23:02.315754" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T02:23:02.317219" 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-26T02:23:02.316840" elapsed="0.000445"/>
</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-26T02:23:02.317447" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-26T02:23:02.316355" elapsed="0.001627"/>
</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-26T02:12:55.574336" elapsed="606.743705"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.318503" 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-26T02:23:02.318191" elapsed="0.000367"/>
</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-26T02:23:02.319083" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-08-26T02:23:02.318781" elapsed="0.000634"/>
</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-26T02:12:55.572930" elapsed="606.746523"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.320671" 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-26T02:23:02.320278" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.321988" 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-26T02:23:02.321653" elapsed="0.000377"/>
</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-26T02:23:02.322359" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:23:02.322144" elapsed="0.000274"/>
</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-26T02:23:02.325511" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:23:02.325233" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-08-26T02:23:02.325214" elapsed="0.000393"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:23:02.325937" 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-26T02:23:02.326054" 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-26T02:23:02.325740" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.326654" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.39" 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-26T02:23:02.326215" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-26T02:23:02.327250" 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-26T02:23:02.326849" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:23:02.328173" level="INFO">Length is 0.</msg>
<msg time="2026-08-26T02:23:02.328262" 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-26T02:23:02.327863" elapsed="0.000424"/>
</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-26T02:23:02.328426" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-26T02:23:02.329627" level="INFO">Logging into '10.30.171.39:22' as 'jenkins'.</msg>
<msg time="2026-08-26T02:23:02.909478" 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 Wed Aug 26 02:23:02 UTC 2026

  System load:  0.31               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.39
  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: Wed Aug 26 02:12:56 2026 from 10.30.171.78
[?2004h[jenkins@releng-50965-26-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-26T02:23:02.329249" elapsed="0.580442"/>
</kw>
<msg time="2026-08-26T02:23:02.909780" 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-26T02:23:02.328912" elapsed="0.580954"/>
</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-26T02:23:02.327477" elapsed="0.582507"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-26T02:23:02.910533" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-26T02:33:08.958012" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-26T02:33:08.958630" level="INFO">${stdout} = </msg>
<msg time="2026-08-26T02:33:08.958750" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-26T02:23:02.910218" elapsed="606.048594"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:33:08.959291" elapsed="0.000777"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.961284" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:24:08.029 16  switches: flows:  123934 122090 122220 123275 122216 120649 122143 120934 121985 118289 121490 119280 120447 119528 120617 122042  total = 32.352317 per ms 
02:25:08.130 16  switches: flows:  125380 124875 122884 123503 123312 120417 124343 120291 121030 119891 122226 119790 122546 122264 120533 122742  total = 32.546104 per ms 
02:26:08.230 16  switches: flows:  126463 125082 124111 125467 123118 121459 125307 121497 122857 119749 123807 121468 123543 122936 120349 124398  total = 32.805446 per ms 
02:27:08.330 16  switches: flows:  126264 123389 122302 125591 123205 120097 123908 121584 120237 119395 122622 121271 121638 121707 120635 122107  total = 32.544857 per ms 
02:28:08.431 16  switches: flows:  124664 123879 122652 123482 122356 120532 123129 120888 121059 120237 122669 121437 121344 121592 118883 122263  total = 32.463318 per ms 
02:29:08.531 16  switches: flows:  126083 123327 122098 124887 123828 120202 125205 121844 120758 119351 123479 121123 123114 123482 120229 123388  total = 32.652082 per ms 
02:30:08.631 16  switches: flows:  123650 122063 119258 122753 120717 118243 123281 118754 118764 117452 121145 119333 120308 120186 119032 119243  total = 32.016219 per ms 
02:31:08.732 16  switches: flows:  126664 123160 122983 123535 121784 121233 125511 121503 121336 118664 124009 121280 123217 122968 121864 121480  total = 32.632012 per ms 
02:32:08.832 16  switches: flows:  124838 124642 123618 124938 123717 121016 125452 121956 121726 119829 125110 122285 122967 122905 120698 121507  total = 32.732057 per ms 
02:33:08.932 16  switches: flows:  126708 124285 123977 125462 124306 121127 124735 122158 122763 120880 122228 123707 122234 122143 121824 122250  total = 32.791703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32016.22/32805.45/32575.98/10861.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:33:08.960479" elapsed="0.001169"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-26T02:33:08.962164" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-08-26T02:33:08.961852" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-08-26T02:33:08.961787" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-26T02:33:08.962666" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-08-26T02:33:08.962539" elapsed="0.000222"/>
</branch>
<status status="NOT RUN" start="2026-08-26T02:33:08.962500" elapsed="0.000310"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-26T02:33:08.962884" 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-26T02:33:08.968750" elapsed="0.000373"/>
</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-26T02:33:08.969283" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-26T02:33:08.969609" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-26T02:33:08.963647" elapsed="0.006124"/>
</kw>
<msg time="2026-08-26T02:33:08.969926" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-26T02:23:02.322777" elapsed="606.647178"/>
</kw>
<status status="PASS" start="2026-08-26T02:23:02.322443" elapsed="606.647564"/>
</branch>
<status status="PASS" start="2026-08-26T02:23:02.322123" elapsed="606.647909"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.970502" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:24:08.029 16  switches: flows:  123934 122090 122220 123275 122216 120649 122143 120934 121985 118289 121490 119280 120447 119528 120617 122042  total = 32.352317 per ms 
02:25:08.130 16  switches: flows:  125380 124875 122884 123503 123312 120417 124343 120291 121030 119891 122226 119790 122546 122264 120533 122742  total = 32.546104 per ms 
02:26:08.230 16  switches: flows:  126463 125082 124111 125467 123118 121459 125307 121497 122857 119749 123807 121468 123543 122936 120349 124398  total = 32.805446 per ms 
02:27:08.330 16  switches: flows:  126264 123389 122302 125591 123205 120097 123908 121584 120237 119395 122622 121271 121638 121707 120635 122107  total = 32.544857 per ms 
02:28:08.431 16  switches: flows:  124664 123879 122652 123482 122356 120532 123129 120888 121059 120237 122669 121437 121344 121592 118883 122263  total = 32.463318 per ms 
02:29:08.531 16  switches: flows:  126083 123327 122098 124887 123828 120202 125205 121844 120758 119351 123479 121123 123114 123482 120229 123388  total = 32.652082 per ms 
02:30:08.631 16  switches: flows:  123650 122063 119258 122753 120717 118243 123281 118754 118764 117452 121145 119333 120308 120186 119032 119243  total = 32.016219 per ms 
02:31:08.732 16  switches: flows:  126664 123160 122983 123535 121784 121233 125511 121503 121336 118664 124009 121280 123217 122968 121864 121480  total = 32.632012 per ms 
02:32:08.832 16  switches: flows:  124838 124642 123618 124938 123717 121016 125452 121956 121726 119829 125110 122285 122967 122905 120698 121507  total = 32.732057 per ms 
02:33:08.932 16  switches: flows:  126708 124285 123977 125462 124306 121127 124735 122158 122763 120880 122228 123707 122234 122143 121824 122250  total = 32.791703 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32016.22/32805.45/32575.98/10861.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:33:08.970194" elapsed="0.000386"/>
</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-26T02:33:08.970753" elapsed="0.000382"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-26T02:33:08.971566" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-26T02:33:08.971676" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32016.22/32805.45/32575.98/10861.01 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-26T02:33:08.971298" elapsed="0.000404"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:33:08.972131" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32016.22/32805.45/32575.98/10861.01 | 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-26T02:33:08.971865" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.974626" 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-26T02:33:08.972305" elapsed="0.002381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.977097" level="INFO">32016.22/32805.45/32575.98/10861.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:33:08.974843" elapsed="0.002311"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:33:08.979589" 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-26T02:33:08.977318" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-26T02:33:08.982059" level="INFO">@{result_value_list} = [ 32016.22 | 32805.45 | 32575.98 | 10861.01 ]</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-26T02:33:08.979846" elapsed="0.002242"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.982551" level="INFO">Length is 4.</msg>
<msg time="2026-08-26T02:33:08.982656" 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-26T02:33:08.982240" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.987496" level="INFO">min :: 32016.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-26T02:33:08.983079" elapsed="0.004476"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-26T02:33:08.982951" elapsed="0.004659"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.992244" level="INFO">max :: 32805.45</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-26T02:33:08.987835" elapsed="0.004468"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-26T02:33:08.987701" elapsed="0.004638"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:08.997035" level="INFO">avg :: 32575.98</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-26T02:33:08.992552" elapsed="0.004542"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-26T02:33:08.992424" elapsed="0.004706"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.001939" level="INFO">stdev :: 10861.01</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-26T02:33:08.997344" elapsed="0.004653"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-26T02:33:08.997215" elapsed="0.004818"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-26T02:33:08.982752" elapsed="0.019311"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.006023" level="INFO">${min} = 32016.22</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-26T02:33:09.002237" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.010091" level="INFO">${max} = 32805.45</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-26T02:33:09.006224" elapsed="0.003895"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.014089" level="INFO">${average} = 32575.98</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-26T02:33:09.010287" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.018130" level="INFO">${stdev} = 10861.01</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-26T02:33:09.014291" elapsed="0.003876"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.018726" level="INFO">${date} = 2026-08-26 02:33:09</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-26T02:33:09.018336" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.019333" level="INFO">CBench Result: 2026-08-26 02:33:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32016.22,32805.45,32575.98,10861.01</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-26T02:33:09.018909" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-26T02:33:09.020637" 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-26T02:33:09.020119" elapsed="0.000587"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-26T02:33:09.020867" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-26T02:33:09.019621" elapsed="0.001794"/>
</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-26T02:23:02.321034" elapsed="606.700441"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.021960" 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-26T02:33:09.021646" elapsed="0.000371"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-26T02:33:09.023291" 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-26T02:33:09.022793" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-26T02:33:09.023586" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-08-26T02:33:09.023430" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-08-26T02:33:09.023390" elapsed="0.000311"/>
</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-26T02:33:09.023846" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-26T02:33:09.024001" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-26T02:33:09.024167" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-26T02:33:09.024373" elapsed="0.000029"/>
</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-26T02:33:09.024530" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-26T02:33:09.024688" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-26T02:33:09.024833" 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-26T02:33:09.025071" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-08-26T02:33:09.024927" elapsed="0.000201"/>
</branch>
<status status="NOT RUN" start="2026-08-26T02:33:09.024909" elapsed="0.000242"/>
</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-26T02:33:09.022434" elapsed="0.002772"/>
</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-26T02:23:02.319774" elapsed="606.705479"/>
</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-26T02:02:46.611479" elapsed="1822.414377"/>
</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>
