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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-16T01:52:09.089554" elapsed="0.686267"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T01:52:09.823799" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-16T01:52:09.776136" elapsed="0.047735"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T01:52:09.825791" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T01:52:09.825912" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T01:52:09.824040" elapsed="0.001903"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-16T01:52:09.826105" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:52:09.826499" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:52:09.827275" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:52:09.826901" elapsed="0.000430"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T01:52:09.827385" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.155
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T01:52:09.087992" elapsed="0.739584"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-16T01:52:09.084275" elapsed="0.743366"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T01:52:09.828218" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T01:52:09.827829" elapsed="0.000448"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T01:52:09.828707" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T01:52:09.828445" elapsed="0.000318"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T01:52:09.829366" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-16T01:52:09.828917" elapsed="0.000478"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T01:52:09.829904" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T01:52:09.829567" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T01:52:09.830484" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-16T01:52:09.830094" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T01:52:09.830982" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T01:52:09.830671" elapsed="0.000353"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-16T01:52:09.831355" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-16T01:52:09.831114" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T01:52:09.835773" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T01:52:09.835365" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T01:52:09.837131" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T01:52:09.837239" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T01:52:09.836383" elapsed="0.000882"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T01:52:09.837416" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T01:52:09.838794" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-05-16T01:52:10.517101" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 16 01:52:10 UTC 2026

  System load:  0.22               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-721-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T01:52:09.838294" elapsed="0.678987"/>
</kw>
<msg time="2026-05-16T01:52:10.517372" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T01:52:09.837923" elapsed="0.679540"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T01:52:09.836008" elapsed="0.681578"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-16T01:52:10.525006" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-16T01:52:10.517805" elapsed="0.009195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:52:10.527286" elapsed="0.000408"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-16T01:52:09.834823" elapsed="0.692960"/>
</kw>
<status status="PASS" start="2026-05-16T01:52:09.831490" elapsed="0.696344"/>
</branch>
<status status="PASS" start="2026-05-16T01:52:09.831087" elapsed="0.696790"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T01:52:10.528094" elapsed="0.000701"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-16T01:52:10.534992" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-16T01:52:10.534823" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-05-16T01:52:10.534791" elapsed="0.000312"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-16T01:52:10.540130" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-05-16T01:52:10.539972" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-05-16T01:52:10.539944" elapsed="0.000306"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T01:52:10.540490" elapsed="0.000613"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T01:52:10.541651" level="INFO">Logging into '10.30.170.155:8101' as 'karaf'.</msg>
<msg time="2026-05-16T01:52:10.701189" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-16T01:52:10.541371" elapsed="0.159985"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T01:52:10.792103" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-16T01:52:10.701617" elapsed="0.090649"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T01:52:10.797263" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T01:52:10.797467" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T01:52:10.792547" elapsed="0.004953"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-16T01:52:10.797648" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:52:10.798011" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:52:10.798696" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:52:10.798378" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T01:52:10.798807" elapsed="0.000050"/>
</return>
<msg time="2026-05-16T01:52:10.799008" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.155
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T01:52:10.539474" elapsed="0.259566"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T01:52:10.799215" elapsed="0.000546"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T01:52:10.799815" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-16T01:52:10.534400" elapsed="0.265553"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-16T01:52:10.803757" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-16T01:52:10.803610" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-05-16T01:52:10.803586" elapsed="0.000246"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T01:52:10.803969" elapsed="0.000513"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T01:52:10.805074" level="INFO">Logging into '10.30.170.155:8101' as 'karaf'.</msg>
<msg time="2026-05-16T01:52:10.973039" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-16T01:52:10.804635" elapsed="0.168584"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T01:52:10.997662" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-16T01:52:10.973462" elapsed="0.024345"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T01:52:11.001553" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T01:52:11.001669" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T01:52:10.998192" elapsed="0.003507"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-16T01:52:11.001840" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:52:11.002187" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:52:11.002855" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:52:11.002524" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T01:52:11.002978" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.155
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T01:52:10.803265" elapsed="0.199909"/>
</kw>
<status status="PASS" start="2026-05-16T01:52:09.082465" elapsed="1.920776"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:52:11.005366" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:52:11.004271" elapsed="0.001162"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T01:52:11.006905" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T01:52:11.006537" elapsed="0.000413"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-16T01:52:11.007298" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-16T01:52:11.007032" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-16T01:52:11.010391" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-16T01:52:11.010117" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-05-16T01:52:11.010096" elapsed="0.000380"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T01:52:11.010829" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-16T01:52:11.010612" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:52:11.011581" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:52:11.011124" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T01:52:11.012298" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T01:52:11.011796" elapsed="0.000529"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T01:52:11.013321" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T01:52:11.013417" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T01:52:11.012963" elapsed="0.000478"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T01:52:11.013589" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T01:52:11.014860" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-05-16T01:52:11.349300" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 16 01:52:10 UTC 2026

  System load:  0.22               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 16 01:52:10 2026 from 10.30.171.180
