<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-27T07:06:11.512956" 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-27T07:06:12.089463" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:06:12.089311" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:12.089281" elapsed="0.000284"/>
</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-27T07:06:12.089711" elapsed="0.000525"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-27T07:06:12.090713" level="INFO">Logging into '10.30.171.205:8101' as 'karaf'.</msg>
<msg time="2026-05-27T07:06:12.920507" 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-27T07:06:12.090416" elapsed="0.830260"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-27T07:06:12.969874" 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-27T07:06:12.920956" elapsed="0.049056"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-27T07:06:12.972053" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-27T07:06:12.972162" 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-27T07:06:12.970286" elapsed="0.001907"/>
</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-27T07:06:12.972365" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:06:12.972747" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:06:12.973507" 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-27T07:06:12.973159" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-27T07:06:12.973614" elapsed="0.000049"/>
</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.205
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-27T07:06:12.088916" elapsed="0.884864"/>
</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-27T07:06:12.085262" elapsed="0.888582"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-27T07:06:12.974427" 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-27T07:06:12.974028" elapsed="0.000457"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-27T07:06:12.974924" 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-27T07:06:12.974639" elapsed="0.000343"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-27T07:06:12.975603" 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-27T07:06:12.975156" elapsed="0.000475"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-27T07:06:12.976130" 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-27T07:06:12.975797" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-27T07:06:12.976741" 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-27T07:06:12.976334" elapsed="0.000434"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-27T07:06:12.977257" 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-27T07:06:12.976925" elapsed="0.000375"/>
</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-27T07:06:12.977605" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:06:12.977388" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:06:12.982248" 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-27T07:06:12.981794" elapsed="0.000483"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-27T07:06:12.983349" level="INFO">Length is 0.</msg>
<msg time="2026-05-27T07:06:12.983433" 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-27T07:06:12.982842" elapsed="0.000616"/>
</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-27T07:06:12.983604" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-27T07:06:12.985002" level="INFO">Logging into '10.30.171.237:22' as 'jenkins'.</msg>
<msg time="2026-05-27T07:06:13.726193" 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 Wed May 27 07:06:13 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.237
  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-731-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-27T07:06:12.984476" elapsed="0.741916"/>
</kw>
<msg time="2026-05-27T07:06:13.726488" 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-27T07:06:12.984110" elapsed="0.742473"/>
</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-27T07:06:12.982487" elapsed="0.744218"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-27T07:06:13.734629" 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-27T07:06:13.726914" elapsed="0.010010"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:06:13.737187" elapsed="0.000437"/>
</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-27T07:06:12.981264" elapsed="0.756465"/>
</kw>
<status status="PASS" start="2026-05-27T07:06:12.977888" elapsed="0.759901"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:12.977362" elapsed="0.760477"/>
</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-27T07:06:13.738066" elapsed="0.000730"/>
</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-27T07:06:13.744987" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:06:13.744812" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:13.744779" elapsed="0.000317"/>
</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-27T07:06:13.749872" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:06:13.749756" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:13.749736" elapsed="0.000207"/>
</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-27T07:06:13.750077" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-27T07:06:13.750951" level="INFO">Logging into '10.30.171.205:8101' as 'karaf'.</msg>
<msg time="2026-05-27T07:06:13.954139" 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-27T07:06:13.750686" elapsed="0.203629"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.050555" 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-27T07:06:13.954580" elapsed="0.096146"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.067147" 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-27T07:06:14.067395" 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-27T07:06:14.050954" elapsed="0.016474"/>
</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-27T07:06:14.067573" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:06:14.067922" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:06:14.068705" 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-27T07:06:14.068373" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-27T07:06:14.068812" elapsed="0.000050"/>
</return>
<msg time="2026-05-27T07:06:14.069017" 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.205
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-27T07:06:13.749390" elapsed="0.319659"/>
</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-27T07:06:14.069195" elapsed="0.000565"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-27T07:06:14.069812" elapsed="0.000032"/>
</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-27T07:06:13.744353" elapsed="0.325591"/>
</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-27T07:06:14.073714" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:06:14.073578" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:14.073554" elapsed="0.000232"/>
</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-27T07:06:14.073916" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.074784" level="INFO">Logging into '10.30.171.205:8101' as 'karaf'.</msg>
<msg time="2026-05-27T07:06:14.244199" 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-27T07:06:14.074525" elapsed="0.169794"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.269006" 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-27T07:06:14.244494" elapsed="0.024773"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.272455" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-27T07:06:14.272627" 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-27T07:06:14.269626" elapsed="0.003047"/>
</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-27T07:06:14.272914" elapsed="0.000436"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:06:14.273558" elapsed="0.000461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:06:14.275120" 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-27T07:06:14.274422" elapsed="0.000859"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-27T07:06:14.275439" elapsed="0.000127"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.205
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-27T07:06:14.073210" elapsed="0.202625"/>
</kw>
<status status="PASS" start="2026-05-27T07:06:12.083296" elapsed="2.192775"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:06:14.279663" 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-27T07:06:14.278382" elapsed="0.001352"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-27T07:06:14.281345" 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-27T07:06:14.280955" elapsed="0.000435"/>
</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-27T07:06:14.281728" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:06:14.281477" elapsed="0.000334"/>
</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-27T07:06:14.284949" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:06:14.284685" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:14.284665" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.285448" 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-27T07:06:14.285623" 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-27T07:06:14.285172" elapsed="0.000489"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:06:14.286417" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.205 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.237" 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-27T07:06:14.285885" elapsed="0.000603"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.287207" 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-27T07:06:14.286654" elapsed="0.000599"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-27T07:06:14.288392" level="INFO">Length is 0.</msg>
<msg time="2026-05-27T07:06:14.288490" 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-27T07:06:14.287964" elapsed="0.000553"/>
</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-27T07:06:14.288704" elapsed="0.000419"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.290273" level="INFO">Logging into '10.30.171.237:22' as 'jenkins'.</msg>
<msg time="2026-05-27T07:06:14.624518" 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 Wed May 27 07:06:13 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.237
  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: Wed May 27 07:06:13 2026 from 10.30.170.250
