<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-15T04:35:23.247374" 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-15T04:35:23.847282" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-15T04:35:23.847120" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:23.847084" elapsed="0.000310"/>
</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-15T04:35:23.847539" elapsed="0.000554"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-15T04:35:23.848582" level="INFO">Logging into '10.30.171.227:8101' as 'karaf'.</msg>
<msg time="2026-05-15T04:35:24.711696" 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-15T04:35:23.848276" elapsed="0.863697"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-15T04:35:24.762180" 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-15T04:35:24.712378" elapsed="0.049879"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-15T04:35:24.764051" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-15T04:35:24.764172" 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-15T04:35:24.762437" elapsed="0.001765"/>
</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-15T04:35:24.764360" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:35:24.764737" elapsed="0.000260"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:35:24.765560" 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-15T04:35:24.765190" elapsed="0.000427"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-15T04:35:24.765672" elapsed="0.000072"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.227
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-15T04:35:23.846714" elapsed="0.919260"/>
</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-15T04:35:23.843021" elapsed="0.923028"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-15T04:35:24.767166" 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-15T04:35:24.766277" elapsed="0.000964"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-15T04:35:24.768014" 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-15T04:35:24.767448" elapsed="0.000647"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-15T04:35:24.768862" 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-15T04:35:24.768308" elapsed="0.000618"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-15T04:35:24.769611" 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-15T04:35:24.769173" elapsed="0.000484"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-15T04:35:24.770228" 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-15T04:35:24.769807" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-15T04:35:24.770761" 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-15T04:35:24.770441" elapsed="0.000363"/>
</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-15T04:35:24.771154" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:35:24.770926" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:35:24.776285" 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-15T04:35:24.775351" elapsed="0.000963"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T04:35:24.777455" level="INFO">Length is 0.</msg>
<msg time="2026-05-15T04:35:24.777542" 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-15T04:35:24.776924" elapsed="0.000644"/>
</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-15T04:35:24.777733" elapsed="0.000405"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-15T04:35:24.779269" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-05-15T04:35:25.539031" 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 15 04:35:25 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.178
  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-720-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-15T04:35:24.778670" elapsed="0.760559"/>
</kw>
<msg time="2026-05-15T04:35:25.539348" 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-15T04:35:24.778299" elapsed="0.761172"/>
</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-15T04:35:24.776530" elapsed="0.763095"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-15T04:35:25.547878" 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-15T04:35:25.539920" elapsed="0.009834"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:35:25.549984" elapsed="0.000334"/>
</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-15T04:35:24.774784" elapsed="0.775601"/>
</kw>
<status status="PASS" start="2026-05-15T04:35:24.771288" elapsed="0.779138"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:24.770894" elapsed="0.779576"/>
</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-15T04:35:25.550640" elapsed="0.000597"/>
</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-15T04:35:25.555819" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-15T04:35:25.555689" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:25.555660" elapsed="0.000256"/>
</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-15T04:35:25.559535" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-15T04:35:25.559420" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:25.559399" elapsed="0.000205"/>
</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-15T04:35:25.559736" elapsed="0.000482"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-15T04:35:25.560643" level="INFO">Logging into '10.30.171.227:8101' as 'karaf'.</msg>
<msg time="2026-05-15T04:35:25.738490" 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-15T04:35:25.560366" elapsed="0.178344"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-15T04:35:25.833864" 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-15T04:35:25.739085" elapsed="0.094960"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-15T04:35:25.839940" 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-15T04:35:25.840813" 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-15T04:35:25.834340" elapsed="0.006509"/>
</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-15T04:35:25.841035" elapsed="0.000298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:35:25.841474" elapsed="0.001053"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:35:25.843122" 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-15T04:35:25.842681" elapsed="0.000499"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-15T04:35:25.843235" elapsed="0.000071"/>
</return>
<msg time="2026-05-15T04:35:25.843543" 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.171.227
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-15T04:35:25.559058" elapsed="0.284522"/>
</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-15T04:35:25.843765" elapsed="0.000720"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-15T04:35:25.844540" elapsed="0.000035"/>
</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-15T04:35:25.555349" elapsed="0.289330"/>
</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-15T04:35:25.849469" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-05-15T04:35:25.849292" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:25.849256" elapsed="0.000304"/>
</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-15T04:35:25.849723" elapsed="0.000591"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-15T04:35:25.850740" level="INFO">Logging into '10.30.171.227:8101' as 'karaf'.</msg>
<msg time="2026-05-15T04:35:25.999145" 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-15T04:35:25.850469" elapsed="0.148891"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-15T04:35:26.021889" 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-15T04:35:25.999700" elapsed="0.022262"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-15T04:35:26.023950" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-15T04:35:26.024067" 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-15T04:35:26.022116" elapsed="0.001981"/>
</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-15T04:35:26.024236" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:35:26.024579" elapsed="0.000269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:35:26.025385" 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-15T04:35:26.025019" elapsed="0.000429"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-15T04:35:26.025507" elapsed="0.000075"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.227
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-15T04:35:25.848348" elapsed="0.177371"/>
</kw>
<status status="PASS" start="2026-05-15T04:35:23.841028" elapsed="2.184759"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:35:26.028216" 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-15T04:35:26.026990" elapsed="0.001293"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-15T04:35:26.030212" 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-15T04:35:26.029712" elapsed="0.000558"/>
</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-15T04:35:26.030718" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:35:26.030390" elapsed="0.000408"/>
</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-15T04:35:26.034499" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:35:26.034197" elapsed="0.000364"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:26.034170" elapsed="0.000420"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:35:26.035096" 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-15T04:35:26.035247" 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-15T04:35:26.034735" elapsed="0.000539"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:35:26.035901" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.178" 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-15T04:35:26.035413" elapsed="0.000555"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:35:26.036637" 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-15T04:35:26.036111" elapsed="0.000553"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T04:35:26.037629" level="INFO">Length is 0.</msg>
<msg time="2026-05-15T04:35:26.037723" 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-15T04:35:26.037284" elapsed="0.000464"/>
</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-15T04:35:26.037914" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-15T04:35:26.039163" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-05-15T04:35:26.367559" 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 15 04:35:25 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.178
  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 15 04:35:25 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-720-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-15T04:35:26.038774" elapsed="0.329026"/>