[?2004h[jenkins@releng-48317-721-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T01:52:11.014489" elapsed="0.335003"/>
</kw>
<msg time="2026-05-16T01:52:11.349577" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T01:52:11.014109" elapsed="0.335554"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T01:52:11.012566" elapsed="0.337218"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T01:52:11.350534" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T02:02:17.446085" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T02:02:17.446430" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T02:02:17.446479" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T01:52:11.349995" elapsed="606.096516"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:02:17.446755" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.447686" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:16.534 16  switches: flows:  106515 108018 104079 105692 104239 107176 106105 104929 102933 104189 106020 102663 105365 103385 107717 99538  total = 27.976050 per ms 
01:54:16.636 16  switches: flows:  116392 115142 113461 117240 111939 117127 113716 116620 111861 111094 115690 111527 114385 112699 116189 110730  total = 30.379296 per ms 
01:55:16.738 16  switches: flows:  122626 122985 119339 124506 120162 122473 119752 122501 118679 118183 121993 118986 120856 117838 122162 115719  total = 32.092370 per ms 
01:56:16.839 16  switches: flows:  119711 118023 118988 121887 119736 120779 119064 120316 117941 116952 119250 116930 118498 117121 119418 116539  total = 31.633040 per ms 
01:57:16.939 16  switches: flows:  120397 121756 122772 124707 121148 122342 123735 122444 122132 122365 124379 120153 122452 119866 123468 121782  total = 32.543975 per ms 
01:58:17.041 16  switches: flows:  112703 112031 115210 113969 112922 112387 114517 113601 114432 113522 112639 111738 111691 111199 112594 109876  total = 30.033622 per ms 
01:59:17.142 16  switches: flows:  112406 110890 115370 113228 112325 112822 115899 116355 113334 113036 111832 112263 112498 113417 114189 110510  total = 30.122627 per ms 
02:00:17.243 16  switches: flows:  111754 112685 114939 112454 112285 111074 113914 114021 113404 114364 112257 113518 113325 113410 112836 110322  total = 30.059154 per ms 
02:01:17.344 16  switches: flows:  113554 112847 116954 112732 113613 112316 113172 112439 115633 115566 112648 112436 115502 115640 114821 114353  total = 30.353082 per ms 
02:02:17.445 16  switches: flows:  107402 107967 111431 109411 109246 107395 109388 107139 109576 110551 107763 108806 109904 108903 110988 108595  total = 29.025733 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29025.73/32543.98/30693.66/10287.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.447327" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T02:02:17.448117" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-05-16T02:02:17.447943" elapsed="0.000266"/>
</branch>
<status status="PASS" start="2026-05-16T02:02:17.447910" elapsed="0.000325"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T02:02:17.448337" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-16T02:02:17.448298" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-05-16T02:02:17.448282" elapsed="0.000119"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T02:02:17.448435" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:02:17.451065" elapsed="0.000354"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:02:17.451568" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:02:17.451866" elapsed="0.000107"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T02:02:17.448798" elapsed="0.003433"/>
</kw>
<msg time="2026-05-16T02:02:17.452362" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T01:52:11.007725" elapsed="606.444663"/>
</kw>
<status status="PASS" start="2026-05-16T01:52:11.007388" elapsed="606.445050"/>
</branch>
<status status="PASS" start="2026-05-16T01:52:11.007009" elapsed="606.445451"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.452924" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:53:16.534 16  switches: flows:  106515 108018 104079 105692 104239 107176 106105 104929 102933 104189 106020 102663 105365 103385 107717 99538  total = 27.976050 per ms 
01:54:16.636 16  switches: flows:  116392 115142 113461 117240 111939 117127 113716 116620 111861 111094 115690 111527 114385 112699 116189 110730  total = 30.379296 per ms 
01:55:16.738 16  switches: flows:  122626 122985 119339 124506 120162 122473 119752 122501 118679 118183 121993 118986 120856 117838 122162 115719  total = 32.092370 per ms 
01:56:16.839 16  switches: flows:  119711 118023 118988 121887 119736 120779 119064 120316 117941 116952 119250 116930 118498 117121 119418 116539  total = 31.633040 per ms 
01:57:16.939 16  switches: flows:  120397 121756 122772 124707 121148 122342 123735 122444 122132 122365 124379 120153 122452 119866 123468 121782  total = 32.543975 per ms 
01:58:17.041 16  switches: flows:  112703 112031 115210 113969 112922 112387 114517 113601 114432 113522 112639 111738 111691 111199 112594 109876  total = 30.033622 per ms 
01:59:17.142 16  switches: flows:  112406 110890 115370 113228 112325 112822 115899 116355 113334 113036 111832 112263 112498 113417 114189 110510  total = 30.122627 per ms 
02:00:17.243 16  switches: flows:  111754 112685 114939 112454 112285 111074 113914 114021 113404 114364 112257 113518 113325 113410 112836 110322  total = 30.059154 per ms 
02:01:17.344 16  switches: flows:  113554 112847 116954 112732 113613 112316 113172 112439 115633 115566 112648 112436 115502 115640 114821 114353  total = 30.353082 per ms 
02:02:17.445 16  switches: flows:  107402 107967 111431 109411 109246 107395 109388 107139 109576 110551 107763 108806 109904 108903 110988 108595  total = 29.025733 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29025.73/32543.98/30693.66/10287.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.452602" elapsed="0.000395"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T02:02:17.453169" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T02:02:17.453927" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T02:02:17.454017" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29025.73/32543.98/30693.66/10287.66 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-16T02:02:17.453701" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:02:17.454614" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29025.73/32543.98/30693.66/10287.66 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:02:17.454356" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.457038" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.454786" elapsed="0.002308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.459467" level="INFO">29025.73/32543.98/30693.66/10287.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.457256" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:02:17.461907" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:02:17.459673" elapsed="0.002261"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:02:17.464359" level="INFO">@{result_value_list} = [ 29025.73 | 32543.98 | 30693.66 | 10287.66 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:02:17.462123" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.464869" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T02:02:17.464959" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T02:02:17.464541" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.469709" level="INFO">min :: 29025.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.465393" elapsed="0.004373"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T02:02:17.465260" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.474362" level="INFO">max :: 32543.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.470027" elapsed="0.004391"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T02:02:17.469899" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.478991" level="INFO">avg :: 30693.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.474670" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T02:02:17.474543" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.483691" level="INFO">stdev :: 10287.66</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.479322" elapsed="0.004426"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T02:02:17.479193" elapsed="0.004589"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T02:02:17.465050" elapsed="0.018766"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.487745" level="INFO">${min} = 29025.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:02:17.483981" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.491988" level="INFO">${max} = 32543.98</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:02:17.487929" elapsed="0.004086"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.496057" level="INFO">${average} = 30693.66</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:02:17.492186" elapsed="0.003897"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.499979" level="INFO">${stdev} = 10287.66</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:02:17.496251" elapsed="0.003754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.500531" level="INFO">${date} = 2026-05-16 02:02:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T02:02:17.500179" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.501137" level="INFO">CBench Result: 2026-05-16 02:02:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29025.73,32543.98,30693.66,10287.66</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.500703" elapsed="0.000505"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T02:02:17.502237" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T02:02:17.501815" elapsed="0.000488"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T02:02:17.502455" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T02:02:17.501349" elapsed="0.001624"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-16T01:52:11.005869" elapsed="606.497163"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.503525" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-16T02:02:17.503207" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-16T02:02:17.504091" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-05-16T02:02:17.503794" elapsed="0.000652"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T01:52:11.003393" elapsed="606.501091"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.506091" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.505706" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.507442" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T02:02:17.507063" elapsed="0.000429"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-16T02:02:17.507858" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:02:17.507630" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-16T02:02:17.510964" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:02:17.510712" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-05-16T02:02:17.510692" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T02:02:17.511388" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-16T02:02:17.511198" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.512078" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.155 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:02:17.511666" elapsed="0.000468"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T02:02:17.512686" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:02:17.512292" elapsed="0.000421"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T02:02:17.513618" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T02:02:17.513705" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T02:02:17.513321" elapsed="0.000408"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:02:17.513873" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T02:02:17.515052" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-05-16T02:02:18.100933" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 16 02:02:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 16 01:52:11 2026 from 10.30.171.180
[?2004h[jenkins@releng-48317-721-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T02:02:17.514702" elapsed="0.586428"/>
</kw>
<msg time="2026-05-16T02:02:18.101244" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:02:17.514361" elapsed="0.586976"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T02:02:17.512913" elapsed="0.588543"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T02:02:18.101985" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.155 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T02:12:25.334208" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T02:12:25.334580" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T02:12:25.334646" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T02:02:18.101686" elapsed="607.232996"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:12:25.334985" elapsed="0.000492"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.336223" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:23.227 16  switches: flows:  448971 463537 458217 446573 453548 459189 450643 460732 461888 444424 454351 444177 456759 459251 451098 439287  total = 120.877417 per ms 
02:04:23.327 16  switches: flows:  569998 549002 560067 551341 559274 557939 569701 554811 556251 571825 553798 546733 562391 560208 559354 550008  total = 148.629794 per ms 
02:05:24.026 16  switches: flows:  547364 543190 542688 553039 543878 545751 537136 547397 556711 543779 537695 538634 552523 545609 541076 531080  total = 143.455155 per ms 
02:06:24.724 16  switches: flows:  505190 545184 526435 532936 522516 534950 544312 539115 540764 534013 541673 538951 541384 531680 537239 538731  total = 140.945643 per ms 
02:07:24.825 16  switches: flows:  576913 579976 571240 575388 569455 577945 578415 572853 586136 567006 578381 579433 587168 580559 571960 581173  total = 153.641898 per ms 
02:08:24.927 16  switches: flows:  565014 570506 559408 564219 563866 565439 560449 564629 566396 560547 562787 559302 566270 564287 559624 565252  total = 150.046900 per ms 
02:09:25.029 16  switches: flows:  572516 564654 564516 571642 567187 572633 557998 562806 572706 572004 565219 568320 577649 563640 572977 566361  total = 151.291874 per ms 
02:10:25.131 16  switches: flows:  568592 558399 565954 557290 567859 559610 564399 561954 556484 562375 567645 568741 567806 568063 569967 564864  total = 150.248487 per ms 
02:11:25.232 16  switches: flows:  569943 567364 560612 566843 567097 567486 571098 562832 566809 566001 573799 570410 573467 566652 558917 566950  total = 151.015764 per ms 
02:12:25.334 16  switches: flows:  559575 555394 556674 555929 556635 550372 563737 556792 559055 554703 561863 555411 555423 557436 561302 549675  total = 148.250734 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140945.64/153641.90/148614.03/49681.90 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.335714" elapsed="0.000728"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T02:12:25.336779" elapsed="0.000056"/>
</return>
<status status="PASS" start="2026-05-16T02:12:25.336570" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-05-16T02:12:25.336527" elapsed="0.000396"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T02:12:25.337057" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-16T02:12:25.337006" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-05-16T02:12:25.336983" elapsed="0.000182"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T02:12:25.337212" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:12:25.340937" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:12:25.341623" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:12:25.342041" elapsed="0.000165"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T02:12:25.337662" elapsed="0.004619"/>
</kw>
<msg time="2026-05-16T02:12:25.342457" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T02:02:17.508291" elapsed="607.834202"/>
</kw>
<status status="PASS" start="2026-05-16T02:02:17.507943" elapsed="607.834756"/>
</branch>
<status status="PASS" start="2026-05-16T02:02:17.507606" elapsed="607.835124"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.343346" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:23.227 16  switches: flows:  448971 463537 458217 446573 453548 459189 450643 460732 461888 444424 454351 444177 456759 459251 451098 439287  total = 120.877417 per ms 
02:04:23.327 16  switches: flows:  569998 549002 560067 551341 559274 557939 569701 554811 556251 571825 553798 546733 562391 560208 559354 550008  total = 148.629794 per ms 
02:05:24.026 16  switches: flows:  547364 543190 542688 553039 543878 545751 537136 547397 556711 543779 537695 538634 552523 545609 541076 531080  total = 143.455155 per ms 
02:06:24.724 16  switches: flows:  505190 545184 526435 532936 522516 534950 544312 539115 540764 534013 541673 538951 541384 531680 537239 538731  total = 140.945643 per ms 
02:07:24.825 16  switches: flows:  576913 579976 571240 575388 569455 577945 578415 572853 586136 567006 578381 579433 587168 580559 571960 581173  total = 153.641898 per ms 
02:08:24.927 16  switches: flows:  565014 570506 559408 564219 563866 565439 560449 564629 566396 560547 562787 559302 566270 564287 559624 565252  total = 150.046900 per ms 
02:09:25.029 16  switches: flows:  572516 564654 564516 571642 567187 572633 557998 562806 572706 572004 565219 568320 577649 563640 572977 566361  total = 151.291874 per ms 
02:10:25.131 16  switches: flows:  568592 558399 565954 557290 567859 559610 564399 561954 556484 562375 567645 568741 567806 568063 569967 564864  total = 150.248487 per ms 
02:11:25.232 16  switches: flows:  569943 567364 560612 566843 567097 567486 571098 562832 566809 566001 573799 570410 573467 566652 558917 566950  total = 151.015764 per ms 
02:12:25.334 16  switches: flows:  559575 555394 556674 555929 556635 550372 563737 556792 559055 554703 561863 555411 555423 557436 561302 549675  total = 148.250734 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140945.64/153641.90/148614.03/49681.90 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.342927" elapsed="0.000520"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T02:12:25.343667" elapsed="0.000519"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T02:12:25.344763" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T02:12:25.344888" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 140945.64/153641.90/148614.03/49681.90 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-16T02:12:25.344449" elapsed="0.000473"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:12:25.345470" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 140945.64/153641.90/148614.03/49681.90 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:12:25.345136" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.347874" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.345642" elapsed="0.002288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.350354" level="INFO">140945.64/153641.90/148614.03/49681.90</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.348076" elapsed="0.002335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:12:25.352774" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:12:25.350561" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:12:25.355229" level="INFO">@{result_value_list} = [ 140945.64 | 153641.90 | 148614.03 | 49681.90 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:12:25.352988" elapsed="0.002268"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.355712" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T02:12:25.355809" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T02:12:25.355411" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.361370" level="INFO">min :: 140945.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.356223" elapsed="0.005207"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T02:12:25.356079" elapsed="0.005386"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.366216" level="INFO">max :: 153641.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.361687" elapsed="0.004592"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T02:12:25.361557" elapsed="0.004758"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.370837" level="INFO">avg :: 148614.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.366534" elapsed="0.004358"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T02:12:25.366404" elapsed="0.004523"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.375546" level="INFO">stdev :: 49681.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.371159" elapsed="0.004444"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T02:12:25.371015" elapsed="0.004623"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T02:12:25.355897" elapsed="0.019772"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.379663" level="INFO">${min} = 140945.64</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:12:25.375827" elapsed="0.003863"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.383858" level="INFO">${max} = 153641.90</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:12:25.379844" elapsed="0.004041"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.387804" level="INFO">${average} = 148614.03</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:12:25.384039" elapsed="0.003794"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.391882" level="INFO">${stdev} = 49681.90</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:12:25.387994" elapsed="0.003915"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.392533" level="INFO">${date} = 2026-05-16 02:12:25</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T02:12:25.392071" elapsed="0.000490"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.393135" level="INFO">CBench Result: 2026-05-16 02:12:25,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,140945.64,153641.90,148614.03,49681.90</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.392719" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T02:12:25.394297" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T02:12:25.393845" elapsed="0.000519"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T02:12:25.394518" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T02:12:25.393368" elapsed="0.001699"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-16T02:02:17.506475" elapsed="607.888654"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.395630" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-16T02:12:25.395306" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-16T02:12:25.396232" elapsed="0.000289"/>
</kw>
<status status="PASS" start="2026-05-16T02:12:25.395908" elapsed="0.000684"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T02:02:17.504792" elapsed="607.891840"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.398074" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.397694" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.399763" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-16T02:12:25.399345" elapsed="0.000464"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-16T02:12:25.400421" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:12:25.399963" elapsed="0.000529"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-16T02:12:25.403406" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:12:25.403151" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-05-16T02:12:25.403117" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T02:12:25.403851" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-16T02:12:25.403646" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.404771" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:12:25.404135" elapsed="0.000720"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T02:12:25.405632" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:12:25.405050" elapsed="0.000620"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T02:12:25.407169" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T02:12:25.407306" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T02:12:25.406498" elapsed="0.000843"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:12:25.407559" elapsed="0.000496"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T02:12:25.409403" level="INFO">Logging into '10.30.171.7:22' as 'jenkins'.</msg>
<msg time="2026-05-16T02:12:25.982733" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat May 16 02:12:25 UTC 2026

  System load:  0.28               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat May 16 02:02:18 2026 from 10.30.171.180
[?2004h[jenkins@releng-48317-721-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-16T02:12:25.408860" elapsed="0.574074"/>
</kw>
<msg time="2026-05-16T02:12:25.983026" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:12:25.408308" elapsed="0.574803"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-16T02:12:25.405951" elapsed="0.577303"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T02:12:25.983824" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.155 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T02:22:32.023280" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T02:22:32.023779" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T02:22:32.023892" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T02:12:25.983497" elapsed="606.040456"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:22:32.024464" elapsed="0.000835"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.026546" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:31.112 16  switches: flows:  124267 119549 123807 122224 123427 124378 125088 121523 122299 121358 118644 121328 117628 118302 119421 120261  total = 32.391733 per ms 
02:14:31.213 16  switches: flows:  115841 112477 116057 115034 114206 114209 116687 115056 115129 114923 111897 112838 115069 112366 112851 112307  total = 30.398381 per ms 
02:15:31.313 16  switches: flows:  121598 120811 123277 120127 120031 121724 124961 121871 120978 120010 117685 120238 123609 117684 117825 119635  total = 32.147391 per ms 
02:16:31.415 16  switches: flows:  119286 120261 122506 121498 120593 122646 124019 120367 119935 118808 116938 118758 122756 117208 116249 119311  total = 31.965633 per ms 
02:17:31.515 16  switches: flows:  119504 120954 124113 120481 120676 121985 124838 119480 122422 118545 119100 119957 122560 116902 116621 119997  total = 32.082058 per ms 
02:18:31.617 16  switches: flows:  121083 122874 123479 123384 122934 123681 125491 120507 121817 121869 118824 120861 125109 119803 118550 119253  total = 32.437805 per ms 
02:19:31.718 16  switches: flows:  124933 122735 125756 125012 123273 122790 125387 122271 123747 121423 119590 122058 123706 119739 120003 122154  total = 32.688368 per ms 
02:20:31.819 16  switches: flows:  124663 125064 128321 125176 124696 125118 126370 123341 125143 122930 122554 122973 124849 120808 120180 124147  total = 33.050386 per ms 
02:21:31.920 16  switches: flows:  122537 122314 127315 124071 121053 124290 125045 120752 121438 119948 119487 122028 122897 119385 119723 121267  total = 32.504922 per ms 
02:22:32.021 16  switches: flows:  120127 120618 122796 121817 120185 121213 124104 119366 119716 117187 115986 119288 121464 118915 117723 118797  total = 31.935061 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30398.38/33050.39/32134.45/10734.59 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.025708" elapsed="0.001417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T02:22:32.027701" elapsed="0.000091"/>
</return>
<status status="PASS" start="2026-05-16T02:22:32.027370" elapsed="0.000511"/>
</branch>
<status status="PASS" start="2026-05-16T02:22:32.027297" elapsed="0.000644"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T02:22:32.028202" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-05-16T02:22:32.028080" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-05-16T02:22:32.028041" elapsed="0.000316"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T02:22:32.028433" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T02:22:32.032880" elapsed="0.000359"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-16T02:22:32.033392" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T02:22:32.033698" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T02:22:32.029220" elapsed="0.004632"/>
</kw>
<msg time="2026-05-16T02:22:32.033991" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T02:12:25.400842" elapsed="606.633176"/>
</kw>
<status status="PASS" start="2026-05-16T02:12:25.400520" elapsed="606.633548"/>
</branch>
<status status="PASS" start="2026-05-16T02:12:25.399937" elapsed="606.634154"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.034560" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.155:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.155. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:31.112 16  switches: flows:  124267 119549 123807 122224 123427 124378 125088 121523 122299 121358 118644 121328 117628 118302 119421 120261  total = 32.391733 per ms 
02:14:31.213 16  switches: flows:  115841 112477 116057 115034 114206 114209 116687 115056 115129 114923 111897 112838 115069 112366 112851 112307  total = 30.398381 per ms 
02:15:31.313 16  switches: flows:  121598 120811 123277 120127 120031 121724 124961 121871 120978 120010 117685 120238 123609 117684 117825 119635  total = 32.147391 per ms 
02:16:31.415 16  switches: flows:  119286 120261 122506 121498 120593 122646 124019 120367 119935 118808 116938 118758 122756 117208 116249 119311  total = 31.965633 per ms 
02:17:31.515 16  switches: flows:  119504 120954 124113 120481 120676 121985 124838 119480 122422 118545 119100 119957 122560 116902 116621 119997  total = 32.082058 per ms 
02:18:31.617 16  switches: flows:  121083 122874 123479 123384 122934 123681 125491 120507 121817 121869 118824 120861 125109 119803 118550 119253  total = 32.437805 per ms 
02:19:31.718 16  switches: flows:  124933 122735 125756 125012 123273 122790 125387 122271 123747 121423 119590 122058 123706 119739 120003 122154  total = 32.688368 per ms 
02:20:31.819 16  switches: flows:  124663 125064 128321 125176 124696 125118 126370 123341 125143 122930 122554 122973 124849 120808 120180 124147  total = 33.050386 per ms 
02:21:31.920 16  switches: flows:  122537 122314 127315 124071 121053 124290 125045 120752 121438 119948 119487 122028 122897 119385 119723 121267  total = 32.504922 per ms 
02:22:32.021 16  switches: flows:  120127 120618 122796 121817 120185 121213 124104 119366 119716 117187 115986 119288 121464 118915 117723 118797  total = 31.935061 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30398.38/33050.39/32134.45/10734.59 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.034261" elapsed="0.000376"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T02:22:32.034789" elapsed="0.000402"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T02:22:32.035578" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T02:22:32.035669" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30398.38/33050.39/32134.45/10734.59 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-16T02:22:32.035352" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:22:32.036105" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30398.38/33050.39/32134.45/10734.59 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:22:32.035845" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.038554" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.036301" elapsed="0.002309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.041185" level="INFO">30398.38/33050.39/32134.45/10734.59</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.038758" elapsed="0.002485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:22:32.043691" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:22:32.041396" elapsed="0.002323"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T02:22:32.046178" level="INFO">@{result_value_list} = [ 30398.38 | 33050.39 | 32134.45 | 10734.59 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-16T02:22:32.043932" elapsed="0.002274"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.046688" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T02:22:32.046776" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-16T02:22:32.046364" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.051846" level="INFO">min :: 30398.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.047303" elapsed="0.004656"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T02:22:32.047169" elapsed="0.004842"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.058567" level="INFO">max :: 33050.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.052342" elapsed="0.006304"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T02:22:32.052159" elapsed="0.006537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.063646" level="INFO">avg :: 32134.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.059027" elapsed="0.004677"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T02:22:32.058814" elapsed="0.004926"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.068546" level="INFO">stdev :: 10734.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.063958" elapsed="0.004645"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T02:22:32.063828" elapsed="0.004813"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T02:22:32.046928" elapsed="0.021746"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.072815" level="INFO">${min} = 30398.38</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:22:32.068839" elapsed="0.004003"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.076758" level="INFO">${max} = 33050.39</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:22:32.072999" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.080726" level="INFO">${average} = 32134.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:22:32.076938" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.084676" level="INFO">${stdev} = 10734.59</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-16T02:22:32.080907" elapsed="0.003796"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.085235" level="INFO">${date} = 2026-05-16 02:22:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T02:22:32.084871" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.085811" level="INFO">CBench Result: 2026-05-16 02:22:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30398.38,33050.39,32134.45,10734.59</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T02:22:32.085406" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T02:22:32.087024" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-16T02:22:32.086520" elapsed="0.000572"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-16T02:22:32.087261" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T02:22:32.086023" elapsed="0.001787"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-16T02:12:25.398589" elapsed="606.689282"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.088347" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-16T02:22:32.088018" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T02:22:32.089612" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-16T02:22:32.089126" elapsed="0.000513"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-16T02:22:32.089871" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-05-16T02:22:32.089722" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-05-16T02:22:32.089699" elapsed="0.000266"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.090110" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.090287" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.090448" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.090649" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.090803" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.090975" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.091124" elapsed="0.000034"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-16T02:22:32.091363" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-16T02:22:32.091223" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-05-16T02:22:32.091206" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-16T02:22:32.088781" elapsed="0.002711"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T02:12:25.397185" elapsed="606.694355"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-16T01:52:08.497102" elapsed="1823.595031"/>
</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>
