<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-10T01:55:10.485563" 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-04-10T01:55:11.052459" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-10T01:55:11.052326" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:11.052298" elapsed="0.000260"/>
</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-04-10T01:55:11.052699" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T01:55:11.053665" level="INFO">Logging into '10.30.170.158:8101' as 'karaf'.</msg>
<msg time="2026-04-10T01:55:11.991186" 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-04-10T01:55:11.053369" elapsed="0.938053"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T01:55:12.040976" 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-04-10T01:55:11.991725" elapsed="0.049321"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T01:55:12.042940" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T01:55:12.043055" 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-04-10T01:55:12.041212" elapsed="0.001873"/>
</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-04-10T01:55:12.043242" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:55:12.043609" elapsed="0.000213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:55:12.044336" 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-04-10T01:55:12.043992" elapsed="0.000400"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T01:55:12.044446" elapsed="0.000059"/>
</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.158
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T01:55:11.051950" elapsed="0.992680"/>
</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-04-10T01:55:11.048402" elapsed="0.996293"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T01:55:12.045272" 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-04-10T01:55:12.044903" elapsed="0.000430"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T01:55:12.045742" 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-04-10T01:55:12.045485" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T01:55:12.046420" 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-04-10T01:55:12.045977" elapsed="0.000470"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T01:55:12.046968" 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-04-10T01:55:12.046615" elapsed="0.000395"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T01:55:12.047523" 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-04-10T01:55:12.047155" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T01:55:12.048042" 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-04-10T01:55:12.047708" elapsed="0.000377"/>
</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-04-10T01:55:12.048385" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T01:55:12.048171" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T01:55:12.053038" 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-04-10T01:55:12.052613" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T01:55:12.054066" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T01:55:12.054149" 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-04-10T01:55:12.053605" elapsed="0.000568"/>
</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-04-10T01:55:12.054333" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T01:55:12.055691" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-10T01:55:12.815693" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 01:55:12 UTC 2026

  System load:  0.21               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.138
  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-685-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-04-10T01:55:12.055197" elapsed="0.760661"/>