</kw>
<msg time="2026-05-15T04:35:26.367912" 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-15T04:35:26.038420" elapsed="0.329590"/>
</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-15T04:35:26.036893" elapsed="0.331249"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-15T04:35:26.369088" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-15T04:45:32.491331" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-15T04:45:32.493356" level="INFO">${stdout} = </msg>
<msg time="2026-05-15T04:45:32.493443" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227: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-15T04:35:26.368424" elapsed="606.125062"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:45:32.493828" elapsed="0.000605"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.495241" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.227. 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:31.585 16  switches: flows:  102539 99649 101731 101954 101390 101115 101480 100512 98887 97822 98017 97022 98190 97843 97084 97193  total = 26.540467 per ms 
04:37:31.685 16  switches: flows:  113247 113386 113366 113524 113622 112899 113826 112748 109269 108866 109799 108967 109368 108548 110062 108647  total = 29.619577 per ms 
04:38:31.785 16  switches: flows:  112766 114242 113309 114074 112985 112744 112452 111674 110029 107625 108700 107962 107715 107572 107675 106639  total = 29.420276 per ms 
04:39:31.885 16  switches: flows:  114975 115613 113467 114546 115127 112279 113016 113401 110979 109951 110271 109491 110237 109623 108368 107871  total = 29.770556 per ms 
04:40:31.986 16  switches: flows:  116319 115923 117931 115543 115768 114953 114635 114510 112021 110631 111191 110898 110420 110246 109381 109906  total = 30.120949 per ms 
04:41:32.086 16  switches: flows:  119511 120230 119810 119232 119419 118510 118856 118057 113480 114747 115046 113802 112876 112274 114234 112115  total = 30.984879 per ms 
04:42:32.186 16  switches: flows:  117696 118138 119025 118985 118003 116683 118534 117081 112916 112937 111787 112190 110073 112114 112167 111195  total = 30.607604 per ms 
04:43:32.287 16  switches: flows:  114753 116480 113855 114190 115087 113360 113452 113141 109020 110541 109056 108529 109233 108953 107837 106682  total = 29.686539 per ms 
04:44:32.387 16  switches: flows:  117555 115819 116735 117551 114306 116267 117353 114646 111171 111439 111365 109508 109455 110360 110761 110207  total = 30.191216 per ms 
04:45:32.487 16  switches: flows:  118378 117343 119509 119770 117703 118091 118751 117135 113031 112149 111539 111063 112229 111722 112143 111402  total = 30.648118 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29420.28/30984.88/30116.63/10051.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:45:32.494693" elapsed="0.000773"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-15T04:45:32.495857" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-05-15T04:45:32.495639" elapsed="0.000353"/>
</branch>
<status status="PASS" start="2026-05-15T04:45:32.495592" elapsed="0.000439"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-15T04:45:32.496180" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-15T04:45:32.496122" elapsed="0.000120"/>
</branch>
<status status="NOT RUN" start="2026-05-15T04:45:32.496098" elapsed="0.000177"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-15T04:45:32.496325" elapsed="0.000021"/>
</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-15T04:45:32.500162" elapsed="0.000489"/>
</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-15T04:45:32.500799" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:45:32.501129" 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-15T04:45:32.496789" elapsed="0.004497"/>
</kw>
<msg time="2026-05-15T04:45:32.501419" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227: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-15T04:35:26.031323" elapsed="606.470123"/>
</kw>
<status status="PASS" start="2026-05-15T04:35:26.030840" elapsed="606.470655"/>
</branch>
<status status="PASS" start="2026-05-15T04:35:26.030351" elapsed="606.471168"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.501982" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.227. 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:31.585 16  switches: flows:  102539 99649 101731 101954 101390 101115 101480 100512 98887 97822 98017 97022 98190 97843 97084 97193  total = 26.540467 per ms 
04:37:31.685 16  switches: flows:  113247 113386 113366 113524 113622 112899 113826 112748 109269 108866 109799 108967 109368 108548 110062 108647  total = 29.619577 per ms 
04:38:31.785 16  switches: flows:  112766 114242 113309 114074 112985 112744 112452 111674 110029 107625 108700 107962 107715 107572 107675 106639  total = 29.420276 per ms 
04:39:31.885 16  switches: flows:  114975 115613 113467 114546 115127 112279 113016 113401 110979 109951 110271 109491 110237 109623 108368 107871  total = 29.770556 per ms 
04:40:31.986 16  switches: flows:  116319 115923 117931 115543 115768 114953 114635 114510 112021 110631 111191 110898 110420 110246 109381 109906  total = 30.120949 per ms 
04:41:32.086 16  switches: flows:  119511 120230 119810 119232 119419 118510 118856 118057 113480 114747 115046 113802 112876 112274 114234 112115  total = 30.984879 per ms 
04:42:32.186 16  switches: flows:  117696 118138 119025 118985 118003 116683 118534 117081 112916 112937 111787 112190 110073 112114 112167 111195  total = 30.607604 per ms 
04:43:32.287 16  switches: flows:  114753 116480 113855 114190 115087 113360 113452 113141 109020 110541 109056 108529 109233 108953 107837 106682  total = 29.686539 per ms 
04:44:32.387 16  switches: flows:  117555 115819 116735 117551 114306 116267 117353 114646 111171 111439 111365 109508 109455 110360 110761 110207  total = 30.191216 per ms 
04:45:32.487 16  switches: flows:  118378 117343 119509 119770 117703 118091 118751 117135 113031 112149 111539 111063 112229 111722 112143 111402  total = 30.648118 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29420.28/30984.88/30116.63/10051.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:45:32.501663" elapsed="0.000393"/>
</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-15T04:45:32.502212" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-15T04:45:32.503123" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-15T04:45:32.503216" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29420.28/30984.88/30116.63/10051.71 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-15T04:45:32.502746" elapsed="0.000495"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T04:45:32.503672" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29420.28/30984.88/30116.63/10051.71 | 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-15T04:45:32.503397" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.506108" 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-15T04:45:32.503844" elapsed="0.002323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.508564" level="INFO">29420.28/30984.88/30116.63/10051.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:45:32.506313" elapsed="0.002310"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T04:45:32.511000" 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-15T04:45:32.508773" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T04:45:32.513477" level="INFO">@{result_value_list} = [ 29420.28 | 30984.88 | 30116.63 | 10051.71 ]</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-15T04:45:32.511235" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.513989" level="INFO">Length is 4.</msg>
<msg time="2026-05-15T04:45:32.514079" 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-15T04:45:32.513659" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.518844" level="INFO">min :: 29420.28</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-15T04:45:32.514501" elapsed="0.004419"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-15T04:45:32.514370" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.523511" level="INFO">max :: 30984.88</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-15T04:45:32.519179" elapsed="0.004389"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-15T04:45:32.519049" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.528166" level="INFO">avg :: 30116.63</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-15T04:45:32.523847" elapsed="0.004376"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-15T04:45:32.523693" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.532787" level="INFO">stdev :: 10051.71</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-15T04:45:32.528481" elapsed="0.004362"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-15T04:45:32.528351" elapsed="0.004542"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-15T04:45:32.514170" elapsed="0.018759"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.537005" level="INFO">${min} = 29420.28</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-15T04:45:32.533089" elapsed="0.003944"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.540964" level="INFO">${max} = 30984.88</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-15T04:45:32.537188" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.545278" level="INFO">${average} = 30116.63</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-15T04:45:32.541143" elapsed="0.004162"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.549265" level="INFO">${stdev} = 10051.71</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-15T04:45:32.545458" elapsed="0.003833"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.549832" level="INFO">${date} = 2026-05-15 04:45:32</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-15T04:45:32.549450" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.550438" level="INFO">CBench Result: 2026-05-15 04:45:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29420.28,30984.88,30116.63,10051.71</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-15T04:45:32.550028" elapsed="0.000466"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-15T04:45:32.551550" 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-15T04:45:32.551138" elapsed="0.000479"/>
</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-15T04:45:32.551769" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-15T04:45:32.550640" elapsed="0.001693"/>
</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-15T04:35:26.028788" elapsed="606.523606"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.552860" 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-15T04:45:32.552545" elapsed="0.000391"/>
</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-15T04:45:32.553458" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-05-15T04:45:32.553154" elapsed="0.000644"/>
</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-15T04:35:26.026036" elapsed="606.527798"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.555320" 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-15T04:45:32.554933" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.556660" 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-15T04:45:32.556328" elapsed="0.000374"/>
</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-15T04:45:32.557063" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:45:32.556818" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-15T04:45:32.559993" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:45:32.559731" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-05-15T04:45:32.559712" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:45:32.560430" 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-15T04:45:32.560548" 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-15T04:45:32.560225" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.561145" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.227 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.178" 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-15T04:45:32.560708" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:45:32.561738" 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-15T04:45:32.561341" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T04:45:32.562669" level="INFO">Length is 0.</msg>
<msg time="2026-05-15T04:45:32.562758" 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-15T04:45:32.562358" elapsed="0.000424"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-15T04:45:32.562941" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-15T04:45:32.564159" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-05-15T04:45:33.147356" 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 15 04:45:32 UTC 2026

  System load:  1.0                Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.178
  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 15 04:35:26 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-720-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-15T04:45:32.563756" elapsed="0.583845"/>
