<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-07T01:45:14.976522" 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-07T01:45:15.535702" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:45:15.535560" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:15.535531" elapsed="0.000292"/>
</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-07T01:45:15.535966" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T01:45:15.536955" level="INFO">Logging into '10.30.171.33:8101' as 'karaf'.</msg>
<msg time="2026-05-07T01:45:16.368426" 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-07T01:45:15.536645" elapsed="0.831978"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T01:45:16.419059" 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-07T01:45:16.368943" elapsed="0.050193"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T01:45:16.420825" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T01:45:16.420938" 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-07T01:45:16.419312" elapsed="0.001656"/>
</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-07T01:45:16.421124" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:45:16.421497" elapsed="0.000228"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:45:16.422230" 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-07T01:45:16.421893" elapsed="0.000391"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T01:45:16.422338" elapsed="0.000055"/>
</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.33
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-07T01:45:15.535183" elapsed="0.887335"/>
</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-07T01:45:15.531571" elapsed="0.891012"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T01:45:16.423189" 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-07T01:45:16.422796" elapsed="0.000449"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T01:45:16.423645" 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-07T01:45:16.423398" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T01:45:16.424273" 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-07T01:45:16.423880" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T01:45:16.424821" 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-07T01:45:16.424468" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T01:45:16.425380" 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-07T01:45:16.425011" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T01:45:16.425894" 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-07T01:45:16.425563" elapsed="0.000372"/>
</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-07T01:45:16.426239" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:45:16.426023" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:45:16.430681" 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-07T01:45:16.430276" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:45:16.431796" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T01:45:16.432125" 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-07T01:45:16.431322" elapsed="0.000831"/>
</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-07T01:45:16.432305" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T01:45:16.433687" level="INFO">Logging into '10.30.171.127:22' as 'jenkins'.</msg>
<msg time="2026-05-07T01:45:17.128130" 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 Thu May  7 01:45:16 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.127
  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-712-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-07T01:45:16.433179" elapsed="0.695117"/>
</kw>
<msg time="2026-05-07T01:45:17.128395" 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-07T01:45:16.432832" elapsed="0.695661"/>
</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-07T01:45:16.430937" elapsed="0.697685"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.137921" 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-07T01:45:17.128869" elapsed="0.010530"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:45:17.139590" elapsed="0.000314"/>
</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-07T01:45:16.429731" elapsed="0.710236"/>
</kw>
<status status="PASS" start="2026-05-07T01:45:16.426363" elapsed="0.713643"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:16.425996" elapsed="0.714045"/>
</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-07T01:45:17.140235" elapsed="0.000494"/>
</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-07T01:45:17.145160" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:45:17.145031" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:17.145007" elapsed="0.000232"/>
</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-07T01:45:17.148814" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:45:17.148686" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:17.148666" elapsed="0.000218"/>
</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-07T01:45:17.149014" elapsed="0.000443"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.149876" level="INFO">Logging into '10.30.171.33:8101' as 'karaf'.</msg>
<msg time="2026-05-07T01:45:17.362114" 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-07T01:45:17.149602" elapsed="0.212725"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.457153" 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-07T01:45:17.362653" elapsed="0.094608"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.463138" 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-07T01:45:17.463350" 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-07T01:45:17.457498" elapsed="0.005884"/>
</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-07T01:45:17.463528" elapsed="0.000300"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:45:17.463978" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:45:17.464711" 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-07T01:45:17.464353" elapsed="0.000437"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T01:45:17.464845" elapsed="0.000065"/>
</return>
<msg time="2026-05-07T01:45:17.465067" 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.33
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-07T01:45:17.148330" elapsed="0.316769"/>
</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-07T01:45:17.465249" elapsed="0.000585"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T01:45:17.465887" elapsed="0.000031"/>
</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-07T01:45:17.144705" elapsed="0.321311"/>
</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-07T01:45:17.470179" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:45:17.469993" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:17.469959" elapsed="0.000320"/>
</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-07T01:45:17.470461" elapsed="0.000642"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.472098" level="INFO">Logging into '10.30.171.33:8101' as 'karaf'.</msg>
<msg time="2026-05-07T01:45:17.643758" 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-07T01:45:17.471353" elapsed="0.172558"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.690736" 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-07T01:45:17.644158" elapsed="0.046656"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.693946" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-07T01:45:17.694062" 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-07T01:45:17.690965" elapsed="0.003127"/>
</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-07T01:45:17.694231" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:45:17.694580" elapsed="0.000234"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:45:17.695278" 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-07T01:45:17.694952" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-07T01:45:17.695380" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.33
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-07T01:45:17.469507" elapsed="0.226055"/>
</kw>
<status status="PASS" start="2026-05-07T01:45:15.529823" elapsed="2.165804"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:45:17.698659" 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-07T01:45:17.696569" elapsed="0.002198"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T01:45:17.700420" 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-07T01:45:17.700054" elapsed="0.000409"/>
</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-07T01:45:17.700821" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:45:17.700551" elapsed="0.000331"/>
</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-07T01:45:17.704065" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:45:17.703813" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:17.703793" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.704516" 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-07T01:45:17.704638" 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-07T01:45:17.704287" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:45:17.705282" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.127" 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-07T01:45:17.704828" elapsed="0.000515"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.705992" 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-07T01:45:17.705485" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:45:17.706965" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T01:45:17.707057" 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-07T01:45:17.706601" elapsed="0.000479"/>
</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-07T01:45:17.707223" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T01:45:17.708435" level="INFO">Logging into '10.30.171.127:22' as 'jenkins'.</msg>
<msg time="2026-05-07T01:45:18.064886" 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 Thu May  7 01:45:16 UTC 2026

  System load:  0.05               Processes:             109
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.127
  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: Thu May  7 01:45:17 2026 from 10.30.170.213
