<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.5 (Python 3.11.10 on linux)" generated="2026-09-19T01:00:40.994237" 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-09-19T01:00:41.484085" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:00:41.483954" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:41.483926" elapsed="0.000255"/>
</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-09-19T01:00:41.484350" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-19T01:00:41.485246" level="INFO">Logging into '10.30.171.31:8101' as 'karaf'.</msg>
<msg time="2026-09-19T01:00:42.211760" 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-09-19T01:00:41.485008" elapsed="0.726966"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-19T01:00:42.260732" 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-09-19T01:00:42.212316" elapsed="0.048535"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-19T01:00:42.262783" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-19T01:00:42.262895" 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-09-19T01:00:42.261110" elapsed="0.001814"/>
</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-09-19T01:00:42.263097" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:00:42.263461" elapsed="0.000265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:00:42.264274" 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-09-19T01:00:42.263933" elapsed="0.000409"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T01:00:42.264392" 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.31
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-19T01:00:41.483632" elapsed="0.780910"/>
</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-09-19T01:00:41.481768" elapsed="0.782835"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:00:42.265160" 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-09-19T01:00:42.264812" elapsed="0.000401"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:00:42.265576" 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-09-19T01:00:42.265364" elapsed="0.000264"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-19T01:00:42.266268" 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-09-19T01:00:42.265836" elapsed="0.000460"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T01:00:42.266882" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T01:00:42.266535" elapsed="0.000388"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-19T01:00:42.267442" 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-09-19T01:00:42.267108" elapsed="0.000360"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T01:00:42.267981" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T01:00:42.267653" elapsed="0.000369"/>
</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-09-19T01:00:42.268296" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:00:42.268104" elapsed="0.000243"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:00:42.270600" 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-09-19T01:00:42.270251" elapsed="0.000375"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:00:42.271764" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T01:00:42.271846" 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-09-19T01:00:42.271173" elapsed="0.000698"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:00:42.272037" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T01:00:42.273173" level="INFO">Logging into '10.30.170.86:22' as 'jenkins'.</msg>
<msg time="2026-09-19T01:00:42.766818" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 01:00:11 UTC 2026

  System load:  0.32               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