</kw>
<msg time="2026-05-15T04:45:33.147693" 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-15T04:45:32.563415" elapsed="0.584373"/>
</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-15T04:45:32.561982" elapsed="0.585949"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-15T04:45:33.148494" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.227 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-15T04:55:39.198921" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-15T04:55:39.199524" level="INFO">${stdout} = </msg>
<msg time="2026-05-15T04:55:39.199672" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.227: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-15T04:45:33.148168" elapsed="606.051565"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:55:39.200275" elapsed="0.000875"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.202382" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.227:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.227. 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:38.271 16  switches: flows:  634581 614930 628112 618686 622486 625624 616504 612971 625633 606749 612161 604185 614946 620573 618216 622537  total = 164.981567 per ms 
04:47:38.373 16  switches: flows:  654428 655375 653662 659099 654420 654250 647004 657544 645942 654448 652559 653666 655483 650758 653641 656087  total = 174.012833 per ms 
04:48:38.475 16  switches: flows:  660451 654420 667676 653334 652870 652173 661565 652696 655042 659240 663804 654099 659624 653386 654422 654556  total = 174.860002 per ms 
04:49:38.578 16  switches: flows:  662579 651497 660552 668213 660731 663161 655204 653798 656247 657861 666196 653261 667034 656759 655524 652126  total = 175.381968 per ms 
04:50:38.680 16  switches: flows:  655015 650301 657758 662399 656047 653130 663525 655096 660292 654755 657969 652434 657429 653475 654712 652827  total = 174.658387 per ms 
04:51:38.783 16  switches: flows:  650415 656240 649893 650438 658141 658371 655201 650937 656353 650113 655233 645594 654507 654228 660037 648104  total = 173.932812 per ms 
04:52:38.885 16  switches: flows:  657122 653490 660066 654050 653079 656780 654189 660780 662096 667654 665599 651874 654739 655708 657628 659417  total = 175.107957 per ms 
04:53:38.987 16  switches: flows:  660602 656749 665961 659872 660478 663852 647787 653776 661165 658636 656041 657114 652923 654428 653289 658533  total = 175.059013 per ms 
04:54:39.088 16  switches: flows:  676222 664664 670683 677111 676742 679454 672260 668933 667078 664023 672024 675276 661111 677722 664295 675842  total = 178.757277 per ms 
04:55:39.189 16  switches: flows:  659560 657111 660007 662351 663199 660662 667188 662467 666161 656634 666133 663579 660619 670993 669388 668797  total = 176.616034 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 173932.81/178757.28/175376.25/58475.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:55:39.201535" elapsed="0.001155"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-15T04:55:39.203248" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-05-15T04:55:39.202929" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-05-15T04:55:39.202838" elapsed="0.000707"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-15T04:55:39.203770" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-15T04:55:39.203684" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-05-15T04:55:39.203646" elapsed="0.000302"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-15T04:55:39.204023" 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-15T04:55:39.208023" elapsed="0.000520"/>
</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-15T04:55:39.208766" elapsed="0.000271"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T04:55:39.209232" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-15T04:55:39.204578" elapsed="0.004905"/>
</kw>
<msg time="2026-05-15T04:55:39.209681" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.227: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-15T04:45:32.557461" elapsed="606.652261"/>
</kw>
<status status="PASS" start="2026-05-15T04:45:32.557148" elapsed="606.652648"/>
</branch>
<status status="PASS" start="2026-05-15T04:45:32.556795" elapsed="606.653038"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.210534" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.227:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.227. 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:38.271 16  switches: flows:  634581 614930 628112 618686 622486 625624 616504 612971 625633 606749 612161 604185 614946 620573 618216 622537  total = 164.981567 per ms 
04:47:38.373 16  switches: flows:  654428 655375 653662 659099 654420 654250 647004 657544 645942 654448 652559 653666 655483 650758 653641 656087  total = 174.012833 per ms 
04:48:38.475 16  switches: flows:  660451 654420 667676 653334 652870 652173 661565 652696 655042 659240 663804 654099 659624 653386 654422 654556  total = 174.860002 per ms 
04:49:38.578 16  switches: flows:  662579 651497 660552 668213 660731 663161 655204 653798 656247 657861 666196 653261 667034 656759 655524 652126  total = 175.381968 per ms 
04:50:38.680 16  switches: flows:  655015 650301 657758 662399 656047 653130 663525 655096 660292 654755 657969 652434 657429 653475 654712 652827  total = 174.658387 per ms 
04:51:38.783 16  switches: flows:  650415 656240 649893 650438 658141 658371 655201 650937 656353 650113 655233 645594 654507 654228 660037 648104  total = 173.932812 per ms 
04:52:38.885 16  switches: flows:  657122 653490 660066 654050 653079 656780 654189 660780 662096 667654 665599 651874 654739 655708 657628 659417  total = 175.107957 per ms 
04:53:38.987 16  switches: flows:  660602 656749 665961 659872 660478 663852 647787 653776 661165 658636 656041 657114 652923 654428 653289 658533  total = 175.059013 per ms 
04:54:39.088 16  switches: flows:  676222 664664 670683 677111 676742 679454 672260 668933 667078 664023 672024 675276 661111 677722 664295 675842  total = 178.757277 per ms 
04:55:39.189 16  switches: flows:  659560 657111 660007 662351 663199 660662 667188 662467 666161 656634 666133 663579 660619 670993 669388 668797  total = 176.616034 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 173932.81/178757.28/175376.25/58475.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:55:39.210075" elapsed="0.000572"/>
</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-15T04:55:39.210893" elapsed="0.000692"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-15T04:55:39.212194" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-15T04:55:39.212331" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 173932.81/178757.28/175376.25/58475.73 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-15T04:55:39.211833" elapsed="0.000534"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T04:55:39.213036" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 173932.81/178757.28/175376.25/58475.73 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-15T04:55:39.212619" elapsed="0.000458"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.216598" 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-15T04:55:39.213293" elapsed="0.003365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.219047" level="INFO">173932.81/178757.28/175376.25/58475.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:55:39.216808" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T04:55:39.221507" 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-15T04:55:39.219267" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T04:55:39.224056" level="INFO">@{result_value_list} = [ 173932.81 | 178757.28 | 175376.25 | 58475.73 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-15T04:55:39.221751" elapsed="0.002334"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.224750" level="INFO">Length is 4.</msg>
<msg time="2026-05-15T04:55:39.224928" 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-15T04:55:39.224264" elapsed="0.000703"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.232244" level="INFO">min :: 173932.81</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-15T04:55:39.225551" elapsed="0.006793"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-15T04:55:39.225357" elapsed="0.007048"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.238355" level="INFO">max :: 178757.28</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-15T04:55:39.232797" elapsed="0.005633"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-15T04:55:39.232567" elapsed="0.005910"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.243257" level="INFO">avg :: 175376.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:55:39.238785" elapsed="0.004536"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-15T04:55:39.238594" elapsed="0.004766"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.248218" level="INFO">stdev :: 58475.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:55:39.243616" elapsed="0.004662"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-15T04:55:39.243463" elapsed="0.004851"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-15T04:55:39.225065" elapsed="0.023282"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.252292" level="INFO">${min} = 173932.81</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-15T04:55:39.248523" elapsed="0.003797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.256283" level="INFO">${max} = 178757.28</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-15T04:55:39.252475" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.260294" level="INFO">${average} = 175376.25</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-15T04:55:39.256479" elapsed="0.003843"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.265341" level="INFO">${stdev} = 58475.73</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-15T04:55:39.260494" elapsed="0.004881"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.266034" level="INFO">${date} = 2026-05-15 04:55:39</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-15T04:55:39.265586" elapsed="0.000476"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.266679" level="INFO">CBench Result: 2026-05-15 04:55:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,173932.81,178757.28,175376.25,58475.73</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T04:55:39.266238" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-15T04:55:39.267891" 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-15T04:55:39.267422" elapsed="0.000538"/>
</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-15T04:55:39.268114" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-15T04:55:39.266921" elapsed="0.001756"/>
</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-15T04:45:32.555691" elapsed="606.713049"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.269249" 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-15T04:55:39.268918" elapsed="0.000392"/>
</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-15T04:55:39.269894" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-05-15T04:55:39.269550" elapsed="0.000705"/>
</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-15T04:45:32.554310" elapsed="606.715984"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.271800" 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-15T04:55:39.271389" elapsed="0.000469"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.273146" 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-15T04:55:39.272789" elapsed="0.000400"/>
</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-15T04:55:39.273566" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:55:39.273336" elapsed="0.000297"/>
</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-15T04:55:39.276628" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-15T04:55:39.276373" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-15T04:55:39.276354" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:55:39.277076" 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-15T04:55:39.277215" 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-15T04:55:39.276849" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.277903" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.178" 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-15T04:55:39.277387" elapsed="0.000579"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-15T04:55:39.278510" 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-15T04:55:39.278109" elapsed="0.000428"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T04:55:39.279646" level="INFO">Length is 0.</msg>
<msg time="2026-05-15T04:55:39.279770" 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-15T04:55:39.279146" elapsed="0.000657"/>
</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-15T04:55:39.279971" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-15T04:55:39.281214" level="INFO">Logging into '10.30.171.178:22' as 'jenkins'.</msg>
<msg time="2026-05-15T04:55:39.858811" 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 15 04:55:39 UTC 2026

  System load:  0.17               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.178
  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 15 04:45:33 2026 from 10.30.171.35
[?2004h[jenkins@releng-48317-720-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-15T04:55:39.280832" elapsed="0.578216"/>
</kw>
<msg time="2026-05-15T04:55:39.859137" 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-15T04:55:39.280461" elapsed="0.578763"/>
</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-15T04:55:39.278750" elapsed="0.580595"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-15T04:55:39.859907" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.227 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-15T05:05:45.907188" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-15T05:05:45.907724" level="INFO">${stdout} = </msg>
<msg time="2026-05-15T05:05:45.907836" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227: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-15T04:55:39.859576" elapsed="606.048354"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T05:05:45.908376" elapsed="0.000734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.910256" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.227. 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:44.995 16  switches: flows:  119831 117736 118268 120963 120983 120044 117948 116835 113572 116948 116234 116972 115356 114547 115389 115319  total = 31.282417 per ms 
04:57:45.095 16  switches: flows:  119639 118484 117623 120901 119980 119375 116341 116914 114231 116970 116535 116491 113974 113964 116572 115271  total = 31.169048 per ms 
04:58:45.196 16  switches: flows:  117526 115173 117489 119854 119487 118426 117006 115222 113451 115736 114687 113060 113040 113785 114685 115344  total = 30.847918 per ms 
04:59:45.296 16  switches: flows:  122533 120833 121526 123794 120869 118283 122117 119152 116609 118013 115096 118305 118328 116540 116854 117722  total = 31.723180 per ms 
05:00:45.397 16  switches: flows:  121615 119143 120912 121646 119842 118200 120103 118872 115237 117439 114869 116470 117860 116274 115768 117759  total = 31.480926 per ms 
05:01:45.497 16  switches: flows:  122605 119374 121717 121074 118562 118684 120072 118954 115622 118146 115532 117193 117331 116714 115136 116108  total = 31.494459 per ms 
05:02:45.597 16  switches: flows:  123951 120397 122193 123320 119714 119296 121354 119811 116310 118377 116898 117726 117672 117342 116009 118541  total = 31.762139 per ms 
05:03:45.698 16  switches: flows:  123519 121441 120559 122451 120182 118583 121811 120736 115954 119706 115327 114824 119491 117810 115000 118228  total = 31.707361 per ms 
05:04:45.798 16  switches: flows:  123168 121889 121428 121251 119462 118625 121007 117848 116505 118452 116463 115844 119700 117833 116154 117560  total = 31.666946 per ms 
05:05:45.898 16  switches: flows:  122332 122108 121175 121478 117886 118973 121436 118575 115713 117920 115554 116334 118793 118025 115237 116616  total = 31.583177 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30847.92/31762.14/31492.79/10501.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T05:05:45.909483" elapsed="0.001226"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-15T05:05:45.911245" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-15T05:05:45.910933" elapsed="0.000468"/>
</branch>
<status status="PASS" start="2026-05-15T05:05:45.910853" elapsed="0.000604"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-15T05:05:45.911669" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-15T05:05:45.911586" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-15T05:05:45.911551" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-15T05:05:45.911910" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-15T05:05:45.917465" elapsed="0.000789"/>
</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-15T05:05:45.918626" elapsed="0.000376"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-15T05:05:45.919137" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-15T05:05:45.912586" elapsed="0.006703"/>
</kw>
<msg time="2026-05-15T05:05:45.919416" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227: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-15T04:55:39.274041" elapsed="606.645401"/>
</kw>
<status status="PASS" start="2026-05-15T04:55:39.273662" elapsed="606.645829"/>
</branch>
<status status="PASS" start="2026-05-15T04:55:39.273309" elapsed="606.646204"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.919965" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.227:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.227. 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:44.995 16  switches: flows:  119831 117736 118268 120963 120983 120044 117948 116835 113572 116948 116234 116972 115356 114547 115389 115319  total = 31.282417 per ms 
04:57:45.095 16  switches: flows:  119639 118484 117623 120901 119980 119375 116341 116914 114231 116970 116535 116491 113974 113964 116572 115271  total = 31.169048 per ms 
04:58:45.196 16  switches: flows:  117526 115173 117489 119854 119487 118426 117006 115222 113451 115736 114687 113060 113040 113785 114685 115344  total = 30.847918 per ms 
04:59:45.296 16  switches: flows:  122533 120833 121526 123794 120869 118283 122117 119152 116609 118013 115096 118305 118328 116540 116854 117722  total = 31.723180 per ms 
05:00:45.397 16  switches: flows:  121615 119143 120912 121646 119842 118200 120103 118872 115237 117439 114869 116470 117860 116274 115768 117759  total = 31.480926 per ms 
05:01:45.497 16  switches: flows:  122605 119374 121717 121074 118562 118684 120072 118954 115622 118146 115532 117193 117331 116714 115136 116108  total = 31.494459 per ms 
05:02:45.597 16  switches: flows:  123951 120397 122193 123320 119714 119296 121354 119811 116310 118377 116898 117726 117672 117342 116009 118541  total = 31.762139 per ms 
05:03:45.698 16  switches: flows:  123519 121441 120559 122451 120182 118583 121811 120736 115954 119706 115327 114824 119491 117810 115000 118228  total = 31.707361 per ms 
05:04:45.798 16  switches: flows:  123168 121889 121428 121251 119462 118625 121007 117848 116505 118452 116463 115844 119700 117833 116154 117560  total = 31.666946 per ms 
05:05:45.898 16  switches: flows:  122332 122108 121175 121478 117886 118973 121436 118575 115713 117920 115554 116334 118793 118025 115237 116616  total = 31.583177 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30847.92/31762.14/31492.79/10501.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T05:05:45.919657" elapsed="0.000382"/>
</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-15T05:05:45.920185" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-15T05:05:45.920990" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-15T05:05:45.921087" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30847.92/31762.14/31492.79/10501.47 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-15T05:05:45.920714" elapsed="0.000398"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T05:05:45.921524" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30847.92/31762.14/31492.79/10501.47 | 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-15T05:05:45.921267" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.923939" 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-15T05:05:45.921692" elapsed="0.002304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.926522" level="INFO">30847.92/31762.14/31492.79/10501.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T05:05:45.924139" elapsed="0.002439"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T05:05:45.928946" 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-15T05:05:45.926727" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-15T05:05:45.931392" level="INFO">@{result_value_list} = [ 30847.92 | 31762.14 | 31492.79 | 10501.47 ]</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-15T05:05:45.929161" elapsed="0.002258"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.931888" level="INFO">Length is 4.</msg>
<msg time="2026-05-15T05:05:45.931979" 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-15T05:05:45.931571" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.936678" level="INFO">min :: 30847.92</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T05:05:45.932374" elapsed="0.004360"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-15T05:05:45.932248" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.941293" level="INFO">max :: 31762.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-15T05:05:45.936997" elapsed="0.004352"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-15T05:05:45.936856" elapsed="0.004526"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.945964" level="INFO">avg :: 31492.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-15T05:05:45.941590" elapsed="0.004435"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-15T05:05:45.941465" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.950623" level="INFO">stdev :: 10501.47</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-15T05:05:45.946268" elapsed="0.004410"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-15T05:05:45.946142" elapsed="0.004570"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-15T05:05:45.932066" elapsed="0.018676"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.954802" level="INFO">${min} = 30847.92</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-15T05:05:45.950915" elapsed="0.003914"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.958705" level="INFO">${max} = 31762.14</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-15T05:05:45.955000" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.962632" level="INFO">${average} = 31492.79</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-15T05:05:45.958898" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.966546" level="INFO">${stdev} = 10501.47</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-15T05:05:45.962808" elapsed="0.003765"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.967100" level="INFO">${date} = 2026-05-15 05:05:45</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-15T05:05:45.966738" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.967676" level="INFO">CBench Result: 2026-05-15 05:05:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30847.92,31762.14,31492.79,10501.47</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-15T05:05:45.967271" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-15T05:05:45.968832" 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-15T05:05:45.968366" elapsed="0.000551"/>
</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-15T05:05:45.969069" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-15T05:05:45.967886" elapsed="0.001719"/>
</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-15T04:55:39.272214" elapsed="606.697451"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.970143" 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-15T05:05:45.969812" elapsed="0.000387"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-15T05:05:45.971463" 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-15T05:05:45.970980" elapsed="0.000510"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-15T05:05:45.971712" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-05-15T05:05:45.971565" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-05-15T05:05:45.971546" elapsed="0.000254"/>
</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-15T05:05:45.971957" 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-15T05:05:45.972114" 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-15T05:05:45.972271" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-15T05:05:45.972467" 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-15T05:05:45.972617" 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-15T05:05:45.972761" 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-15T05:05:45.972920" elapsed="0.000021"/>
</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-15T05:05:45.973143" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-15T05:05:45.973005" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-05-15T05:05:45.972988" 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-15T05:05:45.970599" elapsed="0.002669"/>
</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-15T04:55:39.270801" elapsed="606.702514"/>
</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-15T04:35:23.248975" elapsed="1822.724948"/>
</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>