</kw>
<msg time="2026-04-10T01:55:12.815982" 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-04-10T01:55:12.054838" elapsed="0.761248"/>
</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-04-10T01:55:12.053267" elapsed="0.762960"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-10T01:55:12.823754" 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-04-10T01:55:12.816462" elapsed="0.009292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:55:12.826157" elapsed="0.000500"/>
</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-04-10T01:55:12.052091" elapsed="0.774676"/>
</kw>
<status status="PASS" start="2026-04-10T01:55:12.048748" elapsed="0.778081"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:12.048145" elapsed="0.778767"/>
</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-04-10T01:55:12.827150" elapsed="0.000796"/>
</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-04-10T01:55:12.834617" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-10T01:55:12.834437" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:12.834398" elapsed="0.000335"/>
</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-04-10T01:55:12.838543" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T01:55:12.838430" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:12.838410" elapsed="0.000202"/>
</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-04-10T01:55:12.838750" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T01:55:12.839658" level="INFO">Logging into '10.30.170.158:8101' as 'karaf'.</msg>
<msg time="2026-04-10T01:55:13.055402" 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-04-10T01:55:12.839388" elapsed="0.216146"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.150099" 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-04-10T01:55:13.055776" elapsed="0.094393"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.161060" 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-04-10T01:55:13.161232" 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-04-10T01:55:13.150335" elapsed="0.010929"/>
</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-04-10T01:55:13.161408" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:55:13.161733" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:55:13.162440" 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-04-10T01:55:13.162090" elapsed="0.000412"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T01:55:13.162552" elapsed="0.000051"/>
</return>
<msg time="2026-04-10T01:55:13.162753" 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.158
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T01:55:12.838051" elapsed="0.324733"/>
</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-04-10T01:55:13.162950" elapsed="0.000518"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T01:55:13.163520" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-10T01:55:12.833936" elapsed="0.329713"/>
</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-04-10T01:55:13.167381" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T01:55:13.167240" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:13.167216" elapsed="0.000237"/>
</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-04-10T01:55:13.167582" elapsed="0.000473"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.168465" level="INFO">Logging into '10.30.170.158:8101' as 'karaf'.</msg>
<msg time="2026-04-10T01:55:13.342852" 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-04-10T01:55:13.168202" elapsed="0.174768"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.370151" 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-04-10T01:55:13.343157" elapsed="0.027067"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.372269" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T01:55:13.372373" 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-04-10T01:55:13.370375" elapsed="0.002028"/>
</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-04-10T01:55:13.372538" elapsed="0.000180"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T01:55:13.372875" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:55:13.373477" 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-04-10T01:55:13.373194" elapsed="0.000332"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T01:55:13.373574" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.158
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T01:55:13.166910" elapsed="0.206817"/>
</kw>
<status status="PASS" start="2026-04-10T01:55:11.046682" elapsed="2.327106"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:55:13.376257" 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-04-10T01:55:13.374750" elapsed="0.001584"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T01:55:13.377794" 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-04-10T01:55:13.377445" elapsed="0.000392"/>
</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-04-10T01:55:13.378179" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T01:55:13.377943" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T01:55:13.381237" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T01:55:13.380988" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:13.380968" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.381649" 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-04-10T01:55:13.381771" 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-04-10T01:55:13.381449" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T01:55:13.382396" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.158 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.138" 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-04-10T01:55:13.381948" elapsed="0.000513"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.383073" 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-04-10T01:55:13.382601" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T01:55:13.384007" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T01:55:13.384097" 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-04-10T01:55:13.383672" elapsed="0.000449"/>
</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-04-10T01:55:13.384261" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.385460" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-10T01:55:13.700509" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 01:55:12 UTC 2026

  System load:  0.21               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.138
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 01:55:12 2026 from 10.30.170.65
[?2004h[jenkins@releng-48317-685-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-04-10T01:55:13.385101" elapsed="0.315517"/>
</kw>
<msg time="2026-04-10T01:55:13.700682" 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-04-10T01:55:13.384742" elapsed="0.316009"/>
</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-04-10T01:55:13.383299" elapsed="0.317543"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T01:55:13.701435" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.158 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T02:05:19.849360" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T02:05:19.850785" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T02:05:19.850854" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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-04-10T01:55:13.701023" elapsed="606.149893"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T02:05:19.851785" elapsed="0.000707"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.853337" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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.158. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:18.924 16  switches: flows:  100647 101651 102168 102222 101941 100192 100606 101588 99138 101584 101093 100748 99762 98716 100488 99404  total = 26.865800 per ms 
01:57:19.027 16  switches: flows:  122673 126719 126259 127418 123264 127804 126242 125993 123199 126984 124924 123350 123529 121569 122488 125093  total = 33.236219 per ms 
01:58:19.127 16  switches: flows:  122495 125866 123084 122540 123946 126849 122582 123574 121648 122127 120744 119373 119244 121739 118864 120644  total = 32.534312 per ms 
01:59:19.229 16  switches: flows:  123257 126809 127261 124308 123471 127660 126381 126125 123158 126387 119792 124495 124210 122338 121864 122846  total = 33.117407 per ms 
02:00:19.330 16  switches: flows:  124370 125665 126115 123818 122773 127519 126715 127128 124548 125455 125222 124807 124971 122262 122233 122653  total = 33.215162 per ms 
02:01:19.432 16  switches: flows:  122345 122749 121323 121535 119816 124447 121111 125674 121373 122284 122347 120844 122351 119570 118033 119248  total = 32.363150 per ms 
02:02:19.534 16  switches: flows:  120632 122986 121064 120290 120711 124232 123903 124290 119827 123551 122602 121752 121444 119538 119197 118492  total = 32.354220 per ms 
02:03:19.635 16  switches: flows:  116664 118555 117148 118755 118176 120282 118655 119010 116358 119202 117465 117870 118317 115481 115431 114630  total = 31.314357 per ms 
02:04:19.736 16  switches: flows:  122637 123019 121845 122239 120688 125828 123001 123551 122662 124649 121096 122425 123162 121478 120809 118662  total = 32.574771 per ms 
02:05:19.837 16  switches: flows:  110242 109777 109782 110053 110136 111294 110887 109552 108045 110593 108566 110299 110202 108623 108441 107991  total = 29.192635 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29192.64/33236.22/32211.36/10804.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:05:19.852765" elapsed="0.001818"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T02:05:19.854989" elapsed="0.000057"/>
</return>
<status status="PASS" start="2026-04-10T02:05:19.854731" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-04-10T02:05:19.854685" elapsed="0.000541"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T02:05:19.855382" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-10T02:05:19.855328" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-04-10T02:05:19.855303" elapsed="0.000181"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T02:05:19.855541" elapsed="0.000024"/>
</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-04-10T02:05:19.858372" elapsed="0.000371"/>
</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-04-10T02:05:19.858910" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T02:05:19.859264" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T02:05:19.855964" elapsed="0.003467"/>
</kw>
<msg time="2026-04-10T02:05:19.859569" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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-04-10T01:55:13.378619" elapsed="606.480977"/>
</kw>
<status status="PASS" start="2026-04-10T01:55:13.378281" elapsed="606.481365"/>
</branch>
<status status="PASS" start="2026-04-10T01:55:13.377918" elapsed="606.481754"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.860141" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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.158. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:18.924 16  switches: flows:  100647 101651 102168 102222 101941 100192 100606 101588 99138 101584 101093 100748 99762 98716 100488 99404  total = 26.865800 per ms 
01:57:19.027 16  switches: flows:  122673 126719 126259 127418 123264 127804 126242 125993 123199 126984 124924 123350 123529 121569 122488 125093  total = 33.236219 per ms 
01:58:19.127 16  switches: flows:  122495 125866 123084 122540 123946 126849 122582 123574 121648 122127 120744 119373 119244 121739 118864 120644  total = 32.534312 per ms 
01:59:19.229 16  switches: flows:  123257 126809 127261 124308 123471 127660 126381 126125 123158 126387 119792 124495 124210 122338 121864 122846  total = 33.117407 per ms 
02:00:19.330 16  switches: flows:  124370 125665 126115 123818 122773 127519 126715 127128 124548 125455 125222 124807 124971 122262 122233 122653  total = 33.215162 per ms 
02:01:19.432 16  switches: flows:  122345 122749 121323 121535 119816 124447 121111 125674 121373 122284 122347 120844 122351 119570 118033 119248  total = 32.363150 per ms 
02:02:19.534 16  switches: flows:  120632 122986 121064 120290 120711 124232 123903 124290 119827 123551 122602 121752 121444 119538 119197 118492  total = 32.354220 per ms 
02:03:19.635 16  switches: flows:  116664 118555 117148 118755 118176 120282 118655 119010 116358 119202 117465 117870 118317 115481 115431 114630  total = 31.314357 per ms 
02:04:19.736 16  switches: flows:  122637 123019 121845 122239 120688 125828 123001 123551 122662 124649 121096 122425 123162 121478 120809 118662  total = 32.574771 per ms 
02:05:19.837 16  switches: flows:  110242 109777 109782 110053 110136 111294 110887 109552 108045 110593 108566 110299 110202 108623 108441 107991  total = 29.192635 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29192.64/33236.22/32211.36/10804.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:05:19.859826" elapsed="0.000388"/>
</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-04-10T02:05:19.860363" elapsed="0.000385"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T02:05:19.861196" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T02:05:19.861289" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29192.64/33236.22/32211.36/10804.57 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-04-10T02:05:19.860939" elapsed="0.000375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:05:19.861740" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29192.64/33236.22/32211.36/10804.57 | 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-04-10T02:05:19.861471" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.864214" 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-04-10T02:05:19.861931" elapsed="0.002341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.866621" level="INFO">29192.64/33236.22/32211.36/10804.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:05:19.864419" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:05:19.869235" 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-04-10T02:05:19.866826" elapsed="0.002436"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:05:19.871660" level="INFO">@{result_value_list} = [ 29192.64 | 33236.22 | 32211.36 | 10804.57 ]</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-04-10T02:05:19.869455" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.872163" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T02:05:19.872259" 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-04-10T02:05:19.871840" elapsed="0.000443"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.877043" level="INFO">min :: 29192.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-04-10T02:05:19.872708" elapsed="0.004392"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T02:05:19.872569" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.881631" level="INFO">max :: 33236.22</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-04-10T02:05:19.877357" elapsed="0.004330"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T02:05:19.877228" elapsed="0.004494"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.886237" level="INFO">avg :: 32211.36</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-04-10T02:05:19.881956" elapsed="0.004336"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T02:05:19.881812" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.891074" level="INFO">stdev :: 10804.57</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-04-10T02:05:19.886550" elapsed="0.004581"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T02:05:19.886422" elapsed="0.004781"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T02:05:19.872359" elapsed="0.018879"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.895880" level="INFO">${min} = 29192.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-04-10T02:05:19.891400" elapsed="0.004508"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.900170" level="INFO">${max} = 33236.22</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-04-10T02:05:19.896061" elapsed="0.004136"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.904307" level="INFO">${average} = 32211.36</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-04-10T02:05:19.900355" elapsed="0.003979"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.908436" level="INFO">${stdev} = 10804.57</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-04-10T02:05:19.904484" elapsed="0.003979"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.909007" level="INFO">${date} = 2026-04-10 02:05:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T02:05:19.908623" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.909607" level="INFO">CBench Result: 2026-04-10 02:05:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29192.64,33236.22,32211.36,10804.57</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-04-10T02:05:19.909178" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T02:05:19.910782" 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-04-10T02:05:19.910319" elapsed="0.000530"/>
</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-04-10T02:05:19.911019" elapsed="0.000647"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T02:05:19.909819" elapsed="0.001923"/>
</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-04-10T01:55:13.376776" elapsed="606.535029"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.912302" 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-04-10T02:05:19.911976" elapsed="0.000381"/>
</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-04-10T02:05:19.912896" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-10T02:05:19.912584" elapsed="0.000650"/>
</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-04-10T01:55:13.373965" elapsed="606.539308"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.914581" 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-04-10T02:05:19.914196" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.915980" 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-04-10T02:05:19.915618" elapsed="0.000405"/>
</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-04-10T02:05:19.916440" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T02:05:19.916185" elapsed="0.000314"/>
</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-04-10T02:05:19.919550" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T02:05:19.919262" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-10T02:05:19.919241" elapsed="0.000394"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T02:05:19.920094" 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-04-10T02:05:19.920235" 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-04-10T02:05:19.919778" elapsed="0.000484"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.920853" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.158 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.138" 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-04-10T02:05:19.920399" elapsed="0.000528"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T02:05:19.921475" 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-04-10T02:05:19.921068" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T02:05:19.922425" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T02:05:19.922518" 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-04-10T02:05:19.922098" elapsed="0.000444"/>
</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-04-10T02:05:19.922685" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T02:05:19.923982" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-10T02:05:20.520736" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 02:05:20 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 01:55:13 2026 from 10.30.170.65
[?2004h[jenkins@releng-48317-685-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-04-10T02:05:19.923602" elapsed="0.597379"/>
</kw>
<msg time="2026-04-10T02:05:20.521081" 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-04-10T02:05:19.923246" elapsed="0.597932"/>
</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-04-10T02:05:19.921705" elapsed="0.599601"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T02:05:20.521918" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.158 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T02:15:27.485386" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T02:15:27.489617" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T02:15:27.489741" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.158: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-04-10T02:05:20.521553" elapsed="606.968247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T02:15:27.492489" elapsed="0.002369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.497103" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.158: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.158. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:26.299 16  switches: flows:  526147 489441 515695 517354 512250 512588 510224 515225 493628 501627 504547 509181 502873 486797 503021 507623  total = 135.137017 per ms 
02:07:26.400 16  switches: flows:  302701 342058 297625 344547 333924 283601 327441 333372 324491 323648 334070 327148 297728 350698 321971 333512  total = 86.164623 per ms 
02:08:26.765 16  switches: flows:  502419 503847 496221 502925 500431 510794 494590 498089 500515 502819 506361 499967 493642 499009 495814 492943  total = 132.533648 per ms 
02:09:26.867 16  switches: flows:  484612 473769 470358 478983 458165 479911 467386 468223 464450 459152 465311 471050 481624 474882 469363 477405  total = 125.533288 per ms 
02:10:26.971 16  switches: flows:  505145 495706 501265 506011 507313 491222 504826 496376 488315 500873 503694 497582 499180 508061 502794 452515  total = 132.454820 per ms 
02:11:27.073 16  switches: flows:  486135 481712 475100 484626 465399 493308 408268 486043 489758 467342 478940 473209 491336 470991 469459 476951  total = 126.428946 per ms 
02:12:27.175 16  switches: flows:  497488 506024 504496 476764 500776 505973 510124 509079 513190 501126 495621 491928 490549 501403 497327 480508  total = 132.815366 per ms 
02:13:27.277 16  switches: flows:  567756 578538 575443 580444 562173 574080 582828 583667 573438 571907 576641 565740 579641 571798 571713 566737  total = 152.785684 per ms 
02:14:27.379 16  switches: flows:  601927 593850 595027 599936 608426 605939 605725 600321 596974 596071 598534 599890 590966 597319 599459 609465  total = 159.726252 per ms 
02:15:27.481 16  switches: flows:  424294 442067 305715 429162 351284 420853 347564 423097 371216 382035 537683 520825 457218 320313 344968 522227  total = 109.824160 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 86164.62/159726.25/128696.31/47530.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:15:27.495661" elapsed="0.001611"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T02:15:27.497543" elapsed="0.000045"/>
</return>
<status status="PASS" start="2026-04-10T02:15:27.497373" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-04-10T02:15:27.497346" elapsed="0.000321"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T02:15:27.497771" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T02:15:27.497731" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-04-10T02:15:27.497714" elapsed="0.000121"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T02:15:27.497884" elapsed="0.000015"/>
</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-04-10T02:15:27.501444" 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-04-10T02:15:27.501965" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T02:15:27.502272" elapsed="0.000112"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T02:15:27.498247" elapsed="0.004190"/>
</kw>
<msg time="2026-04-10T02:15:27.502568" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.158: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-04-10T02:05:19.916880" elapsed="607.585715"/>
</kw>
<status status="PASS" start="2026-04-10T02:05:19.916525" elapsed="607.586120"/>
</branch>
<status status="PASS" start="2026-04-10T02:05:19.916159" elapsed="607.586509"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.503141" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.158: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.158. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:26.299 16  switches: flows:  526147 489441 515695 517354 512250 512588 510224 515225 493628 501627 504547 509181 502873 486797 503021 507623  total = 135.137017 per ms 
02:07:26.400 16  switches: flows:  302701 342058 297625 344547 333924 283601 327441 333372 324491 323648 334070 327148 297728 350698 321971 333512  total = 86.164623 per ms 
02:08:26.765 16  switches: flows:  502419 503847 496221 502925 500431 510794 494590 498089 500515 502819 506361 499967 493642 499009 495814 492943  total = 132.533648 per ms 
02:09:26.867 16  switches: flows:  484612 473769 470358 478983 458165 479911 467386 468223 464450 459152 465311 471050 481624 474882 469363 477405  total = 125.533288 per ms 
02:10:26.971 16  switches: flows:  505145 495706 501265 506011 507313 491222 504826 496376 488315 500873 503694 497582 499180 508061 502794 452515  total = 132.454820 per ms 
02:11:27.073 16  switches: flows:  486135 481712 475100 484626 465399 493308 408268 486043 489758 467342 478940 473209 491336 470991 469459 476951  total = 126.428946 per ms 
02:12:27.175 16  switches: flows:  497488 506024 504496 476764 500776 505973 510124 509079 513190 501126 495621 491928 490549 501403 497327 480508  total = 132.815366 per ms 
02:13:27.277 16  switches: flows:  567756 578538 575443 580444 562173 574080 582828 583667 573438 571907 576641 565740 579641 571798 571713 566737  total = 152.785684 per ms 
02:14:27.379 16  switches: flows:  601927 593850 595027 599936 608426 605939 605725 600321 596974 596071 598534 599890 590966 597319 599459 609465  total = 159.726252 per ms 
02:15:27.481 16  switches: flows:  424294 442067 305715 429162 351284 420853 347564 423097 371216 382035 537683 520825 457218 320313 344968 522227  total = 109.824160 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 86164.62/159726.25/128696.31/47530.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:15:27.502823" elapsed="0.000392"/>
</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-04-10T02:15:27.503364" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T02:15:27.504164" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T02:15:27.504254" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 86164.62/159726.25/128696.31/47530.06 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-04-10T02:15:27.503939" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:15:27.504683" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 86164.62/159726.25/128696.31/47530.06 | 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-04-10T02:15:27.504431" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.507107" 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-04-10T02:15:27.504852" elapsed="0.002311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.509557" level="INFO">86164.62/159726.25/128696.31/47530.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:15:27.507308" elapsed="0.002305"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:15:27.512034" 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-04-10T02:15:27.509760" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:15:27.514490" level="INFO">@{result_value_list} = [ 86164.62 | 159726.25 | 128696.31 | 47530.06 ]</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-04-10T02:15:27.512264" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.514995" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T02:15:27.515083" 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-04-10T02:15:27.514674" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.520497" level="INFO">min :: 86164.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:15:27.516025" elapsed="0.004529"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T02:15:27.515381" elapsed="0.005209"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.525709" level="INFO">max :: 159726.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:15:27.520807" elapsed="0.004978"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T02:15:27.520681" elapsed="0.005153"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.530803" level="INFO">avg :: 128696.31</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-04-10T02:15:27.526385" elapsed="0.004502"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T02:15:27.526196" elapsed="0.004730"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.535532" level="INFO">stdev :: 47530.06</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-04-10T02:15:27.531147" elapsed="0.004444"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T02:15:27.531016" elapsed="0.004610"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T02:15:27.515171" elapsed="0.020487"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.539628" level="INFO">${min} = 86164.62</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-04-10T02:15:27.535859" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.543635" level="INFO">${max} = 159726.25</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-04-10T02:15:27.539878" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.547589" level="INFO">${average} = 128696.31</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-04-10T02:15:27.543845" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.551608" level="INFO">${stdev} = 47530.06</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-04-10T02:15:27.547810" elapsed="0.003825"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.552211" level="INFO">${date} = 2026-04-10 02:15:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T02:15:27.551832" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.552813" level="INFO">CBench Result: 2026-04-10 02:15:27,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,86164.62,159726.25,128696.31,47530.06</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-04-10T02:15:27.552399" elapsed="0.000487"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T02:15:27.553995" 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-04-10T02:15:27.553539" elapsed="0.000538"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-10T02:15:27.554270" elapsed="0.000559"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T02:15:27.553049" elapsed="0.001871"/>
</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-04-10T02:05:19.914991" elapsed="607.639992"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.555454" 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-04-10T02:15:27.555134" elapsed="0.000376"/>
</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-04-10T02:15:27.556087" elapsed="0.000296"/>
</kw>
<status status="PASS" start="2026-04-10T02:15:27.555720" elapsed="0.000737"/>
</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-04-10T02:05:19.913591" elapsed="607.642904"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.558279" 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-04-10T02:15:27.557887" elapsed="0.000450"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.559588" 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-04-10T02:15:27.559255" elapsed="0.000375"/>
</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-04-10T02:15:27.560071" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T02:15:27.559785" elapsed="0.000355"/>
</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-04-10T02:15:27.563133" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T02:15:27.562864" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-04-10T02:15:27.562841" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T02:15:27.563557" 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-04-10T02:15:27.563678" 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-04-10T02:15:27.563348" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.564349" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.158 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.138" 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-04-10T02:15:27.563909" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T02:15:27.564982" 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-04-10T02:15:27.564560" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T02:15:27.566090" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T02:15:27.566187" 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-04-10T02:15:27.565584" elapsed="0.000628"/>
</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-04-10T02:15:27.566360" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T02:15:27.567590" level="INFO">Logging into '10.30.170.138:22' as 'jenkins'.</msg>
<msg time="2026-04-10T02:15:28.135384" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Apr 10 02:15:27 UTC 2026

  System load:  0.42               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.138
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Apr 10 02:05:20 2026 from 10.30.170.65
[?2004h[jenkins@releng-48317-685-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-04-10T02:15:27.567219" elapsed="0.568375"/>
</kw>
<msg time="2026-04-10T02:15:28.135684" 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-04-10T02:15:27.566838" elapsed="0.568927"/>
</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-04-10T02:15:27.565210" elapsed="0.570694"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T02:15:28.136418" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.158 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-10T02:25:34.191675" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T02:25:34.192209" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T02:25:34.192310" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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-04-10T02:15:28.136118" elapsed="606.056247"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T02:25:34.192855" elapsed="0.000761"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.194749" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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.158. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:33.288 16  switches: flows:  116643 117822 119330 120007 119439 117959 119005 117511 119130 117985 118420 117187 115613 137974 115582 116586  total = 31.769883 per ms 
02:17:33.388 16  switches: flows:  120610 120323 123405 122643 124884 120245 123553 123240 124051 122339 120637 119876 121688 121725 118818 120604  total = 32.423112 per ms 
02:18:33.489 16  switches: flows:  119447 121670 121503 123444 123958 124006 123259 120471 123481 121252 118718 121923 117926 120350 118108 120874  total = 32.285932 per ms 
02:19:33.590 16  switches: flows:  115798 118109 115663 118805 119324 117910 117702 115436 117561 116070 115410 117974 115188 115034 115403 114986  total = 31.053843 per ms 
02:20:33.690 16  switches: flows:  125769 124966 124897 124106 127416 126690 125170 122463 123638 124417 122746 124942 122875 121067 122902 122295  total = 33.050831 per ms 
02:21:33.790 16  switches: flows:  118557 118919 117901 119380 120648 119322 118063 117229 118154 118940 117395 118087 115697 117352 114954 115274  total = 31.378763 per ms 
02:22:33.891 16  switches: flows:  124747 124404 122854 125703 125094 122928 125337 122529 121758 125954 123378 122695 120348 123358 121261 122660  total = 32.861829 per ms 
02:23:33.991 16  switches: flows:  118574 118923 117534 120733 120973 119067 120370 117811 117902 120348 119678 117110 116484 118862 116480 117878  total = 31.592704 per ms 
02:24:34.092 16  switches: flows:  114839 115865 115176 116599 114788 115347 115337 115181 115477 114724 114934 114190 112579 113301 114025 112289  total = 30.526533 per ms 
02:25:34.192 16  switches: flows:  114931 114619 114004 115234 114679 114531 116871 115126 115185 114177 113205 114564 111820 114707 112863 112891  total = 30.439293 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30439.29/33050.83/31734.76/10617.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:25:34.194015" elapsed="0.001062"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-10T02:25:34.195558" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-10T02:25:34.195258" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-04-10T02:25:34.195207" elapsed="0.000562"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-10T02:25:34.196015" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-10T02:25:34.195928" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-04-10T02:25:34.195859" elapsed="0.000296"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T02:25:34.196224" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T02:25:34.201785" elapsed="0.000347"/>
</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-04-10T02:25:34.202277" elapsed="0.000161"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T02:25:34.202566" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T02:25:34.196984" elapsed="0.005731"/>
</kw>
<msg time="2026-04-10T02:25:34.202852" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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-04-10T02:15:27.560516" elapsed="606.642379"/>
</kw>
<status status="PASS" start="2026-04-10T02:15:27.560168" elapsed="606.642778"/>
</branch>
<status status="PASS" start="2026-04-10T02:15:27.559741" elapsed="606.643228"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.203400" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.158: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.158. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:33.288 16  switches: flows:  116643 117822 119330 120007 119439 117959 119005 117511 119130 117985 118420 117187 115613 137974 115582 116586  total = 31.769883 per ms 
02:17:33.388 16  switches: flows:  120610 120323 123405 122643 124884 120245 123553 123240 124051 122339 120637 119876 121688 121725 118818 120604  total = 32.423112 per ms 
02:18:33.489 16  switches: flows:  119447 121670 121503 123444 123958 124006 123259 120471 123481 121252 118718 121923 117926 120350 118108 120874  total = 32.285932 per ms 
02:19:33.590 16  switches: flows:  115798 118109 115663 118805 119324 117910 117702 115436 117561 116070 115410 117974 115188 115034 115403 114986  total = 31.053843 per ms 
02:20:33.690 16  switches: flows:  125769 124966 124897 124106 127416 126690 125170 122463 123638 124417 122746 124942 122875 121067 122902 122295  total = 33.050831 per ms 
02:21:33.790 16  switches: flows:  118557 118919 117901 119380 120648 119322 118063 117229 118154 118940 117395 118087 115697 117352 114954 115274  total = 31.378763 per ms 
02:22:33.891 16  switches: flows:  124747 124404 122854 125703 125094 122928 125337 122529 121758 125954 123378 122695 120348 123358 121261 122660  total = 32.861829 per ms 
02:23:33.991 16  switches: flows:  118574 118923 117534 120733 120973 119067 120370 117811 117902 120348 119678 117110 116484 118862 116480 117878  total = 31.592704 per ms 
02:24:34.092 16  switches: flows:  114839 115865 115176 116599 114788 115347 115337 115181 115477 114724 114934 114190 112579 113301 114025 112289  total = 30.526533 per ms 
02:25:34.192 16  switches: flows:  114931 114619 114004 115234 114679 114531 116871 115126 115185 114177 113205 114564 111820 114707 112863 112891  total = 30.439293 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30439.29/33050.83/31734.76/10617.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:25:34.203113" elapsed="0.000360"/>
</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-04-10T02:25:34.203619" elapsed="0.000391"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-10T02:25:34.204385" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-10T02:25:34.204475" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30439.29/33050.83/31734.76/10617.72 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-04-10T02:25:34.204167" elapsed="0.000333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:25:34.204951" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30439.29/33050.83/31734.76/10617.72 | 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-04-10T02:25:34.204668" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.207400" 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-04-10T02:25:34.205132" elapsed="0.002325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.209988" level="INFO">30439.29/33050.83/31734.76/10617.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:25:34.207601" elapsed="0.002444"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:25:34.212395" 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-04-10T02:25:34.210195" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-10T02:25:34.214840" level="INFO">@{result_value_list} = [ 30439.29 | 33050.83 | 31734.76 | 10617.72 ]</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-04-10T02:25:34.212637" elapsed="0.002245"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.215347" level="INFO">Length is 4.</msg>
<msg time="2026-04-10T02:25:34.215435" 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-04-10T02:25:34.215039" elapsed="0.000421"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.220159" level="INFO">min :: 30439.29</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-04-10T02:25:34.215841" elapsed="0.004375"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-10T02:25:34.215713" elapsed="0.004538"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.224888" level="INFO">max :: 33050.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:25:34.220464" elapsed="0.004483"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-10T02:25:34.220339" elapsed="0.004645"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.229533" level="INFO">avg :: 31734.76</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-04-10T02:25:34.225194" elapsed="0.004397"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-10T02:25:34.225069" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.234441" level="INFO">stdev :: 10617.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T02:25:34.229846" elapsed="0.004654"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-10T02:25:34.229711" elapsed="0.004827"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-10T02:25:34.215526" elapsed="0.019043"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.238440" level="INFO">${min} = 30439.29</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-04-10T02:25:34.234749" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.242263" level="INFO">${max} = 33050.83</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T02:25:34.238617" elapsed="0.003672"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.246134" level="INFO">${average} = 31734.76</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-04-10T02:25:34.242438" elapsed="0.003723"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.250016" level="INFO">${stdev} = 10617.72</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-04-10T02:25:34.246311" elapsed="0.003731"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.250547" level="INFO">${date} = 2026-04-10 02:25:34</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-10T02:25:34.250201" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.251142" level="INFO">CBench Result: 2026-04-10 02:25:34,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30439.29,33050.83,31734.76,10617.72</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-04-10T02:25:34.250725" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T02:25:34.252343" 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-04-10T02:25:34.251843" elapsed="0.000566"/>
</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-04-10T02:25:34.252559" elapsed="0.000501"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-10T02:25:34.251356" elapsed="0.001770"/>
</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-04-10T02:15:27.558663" elapsed="606.694522"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.253666" 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-04-10T02:25:34.253332" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T02:25:34.254961" 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-04-10T02:25:34.254469" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-10T02:25:34.255218" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-10T02:25:34.255068" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-10T02:25:34.255047" elapsed="0.000263"/>
</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-04-10T02:25:34.255455" 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-04-10T02:25:34.255616" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-10T02:25:34.255776" elapsed="0.000021"/>
</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-04-10T02:25:34.255988" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T02:25:34.256138" elapsed="0.000025"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-10T02:25:34.256289" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-10T02:25:34.256431" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-10T02:25:34.256744" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T02:25:34.256512" elapsed="0.000294"/>
</branch>
<status status="NOT RUN" start="2026-04-10T02:25:34.256495" elapsed="0.000336"/>
</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-04-10T02:25:34.254125" elapsed="0.002771"/>
</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-04-10T02:15:27.556783" elapsed="606.700161"/>
</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-04-10T01:55:10.487234" elapsed="1823.770138"/>
</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>