[?2004h[jenkins@releng-48317-843-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-09-19T01:00:42.272903" elapsed="0.494083"/>
</kw>
<msg time="2026-09-19T01:00:42.767087" 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-09-19T01:00:42.272513" elapsed="0.494665"/>
</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-09-19T01:00:42.270844" elapsed="0.496442"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-19T01:00:42.778924" 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-09-19T01:00:42.767483" elapsed="0.014437"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:00:42.782132" elapsed="0.000285"/>
</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-09-19T01:00:42.269789" elapsed="0.512687"/>
</kw>
<status status="PASS" start="2026-09-19T01:00:42.268524" elapsed="0.513986"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:42.268080" elapsed="0.514463"/>
</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-09-19T01:00:42.782724" elapsed="0.000468"/>
</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-09-19T01:00:42.785132" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:00:42.785029" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:42.785005" elapsed="0.000202"/>
</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-09-19T01:00:42.786744" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:00:42.786630" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:42.786611" elapsed="0.000199"/>
</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-09-19T01:00:42.786984" elapsed="0.000361"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-19T01:00:42.787765" level="INFO">Logging into '10.30.171.31:8101' as 'karaf'.</msg>
<msg time="2026-09-19T01:00:43.032307" 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-09-19T01:00:42.787520" elapsed="0.244978"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.121831" 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-09-19T01:00:43.032764" elapsed="0.089222"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.130025" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-19T01:00:43.130265" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-19T01:00:43.122256" elapsed="0.008044"/>
</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-09-19T01:00:43.130459" elapsed="0.000290"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:00:43.130966" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:00:43.131729" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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-09-19T01:00:43.131355" elapsed="0.000456"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T01:00:43.131882" elapsed="0.000079"/>
</return>
<msg time="2026-09-19T01:00:43.132131" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.4           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.31
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-19T01:00:42.786314" elapsed="0.345853"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T01:00:43.132328" elapsed="0.000707"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T01:00:43.133099" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-09-19T01:00:42.784745" elapsed="0.348475"/>
</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-09-19T01:00:43.135172" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:00:43.135057" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:43.135033" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-19T01:00:43.135458" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.136407" level="INFO">Logging into '10.30.171.31:8101' as 'karaf'.</msg>
<msg time="2026-09-19T01:00:43.350861" 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-09-19T01:00:43.136133" elapsed="0.214897"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.371228" 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-09-19T01:00:43.351279" elapsed="0.020007"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.373331" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-19T01:00:43.373436" 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-09-19T01:00:43.371444" elapsed="0.002019"/>
</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-09-19T01:00:43.373599" elapsed="0.000284"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:00:43.374098" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:00:43.375081" 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-09-19T01:00:43.374703" elapsed="0.000426"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-19T01:00:43.375212" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.31
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-19T01:00:43.134743" elapsed="0.240623"/>
</kw>
<status status="PASS" start="2026-09-19T01:00:41.479936" elapsed="1.895488"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:00:43.377165" 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-09-19T01:00:43.376399" elapsed="0.000832"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T01:00:43.378620" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T01:00:43.378298" elapsed="0.000364"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-19T01:00:43.379002" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:00:43.378757" elapsed="0.000301"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-19T01:00:43.380134" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:00:43.379901" elapsed="0.000285"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:43.379882" elapsed="0.000328"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.380579" 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-09-19T01:00:43.380711" 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-09-19T01:00:43.380387" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:00:43.381260" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.31 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.86" 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-09-19T01:00:43.380911" elapsed="0.000404"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.381894" 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-09-19T01:00:43.381476" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:00:43.382760" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T01:00:43.382844" 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-09-19T01:00:43.382453" elapsed="0.000413"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:00:43.383013" elapsed="0.000299"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.384125" level="INFO">Logging into '10.30.170.86:22' as 'jenkins'.</msg>
<msg time="2026-09-19T01:00:43.723669" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 01:00:11 UTC 2026

  System load:  0.32               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Sat Sep 19 01:00:42 2026 from 10.30.171.34
[?2004h[jenkins@releng-48317-843-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-09-19T01:00:43.383837" elapsed="0.340047"/>
</kw>
<msg time="2026-09-19T01:00:43.723981" 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-09-19T01:00:43.383461" elapsed="0.340614"/>
</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-09-19T01:00:43.382111" elapsed="0.342092"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-19T01:00:43.724753" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.31 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-19T01:10:49.850255" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-19T01:10:49.850979" level="INFO">${stdout} = </msg>
<msg time="2026-09-19T01:10:49.851090" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-19T01:00:43.724464" elapsed="606.126687"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:10:49.851804" elapsed="0.000931"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.854237" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31: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.31. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:48.954 16  switches: flows:  85712 85363 85816 84034 84678 84621 84079 83588 81825 80544 82305 79857 82099 79847 81485 81632  total = 22.124750 per ms 
01:02:49.056 16  switches: flows:  92192 92757 90674 91267 90682 92195 89986 88496 89000 87027 86380 85846 88753 84952 88068 86999  total = 23.714947 per ms 
01:03:49.158 16  switches: flows:  93346 91188 91343 91402 89648 90688 88739 88731 89665 86807 86841 86195 87433 85154 86892 86571  total = 23.637921 per ms 
01:04:49.258 16  switches: flows:  92998 93031 92137 91671 90262 92205 89776 90795 88735 87877 87896 86285 87392 86694 87749 87734  total = 23.847463 per ms 
01:05:49.359 16  switches: flows:  93175 90543 90475 90254 87539 90516 87772 88272 88391 85648 86592 84929 85309 84540 84899 85286  total = 23.363329 per ms 
01:06:49.460 16  switches: flows:  91701 90730 88309 89451 88108 88719 87337 87883 87471 86136 85038 85367 87222 83877 85241 85604  total = 23.264385 per ms 
01:07:49.561 16  switches: flows:  92232 91591 90295 89577 88125 89656 88104 87282 86985 84841 85668 84409 85297 83455 85506 84878  total = 23.259513 per ms 
01:08:49.662 16  switches: flows:  90859 91153 89176 88879 87443 88770 87934 86844 87217 85493 85551 84162 86441 82843 84843 84511  total = 23.163315 per ms 
01:09:49.762 16  switches: flows:  94766 93127 91601 93277 90741 92229 89885 89571 90179 87658 87771 87545 88965 86204 86235 87709  total = 23.917768 per ms 
01:10:49.863 16  switches: flows:  93864 94141 92142 92490 91008 91091 90387 90940 88753 87358 87484 87638 88737 85625 87140 86595  total = 23.883316 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23163.32/23917.77/23561.33/7858.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:10:49.853291" elapsed="0.001265"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-19T01:10:49.855125" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-09-19T01:10:49.854844" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-09-19T01:10:49.854776" elapsed="0.000574"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-19T01:10:49.855566" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:10:49.855483" elapsed="0.000232"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:10:49.855447" elapsed="0.000327"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-19T01:10:49.855882" elapsed="0.000036"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:10:49.857780" elapsed="0.000738"/>
</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-09-19T01:10:49.859036" elapsed="0.000402"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:10:49.859812" elapsed="0.000231"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-19T01:10:49.856609" elapsed="0.003559"/>
</kw>
<msg time="2026-09-19T01:10:49.860460" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-19T01:00:43.379382" elapsed="606.481141"/>
</kw>
<status status="PASS" start="2026-09-19T01:00:43.379085" elapsed="606.481551"/>
</branch>
<status status="PASS" start="2026-09-19T01:00:43.378733" elapsed="606.482017"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.862041" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31: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.31. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:48.954 16  switches: flows:  85712 85363 85816 84034 84678 84621 84079 83588 81825 80544 82305 79857 82099 79847 81485 81632  total = 22.124750 per ms 
01:02:49.056 16  switches: flows:  92192 92757 90674 91267 90682 92195 89986 88496 89000 87027 86380 85846 88753 84952 88068 86999  total = 23.714947 per ms 
01:03:49.158 16  switches: flows:  93346 91188 91343 91402 89648 90688 88739 88731 89665 86807 86841 86195 87433 85154 86892 86571  total = 23.637921 per ms 
01:04:49.258 16  switches: flows:  92998 93031 92137 91671 90262 92205 89776 90795 88735 87877 87896 86285 87392 86694 87749 87734  total = 23.847463 per ms 
01:05:49.359 16  switches: flows:  93175 90543 90475 90254 87539 90516 87772 88272 88391 85648 86592 84929 85309 84540 84899 85286  total = 23.363329 per ms 
01:06:49.460 16  switches: flows:  91701 90730 88309 89451 88108 88719 87337 87883 87471 86136 85038 85367 87222 83877 85241 85604  total = 23.264385 per ms 
01:07:49.561 16  switches: flows:  92232 91591 90295 89577 88125 89656 88104 87282 86985 84841 85668 84409 85297 83455 85506 84878  total = 23.259513 per ms 
01:08:49.662 16  switches: flows:  90859 91153 89176 88879 87443 88770 87934 86844 87217 85493 85551 84162 86441 82843 84843 84511  total = 23.163315 per ms 
01:09:49.762 16  switches: flows:  94766 93127 91601 93277 90741 92229 89885 89571 90179 87658 87771 87545 88965 86204 86235 87709  total = 23.917768 per ms 
01:10:49.863 16  switches: flows:  93864 94141 92142 92490 91008 91091 90387 90940 88753 87358 87484 87638 88737 85625 87140 86595  total = 23.883316 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23163.32/23917.77/23561.33/7858.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:10:49.861200" elapsed="0.001008"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T01:10:49.862633" elapsed="0.000964"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-19T01:10:49.864603" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-19T01:10:49.864890" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23163.32/23917.77/23561.33/7858.86 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-09-19T01:10:49.864085" elapsed="0.000862"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:10:49.865976" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23163.32/23917.77/23561.33/7858.86 | 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-09-19T01:10:49.865340" elapsed="0.000731"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.867504" 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-09-19T01:10:49.866565" elapsed="0.001150"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.869118" level="INFO">23163.32/23917.77/23561.33/7858.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:10:49.868216" elapsed="0.001069"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:10:49.870507" 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-09-19T01:10:49.869745" elapsed="0.000825"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:10:49.871920" level="INFO">@{result_value_list} = [ 23163.32 | 23917.77 | 23561.33 | 7858.86 ]</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-09-19T01:10:49.871103" elapsed="0.000879"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.873198" level="INFO">Length is 4.</msg>
<msg time="2026-09-19T01:10:49.873405" 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-09-19T01:10:49.872365" elapsed="0.001095"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.875834" level="INFO">min :: 23163.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:10:49.874600" elapsed="0.001394"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-19T01:10:49.874174" elapsed="0.001901"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.877985" level="INFO">max :: 23917.77</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-09-19T01:10:49.876838" elapsed="0.001340"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-19T01:10:49.876312" elapsed="0.001965"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.880010" level="INFO">avg :: 23561.33</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-09-19T01:10:49.878960" elapsed="0.001173"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-19T01:10:49.878494" elapsed="0.001713"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.881873" level="INFO">stdev :: 7858.86</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-09-19T01:10:49.880855" elapsed="0.001141"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-19T01:10:49.880404" elapsed="0.001666"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-19T01:10:49.873676" elapsed="0.008466"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.883468" level="INFO">${min} = 23163.32</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:10:49.882510" elapsed="0.001017"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.884937" level="INFO">${max} = 23917.77</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:10:49.883964" elapsed="0.001032"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.886297" level="INFO">${average} = 23561.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:10:49.885353" elapsed="0.001002"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.888256" level="INFO">${stdev} = 7858.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:10:49.886865" elapsed="0.001468"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.889986" level="INFO">${date} = 2026-09-19 01:10:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-19T01:10:49.888960" elapsed="0.001087"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.891507" level="INFO">CBench Result: 2026-09-19 01:10:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23163.32,23917.77,23561.33,7858.86</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-09-19T01:10:49.890493" elapsed="0.001223"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:10:49.894897" 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-09-19T01:10:49.893160" elapsed="0.001872"/>
</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-09-19T01:10:49.895293" elapsed="0.000727"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-19T01:10:49.892035" elapsed="0.004078"/>
</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-09-19T01:00:43.377625" elapsed="606.518570"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.896850" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-19T01:10:49.896411" elapsed="0.000538"/>
</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-09-19T01:10:49.897562" elapsed="0.000361"/>
</kw>
<status status="PASS" start="2026-09-19T01:10:49.897208" elapsed="0.000805"/>
</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-09-19T01:00:43.375561" elapsed="606.522506"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.899872" 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-09-19T01:10:49.899482" elapsed="0.000460"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.901190" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T01:10:49.900879" elapsed="0.000353"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-19T01:10:49.901658" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:10:49.901311" elapsed="0.000432"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-19T01:10:49.902931" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:10:49.902705" elapsed="0.000280"/>
</branch>
<status status="PASS" start="2026-09-19T01:10:49.902666" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:10:49.903524" 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-09-19T01:10:49.903932" 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-09-19T01:10:49.903187" elapsed="0.000788"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.904711" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.31 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.86" 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-09-19T01:10:49.904266" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:10:49.905368" 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-09-19T01:10:49.904975" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:10:49.906363" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T01:10:49.906462" 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-09-19T01:10:49.906057" elapsed="0.000429"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:10:49.906630" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T01:10:49.907894" level="INFO">Logging into '10.30.170.86:22' as 'jenkins'.</msg>
<msg time="2026-09-19T01:10:50.652721" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 01:10:50 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Sat Sep 19 01:00:43 2026 from 10.30.171.34
[?2004h[jenkins@releng-48317-843-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-09-19T01:10:49.907510" elapsed="0.745415"/>
</kw>
<msg time="2026-09-19T01:10:50.653012" 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-09-19T01:10:49.907122" elapsed="0.745987"/>
</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-09-19T01:10:49.905628" elapsed="0.747596"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-19T01:10:50.653802" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.31 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-19T01:20:56.730603" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-19T01:20:56.731308" level="INFO">${stdout} = </msg>
<msg time="2026-09-19T01:20:56.731479" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.31: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-09-19T01:10:50.653484" elapsed="606.078052"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:20:56.732140" elapsed="0.000751"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.734227" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.31: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.31. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:55.813 16  switches: flows:  606793 614492 612921 619145 611227 607891 610449 612635 606464 601831 603751 613616 614641 618529 617063 620170  total = 163.193633 per ms 
01:12:55.915 16  switches: flows:  642217 640403 642166 646727 642621 640422 636836 639227 642841 637918 632607 644819 640790 634969 645403 644471  total = 170.618245 per ms 
01:13:56.017 16  switches: flows:  627640 624971 635934 634616 632689 626846 634013 637053 635371 631617 630307 628017 634607 629073 629494 634685  total = 168.165334 per ms 
01:14:56.118 16  switches: flows:  633174 629200 636826 633150 636358 636356 637232 638839 635771 634866 632410 635314 634759 633444 638290 637943  total = 169.115440 per ms 
01:15:56.220 16  switches: flows:  616348 610309 611150 613688 609936 612611 614883 608951 612150 609280 610355 612497 609368 615248 617593 608595  total = 162.942263 per ms 
01:16:56.321 16  switches: flows:  624805 626391 619617 626672 622106 618374 620502 626142 625055 625302 625657 625727 614822 623535 625709 621942  total = 165.926320 per ms 
01:17:56.424 16  switches: flows:  640555 645172 641763 637625 638726 639672 640528 645149 644964 646726 643504 647019 642341 647971 642990 646819  total = 171.233581 per ms 
01:18:56.526 16  switches: flows:  636711 629226 629158 628392 630860 635517 635506 634622 632774 634119 630915 635451 622949 632904 630571 640355  total = 168.382429 per ms 
01:19:56.637 16  switches: flows:  633677 625093 628945 627235 625633 628526 628822 632006 630228 628362 627796 627815 625352 627426 628949 632059  total = 167.324855 per ms 
01:20:56.739 16  switches: flows:  644415 649385 640911 647909 648329 644941 652400 645404 647837 647190 642967 646186 643685 646862 641769 646523  total = 171.987410 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162942.26/171987.41/168410.65/56199.64 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:20:56.733353" elapsed="0.001245"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-19T01:20:56.735216" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-09-19T01:20:56.734900" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-09-19T01:20:56.734841" elapsed="0.000581"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-19T01:20:56.735613" elapsed="0.000050"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:20:56.735540" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:20:56.735508" elapsed="0.000328"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-19T01:20:56.735916" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:20:56.737741" elapsed="0.000750"/>
</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-09-19T01:20:56.738933" elapsed="0.000413"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:20:56.739661" elapsed="0.000275"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-19T01:20:56.736674" elapsed="0.003377"/>
</kw>
<msg time="2026-09-19T01:20:56.740337" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.31: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-09-19T01:10:49.902152" elapsed="606.838246"/>
</kw>
<status status="PASS" start="2026-09-19T01:10:49.901770" elapsed="606.838728"/>
</branch>
<status status="PASS" start="2026-09-19T01:10:49.901286" elapsed="606.839259"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.741755" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.31: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.31. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:11:55.813 16  switches: flows:  606793 614492 612921 619145 611227 607891 610449 612635 606464 601831 603751 613616 614641 618529 617063 620170  total = 163.193633 per ms 
01:12:55.915 16  switches: flows:  642217 640403 642166 646727 642621 640422 636836 639227 642841 637918 632607 644819 640790 634969 645403 644471  total = 170.618245 per ms 
01:13:56.017 16  switches: flows:  627640 624971 635934 634616 632689 626846 634013 637053 635371 631617 630307 628017 634607 629073 629494 634685  total = 168.165334 per ms 
01:14:56.118 16  switches: flows:  633174 629200 636826 633150 636358 636356 637232 638839 635771 634866 632410 635314 634759 633444 638290 637943  total = 169.115440 per ms 
01:15:56.220 16  switches: flows:  616348 610309 611150 613688 609936 612611 614883 608951 612150 609280 610355 612497 609368 615248 617593 608595  total = 162.942263 per ms 
01:16:56.321 16  switches: flows:  624805 626391 619617 626672 622106 618374 620502 626142 625055 625302 625657 625727 614822 623535 625709 621942  total = 165.926320 per ms 
01:17:56.424 16  switches: flows:  640555 645172 641763 637625 638726 639672 640528 645149 644964 646726 643504 647019 642341 647971 642990 646819  total = 171.233581 per ms 
01:18:56.526 16  switches: flows:  636711 629226 629158 628392 630860 635517 635506 634622 632774 634119 630915 635451 622949 632904 630571 640355  total = 168.382429 per ms 
01:19:56.637 16  switches: flows:  633677 625093 628945 627235 625633 628526 628822 632006 630228 628362 627796 627815 625352 627426 628949 632059  total = 167.324855 per ms 
01:20:56.739 16  switches: flows:  644415 649385 640911 647909 648329 644941 652400 645404 647837 647190 642967 646186 643685 646862 641769 646523  total = 171.987410 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 162942.26/171987.41/168410.65/56199.64 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:20:56.741015" elapsed="0.000907"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T01:20:56.742321" elapsed="0.000869"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-19T01:20:56.744146" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-19T01:20:56.744345" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 162942.26/171987.41/168410.65/56199.64 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-09-19T01:20:56.743648" elapsed="0.000756"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:20:56.745439" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 162942.26/171987.41/168410.65/56199.64 | 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-09-19T01:20:56.744865" elapsed="0.000660"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.746900" 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-09-19T01:20:56.746053" elapsed="0.000968"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.748270" level="INFO">162942.26/171987.41/168410.65/56199.64</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:20:56.747440" elapsed="0.000949"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:20:56.749538" 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-09-19T01:20:56.748836" elapsed="0.000762"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:20:56.750893" level="INFO">@{result_value_list} = [ 162942.26 | 171987.41 | 168410.65 | 56199.64 ]</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-09-19T01:20:56.750153" elapsed="0.000818"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.752184" level="INFO">Length is 4.</msg>
<msg time="2026-09-19T01:20:56.752382" 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-09-19T01:20:56.751349" elapsed="0.001084"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.754654" level="INFO">min :: 162942.26</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-09-19T01:20:56.753474" elapsed="0.001336"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-19T01:20:56.752973" elapsed="0.001908"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.756547" level="INFO">max :: 171987.41</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-09-19T01:20:56.755488" elapsed="0.001241"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-19T01:20:56.755066" elapsed="0.001740"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.758436" level="INFO">avg :: 168410.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-09-19T01:20:56.757364" elapsed="0.001225"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-19T01:20:56.756988" elapsed="0.001748"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.760339" level="INFO">stdev :: 56199.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:20:56.759356" elapsed="0.001099"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-19T01:20:56.758952" elapsed="0.001573"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-19T01:20:56.752561" elapsed="0.008026"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.761960" level="INFO">${min} = 162942.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:20:56.760988" elapsed="0.001031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.763347" level="INFO">${max} = 171987.41</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:20:56.762367" elapsed="0.001036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.764662" level="INFO">${average} = 168410.65</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:20:56.763794" elapsed="0.000950"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.765967" level="INFO">${stdev} = 56199.64</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:20:56.765081" elapsed="0.000941"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.767253" level="INFO">${date} = 2026-09-19 01:20:56</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-19T01:20:56.766432" elapsed="0.000874"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.768479" level="INFO">CBench Result: 2026-09-19 01:20:56,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,162942.26,171987.41,168410.65,56199.64</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-09-19T01:20:56.767763" elapsed="0.000830"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:20:56.770870" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-09-19T01:20:56.770069" elapsed="0.000949"/>
</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-09-19T01:20:56.771446" elapsed="0.001161"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-19T01:20:56.769022" elapsed="0.003705"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-09-19T01:10:49.900323" elapsed="606.872482"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.773431" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-19T01:20:56.773011" elapsed="0.000493"/>
</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-09-19T01:20:56.774292" elapsed="0.000508"/>
</kw>
<status status="PASS" start="2026-09-19T01:20:56.773803" elapsed="0.001089"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-09-19T01:10:49.898759" elapsed="606.876181"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.777480" 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-09-19T01:20:56.777002" elapsed="0.000554"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.779426" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes the variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-09-19T01:20:56.779014" elapsed="0.000652"/>
</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 [Process] library instead.*</doc>
<status status="NOT RUN" start="2026-09-19T01:20:56.780266" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:20:56.779962" elapsed="0.000380"/>
</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 or task with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-09-19T01:20:56.782030" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:20:56.781578" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-09-19T01:20:56.781554" elapsed="0.000581"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:20:56.782612" 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-09-19T01:20:56.782810" 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-09-19T01:20:56.782378" elapsed="0.000467"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.783546" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.31 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.86" 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-09-19T01:20:56.783083" elapsed="0.000555"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-19T01:20:56.784342" 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-09-19T01:20:56.783883" elapsed="0.000494"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:20:56.785530" level="INFO">Length is 0.</msg>
<msg time="2026-09-19T01:20:56.785660" 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-09-19T01:20:56.785132" elapsed="0.000578"/>
</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>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:20:56.785898" elapsed="0.000401"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-19T01:20:56.787439" level="INFO">Logging into '10.30.170.86:22' as 'jenkins'.</msg>
<msg time="2026-09-19T01:20:57.473025" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 19 01:20:57 UTC 2026

  System load:  0.14               Processes:             105
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.86
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

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


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


Last login: Sat Sep 19 01:10:50 2026 from 10.30.171.34
[?2004h[jenkins@releng-48317-843-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-09-19T01:20:56.787061" elapsed="0.686273"/>
</kw>
<msg time="2026-09-19T01:20:57.473425" 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-09-19T01:20:56.786504" elapsed="0.687013"/>
</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-09-19T01:20:56.784644" elapsed="0.689007"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-19T01:20:57.474254" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.31 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-19T01:31:03.508653" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-19T01:31:03.509389" level="INFO">${stdout} = </msg>
<msg time="2026-09-19T01:31:03.509504" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-09-19T01:20:57.473943" elapsed="606.035615"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:31:03.510101" elapsed="0.000761"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.512153" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31: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.31. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:02.604 16  switches: flows:  92972 92336 91425 92662 90630 90822 89617 90228 87164 88732 86421 87595 87816 86411 85080 86269  total = 23.769667 per ms 
01:23:02.705 16  switches: flows:  93307 91066 92257 90161 89800 89627 88685 88471 85927 87756 84529 84719 87007 83758 84517 85473  total = 23.411903 per ms 
01:24:02.805 16  switches: flows:  91266 88455 90219 89528 84852 88350 87218 87880 84061 86223 83143 84318 83123 82690 83661 84191  total = 22.947963 per ms 
01:25:02.905 16  switches: flows:  95667 93221 94292 94033 91910 91310 92249 90825 90240 88675 87318 88139 87851 85753 86103 87065  total = 24.037385 per ms 
01:26:03.005 16  switches: flows:  96449 93175 97390 93562 92375 93297 91288 91584 89688 89806 86627 89004 88553 86872 87211 86568  total = 24.183803 per ms 
01:27:03.106 16  switches: flows:  96373 92671 95658 91512 91624 91444 90202 88926 89239 89229 86591 88113 86861 85373 86237 85842  total = 23.891701 per ms 
01:28:03.206 16  switches: flows:  97340 94586 96297 92823 91510 93406 92047 91682 90595 91085 86887 88974 87859 87153 87023 86500  total = 24.222336 per ms 
01:29:03.306 16  switches: flows:  93058 90644 92339 90763 89181 90957 90364 90250 89263 89043 84372 88377 86554 85640 85370 84992  total = 23.646664 per ms 
01:30:03.406 16  switches: flows:  96627 94900 96731 95390 92191 95192 91467 92484 91951 92578 87344 91310 88123 88324 87524 85956  total = 24.427447 per ms 
01:31:03.506 16  switches: flows:  93055 91722 93508 91272 89754 91085 89283 89616 88562 88803 84939 88430 86427 85538 85854 84684  total = 23.669348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22947.96/24427.45/23826.51/7954.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:31:03.511357" elapsed="0.001125"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-19T01:31:03.512947" elapsed="0.000093"/>
</return>
<status status="PASS" start="2026-09-19T01:31:03.512655" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-09-19T01:31:03.512606" elapsed="0.000636"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-19T01:31:03.513491" elapsed="0.000047"/>
</return>
<status status="NOT RUN" start="2026-09-19T01:31:03.513376" elapsed="0.000232"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:31:03.513339" elapsed="0.000315"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-19T01:31:03.513759" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Conditionally runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-09-19T01:31:03.515414" elapsed="0.000680"/>
</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-09-19T01:31:03.516487" elapsed="0.000350"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-19T01:31:03.517110" elapsed="0.000221"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-19T01:31:03.514429" elapsed="0.003008"/>
</kw>
<msg time="2026-09-19T01:31:03.517679" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-09-19T01:20:56.780866" elapsed="606.736900"/>
</kw>
<status status="PASS" start="2026-09-19T01:20:56.780375" elapsed="606.737487"/>
</branch>
<status status="PASS" start="2026-09-19T01:20:56.779929" elapsed="606.737981"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.518929" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.31: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.31. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:02.604 16  switches: flows:  92972 92336 91425 92662 90630 90822 89617 90228 87164 88732 86421 87595 87816 86411 85080 86269  total = 23.769667 per ms 
01:23:02.705 16  switches: flows:  93307 91066 92257 90161 89800 89627 88685 88471 85927 87756 84529 84719 87007 83758 84517 85473  total = 23.411903 per ms 
01:24:02.805 16  switches: flows:  91266 88455 90219 89528 84852 88350 87218 87880 84061 86223 83143 84318 83123 82690 83661 84191  total = 22.947963 per ms 
01:25:02.905 16  switches: flows:  95667 93221 94292 94033 91910 91310 92249 90825 90240 88675 87318 88139 87851 85753 86103 87065  total = 24.037385 per ms 
01:26:03.005 16  switches: flows:  96449 93175 97390 93562 92375 93297 91288 91584 89688 89806 86627 89004 88553 86872 87211 86568  total = 24.183803 per ms 
01:27:03.106 16  switches: flows:  96373 92671 95658 91512 91624 91444 90202 88926 89239 89229 86591 88113 86861 85373 86237 85842  total = 23.891701 per ms 
01:28:03.206 16  switches: flows:  97340 94586 96297 92823 91510 93406 92047 91682 90595 91085 86887 88974 87859 87153 87023 86500  total = 24.222336 per ms 
01:29:03.306 16  switches: flows:  93058 90644 92339 90763 89181 90957 90364 90250 89263 89043 84372 88377 86554 85640 85370 84992  total = 23.646664 per ms 
01:30:03.406 16  switches: flows:  96627 94900 96731 95390 92191 95192 91467 92484 91951 92578 87344 91310 88123 88324 87524 85956  total = 24.427447 per ms 
01:31:03.506 16  switches: flows:  93055 91722 93508 91272 89754 91085 89283 89616 88562 88803 84939 88430 86427 85538 85854 84684  total = 23.669348 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22947.96/24427.45/23826.51/7954.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:31:03.518317" elapsed="0.000762"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if the `container` does not contain the `item` one or more times.</doc>
<status status="PASS" start="2026-09-19T01:31:03.519445" elapsed="0.000800"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-19T01:31:03.521089" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-19T01:31:03.521298" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22947.96/24427.45/23826.51/7954.02 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-09-19T01:31:03.520630" elapsed="0.000720"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:31:03.522242" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22947.96/24427.45/23826.51/7954.02 | 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-09-19T01:31:03.521729" elapsed="0.000571"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.523486" 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-09-19T01:31:03.522733" elapsed="0.000867"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.524866" level="INFO">22947.96/24427.45/23826.51/7954.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:31:03.524048" elapsed="0.000984"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:31:03.526261" 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-09-19T01:31:03.525461" elapsed="0.000871"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-19T01:31:03.527577" level="INFO">@{result_value_list} = [ 22947.96 | 24427.45 | 23826.51 | 7954.02 ]</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-09-19T01:31:03.526891" elapsed="0.000745"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.528753" level="INFO">Length is 4.</msg>
<msg time="2026-09-19T01:31:03.528954" 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-09-19T01:31:03.528050" elapsed="0.000954"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.530870" level="INFO">min :: 22947.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:31:03.529909" elapsed="0.001075"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-19T01:31:03.529481" elapsed="0.001571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.532548" level="INFO">max :: 24427.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-09-19T01:31:03.531613" elapsed="0.001047"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-19T01:31:03.531248" elapsed="0.001511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.534305" level="INFO">avg :: 23826.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-19T01:31:03.533312" elapsed="0.001108"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-19T01:31:03.532927" elapsed="0.001564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.536077" level="INFO">stdev :: 7954.02</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-09-19T01:31:03.535084" elapsed="0.001106"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-19T01:31:03.534658" elapsed="0.001624"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-19T01:31:03.529124" elapsed="0.007218"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.537587" level="INFO">${min} = 22947.96</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:31:03.536682" elapsed="0.000959"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.538996" level="INFO">${max} = 24427.45</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:31:03.538082" elapsed="0.000968"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.540287" level="INFO">${average} = 23826.51</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:31:03.539402" elapsed="0.000940"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.541554" level="INFO">${stdev} = 7954.02</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variable.</doc>
<status status="PASS" start="2026-09-19T01:31:03.540671" elapsed="0.000936"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.542794" level="INFO">${date} = 2026-09-19 01:31:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-19T01:31:03.542042" elapsed="0.000806"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.544032" level="INFO">CBench Result: 2026-09-19 01:31:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22947.96,24427.45,23826.51,7954.02</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-09-19T01:31:03.543288" elapsed="0.000857"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-19T01:31:03.546101" 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-09-19T01:31:03.545327" elapsed="0.001007"/>
</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-09-19T01:31:03.546791" elapsed="0.001306"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-19T01:31:03.544424" elapsed="0.004088"/>
</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-09-19T01:20:56.778288" elapsed="606.770347"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.549841" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses execution for the given time.</doc>
<status status="PASS" start="2026-09-19T01:31:03.549085" elapsed="0.000880"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-19T01:31:03.552573" 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-09-19T01:31:03.551775" elapsed="0.000846"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-19T01:31:03.552944" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-09-19T01:31:03.552780" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-09-19T01:31:03.552750" 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-09-19T01:31:03.553276" elapsed="0.000029"/>
</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-09-19T01:31:03.553486" elapsed="0.000027"/>
</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-09-19T01:31:03.553783" elapsed="0.000033"/>
</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 variable.</doc>
<status status="NOT RUN" start="2026-09-19T01:31:03.554045" elapsed="0.000029"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-09-19T01:31:03.554523" elapsed="0.000031"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message of the current test case.</doc>
<status status="NOT RUN" start="2026-09-19T01:31:03.554794" elapsed="0.000035"/>
</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-09-19T01:31:03.555071" elapsed="0.000026"/>
</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 The given `tags` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-09-19T01:31:03.555392" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-09-19T01:31:03.555182" elapsed="0.000277"/>
</branch>
<status status="NOT RUN" start="2026-09-19T01:31:03.555159" elapsed="0.000331"/>
</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-09-19T01:31:03.550829" elapsed="0.004728"/>
</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-09-19T01:20:56.775856" elapsed="606.779759"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-09-19T01:00:40.995856" elapsed="1822.560321"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