[?2004h[jenkins@releng-48317-712-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-07T01:45:17.708078" elapsed="0.357047"/>
</kw>
<msg time="2026-05-07T01:45:18.065224" 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-07T01:45:17.707712" elapsed="0.357615"/>
</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-07T01:45:17.706221" elapsed="0.359239"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T01:45:18.066518" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T01:55:24.180646" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T01:55:24.181412" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T01:55:24.181525" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T01:45:18.065794" elapsed="606.115804"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:55:24.182197" elapsed="0.000986"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.184467" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:23.274 16  switches: flows:  100478 101614 100625 100645 101382 99864 99699 102078 97764 102556 99678 96823 98613 97605 97016 99878  total = 26.605300 per ms 
01:47:23.374 16  switches: flows:  109586 109984 111532 109489 109645 111241 109947 110423 106248 108506 108124 106113 106314 108438 108389 105302  total = 28.939656 per ms 
01:48:23.475 16  switches: flows:  112429 111947 112602 109826 111876 110706 108917 112972 107131 110193 108099 108067 106927 110023 109670 108656  total = 29.285135 per ms 
01:49:23.576 16  switches: flows:  118504 118234 120385 115507 120040 118657 116706 119347 113678 118164 115118 114313 114726 118128 116996 113636  total = 31.150156 per ms 
01:50:23.678 16  switches: flows:  116572 114587 118473 112803 117901 112012 114864 116304 110055 116299 111955 111456 111752 113191 114633 109624  total = 30.323758 per ms 
01:51:23.778 16  switches: flows:  116228 114819 116528 111221 114047 111923 115517 115917 110188 114426 111725 110437 113994 112136 113836 110544  total = 30.174384 per ms 
01:52:23.879 16  switches: flows:  117881 115200 118101 114616 115614 114436 115164 118380 111997 116253 113905 112553 115102 115339 115405 112287  total = 30.652736 per ms 
01:53:23.979 16  switches: flows:  113546 112703 114937 111851 111996 113340 113450 113241 110623 112882 111248 108697 112226 112946 112112 109423  total = 29.870465 per ms 
01:54:24.080 16  switches: flows:  118593 120705 120638 118687 117002 118898 119126 118288 118795 119875 116497 114517 116212 118646 118836 118480  total = 31.510620 per ms 
01:55:24.181 16  switches: flows:  99500 98587 101165 98022 98619 98764 99031 97982 97166 96488 97572 94758 97461 99093 97736 97508  total = 26.113961 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26113.96/31510.62/29780.10/10040.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:55:24.183681" elapsed="0.001043"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T01:55:24.185182" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-05-07T01:55:24.184920" elapsed="0.000386"/>
</branch>
<status status="PASS" start="2026-05-07T01:55:24.184864" elapsed="0.000482"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T01:55:24.185490" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-07T01:55:24.185437" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-05-07T01:55:24.185413" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T01:55:24.185628" elapsed="0.000025"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T01:55:24.189505" elapsed="0.000542"/>
</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-07T01:55:24.190263" elapsed="0.000270"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T01:55:24.190718" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T01:55:24.186204" elapsed="0.004760"/>
</kw>
<msg time="2026-05-07T01:55:24.191155" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T01:45:17.701304" elapsed="606.489890"/>
</kw>
<status status="PASS" start="2026-05-07T01:45:17.700917" elapsed="606.490349"/>
</branch>
<status status="PASS" start="2026-05-07T01:45:17.700524" elapsed="606.490779"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.191985" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:23.274 16  switches: flows:  100478 101614 100625 100645 101382 99864 99699 102078 97764 102556 99678 96823 98613 97605 97016 99878  total = 26.605300 per ms 
01:47:23.374 16  switches: flows:  109586 109984 111532 109489 109645 111241 109947 110423 106248 108506 108124 106113 106314 108438 108389 105302  total = 28.939656 per ms 
01:48:23.475 16  switches: flows:  112429 111947 112602 109826 111876 110706 108917 112972 107131 110193 108099 108067 106927 110023 109670 108656  total = 29.285135 per ms 
01:49:23.576 16  switches: flows:  118504 118234 120385 115507 120040 118657 116706 119347 113678 118164 115118 114313 114726 118128 116996 113636  total = 31.150156 per ms 
01:50:23.678 16  switches: flows:  116572 114587 118473 112803 117901 112012 114864 116304 110055 116299 111955 111456 111752 113191 114633 109624  total = 30.323758 per ms 
01:51:23.778 16  switches: flows:  116228 114819 116528 111221 114047 111923 115517 115917 110188 114426 111725 110437 113994 112136 113836 110544  total = 30.174384 per ms 
01:52:23.879 16  switches: flows:  117881 115200 118101 114616 115614 114436 115164 118380 111997 116253 113905 112553 115102 115339 115405 112287  total = 30.652736 per ms 
01:53:23.979 16  switches: flows:  113546 112703 114937 111851 111996 113340 113450 113241 110623 112882 111248 108697 112226 112946 112112 109423  total = 29.870465 per ms 
01:54:24.080 16  switches: flows:  118593 120705 120638 118687 117002 118898 119126 118288 118795 119875 116497 114517 116212 118646 118836 118480  total = 31.510620 per ms 
01:55:24.181 16  switches: flows:  99500 98587 101165 98022 98619 98764 99031 97982 97166 96488 97572 94758 97461 99093 97736 97508  total = 26.113961 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26113.96/31510.62/29780.10/10040.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:55:24.191535" elapsed="0.000556"/>
</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-07T01:55:24.192319" elapsed="0.000628"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T01:55:24.193600" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T01:55:24.193762" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26113.96/31510.62/29780.10/10040.69 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-07T01:55:24.193233" elapsed="0.000571"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:55:24.194440" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26113.96/31510.62/29780.10/10040.69 | 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-07T01:55:24.194043" elapsed="0.000439"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.197559" 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-07T01:55:24.194699" elapsed="0.002919"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.200031" level="INFO">26113.96/31510.62/29780.10/10040.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:55:24.197785" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:55:24.202505" 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-07T01:55:24.200255" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T01:55:24.205068" level="INFO">@{result_value_list} = [ 26113.96 | 31510.62 | 29780.10 | 10040.69 ]</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-07T01:55:24.202774" elapsed="0.002323"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.205592" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T01:55:24.205685" 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-07T01:55:24.205262" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.210571" level="INFO">min :: 26113.96</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-07T01:55:24.206243" elapsed="0.004397"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T01:55:24.206100" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.215183" level="INFO">max :: 31510.62</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-07T01:55:24.210929" elapsed="0.004311"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T01:55:24.210799" elapsed="0.004476"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.219778" level="INFO">avg :: 29780.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:55:24.215525" elapsed="0.004317"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T01:55:24.215365" elapsed="0.004514"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.224350" level="INFO">stdev :: 10040.69</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T01:55:24.220108" elapsed="0.004301"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T01:55:24.219972" elapsed="0.004472"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T01:55:24.205829" elapsed="0.018649"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.228475" level="INFO">${min} = 26113.96</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-07T01:55:24.224645" elapsed="0.003857"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.232381" level="INFO">${max} = 31510.62</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-07T01:55:24.228659" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.236951" level="INFO">${average} = 29780.10</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-07T01:55:24.232560" elapsed="0.004418"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.240846" level="INFO">${stdev} = 10040.69</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-07T01:55:24.237130" elapsed="0.003743"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.241418" level="INFO">${date} = 2026-05-07 01:55:24</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-07T01:55:24.241038" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.242028" level="INFO">CBench Result: 2026-05-07 01:55:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26113.96,31510.62,29780.10,10040.69</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-07T01:55:24.241592" elapsed="0.000493"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T01:55:24.243337" 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-07T01:55:24.242838" elapsed="0.000598"/>
</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-07T01:55:24.243593" elapsed="0.000513"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T01:55:24.242300" elapsed="0.001875"/>
</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-07T01:45:17.699332" elapsed="606.544907"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.244731" 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-07T01:55:24.244397" elapsed="0.000407"/>
</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-07T01:55:24.245355" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-05-07T01:55:24.245047" elapsed="0.000647"/>
</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-07T01:45:17.695839" elapsed="606.549895"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.247234" 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-07T01:55:24.246853" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.248615" 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-07T01:55:24.248281" elapsed="0.000377"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-07T01:55:24.249054" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:55:24.248818" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-07T01:55:24.252092" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T01:55:24.251841" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-07T01:55:24.251822" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:55:24.252563" 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-07T01:55:24.252684" 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-07T01:55:24.252316" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.253279" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.33 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.127" 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-07T01:55:24.252861" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T01:55:24.253935" 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-07T01:55:24.253477" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T01:55:24.254899" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T01:55:24.254990" 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-07T01:55:24.254548" elapsed="0.000465"/>
</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-07T01:55:24.255157" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T01:55:24.256504" level="INFO">Logging into '10.30.171.127:22' as 'jenkins'.</msg>
<msg time="2026-05-07T01:55:24.874293" 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 Thu May  7 01:55:24 UTC 2026

  System load:  0.99               Processes:             105
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.127
  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: Thu May  7 01:45:18 2026 from 10.30.170.213
[?2004h[jenkins@releng-48317-712-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-07T01:55:24.256147" elapsed="0.618427"/>
</kw>
<msg time="2026-05-07T01:55:24.874692" 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-07T01:55:24.255799" elapsed="0.619028"/>
</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-07T01:55:24.254172" elapsed="0.620805"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T01:55:24.875766" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.33 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T02:05:30.941326" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T02:05:30.941794" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T02:05:30.941866" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33: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-07T01:55:24.875324" elapsed="606.066580"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T02:05:30.942263" elapsed="0.000544"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.943563" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:30.014 16  switches: flows:  528548 537588 511133 529547 523934 543640 515542 532289 509512 521735 539152 491766 520183 513627 527675 514384  total = 139.337583 per ms 
01:57:30.117 16  switches: flows:  544285 553637 550559 551237 554702 550051 547494 557761 551730 551202 562258 547768 548833 550152 547419 546411  total = 146.673648 per ms 
01:58:30.218 16  switches: flows:  539370 528830 548423 553885 547191 548884 548579 546062 557971 560064 545475 541366 538929 549160 536422 536973  total = 145.216155 per ms 
01:59:30.319 16  switches: flows:  612568 607692 615806 616880 614836 613458 613974 615324 615872 608792 626687 624601 616003 608734 617422 614601  total = 163.778756 per ms 
02:00:30.420 16  switches: flows:  645298 629569 637131 631674 636790 634038 633494 638167 628035 637064 633587 639704 631664 637388 632677 639144  total = 169.139382 per ms 
02:01:30.521 16  switches: flows:  631277 629632 631063 639366 640899 627106 640938 641734 631740 635168 632493 629626 631641 638468 632184 630852  total = 168.785183 per ms 
02:02:30.624 16  switches: flows:  649768 646688 642360 636617 649255 649869 641527 644495 643032 642102 649636 651637 645023 656463 644167 641651  total = 171.944817 per ms 
02:03:30.725 16  switches: flows:  656349 653078 648694 652836 647818 657484 644462 652649 652172 649851 649438 651786 653466 651476 652455 649884  total = 173.440718 per ms 
02:04:30.828 16  switches: flows:  625314 632268 630439 619481 633365 627600 633116 625723 633883 615214 627393 627269 611110 631948 625749 615843  total = 166.644205 per ms 
02:05:30.931 16  switches: flows:  631298 632380 618941 640573 635661 636047 619165 621214 631604 615821 623372 614525 628400 604943 629514 633351  total = 166.666137 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145216.16/173440.72/163587.67/55405.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:05:30.943057" elapsed="0.000769"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T02:05:30.944159" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-05-07T02:05:30.943950" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-05-07T02:05:30.943914" elapsed="0.000392"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T02:05:30.944441" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-07T02:05:30.944388" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-05-07T02:05:30.944365" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T02:05:30.944577" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-07T02:05:30.948328" elapsed="0.000598"/>
</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-07T02:05:30.949196" elapsed="0.000298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T02:05:30.949691" elapsed="0.000175"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T02:05:30.945184" elapsed="0.004759"/>
</kw>
<msg time="2026-05-07T02:05:30.950123" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33: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-07T01:55:24.249469" elapsed="606.700692"/>
</kw>
<status status="PASS" start="2026-05-07T01:55:24.249141" elapsed="606.701099"/>
</branch>
<status status="PASS" start="2026-05-07T01:55:24.248791" elapsed="606.701483"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.950928" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:30.014 16  switches: flows:  528548 537588 511133 529547 523934 543640 515542 532289 509512 521735 539152 491766 520183 513627 527675 514384  total = 139.337583 per ms 
01:57:30.117 16  switches: flows:  544285 553637 550559 551237 554702 550051 547494 557761 551730 551202 562258 547768 548833 550152 547419 546411  total = 146.673648 per ms 
01:58:30.218 16  switches: flows:  539370 528830 548423 553885 547191 548884 548579 546062 557971 560064 545475 541366 538929 549160 536422 536973  total = 145.216155 per ms 
01:59:30.319 16  switches: flows:  612568 607692 615806 616880 614836 613458 613974 615324 615872 608792 626687 624601 616003 608734 617422 614601  total = 163.778756 per ms 
02:00:30.420 16  switches: flows:  645298 629569 637131 631674 636790 634038 633494 638167 628035 637064 633587 639704 631664 637388 632677 639144  total = 169.139382 per ms 
02:01:30.521 16  switches: flows:  631277 629632 631063 639366 640899 627106 640938 641734 631740 635168 632493 629626 631641 638468 632184 630852  total = 168.785183 per ms 
02:02:30.624 16  switches: flows:  649768 646688 642360 636617 649255 649869 641527 644495 643032 642102 649636 651637 645023 656463 644167 641651  total = 171.944817 per ms 
02:03:30.725 16  switches: flows:  656349 653078 648694 652836 647818 657484 644462 652649 652172 649851 649438 651786 653466 651476 652455 649884  total = 173.440718 per ms 
02:04:30.828 16  switches: flows:  625314 632268 630439 619481 633365 627600 633116 625723 633883 615214 627393 627269 611110 631948 625749 615843  total = 166.644205 per ms 
02:05:30.931 16  switches: flows:  631298 632380 618941 640573 635661 636047 619165 621214 631604 615821 623372 614525 628400 604943 629514 633351  total = 166.666137 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 145216.16/173440.72/163587.67/55405.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:05:30.950470" elapsed="0.000573"/>
</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-07T02:05:30.951263" elapsed="0.000552"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T02:05:30.952348" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T02:05:30.952474" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 145216.16/173440.72/163587.67/55405.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-07T02:05:30.952039" elapsed="0.000470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T02:05:30.953232" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 145216.16/173440.72/163587.67/55405.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-07T02:05:30.952756" elapsed="0.000515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.955805" 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-07T02:05:30.953486" elapsed="0.002376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.958247" level="INFO">145216.16/173440.72/163587.67/55405.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:05:30.956008" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T02:05:30.960680" 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-07T02:05:30.958453" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T02:05:30.963251" level="INFO">@{result_value_list} = [ 145216.16 | 173440.72 | 163587.67 | 55405.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-07T02:05:30.960913" elapsed="0.002368"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.963768" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T02:05:30.963861" 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-07T02:05:30.963439" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.968749" level="INFO">min :: 145216.16</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-07T02:05:30.964283" elapsed="0.004526"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T02:05:30.964152" elapsed="0.004693"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.973816" level="INFO">max :: 173440.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:05:30.969127" elapsed="0.004748"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T02:05:30.968936" elapsed="0.004975"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.978587" level="INFO">avg :: 163587.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:05:30.974131" elapsed="0.004522"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T02:05:30.974002" elapsed="0.004687"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.983316" level="INFO">stdev :: 55405.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-07T02:05:30.978941" elapsed="0.004432"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T02:05:30.978793" elapsed="0.004616"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T02:05:30.963959" elapsed="0.019483"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.987727" level="INFO">${min} = 145216.16</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-07T02:05:30.983600" elapsed="0.004176"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.991725" level="INFO">${max} = 173440.72</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-07T02:05:30.987934" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.995809" level="INFO">${average} = 163587.67</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-07T02:05:30.991927" elapsed="0.003910"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:05:30.999836" level="INFO">${stdev} = 55405.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-07T02:05:30.996003" elapsed="0.003860"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.000399" level="INFO">${date} = 2026-05-07 02:05:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-07T02:05:31.000025" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.001029" level="INFO">CBench Result: 2026-05-07 02:05:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,145216.16,173440.72,163587.67,55405.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-07T02:05:31.000573" elapsed="0.000517"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T02:05:31.002157" 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-07T02:05:31.001714" elapsed="0.000522"/>
</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-07T02:05:31.002408" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T02:05:31.001240" elapsed="0.001739"/>
</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-07T01:55:24.247676" elapsed="606.755374"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.003531" 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-07T02:05:31.003208" elapsed="0.000382"/>
</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-07T02:05:31.004146" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-05-07T02:05:31.003824" elapsed="0.000689"/>
</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-07T01:55:24.246246" elapsed="606.758305"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.005990" 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-07T02:05:31.005573" elapsed="0.000474"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.007323" 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-07T02:05:31.006983" elapsed="0.000383"/>
</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-07T02:05:31.007709" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-07T02:05:31.007489" elapsed="0.000309"/>
</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-07T02:05:31.010813" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-07T02:05:31.010549" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-05-07T02:05:31.010530" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-07T02:05:31.011211" 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-07T02:05:31.011328" 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-07T02:05:31.011023" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.011965" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.127" 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-07T02:05:31.011489" elapsed="0.000543"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-07T02:05:31.012581" 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-07T02:05:31.012172" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T02:05:31.013756" level="INFO">Length is 0.</msg>
<msg time="2026-05-07T02:05:31.013855" 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-07T02:05:31.013274" elapsed="0.000605"/>
</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-07T02:05:31.014036" elapsed="0.000386"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-07T02:05:31.015382" level="INFO">Logging into '10.30.171.127:22' as 'jenkins'.</msg>
<msg time="2026-05-07T02:05:31.620366" 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 Thu May  7 02:05:31 UTC 2026

  System load:  0.34               Processes:             104
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.127
  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: Thu May  7 01:55:24 2026 from 10.30.170.213
[?2004h[jenkins@releng-48317-712-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-07T02:05:31.015004" elapsed="0.605559"/>
</kw>
<msg time="2026-05-07T02:05:31.620650" 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-07T02:05:31.014617" elapsed="0.606107"/>
</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-07T02:05:31.012825" elapsed="0.608022"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-07T02:05:31.621392" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.33 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-07T02:15:37.684290" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-07T02:15:37.685016" level="INFO">${stdout} = </msg>
<msg time="2026-05-07T02:15:37.685130" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-07T02:05:31.621054" elapsed="606.064134"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T02:15:37.685691" elapsed="0.000863"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.687712" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:36.771 16  switches: flows:  105211 104296 104485 105214 103978 104935 104432 105638 103373 104490 105418 103078 101749 102667 104281 103202  total = 27.774117 per ms 
02:07:36.873 16  switches: flows:  123918 122853 122723 123375 123408 123634 123840 124404 124219 122081 124051 120595 121462 122059 120312 121328  total = 32.682235 per ms 
02:08:36.973 16  switches: flows:  122578 122528 121787 122987 121445 120198 122581 122961 122785 121312 123673 119121 120047 122127 119835 119547  total = 32.371149 per ms 
02:09:37.074 16  switches: flows:  123145 121479 122035 124221 122455 121336 124828 123792 123691 121453 124370 120736 121415 123227 120148 119600  total = 32.577739 per ms 
02:10:37.174 16  switches: flows:  122046 122080 122643 123109 122551 121508 125067 123976 122480 121503 124826 119893 120002 122426 120255 120528  total = 32.527105 per ms 
02:11:37.275 16  switches: flows:  121574 122576 121809 123153 123502 121557 125238 122841 122319 121424 122333 121241 120489 122502 119944 118966  total = 32.470196 per ms 
02:12:37.375 16  switches: flows:  123625 122629 122832 123075 123105 120921 124595 123662 123036 120858 125219 121313 119276 121806 120235 119669  total = 32.543213 per ms 
02:13:37.475 16  switches: flows:  121018 121654 121886 124287 121572 120396 124084 123860 122214 120911 123374 120638 118070 122102 120317 121142  total = 32.404604 per ms 
02:14:37.576 16  switches: flows:  121903 121864 120072 122387 120859 120213 124151 122199 121348 121155 122789 119644 117348 121231 117690 119616  total = 32.187387 per ms 
02:15:37.676 16  switches: flows:  125187 123707 123830 124113 123952 122657 125554 126154 124728 121854 123320 123223 120241 123071 122097 122163  total = 32.875927 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32187.39/32875.93/32515.51/10840.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:15:37.686965" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-07T02:15:37.688575" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-07T02:15:37.688269" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-05-07T02:15:37.688217" elapsed="0.000605"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-07T02:15:37.689055" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-07T02:15:37.688973" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-07T02:15:37.688937" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-07T02:15:37.689260" elapsed="0.000028"/>
</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-07T02:15:37.694507" elapsed="0.000363"/>
</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-07T02:15:37.695021" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-07T02:15:37.695331" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-07T02:15:37.690104" elapsed="0.005381"/>
</kw>
<msg time="2026-05-07T02:15:37.695615" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-07T02:05:31.008174" elapsed="606.687469"/>
</kw>
<status status="PASS" start="2026-05-07T02:05:31.007824" elapsed="606.687869"/>
</branch>
<status status="PASS" start="2026-05-07T02:05:31.007456" elapsed="606.688261"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.696179" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.33: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.33. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:36.771 16  switches: flows:  105211 104296 104485 105214 103978 104935 104432 105638 103373 104490 105418 103078 101749 102667 104281 103202  total = 27.774117 per ms 
02:07:36.873 16  switches: flows:  123918 122853 122723 123375 123408 123634 123840 124404 124219 122081 124051 120595 121462 122059 120312 121328  total = 32.682235 per ms 
02:08:36.973 16  switches: flows:  122578 122528 121787 122987 121445 120198 122581 122961 122785 121312 123673 119121 120047 122127 119835 119547  total = 32.371149 per ms 
02:09:37.074 16  switches: flows:  123145 121479 122035 124221 122455 121336 124828 123792 123691 121453 124370 120736 121415 123227 120148 119600  total = 32.577739 per ms 
02:10:37.174 16  switches: flows:  122046 122080 122643 123109 122551 121508 125067 123976 122480 121503 124826 119893 120002 122426 120255 120528  total = 32.527105 per ms 
02:11:37.275 16  switches: flows:  121574 122576 121809 123153 123502 121557 125238 122841 122319 121424 122333 121241 120489 122502 119944 118966  total = 32.470196 per ms 
02:12:37.375 16  switches: flows:  123625 122629 122832 123075 123105 120921 124595 123662 123036 120858 125219 121313 119276 121806 120235 119669  total = 32.543213 per ms 
02:13:37.475 16  switches: flows:  121018 121654 121886 124287 121572 120396 124084 123860 122214 120911 123374 120638 118070 122102 120317 121142  total = 32.404604 per ms 
02:14:37.576 16  switches: flows:  121903 121864 120072 122387 120859 120213 124151 122199 121348 121155 122789 119644 117348 121231 117690 119616  total = 32.187387 per ms 
02:15:37.676 16  switches: flows:  125187 123707 123830 124113 123952 122657 125554 126154 124728 121854 123320 123223 120241 123071 122097 122163  total = 32.875927 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32187.39/32875.93/32515.51/10840.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:15:37.695880" elapsed="0.000372"/>
</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-07T02:15:37.696402" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-07T02:15:37.697248" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-07T02:15:37.697352" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32187.39/32875.93/32515.51/10840.07 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-07T02:15:37.697009" elapsed="0.000387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T02:15:37.697899" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32187.39/32875.93/32515.51/10840.07 | 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-07T02:15:37.697557" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.700886" 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-07T02:15:37.698117" elapsed="0.002857"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.703647" level="INFO">32187.39/32875.93/32515.51/10840.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:15:37.701149" elapsed="0.002556"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T02:15:37.706164" 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-07T02:15:37.703876" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-07T02:15:37.708844" level="INFO">@{result_value_list} = [ 32187.39 | 32875.93 | 32515.51 | 10840.07 ]</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-07T02:15:37.706407" elapsed="0.002515"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.709489" level="INFO">Length is 4.</msg>
<msg time="2026-05-07T02:15:37.709590" 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-07T02:15:37.709122" elapsed="0.000493"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.714483" level="INFO">min :: 32187.39</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-07T02:15:37.710068" elapsed="0.004473"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-07T02:15:37.709932" elapsed="0.004646"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.719194" level="INFO">max :: 32875.93</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-07T02:15:37.714811" elapsed="0.004453"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-07T02:15:37.714669" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.723940" level="INFO">avg :: 32515.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:15:37.719562" elapsed="0.004436"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-07T02:15:37.719415" elapsed="0.004618"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.728907" level="INFO">stdev :: 10840.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-07T02:15:37.724248" elapsed="0.004750"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-07T02:15:37.724121" elapsed="0.004923"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-07T02:15:37.709705" elapsed="0.019378"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.733278" level="INFO">${min} = 32187.39</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-07T02:15:37.729267" elapsed="0.004046"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.737703" level="INFO">${max} = 32875.93</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-07T02:15:37.733515" elapsed="0.004216"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.741806" level="INFO">${average} = 32515.51</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-07T02:15:37.737923" elapsed="0.003922"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.745834" level="INFO">${stdev} = 10840.07</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-07T02:15:37.742014" elapsed="0.003848"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.746439" level="INFO">${date} = 2026-05-07 02:15:37</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-07T02:15:37.746050" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.747313" level="INFO">CBench Result: 2026-05-07 02:15:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32187.39,32875.93,32515.51,10840.07</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-07T02:15:37.746614" elapsed="0.000772"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-07T02:15:37.748779" 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-07T02:15:37.748180" elapsed="0.000687"/>
</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-07T02:15:37.749109" elapsed="0.000563"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-07T02:15:37.747596" elapsed="0.002165"/>
</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-07T02:05:31.006374" elapsed="606.743453"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.750301" 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-07T02:15:37.749980" elapsed="0.000379"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-07T02:15:37.751623" 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-07T02:15:37.751137" elapsed="0.000513"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-07T02:15:37.751925" elapsed="0.000038"/>
</return>
<status status="PASS" start="2026-05-07T02:15:37.751764" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-05-07T02:15:37.751724" elapsed="0.000299"/>
</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-07T02:15:37.752172" elapsed="0.000023"/>
</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-07T02:15:37.752330" 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-07T02:15:37.752490" 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-07T02:15:37.752703" 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-07T02:15:37.752874" elapsed="0.000050"/>
</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-07T02:15:37.753097" elapsed="0.000023"/>
</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-07T02:15:37.753249" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-07T02:15:37.753513" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-07T02:15:37.753332" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-05-07T02:15:37.753315" elapsed="0.000281"/>
</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-07T02:15:37.750782" elapsed="0.002868"/>
</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-07T02:05:31.004874" elapsed="606.748825"/>
</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-07T01:45:14.978072" elapsed="1822.776251"/>
</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>