[?2004h[jenkins@releng-48317-731-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-27T07:06:14.289764" elapsed="0.334951"/>
</kw>
<msg time="2026-05-27T07:06:14.624803" 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-27T07:06:14.289339" elapsed="0.335553"/>
</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-27T07:06:14.287523" elapsed="0.337490"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-27T07:06:14.625782" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.205 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-27T07:16:20.747557" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-27T07:16:20.748786" level="INFO">${stdout} = </msg>
<msg time="2026-05-27T07:16:20.748893" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-27T07:06:14.625246" elapsed="606.123705"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:16:20.749460" elapsed="0.000828"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.751324" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:07:19.821 16  switches: flows:  106432 105009 106828 103783 105834 104521 103897 99995 100165 100383 102286 99562 100996 100396 101307 98699  total = 27.334883 per ms 
07:08:19.923 16  switches: flows:  118645 118436 118886 115957 117664 115225 116075 112824 113314 112265 112649 112448 113552 111990 114406 111705  total = 30.549681 per ms 
07:09:20.024 16  switches: flows:  115756 115873 117265 114458 115774 114544 114118 110497 110575 109267 110824 109736 110473 108819 112795 110947  total = 29.978662 per ms 
07:10:20.124 16  switches: flows:  112594 112973 111514 110469 111514 110026 111056 106426 106198 107328 108072 106291 106770 104955 106542 105488  total = 28.921971 per ms 
07:11:20.226 16  switches: flows:  120298 121150 121110 121085 121212 119058 121223 115941 115903 116023 117280 112593 116622 113566 114271 114576  total = 31.312842 per ms 
07:12:20.327 16  switches: flows:  117805 118478 118194 114903 115935 115335 117099 111498 112021 112626 112836 109622 113615 112225 111306 113038  total = 30.391492 per ms 
07:13:20.428 16  switches: flows:  119671 118709 118814 117140 117137 116733 118612 112902 114181 115180 114273 112852 114556 112978 112318 113309  total = 30.771334 per ms 
07:14:20.529 16  switches: flows:  119691 118483 118385 116143 117248 115995 118792 112676 112932 115041 113755 111078 113565 112079 113759 113313  total = 30.664350 per ms 
07:15:20.632 16  switches: flows:  119217 118340 118818 116301 117486 117821 119188 114837 113684 114551 114272 113437 115677 113804 111507 112942  total = 30.812422 per ms 
07:16:20.733 16  switches: flows:  115740 116236 115581 112331 115315 113152 115011 110736 108445 111011 111041 109385 111381 107669 108730 110085  total = 29.814338 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28921.97/31312.84/30357.45/10140.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:16:20.750627" elapsed="0.000996"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-27T07:16:20.752078" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-05-27T07:16:20.751808" elapsed="0.000378"/>
</branch>
<status status="PASS" start="2026-05-27T07:16:20.751754" elapsed="0.000491"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-27T07:16:20.752391" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:16:20.752337" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-05-27T07:16:20.752314" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-27T07:16:20.752526" 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-27T07:16:20.757602" elapsed="0.000743"/>
</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-27T07:16:20.758659" elapsed="0.000404"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:16:20.759364" elapsed="0.000222"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-27T07:16:20.752993" elapsed="0.006707"/>
</kw>
<msg time="2026-05-27T07:16:20.759897" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-27T07:06:14.282191" elapsed="606.477746"/>
</kw>
<status status="PASS" start="2026-05-27T07:06:14.281849" elapsed="606.478160"/>
</branch>
<status status="PASS" start="2026-05-27T07:06:14.281451" elapsed="606.478600"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.760750" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:07:19.821 16  switches: flows:  106432 105009 106828 103783 105834 104521 103897 99995 100165 100383 102286 99562 100996 100396 101307 98699  total = 27.334883 per ms 
07:08:19.923 16  switches: flows:  118645 118436 118886 115957 117664 115225 116075 112824 113314 112265 112649 112448 113552 111990 114406 111705  total = 30.549681 per ms 
07:09:20.024 16  switches: flows:  115756 115873 117265 114458 115774 114544 114118 110497 110575 109267 110824 109736 110473 108819 112795 110947  total = 29.978662 per ms 
07:10:20.124 16  switches: flows:  112594 112973 111514 110469 111514 110026 111056 106426 106198 107328 108072 106291 106770 104955 106542 105488  total = 28.921971 per ms 
07:11:20.226 16  switches: flows:  120298 121150 121110 121085 121212 119058 121223 115941 115903 116023 117280 112593 116622 113566 114271 114576  total = 31.312842 per ms 
07:12:20.327 16  switches: flows:  117805 118478 118194 114903 115935 115335 117099 111498 112021 112626 112836 109622 113615 112225 111306 113038  total = 30.391492 per ms 
07:13:20.428 16  switches: flows:  119671 118709 118814 117140 117137 116733 118612 112902 114181 115180 114273 112852 114556 112978 112318 113309  total = 30.771334 per ms 
07:14:20.529 16  switches: flows:  119691 118483 118385 116143 117248 115995 118792 112676 112932 115041 113755 111078 113565 112079 113759 113313  total = 30.664350 per ms 
07:15:20.632 16  switches: flows:  119217 118340 118818 116301 117486 117821 119188 114837 113684 114551 114272 113437 115677 113804 111507 112942  total = 30.812422 per ms 
07:16:20.733 16  switches: flows:  115740 116236 115581 112331 115315 113152 115011 110736 108445 111011 111041 109385 111381 107669 108730 110085  total = 29.814338 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28921.97/31312.84/30357.45/10140.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:16:20.760292" elapsed="0.000569"/>
</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-27T07:16:20.761074" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-27T07:16:20.762221" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-27T07:16:20.762376" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28921.97/31312.84/30357.45/10140.66 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-27T07:16:20.761869" elapsed="0.000545"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-27T07:16:20.763069" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28921.97/31312.84/30357.45/10140.66 | 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-27T07:16:20.762640" elapsed="0.000471"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.765983" 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-27T07:16:20.763349" elapsed="0.002699"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.768514" level="INFO">28921.97/31312.84/30357.45/10140.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:16:20.766204" elapsed="0.002373"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-27T07:16:20.771180" 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-27T07:16:20.768734" elapsed="0.002484"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-27T07:16:20.774365" level="INFO">@{result_value_list} = [ 28921.97 | 31312.84 | 30357.45 | 10140.66 ]</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-27T07:16:20.771528" elapsed="0.002877"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.775100" level="INFO">Length is 4.</msg>
<msg time="2026-05-27T07:16:20.775194" 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-27T07:16:20.774646" elapsed="0.000572"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.780556" level="INFO">min :: 28921.97</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-27T07:16:20.775699" elapsed="0.004928"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-27T07:16:20.775558" elapsed="0.005114"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.785990" level="INFO">max :: 31312.84</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-27T07:16:20.780954" elapsed="0.005095"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-27T07:16:20.780790" elapsed="0.005295"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.791613" level="INFO">avg :: 30357.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:16:20.786325" elapsed="0.005348"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-27T07:16:20.786176" elapsed="0.005533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.796359" level="INFO">stdev :: 10140.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:16:20.791933" elapsed="0.004483"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-27T07:16:20.791804" elapsed="0.004647"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-27T07:16:20.775320" elapsed="0.021168"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.801658" level="INFO">${min} = 28921.97</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-27T07:16:20.796668" elapsed="0.005036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.806852" level="INFO">${max} = 31312.84</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-27T07:16:20.801924" elapsed="0.004962"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.812532" level="INFO">${average} = 30357.45</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-27T07:16:20.807139" elapsed="0.005432"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.817782" level="INFO">${stdev} = 10140.66</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-27T07:16:20.812795" elapsed="0.005027"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.818604" level="INFO">${date} = 2026-05-27 07:16:20</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-27T07:16:20.818064" elapsed="0.000569"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.819538" level="INFO">CBench Result: 2026-05-27 07:16:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28921.97,31312.84,30357.45,10140.66</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-27T07:16:20.818850" elapsed="0.000780"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-27T07:16:20.821137" 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-27T07:16:20.820517" elapsed="0.000739"/>
</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-27T07:16:20.821469" elapsed="0.000580"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-27T07:16:20.819830" elapsed="0.002318"/>
</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-27T07:06:14.280286" elapsed="606.541979"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.822978" 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-27T07:16:20.822496" elapsed="0.000588"/>
</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-27T07:16:20.823800" elapsed="0.000402"/>
</kw>
<status status="PASS" start="2026-05-27T07:16:20.823391" elapsed="0.000936"/>
</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-27T07:06:14.276441" elapsed="606.547943"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.826272" 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-27T07:16:20.825838" elapsed="0.000497"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.827797" 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-27T07:16:20.827436" elapsed="0.000408"/>
</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-27T07:16:20.828270" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:16:20.827995" elapsed="0.000347"/>
</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-27T07:16:20.832430" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:16:20.832139" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-05-27T07:16:20.832117" elapsed="0.000398"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:16:20.832884" 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-27T07:16:20.833009" 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-27T07:16:20.832662" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.833624" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.205 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.237" 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-27T07:16:20.833172" elapsed="0.000518"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:16:20.834489" 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-27T07:16:20.833872" elapsed="0.000656"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-27T07:16:20.835873" level="INFO">Length is 0.</msg>
<msg time="2026-05-27T07:16:20.836002" 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-27T07:16:20.835414" elapsed="0.000625"/>
</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-27T07:16:20.836263" elapsed="0.000482"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-27T07:16:20.837993" level="INFO">Logging into '10.30.171.237:22' as 'jenkins'.</msg>
<msg time="2026-05-27T07:16:21.469594" 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 Wed May 27 07:16:21 UTC 2026

  System load:  1.06               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.237
  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: Wed May 27 07:06:14 2026 from 10.30.170.250
[?2004h[jenkins@releng-48317-731-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-27T07:16:20.837464" elapsed="0.632336"/>
</kw>
<msg time="2026-05-27T07:16:21.469892" 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-27T07:16:20.836966" elapsed="0.633017"/>
</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-27T07:16:20.834831" elapsed="0.635267"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-27T07:16:21.470654" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.205 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-27T07:25:41.504972" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-05-27T07:25:41.505464" level="INFO">${stdout} = </msg>
<msg time="2026-05-27T07:25:41.505551" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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-27T07:16:21.470347" elapsed="560.035243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:25:41.505932" elapsed="0.000656"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.507857" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:17:26.601 16  switches: flows:  544371 545699 537679 549114 538210 555336 555737 536700 532265 537567 515093 560531 534326 519478 537392 531279  total = 143.846283 per ms 
07:18:26.703 16  switches: flows:  462408 448254 452850 449948 446723 445813 501799 463537 474697 505618 416047 436770 451766 494657 433260 483093  total = 122.581494 per ms 
07:19:32.993 16  switches: flows:  530814 518626 519340 530320 529383 529144 523533 519087 521609 527738 532739 527469 531313 518455 522885 530702  total = 126.914617 per ms 
07:20:33.094 16  switches: flows:  417374 542136 528104 585301 592688 410291 517294 541850 546452 378849 405482 598795 582344 558939 604064 531597  total = 138.792332 per ms 
07:21:36.822 16  switches: flows:  628552 624157 627744 628412 624098 627402 626966 624864 618820 632152 620230 636612 630174 626718 636029 625349  total = 157.520038 per ms 
07:22:36.924 16  switches: flows:  577260 596706 574806 605004 531046 596402 600885 574609 578157 577269 598675 577016 584093 580854 276103 598396  total = 150.200152 per ms 
07:23:37.026 16  switches: flows:  488545 503280 477875 519292 517119 448720 515968 502388 448671 515086 521647 457222 512296 456754 498449 503150  total = 131.219854 per ms 
07:24:37.128 16  switches: flows:  292551 487476 446943 558644 332123 464652 377489 448833 262737 259618 344778 267405 340436 408030 258595 399497  total = 98.996013 per ms 
07:25:37.710 16  switches: flows:  523987 516312 273008 564287 179680 339733 334892 319229 377238 324960 524657 315850 319330 323926 474210 307635  total = 99.353100 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:25:41.507001" elapsed="0.001257"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-27T07:25:41.508833" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-05-27T07:25:41.508498" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-05-27T07:25:41.508425" elapsed="0.000649"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-27T07:25:41.509418" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:25:41.509327" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-05-27T07:25:41.509283" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-27T07:25:41.509644" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-27T07:25:41.515470" elapsed="0.000862"/>
</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-27T07:25:41.516708" elapsed="0.000463"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:25:41.517373" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-27T07:25:41.510424" elapsed="0.007113"/>
</kw>
<msg time="2026-05-27T07:25:41.517681" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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-27T07:16:20.828767" elapsed="560.688942"/>
</kw>
<status status="PASS" start="2026-05-27T07:16:20.828371" elapsed="560.689389"/>
</branch>
<status status="PASS" start="2026-05-27T07:16:20.827968" elapsed="560.689816"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.518246" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:17:26.601 16  switches: flows:  544371 545699 537679 549114 538210 555336 555737 536700 532265 537567 515093 560531 534326 519478 537392 531279  total = 143.846283 per ms 
07:18:26.703 16  switches: flows:  462408 448254 452850 449948 446723 445813 501799 463537 474697 505618 416047 436770 451766 494657 433260 483093  total = 122.581494 per ms 
07:19:32.993 16  switches: flows:  530814 518626 519340 530320 529383 529144 523533 519087 521609 527738 532739 527469 531313 518455 522885 530702  total = 126.914617 per ms 
07:20:33.094 16  switches: flows:  417374 542136 528104 585301 592688 410291 517294 541850 546452 378849 405482 598795 582344 558939 604064 531597  total = 138.792332 per ms 
07:21:36.822 16  switches: flows:  628552 624157 627744 628412 624098 627402 626966 624864 618820 632152 620230 636612 630174 626718 636029 625349  total = 157.520038 per ms 
07:22:36.924 16  switches: flows:  577260 596706 574806 605004 531046 596402 600885 574609 578157 577269 598675 577016 584093 580854 276103 598396  total = 150.200152 per ms 
07:23:37.026 16  switches: flows:  488545 503280 477875 519292 517119 448720 515968 502388 448671 515086 521647 457222 512296 456754 498449 503150  total = 131.219854 per ms 
07:24:37.128 16  switches: flows:  292551 487476 446943 558644 332123 464652 377489 448833 262737 259618 344778 267405 340436 408030 258595 399497  total = 98.996013 per ms 
07:25:37.710 16  switches: flows:  523987 516312 273008 564287 179680 339733 334892 319229 377238 324960 524657 315850 319330 323926 474210 307635  total = 99.353100 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:25:41.517928" elapsed="0.000398"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.518967" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:17:26.601 16  switches: flows:  544371 545699 537679 549114 538210 555336 555737 536700 532265 537567 515093 560531 534326 519478 537392 531279  total = 143.846283 per ms 
07:18:26.703 16  switches: flows:  462408 448254 452850 449948 446723 445813 501799 463537 474697 505618 416047 436770 451766 494657 433260 483093  total = 122.581494 per ms 
07:19:32.993 16  switches: flows:  530814 518626 519340 530320 529383 529144 523533 519087 521609 527738 532739 527469 531313 518455 522885 530702  total = 126.914617 per ms 
07:20:33.094 16  switches: flows:  417374 542136 528104 585301 592688 410291 517294 541850 546452 378849 405482 598795 582344 558939 604064 531597  total = 138.792332 per ms 
07:21:36.822 16  switches: flows:  628552 624157 627744 628412 624098 627402 626966 624864 618820 632152 620230 636612 630174 626718 636029 625349  total = 157.520038 per ms 
07:22:36.924 16  switches: flows:  577260 596706 574806 605004 531046 596402 600885 574609 578157 577269 598675 577016 584093 580854 276103 598396  total = 150.200152 per ms 
07:23:37.026 16  switches: flows:  488545 503280 477875 519292 517119 448720 515968 502388 448671 515086 521647 457222 512296 456754 498449 503150  total = 131.219854 per ms 
07:24:37.128 16  switches: flows:  292551 487476 446943 558644 332123 464652 377489 448833 262737 259618 344778 267405 340436 408030 258595 399497  total = 98.996013 per ms 
07:25:37.710 16  switches: flows:  523987 516312 273008 564287 179680 339733 334892 319229 377238 324960 524657 315850 319330 323926 474210 307635  total = 99.353100 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-05-27T07:25:41.518485" elapsed="0.000700">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:17:26.601 16  switches: flows:  544371 545699 537679 549114 538210 555336 555737 536700 532265 537567 515093 560531 534326 519478 537392 531279  total = 143.846283 per ms 
07:18:26.703 16  switches: flows:  462408 448254 452850 449948 446723 445813 501799 463537 474697 505618 416047 436770 451766 494657 433260 483093  total = 122.581494 per ms 
    [ Message content over the limit has been removed. ]
07:20:33.094 16  switches: flows:  417374 542136 528104 585301 592688 410291 517294 541850 546452 378849 405482 598795 582344 558939 604064 531597  total = 138.792332 per ms 
07:21:36.822 16  switches: flows:  628552 624157 627744 628412 624098 627402 626966 624864 618820 632152 620230 636612 630174 626718 636029 625349  total = 157.520038 per ms 
07:22:36.924 16  switches: flows:  577260 596706 574806 605004 531046 596402 600885 574609 578157 577269 598675 577016 584093 580854 276103 598396  total = 150.200152 per ms 
07:23:37.026 16  switches: flows:  488545 503280 477875 519292 517119 448720 515968 502388 448671 515086 521647 457222 512296 456754 498449 503150  total = 131.219854 per ms 
07:24:37.128 16  switches: flows:  292551 487476 446943 558644 332123 464652 377489 448833 262737 259618 344778 267405 340436 408030 258595 399497  total = 98.996013 per ms 
07:25:37.710 16  switches: flows:  523987 516312 273008 564287 179680 339733 334892 319229 377238 324960 524657 315850 319330 323926 474210 307635  total = 99.353100 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.519391" elapsed="0.000022"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.519564" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.519724" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.519877" elapsed="0.000019"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-27T07:25:41.520050" elapsed="0.000031"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-27T07:25:41.520262" elapsed="0.000027"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-05-27T07:25:41.520489" elapsed="0.000023"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.520788" elapsed="0.000028"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-05-27T07:25:41.520653" elapsed="0.000203"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-05-27T07:25:41.520576" elapsed="0.000317"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-27T07:25:41.521048" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-27T07:25:41.521217" elapsed="0.000041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-27T07:25:41.521399" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-27T07:25:41.521557" elapsed="0.000023"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.521766" elapsed="0.000022"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.521944" elapsed="0.000027"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-05-27T07:25:41.522147" elapsed="0.000033"/>
</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="FAIL" start="2026-05-27T07:16:20.826722" elapsed="560.695674">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:17:26.601 16  switches: flows:  544371 545699 537679 549114 538210 555336 555737 536700 532265 537567 515093 560531 534326 519478 537392 531279  total = 143.846283 per ms 
07:18:26.703 16  switches: flows:  462408 448254 452850 449948 446723 445813 501799 463537 474697 505618 416047 436770 451766 494657 433260 483093  total = 122.581494 per ms 
    [ Message content over the limit has been removed. ]
07:20:33.094 16  switches: flows:  417374 542136 528104 585301 592688 410291 517294 541850 546452 378849 405482 598795 582344 558939 604064 531597  total = 138.792332 per ms 
07:21:36.822 16  switches: flows:  628552 624157 627744 628412 624098 627402 626966 624864 618820 632152 620230 636612 630174 626718 636029 625349  total = 157.520038 per ms 
07:22:36.924 16  switches: flows:  577260 596706 574806 605004 531046 596402 600885 574609 578157 577269 598675 577016 584093 580854 276103 598396  total = 150.200152 per ms 
07:23:37.026 16  switches: flows:  488545 503280 477875 519292 517119 448720 515968 502388 448671 515086 521647 457222 512296 456754 498449 503150  total = 131.219854 per ms 
07:24:37.128 16  switches: flows:  292551 487476 446943 558644 332123 464652 377489 448833 262737 259618 344778 267405 340436 408030 258595 399497  total = 98.996013 per ms 
07:25:37.710 16  switches: flows:  523987 516312 273008 564287 179680 339733 334892 319229 377238 324960 524657 315850 319330 323926 474210 307635  total = 99.353100 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-05-27T07:25:41.522610" elapsed="0.000027"/>
</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-27T07:25:41.523270" elapsed="0.000293"/>
</kw>
<status status="PASS" start="2026-05-27T07:25:41.522929" elapsed="0.000707"/>
</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="FAIL" start="2026-05-27T07:16:20.825061" elapsed="560.698615">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:17:26.601 16  switches: flows:  544371 545699 537679 549114 538210 555336 555737 536700 532265 537567 515093 560531 534326 519478 537392 531279  total = 143.846283 per ms 
07:18:26.703 16  switches: flows:  462408 448254 452850 449948 446723 445813 501799 463537 474697 505618 416047 436770 451766 494657 433260 483093  total = 122.581494 per ms 
    [ Message content over the limit has been removed. ]
07:20:33.094 16  switches: flows:  417374 542136 528104 585301 592688 410291 517294 541850 546452 378849 405482 598795 582344 558939 604064 531597  total = 138.792332 per ms 
07:21:36.822 16  switches: flows:  628552 624157 627744 628412 624098 627402 626966 624864 618820 632152 620230 636612 630174 626718 636029 625349  total = 157.520038 per ms 
07:22:36.924 16  switches: flows:  577260 596706 574806 605004 531046 596402 600885 574609 578157 577269 598675 577016 584093 580854 276103 598396  total = 150.200152 per ms 
07:23:37.026 16  switches: flows:  488545 503280 477875 519292 517119 448720 515968 502388 448671 515086 521647 457222 512296 456754 498449 503150  total = 131.219854 per ms 
07:24:37.128 16  switches: flows:  292551 487476 446943 558644 332123 464652 377489 448833 262737 259618 344778 267405 340436 408030 258595 399497  total = 98.996013 per ms 
07:25:37.710 16  switches: flows:  523987 516312 273008 564287 179680 339733 334892 319229 377238 324960 524657 315850 319330 323926 474210 307635  total = 99.353100 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.525296" 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-27T07:25:41.524818" elapsed="0.000545"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.526612" 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-27T07:25:41.526273" elapsed="0.000382"/>
</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-27T07:25:41.526959" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:25:41.526729" elapsed="0.000287"/>
</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-27T07:25:41.530325" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:25:41.530028" elapsed="0.000356"/>
</branch>
<status status="PASS" start="2026-05-27T07:25:41.530007" elapsed="0.000401"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:25:41.530778" 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-27T07:25:41.530905" 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-27T07:25:41.530543" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.531583" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.205 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.237" 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-27T07:25:41.531105" elapsed="0.000539"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-27T07:25:41.532234" 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-27T07:25:41.531787" elapsed="0.000476"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-27T07:25:41.533192" level="INFO">Length is 0.</msg>
<msg time="2026-05-27T07:25:41.533299" 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-27T07:25:41.532864" elapsed="0.000461"/>
</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-27T07:25:41.533488" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-27T07:25:41.534717" level="INFO">Logging into '10.30.171.237:22' as 'jenkins'.</msg>
<msg time="2026-05-27T07:25:42.114754" 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 Wed May 27 07:25:41 UTC 2026

  System load:  0.45               Processes:             105
  Usage of /:   19.9% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.237
  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: Wed May 27 07:16:21 2026 from 10.30.170.250
[?2004h[jenkins@releng-48317-731-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-27T07:25:41.534356" elapsed="0.580743"/>
</kw>
<msg time="2026-05-27T07:25:42.115188" 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-27T07:25:41.533989" elapsed="0.581300"/>
</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-27T07:25:41.532480" elapsed="0.582931"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-27T07:25:42.115949" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.205 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-27T07:35:48.143083" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-27T07:35:48.146440" level="INFO">${stdout} = </msg>
<msg time="2026-05-27T07:35:48.146536" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-27T07:25:42.115644" elapsed="606.030935"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:35:48.148765" elapsed="0.002429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.151862" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:26:47.230 16  switches: flows:  0 0 0 0 0 0 124827 0 123756 0 0 0 0 0 122541 0  total = 6.185400 per ms 
07:27:47.331 16  switches: flows:  103324 105964 105524 104847 103559 103437 105791 104879 102728 104032 103551 103136 103631 101281 102770 99798  total = 27.591428 per ms 
07:28:47.431 16  switches: flows:  119654 120019 120536 118682 118462 119801 119083 119008 118386 117393 117879 117868 118160 116078 115439 114773  total = 31.467739 per ms 
07:29:47.532 16  switches: flows:  120997 122124 121002 119332 119219 120050 121114 120668 119615 119879 118936 118721 120645 117786 117773 115602  total = 31.837833 per ms 
07:30:47.632 16  switches: flows:  120292 121522 121290 118678 118382 120431 120621 119870 118520 118164 117002 116566 119095 116224 115473 114958  total = 31.565392 per ms 
07:31:47.732 16  switches: flows:  97616 98184 97884 97467 97181 96193 97649 97253 95968 95019 96773 97034 96432 94069 94272 92090  total = 25.641869 per ms 
07:32:47.833 16  switches: flows:  105357 108335 104541 105925 104297 104893 106290 108359 105319 105285 104806 105100 104576 103074 105777 101165  total = 28.004851 per ms 
07:33:47.933 16  switches: flows:  116375 117036 116215 116178 115053 115506 115625 116181 113952 115782 115019 114540 113947 113436 112271 110150  total = 30.570065 per ms 
07:34:48.033 16  switches: flows:  109161 111854 109129 109525 110797 110415 110038 110759 107598 108872 108310 108861 108981 106437 105684 106846  total = 29.005990 per ms 
07:35:48.134 16  switches: flows:  112206 112980 112972 109529 111427 110462 113640 112024 111506 109806 109627 110023 109641 109944 110317 107196  total = 29.505692 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25641.87/31837.83/29465.65/10022.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:35:48.151436" elapsed="0.000503"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-27T07:35:48.152693" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-05-27T07:35:48.152023" elapsed="0.000748"/>
</branch>
<status status="PASS" start="2026-05-27T07:35:48.151998" elapsed="0.000798"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-27T07:35:48.152893" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-27T07:35:48.152855" elapsed="0.000078"/>
</branch>
<status status="NOT RUN" start="2026-05-27T07:35:48.152839" elapsed="0.000115"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-27T07:35:48.152983" elapsed="0.000013"/>
</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-27T07:35:48.156713" elapsed="0.000346"/>
</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-27T07:35:48.157205" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-27T07:35:48.157522" elapsed="0.000552"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-27T07:35:48.153338" elapsed="0.004792"/>
</kw>
<msg time="2026-05-27T07:35:48.158281" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-27T07:25:41.527610" elapsed="606.630699"/>
</kw>
<status status="PASS" start="2026-05-27T07:25:41.527043" elapsed="606.631416"/>
</branch>
<status status="PASS" start="2026-05-27T07:25:41.526708" elapsed="606.631777"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.158952" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.205: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.205. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
07:26:47.230 16  switches: flows:  0 0 0 0 0 0 124827 0 123756 0 0 0 0 0 122541 0  total = 6.185400 per ms 
07:27:47.331 16  switches: flows:  103324 105964 105524 104847 103559 103437 105791 104879 102728 104032 103551 103136 103631 101281 102770 99798  total = 27.591428 per ms 
07:28:47.431 16  switches: flows:  119654 120019 120536 118682 118462 119801 119083 119008 118386 117393 117879 117868 118160 116078 115439 114773  total = 31.467739 per ms 
07:29:47.532 16  switches: flows:  120997 122124 121002 119332 119219 120050 121114 120668 119615 119879 118936 118721 120645 117786 117773 115602  total = 31.837833 per ms 
07:30:47.632 16  switches: flows:  120292 121522 121290 118678 118382 120431 120621 119870 118520 118164 117002 116566 119095 116224 115473 114958  total = 31.565392 per ms 
07:31:47.732 16  switches: flows:  97616 98184 97884 97467 97181 96193 97649 97253 95968 95019 96773 97034 96432 94069 94272 92090  total = 25.641869 per ms 
07:32:47.833 16  switches: flows:  105357 108335 104541 105925 104297 104893 106290 108359 105319 105285 104806 105100 104576 103074 105777 101165  total = 28.004851 per ms 
07:33:47.933 16  switches: flows:  116375 117036 116215 116178 115053 115506 115625 116181 113952 115782 115019 114540 113947 113436 112271 110150  total = 30.570065 per ms 
07:34:48.033 16  switches: flows:  109161 111854 109129 109525 110797 110415 110038 110759 107598 108872 108310 108861 108981 106437 105684 106846  total = 29.005990 per ms 
07:35:48.134 16  switches: flows:  112206 112980 112972 109529 111427 110462 113640 112024 111506 109806 109627 110023 109641 109944 110317 107196  total = 29.505692 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25641.87/31837.83/29465.65/10022.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:35:48.158643" elapsed="0.000383"/>
</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-27T07:35:48.159171" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-27T07:35:48.160422" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-27T07:35:48.160512" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25641.87/31837.83/29465.65/10022.03 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-27T07:35:48.160181" elapsed="0.000356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-27T07:35:48.160971" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25641.87/31837.83/29465.65/10022.03 | 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-27T07:35:48.160692" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.163470" 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-27T07:35:48.161143" elapsed="0.002392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.165919" level="INFO">25641.87/31837.83/29465.65/10022.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:35:48.163685" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-27T07:35:48.168334" 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-27T07:35:48.166125" elapsed="0.002236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-27T07:35:48.170805" level="INFO">@{result_value_list} = [ 25641.87 | 31837.83 | 29465.65 | 10022.03 ]</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-27T07:35:48.168512" elapsed="0.002320"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.171760" level="INFO">Length is 4.</msg>
<msg time="2026-05-27T07:35:48.171847" 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-27T07:35:48.171444" elapsed="0.000426"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.176618" level="INFO">min :: 25641.87</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-27T07:35:48.172287" elapsed="0.004392"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-27T07:35:48.172142" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.181244" level="INFO">max :: 31837.83</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-27T07:35:48.176929" elapsed="0.004375"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-27T07:35:48.176804" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.186046" level="INFO">avg :: 29465.65</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-27T07:35:48.181554" elapsed="0.004548"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-27T07:35:48.181429" elapsed="0.004708"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.190853" level="INFO">stdev :: 10022.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-27T07:35:48.186365" elapsed="0.004546"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-27T07:35:48.186238" elapsed="0.004708"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-27T07:35:48.171941" elapsed="0.019035"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.194856" level="INFO">${min} = 25641.87</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-27T07:35:48.191134" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.198826" level="INFO">${max} = 31837.83</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-27T07:35:48.195033" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.212711" level="INFO">${average} = 29465.65</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-27T07:35:48.199006" elapsed="0.013775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.220732" level="INFO">${stdev} = 10022.03</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-27T07:35:48.213189" elapsed="0.007638"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.222395" level="INFO">${date} = 2026-05-27 07:35:48</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-27T07:35:48.221417" elapsed="0.001038"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.224520" level="INFO">CBench Result: 2026-05-27 07:35:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25641.87,31837.83,29465.65,10022.03</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-27T07:35:48.222828" elapsed="0.001828"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-27T07:35:48.227339" 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-27T07:35:48.226558" elapsed="0.000853"/>
</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-27T07:35:48.227568" elapsed="0.000508"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-27T07:35:48.225027" elapsed="0.003116"/>
</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-27T07:25:41.525681" elapsed="606.702531"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.228726" 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-27T07:35:48.228391" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-27T07:35:48.230163" 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-27T07:35:48.229604" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-27T07:35:48.230475" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-05-27T07:35:48.230309" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-05-27T07:35:48.230275" elapsed="0.000307"/>
</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-27T07:35:48.230738" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-27T07:35:48.230904" elapsed="0.000021"/>
</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-27T07:35:48.231067" 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-27T07:35:48.231243" elapsed="0.000022"/>
</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-27T07:35:48.231393" elapsed="0.000025"/>
</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-27T07:35:48.231544" elapsed="0.000019"/>
</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-27T07:35:48.231690" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-27T07:35:48.231909" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-27T07:35:48.231773" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-05-27T07:35:48.231756" elapsed="0.000265"/>
</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-27T07:35:48.229252" elapsed="0.002838"/>
</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-27T07:25:41.524287" elapsed="606.707860"/>
</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="FAIL" start="2026-05-27T07:06:11.514550" elapsed="1776.720178"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
