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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-01T04:35:08.984091" elapsed="0.713287"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-01T04:35:09.746756" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-01T04:35:09.697808" elapsed="0.049054"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-01T04:35:09.748724" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-01T04:35:09.748858" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-01T04:35:09.747082" elapsed="0.001809"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-01T04:35:09.749054" elapsed="0.000246"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:35:09.749478" elapsed="0.000241"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:35:09.750252" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:35:09.749888" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T04:35:09.750363" elapsed="0.000136"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-01T04:35:08.982570" elapsed="0.768070"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-01T04:35:08.978890" elapsed="0.771819"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T04:35:09.751337" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-01T04:35:09.750922" elapsed="0.000475"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T04:35:09.752095" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-01T04:35:09.751601" elapsed="0.000562"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-01T04:35:09.752769" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-01T04:35:09.752329" elapsed="0.000469"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T04:35:09.753336" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-01T04:35:09.752992" elapsed="0.000388"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-01T04:35:09.753936" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-01T04:35:09.753548" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T04:35:09.754480" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-01T04:35:09.754134" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-01T04:35:09.754839" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:35:09.754616" 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-05-01T04:35:09.759511" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:35:09.759044" elapsed="0.000496"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T04:35:09.760594" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T04:35:09.760681" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T04:35:09.760109" elapsed="0.000598"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:35:09.760855" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T04:35:09.762273" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-05-01T04:35:10.444426" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  1 04:35:10 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.41
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-706-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-01T04:35:09.761750" elapsed="0.682837"/>
</kw>
<msg time="2026-05-01T04:35:10.444681" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:35:09.761379" elapsed="0.683399"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-01T04:35:09.759750" elapsed="0.685170"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.451316" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-01T04:35:10.445138" elapsed="0.008098"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:35:10.453508" elapsed="0.000382"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-01T04:35:09.758398" elapsed="0.695579"/>
</kw>
<status status="PASS" start="2026-05-01T04:35:09.754977" elapsed="0.699052"/>
</branch>
<status status="PASS" start="2026-05-01T04:35:09.754590" elapsed="0.699482"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-01T04:35:10.454285" elapsed="0.000672"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-01T04:35:10.461104" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-01T04:35:10.460934" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-05-01T04:35:10.460902" elapsed="0.000281"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-01T04:35:10.464729" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-05-01T04:35:10.464616" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-05-01T04:35:10.464596" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:35:10.464944" elapsed="0.000431"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.465797" level="INFO">Logging into '10.30.170.148:8101' as 'karaf'.</msg>
<msg time="2026-05-01T04:35:10.681978" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-01T04:35:10.465538" elapsed="0.216587"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.776534" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-01T04:35:10.682355" elapsed="0.094297"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.783155" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-01T04:35:10.783365" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-01T04:35:10.776865" elapsed="0.006533"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-01T04:35:10.783560" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:35:10.783926" elapsed="0.000261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:35:10.784660" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:35:10.784327" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T04:35:10.784769" elapsed="0.000054"/>
</return>
<msg time="2026-05-01T04:35:10.784970" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-01T04:35:10.464243" elapsed="0.320759"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-01T04:35:10.785146" elapsed="0.000543"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T04:35:10.785740" elapsed="0.000030"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-01T04:35:10.460488" elapsed="0.325379"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-01T04:35:10.789599" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-01T04:35:10.789461" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-05-01T04:35:10.789437" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:35:10.789802" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.790677" level="INFO">Logging into '10.30.170.148:8101' as 'karaf'.</msg>
<msg time="2026-05-01T04:35:10.966227" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-01T04:35:10.790389" elapsed="0.175952"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.989701" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-01T04:35:10.966544" elapsed="0.023217"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-01T04:35:10.991549" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-01T04:35:10.991652" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-01T04:35:10.989910" elapsed="0.001771"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-01T04:35:10.991817" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:35:10.992143" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:35:10.992783" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:35:10.992482" elapsed="0.000351"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T04:35:10.992883" 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.170.148
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-01T04:35:10.789113" elapsed="0.203935"/>
</kw>
<status status="PASS" start="2026-05-01T04:35:08.977076" elapsed="2.016034"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:35:10.995250" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:35:10.994140" elapsed="0.001176"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T04:35:10.996747" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-01T04:35:10.996376" elapsed="0.000416"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-01T04:35:10.997111" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:35:10.996871" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-01T04:35:11.000132" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:35:10.999881" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-01T04:35:10.999861" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-01T04:35:11.000558" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-01T04:35:11.000347" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:35:11.001266" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.41" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:35:11.000843" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T04:35:11.001937" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:35:11.001484" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T04:35:11.002878" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T04:35:11.002981" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T04:35:11.002558" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:35:11.003154" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T04:35:11.004346" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-05-01T04:35:11.328233" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  1 04:35:10 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.41
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri May  1 04:35:10 2026 from 10.30.170.120
[?2004h[jenkins@releng-48317-706-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-01T04:35:11.003993" elapsed="0.324439"/>
</kw>
<msg time="2026-05-01T04:35:11.328519" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:35:11.003651" elapsed="0.324954"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-01T04:35:11.002166" elapsed="0.326558"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-01T04:35:11.329463" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-01T04:45:17.440661" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-01T04:45:17.441272" level="INFO">${stdout} = </msg>
<msg time="2026-05-01T04:45:17.441381" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-01T04:35:11.328929" elapsed="606.112543"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:45:17.441927" elapsed="0.001003"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.444135" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:36:16.537 16  switches: flows:  115016 114017 112828 112658 110583 109660 111280 113648 112814 112352 110522 113551 108770 109648 110972 108607  total = 29.782100 per ms 
04:37:16.637 16  switches: flows:  126424 123918 125472 124714 123978 124162 123269 125122 122353 124898 123309 123224 122655 123628 122576 119528  total = 32.932197 per ms 
04:38:16.737 16  switches: flows:  120721 121721 120886 119545 120234 119598 119476 120855 116918 118502 118060 119440 117236 118579 116936 115273  total = 31.680072 per ms 
04:39:16.838 16  switches: flows:  127967 127736 127815 123168 126234 125790 126316 127339 123144 122113 123887 125281 121081 124944 121725 118431  total = 33.160792 per ms 
04:40:16.938 16  switches: flows:  125110 124317 125131 124078 124615 123224 126319 124192 122112 122003 120168 124907 119939 121946 121072 118489  total = 32.738999 per ms 
04:41:17.038 16  switches: flows:  125262 125165 126844 123980 125896 124696 126093 124529 121375 121914 122172 123990 120768 121891 121730 119519  total = 32.875507 per ms 
04:42:17.138 16  switches: flows:  124788 124308 125177 123055 127071 123100 123256 124328 120208 120918 122532 122784 119749 120611 119951 118213  total = 32.613015 per ms 
04:43:17.239 16  switches: flows:  126121 125565 126280 122627 124506 123528 122900 125180 120493 120039 121277 124134 117975 120787 119799 116395  total = 32.572377 per ms 
04:44:17.339 16  switches: flows:  126034 125748 126390 124733 125977 124705 125724 124642 120170 121711 122551 122757 121260 123308 120965 118666  total = 32.867464 per ms 
04:45:17.439 16  switches: flows:  126915 125776 128315 126368 127502 124368 127571 126241 121218 124284 121442 122571 122962 125542 124091 119329  total = 33.186150 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31680.07/33186.15/32736.29/10920.32 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.443310" elapsed="0.001176"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-01T04:45:17.445016" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-05-01T04:45:17.444700" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-05-01T04:45:17.444633" elapsed="0.000611"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-01T04:45:17.445499" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-01T04:45:17.445381" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-05-01T04:45:17.445343" elapsed="0.000300"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-01T04:45:17.445722" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:45:17.449963" elapsed="0.000381"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:45:17.450511" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:45:17.450824" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-01T04:45:17.446404" elapsed="0.004576"/>
</kw>
<msg time="2026-05-01T04:45:17.451111" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-01T04:35:10.997539" elapsed="606.453601"/>
</kw>
<status status="PASS" start="2026-05-01T04:35:10.997197" elapsed="606.453993"/>
</branch>
<status status="PASS" start="2026-05-01T04:35:10.996848" elapsed="606.454366"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.451676" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:36:16.537 16  switches: flows:  115016 114017 112828 112658 110583 109660 111280 113648 112814 112352 110522 113551 108770 109648 110972 108607  total = 29.782100 per ms 
04:37:16.637 16  switches: flows:  126424 123918 125472 124714 123978 124162 123269 125122 122353 124898 123309 123224 122655 123628 122576 119528  total = 32.932197 per ms 
04:38:16.737 16  switches: flows:  120721 121721 120886 119545 120234 119598 119476 120855 116918 118502 118060 119440 117236 118579 116936 115273  total = 31.680072 per ms 
04:39:16.838 16  switches: flows:  127967 127736 127815 123168 126234 125790 126316 127339 123144 122113 123887 125281 121081 124944 121725 118431  total = 33.160792 per ms 
04:40:16.938 16  switches: flows:  125110 124317 125131 124078 124615 123224 126319 124192 122112 122003 120168 124907 119939 121946 121072 118489  total = 32.738999 per ms 
04:41:17.038 16  switches: flows:  125262 125165 126844 123980 125896 124696 126093 124529 121375 121914 122172 123990 120768 121891 121730 119519  total = 32.875507 per ms 
04:42:17.138 16  switches: flows:  124788 124308 125177 123055 127071 123100 123256 124328 120208 120918 122532 122784 119749 120611 119951 118213  total = 32.613015 per ms 
04:43:17.239 16  switches: flows:  126121 125565 126280 122627 124506 123528 122900 125180 120493 120039 121277 124134 117975 120787 119799 116395  total = 32.572377 per ms 
04:44:17.339 16  switches: flows:  126034 125748 126390 124733 125977 124705 125724 124642 120170 121711 122551 122757 121260 123308 120965 118666  total = 32.867464 per ms 
04:45:17.439 16  switches: flows:  126915 125776 128315 126368 127502 124368 127571 126241 121218 124284 121442 122571 122962 125542 124091 119329  total = 33.186150 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31680.07/33186.15/32736.29/10920.32 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.451363" elapsed="0.000387"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-01T04:45:17.451899" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-01T04:45:17.452696" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-01T04:45:17.452791" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31680.07/33186.15/32736.29/10920.32 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-01T04:45:17.452456" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T04:45:17.453227" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31680.07/33186.15/32736.29/10920.32 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T04:45:17.452971" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.455690" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.453401" elapsed="0.002347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.458134" level="INFO">31680.07/33186.15/32736.29/10920.32</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.455895" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T04:45:17.460555" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T04:45:17.458338" elapsed="0.002245"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T04:45:17.462988" level="INFO">@{result_value_list} = [ 31680.07 | 33186.15 | 32736.29 | 10920.32 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T04:45:17.460786" elapsed="0.002230"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.463485" level="INFO">Length is 4.</msg>
<msg time="2026-05-01T04:45:17.463573" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T04:45:17.463168" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.468278" level="INFO">min :: 31680.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.464016" elapsed="0.004319"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-01T04:45:17.463868" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.472893" level="INFO">max :: 33186.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.468605" elapsed="0.004346"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-01T04:45:17.468477" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.477479" level="INFO">avg :: 32736.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.473203" elapsed="0.004334"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-01T04:45:17.473074" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.482107" level="INFO">stdev :: 10920.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.477794" elapsed="0.004369"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-01T04:45:17.477665" elapsed="0.004533"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-01T04:45:17.463676" elapsed="0.018555"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.486114" level="INFO">${min} = 31680.07</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:45:17.482391" elapsed="0.003750"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.490239" level="INFO">${max} = 33186.15</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:45:17.486295" elapsed="0.003972"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.494300" level="INFO">${average} = 32736.29</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:45:17.490445" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.498247" level="INFO">${stdev} = 10920.32</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:45:17.494506" elapsed="0.003768"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.498831" level="INFO">${date} = 2026-05-01 04:45:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-01T04:45:17.498459" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.499434" level="INFO">CBench Result: 2026-05-01 04:45:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31680.07,33186.15,32736.29,10920.32</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.499003" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T04:45:17.500557" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-01T04:45:17.500135" elapsed="0.000489"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-01T04:45:17.500781" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-01T04:45:17.499637" elapsed="0.001666"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-01T04:35:10.995748" elapsed="606.505616"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.501847" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-01T04:45:17.501532" elapsed="0.000371"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-01T04:45:17.502436" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-05-01T04:45:17.502123" elapsed="0.000650"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-01T04:35:10.993280" elapsed="606.509530"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.504093" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.503687" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.505400" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-01T04:45:17.505065" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-01T04:45:17.505793" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:45:17.505573" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-01T04:45:17.508726" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:45:17.508480" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-05-01T04:45:17.508461" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-01T04:45:17.509117" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-01T04:45:17.508934" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.509826" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.41" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:45:17.509394" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T04:45:17.510424" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:45:17.510022" elapsed="0.000430"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T04:45:17.511327" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T04:45:17.511429" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T04:45:17.511029" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:45:17.511594" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T04:45:17.512786" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-05-01T04:45:18.091433" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  1 04:45:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri May  1 04:35:11 2026 from 10.30.170.120
[?2004h[jenkins@releng-48317-706-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-01T04:45:17.512434" elapsed="0.579206"/>
</kw>
<msg time="2026-05-01T04:45:18.091753" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:45:17.512081" elapsed="0.579764"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-01T04:45:17.510653" elapsed="0.581306"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-01T04:45:18.092487" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-01T04:55:24.985311" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-01T04:55:24.985847" level="INFO">${stdout} = </msg>
<msg time="2026-05-01T04:55:24.985953" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-01T04:45:18.092177" elapsed="606.893834"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:55:24.986499" elapsed="0.000678"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:24.988304" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:46:23.214 16  switches: flows:  533839 537963 546611 539739 544668 536897 524748 535607 527445 528167 518761 531098 521994 511130 526629 522670  total = 141.466100 per ms 
04:47:23.315 16  switches: flows:  470501 468990 504848 494679 498752 487099 516516 462434 523668 561405 519673 544698 506774 515443 536061 534715  total = 135.543494 per ms 
04:48:23.417 16  switches: flows:  545433 546997 546206 545584 549385 547394 551166 552012 546714 513367 555880 543087 547333 548937 548820 553620  total = 145.453972 per ms 
04:49:23.519 16  switches: flows:  523788 514302 514628 482634 500798 507412 523847 528664 510530 510010 513148 513578 525538 527482 506424 516685  total = 136.757647 per ms 
04:50:23.621 16  switches: flows:  554578 551618 571581 551943 559626 561024 563605 549977 556155 565476 560961 558626 562799 558784 557362 569212  total = 148.971646 per ms 
04:51:23.722 16  switches: flows:  505445 508329 504775 505404 514045 503758 502128 504365 500702 503500 506021 501492 496425 504934 502127 501363  total = 134.187641 per ms 
04:52:23.824 16  switches: flows:  577670 579229 577237 582758 578342 579937 580909 573621 577447 577840 577386 575046 582201 571092 578579 572372  total = 153.767768 per ms 
04:53:24.771 16  switches: flows:  548990 544625 546801 547908 545041 556092 534289 563208 563618 540967 541201 558821 555799 550009 547566 544591  total = 144.218261 per ms 
04:54:24.872 16  switches: flows:  590047 603519 601999 603588 611361 609850 608555 618381 551935 587632 609424 601013 597655 543094 596494 595621  total = 158.568789 per ms 
04:55:24.974 16  switches: flows:  534561 609860 610096 604538 521268 596059 606800 611697 610454 531087 607886 604834 600672 604307 597483 606818  total = 157.373755 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134187.64/158568.79/146093.66/49483.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:24.987580" elapsed="0.001045"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-01T04:55:24.989165" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-05-01T04:55:24.988865" elapsed="0.000464"/>
</branch>
<status status="PASS" start="2026-05-01T04:55:24.988750" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-01T04:55:24.989649" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-01T04:55:24.989565" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-01T04:55:24.989526" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-01T04:55:24.989858" 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-05-01T04:55:24.995446" elapsed="0.000331"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:55:24.995924" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T04:55:24.996214" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-01T04:55:24.990601" elapsed="0.005768"/>
</kw>
<msg time="2026-05-01T04:55:24.996515" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-01T04:45:17.506193" elapsed="607.490349"/>
</kw>
<status status="PASS" start="2026-05-01T04:45:17.505876" elapsed="607.490716"/>
</branch>
<status status="PASS" start="2026-05-01T04:45:17.505553" elapsed="607.491063"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:24.997044" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:46:23.214 16  switches: flows:  533839 537963 546611 539739 544668 536897 524748 535607 527445 528167 518761 531098 521994 511130 526629 522670  total = 141.466100 per ms 
04:47:23.315 16  switches: flows:  470501 468990 504848 494679 498752 487099 516516 462434 523668 561405 519673 544698 506774 515443 536061 534715  total = 135.543494 per ms 
04:48:23.417 16  switches: flows:  545433 546997 546206 545584 549385 547394 551166 552012 546714 513367 555880 543087 547333 548937 548820 553620  total = 145.453972 per ms 
04:49:23.519 16  switches: flows:  523788 514302 514628 482634 500798 507412 523847 528664 510530 510010 513148 513578 525538 527482 506424 516685  total = 136.757647 per ms 
04:50:23.621 16  switches: flows:  554578 551618 571581 551943 559626 561024 563605 549977 556155 565476 560961 558626 562799 558784 557362 569212  total = 148.971646 per ms 
04:51:23.722 16  switches: flows:  505445 508329 504775 505404 514045 503758 502128 504365 500702 503500 506021 501492 496425 504934 502127 501363  total = 134.187641 per ms 
04:52:23.824 16  switches: flows:  577670 579229 577237 582758 578342 579937 580909 573621 577447 577840 577386 575046 582201 571092 578579 572372  total = 153.767768 per ms 
04:53:24.771 16  switches: flows:  548990 544625 546801 547908 545041 556092 534289 563208 563618 540967 541201 558821 555799 550009 547566 544591  total = 144.218261 per ms 
04:54:24.872 16  switches: flows:  590047 603519 601999 603588 611361 609850 608555 618381 551935 587632 609424 601013 597655 543094 596494 595621  total = 158.568789 per ms 
04:55:24.974 16  switches: flows:  534561 609860 610096 604538 521268 596059 606800 611697 610454 531087 607886 604834 600672 604307 597483 606818  total = 157.373755 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134187.64/158568.79/146093.66/49483.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:24.996758" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-01T04:55:24.997265" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-01T04:55:24.998029" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-01T04:55:24.998122" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134187.64/158568.79/146093.66/49483.50 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-01T04:55:24.997805" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T04:55:24.998585" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134187.64/158568.79/146093.66/49483.50 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T04:55:24.998302" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.001020" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:24.998758" elapsed="0.002319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.003494" level="INFO">134187.64/158568.79/146093.66/49483.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.001221" elapsed="0.002330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T04:55:25.005898" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T04:55:25.003701" elapsed="0.002224"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T04:55:25.008320" level="INFO">@{result_value_list} = [ 134187.64 | 158568.79 | 146093.66 | 49483.50 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T04:55:25.006112" elapsed="0.002235"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.008821" level="INFO">Length is 4.</msg>
<msg time="2026-05-01T04:55:25.008909" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T04:55:25.008516" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.013768" level="INFO">min :: 134187.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.009314" elapsed="0.004513"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-01T04:55:25.009187" elapsed="0.004676"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.018787" level="INFO">max :: 158568.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.014083" elapsed="0.004774"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-01T04:55:25.013954" elapsed="0.004943"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.023452" level="INFO">avg :: 146093.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.019128" elapsed="0.004383"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-01T04:55:25.018993" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.028100" level="INFO">stdev :: 49483.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-05-01T04:55:25.023762" elapsed="0.004395"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-01T04:55:25.023633" elapsed="0.004559"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-01T04:55:25.009005" elapsed="0.019219"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.032080" level="INFO">${min} = 134187.64</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:55:25.028383" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.036055" level="INFO">${max} = 158568.79</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:55:25.032260" elapsed="0.003822"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.039969" level="INFO">${average} = 146093.66</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:55:25.036256" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.044280" level="INFO">${stdev} = 49483.50</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T04:55:25.040146" elapsed="0.004161"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.044845" level="INFO">${date} = 2026-05-01 04:55:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-01T04:55:25.044494" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.045438" level="INFO">CBench Result: 2026-05-01 04:55:25,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134187.64,158568.79,146093.66,49483.50</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.045016" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T04:55:25.046630" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-01T04:55:25.046170" elapsed="0.000549"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-01T04:55:25.046892" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-01T04:55:25.045669" elapsed="0.001799"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-01T04:45:17.504483" elapsed="607.543046"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.047997" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-01T04:55:25.047680" elapsed="0.000373"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-01T04:55:25.048589" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-01T04:55:25.048268" elapsed="0.000656"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-01T04:45:17.503107" elapsed="607.545854"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.050330" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.049943" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.051752" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-01T04:55:25.051378" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-01T04:55:25.052134" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:55:25.051910" elapsed="0.000420"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-01T04:55:25.055307" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-01T04:55:25.055054" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-05-01T04:55:25.055034" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-01T04:55:25.055730" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-01T04:55:25.055541" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.056502" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.41" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T04:55:25.056032" elapsed="0.000531"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T04:55:25.057109" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T04:55:25.056706" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T04:55:25.058198" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T04:55:25.058296" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T04:55:25.057737" elapsed="0.000584"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:55:25.058482" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T04:55:25.059751" level="INFO">Logging into '10.30.171.41:22' as 'jenkins'.</msg>
<msg time="2026-05-01T04:55:25.690674" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri May  1 04:55:25 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri May  1 04:45:18 2026 from 10.30.170.120
[?2004h[jenkins@releng-48317-706-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-01T04:55:25.059361" elapsed="0.631506"/>
</kw>
<msg time="2026-05-01T04:55:25.690952" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T04:55:25.059002" elapsed="0.632031"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-01T04:55:25.057340" elapsed="0.633806"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-01T04:55:25.691680" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.148 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-01T05:05:31.751160" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-01T05:05:31.751766" level="INFO">${stdout} = </msg>
<msg time="2026-05-01T05:05:31.751877" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-01T04:55:25.691366" elapsed="606.060570"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T05:05:31.752367" elapsed="0.000729"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.754302" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:56:30.849 16  switches: flows:  100497 100595 99160 98598 101111 98519 99573 99814 99735 96986 97843 97939 99528 98367 96806 97485  total = 26.375933 per ms 
04:57:30.950 16  switches: flows:  122157 120126 120806 117728 120641 119134 121383 119454 117314 117312 116912 118057 116861 118385 115576 115762  total = 31.574077 per ms 
04:58:31.050 16  switches: flows:  122591 117947 119188 117833 123291 119614 120701 121129 117356 117909 115184 118450 116425 115951 114907 115528  total = 31.514031 per ms 
04:59:31.150 16  switches: flows:  127024 125533 125722 124196 128006 126348 126929 127118 122278 125782 121455 125014 120470 122322 121751 122656  total = 33.154685 per ms 
05:00:31.251 16  switches: flows:  124522 123550 125658 123896 127039 126020 127098 124101 120314 122598 121542 124014 118954 121304 120863 118836  total = 32.783733 per ms 
05:01:31.351 16  switches: flows:  123290 120559 122275 120842 125371 122598 124430 124210 120796 119610 119666 119137 118438 117559 118453 117219  total = 32.187081 per ms 
05:02:31.451 16  switches: flows:  113323 111635 112227 110259 114738 114557 113540 114323 109279 112059 108628 112128 107889 109051 107454 107762  total = 29.598109 per ms 
05:03:31.551 16  switches: flows:  123079 120460 122661 120659 126277 124008 122491 123231 118464 120589 118184 121634 117862 118592 117111 117731  total = 32.163543 per ms 
05:04:31.652 16  switches: flows:  115728 114955 115792 112843 117890 117430 117378 116109 111268 114344 111046 115375 111040 112968 112343 110461  total = 30.398741 per ms 
05:05:31.752 16  switches: flows:  117064 115181 115760 113520 117718 115681 116248 116104 112174 114786 111886 114544 111138 110812 110913 109807  total = 30.338299 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29598.11/33154.69/31523.59/10568.38 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.753513" elapsed="0.001166"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-01T05:05:31.755320" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-05-01T05:05:31.755004" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-05-01T05:05:31.754929" elapsed="0.000664"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-01T05:05:31.755810" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-01T05:05:31.755725" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-05-01T05:05:31.755688" elapsed="0.000253"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-01T05:05:31.755985" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T05:05:31.759590" elapsed="0.000460"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T05:05:31.760256" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T05:05:31.760690" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-01T05:05:31.756460" elapsed="0.004444"/>
</kw>
<msg time="2026-05-01T05:05:31.761088" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-01T04:55:25.052707" elapsed="606.708419"/>
</kw>
<status status="PASS" start="2026-05-01T04:55:25.052360" elapsed="606.708835"/>
</branch>
<status status="PASS" start="2026-05-01T04:55:25.051889" elapsed="606.709338"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.761864" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.148:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.148. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:56:30.849 16  switches: flows:  100497 100595 99160 98598 101111 98519 99573 99814 99735 96986 97843 97939 99528 98367 96806 97485  total = 26.375933 per ms 
04:57:30.950 16  switches: flows:  122157 120126 120806 117728 120641 119134 121383 119454 117314 117312 116912 118057 116861 118385 115576 115762  total = 31.574077 per ms 
04:58:31.050 16  switches: flows:  122591 117947 119188 117833 123291 119614 120701 121129 117356 117909 115184 118450 116425 115951 114907 115528  total = 31.514031 per ms 
04:59:31.150 16  switches: flows:  127024 125533 125722 124196 128006 126348 126929 127118 122278 125782 121455 125014 120470 122322 121751 122656  total = 33.154685 per ms 
05:00:31.251 16  switches: flows:  124522 123550 125658 123896 127039 126020 127098 124101 120314 122598 121542 124014 118954 121304 120863 118836  total = 32.783733 per ms 
05:01:31.351 16  switches: flows:  123290 120559 122275 120842 125371 122598 124430 124210 120796 119610 119666 119137 118438 117559 118453 117219  total = 32.187081 per ms 
05:02:31.451 16  switches: flows:  113323 111635 112227 110259 114738 114557 113540 114323 109279 112059 108628 112128 107889 109051 107454 107762  total = 29.598109 per ms 
05:03:31.551 16  switches: flows:  123079 120460 122661 120659 126277 124008 122491 123231 118464 120589 118184 121634 117862 118592 117111 117731  total = 32.163543 per ms 
05:04:31.652 16  switches: flows:  115728 114955 115792 112843 117890 117430 117378 116109 111268 114344 111046 115375 111040 112968 112343 110461  total = 30.398741 per ms 
05:05:31.752 16  switches: flows:  117064 115181 115760 113520 117718 115681 116248 116104 112174 114786 111886 114544 111138 110812 110913 109807  total = 30.338299 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29598.11/33154.69/31523.59/10568.38 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.761457" elapsed="0.000516"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-01T05:05:31.762181" elapsed="0.000527"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-01T05:05:31.763293" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-01T05:05:31.763448" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29598.11/33154.69/31523.59/10568.38 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-01T05:05:31.762971" elapsed="0.000514"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T05:05:31.764058" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29598.11/33154.69/31523.59/10568.38 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T05:05:31.763701" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.767517" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.764299" elapsed="0.003299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.770209" level="INFO">29598.11/33154.69/31523.59/10568.38</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.767803" elapsed="0.002464"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T05:05:31.772688" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T05:05:31.770435" elapsed="0.002281"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T05:05:31.775178" level="INFO">@{result_value_list} = [ 29598.11 | 33154.69 | 31523.59 | 10568.38 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-01T05:05:31.772907" elapsed="0.002299"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.775691" level="INFO">Length is 4.</msg>
<msg time="2026-05-01T05:05:31.775782" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-01T05:05:31.775364" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.780569" level="INFO">min :: 29598.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.776194" elapsed="0.004432"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-01T05:05:31.776064" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.785226" level="INFO">max :: 33154.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.780876" elapsed="0.004408"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-01T05:05:31.780749" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.789877" level="INFO">avg :: 31523.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.785561" elapsed="0.004373"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-01T05:05:31.785409" elapsed="0.004560"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.794609" level="INFO">stdev :: 10568.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.790181" elapsed="0.004485"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-01T05:05:31.790054" elapsed="0.004647"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-01T05:05:31.775878" elapsed="0.018853"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.798654" level="INFO">${min} = 29598.11</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T05:05:31.794892" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.802766" level="INFO">${max} = 33154.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T05:05:31.798840" elapsed="0.003953"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.806700" level="INFO">${average} = 31523.59</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T05:05:31.802949" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.810621" level="INFO">${stdev} = 10568.38</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T05:05:31.806881" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.811159" level="INFO">${date} = 2026-05-01 05:05:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-01T05:05:31.810808" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.811783" level="INFO">CBench Result: 2026-05-01 05:05:31,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29598.11,33154.69,31523.59,10568.38</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T05:05:31.811356" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T05:05:31.812931" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-01T05:05:31.812467" elapsed="0.000533"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-01T05:05:31.813153" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-01T05:05:31.811984" elapsed="0.001708"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-01T04:55:25.050805" elapsed="606.762946"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.814209" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-01T05:05:31.813900" elapsed="0.000367"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-01T05:05:31.815632" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-01T05:05:31.815063" elapsed="0.000596"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-01T05:05:31.815882" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-01T05:05:31.815735" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-05-01T05:05:31.815716" elapsed="0.000251"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-01T05:05:31.816108" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-01T05:05:31.816272" 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-05-01T05:05:31.816450" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-01T05:05:31.816645" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-01T05:05:31.816795" 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-05-01T05:05:31.816941" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-01T05:05:31.817086" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-01T05:05:31.817307" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-01T05:05:31.817169" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-05-01T05:05:31.817152" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-01T05:05:31.814672" elapsed="0.002777"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-01T04:55:25.049395" elapsed="606.768101"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-01T04:35:08.396950" elapsed="1823.421289"/>
</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>
