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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-13T01:55:31.993302" elapsed="0.660202"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T01:55:32.702314" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-13T01:55:32.653859" elapsed="0.048524"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T01:55:32.704234" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T01:55:32.704345" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-13T01:55:32.702550" elapsed="0.001824"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-13T01:55:32.704529" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:55:32.704882" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:55:32.705714" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:55:32.705337" elapsed="0.000432"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T01:55:32.705823" elapsed="0.000066"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-13T01:55:31.991800" elapsed="0.714213"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-13T01:55:31.988265" elapsed="0.717812"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T01:55:32.706704" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-13T01:55:32.706278" elapsed="0.000483"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T01:55:32.707176" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-13T01:55:32.706913" elapsed="0.000319"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T01:55:32.707839" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-13T01:55:32.707384" elapsed="0.000484"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T01:55:32.708387" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-13T01:55:32.708036" elapsed="0.000394"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T01:55:32.708944" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-13T01:55:32.708574" elapsed="0.000396"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T01:55:32.709486" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-13T01:55:32.709143" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-13T01:55:32.709844" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T01:55:32.709627" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T01:55:32.714412" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T01:55:32.713987" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T01:55:32.715464" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T01:55:32.715547" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-13T01:55:32.714998" elapsed="0.000574"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T01:55:32.715716" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T01:55:32.717089" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-05-13T01:55:33.436726" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 01:55:33 UTC 2026

  System load:  0.16               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-718-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-13T01:55:32.716588" elapsed="0.720329"/>
</kw>
<msg time="2026-05-13T01:55:33.437017" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T01:55:32.716241" elapsed="0.720890"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-13T01:55:32.714646" elapsed="0.722623"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-13T01:55:33.444870" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-13T01:55:33.437495" elapsed="0.008938"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:55:33.446706" elapsed="0.000427"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-13T01:55:32.713472" elapsed="0.733752"/>
</kw>
<status status="PASS" start="2026-05-13T01:55:32.710193" elapsed="0.737086"/>
</branch>
<status status="PASS" start="2026-05-13T01:55:32.709602" elapsed="0.737723"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-13T01:55:33.447549" elapsed="0.001255"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-13T01:55:33.455267" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-13T01:55:33.455065" elapsed="0.000281"/>
</branch>
<status status="PASS" start="2026-05-13T01:55:33.455032" elapsed="0.000351"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-13T01:55:33.460633" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-13T01:55:33.460463" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-05-13T01:55:33.460435" elapsed="0.000303"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T01:55:33.460929" elapsed="0.000653"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T01:55:33.462200" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-05-13T01:55:33.710665" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-13T01:55:33.461800" elapsed="0.249109"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T01:55:33.807674" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-13T01:55:33.711279" elapsed="0.096462"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T01:55:33.812045" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T01:55:33.812274" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-13T01:55:33.807897" elapsed="0.004409"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-13T01:55:33.812450" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:55:33.812793" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:55:33.813605" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:55:33.813243" elapsed="0.000417"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T01:55:33.813714" elapsed="0.000068"/>
</return>
<msg time="2026-05-13T01:55:33.813940" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-13T01:55:33.459922" elapsed="0.354050"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-13T01:55:33.814161" elapsed="0.000568"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T01:55:33.814780" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-13T01:55:33.454610" elapsed="0.360297"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-13T01:55:33.818865" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-13T01:55:33.818700" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-05-13T01:55:33.818675" elapsed="0.000263"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T01:55:33.819072" elapsed="0.000759"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T01:55:33.820270" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-05-13T01:55:33.993472" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-13T01:55:33.819982" elapsed="0.173612"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T01:55:34.016759" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-13T01:55:33.993797" elapsed="0.023024"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T01:55:34.018618" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T01:55:34.018720" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-13T01:55:34.016994" elapsed="0.001755"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-13T01:55:34.018883" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T01:55:34.019230" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:55:34.019869" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:55:34.019553" elapsed="0.000375"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T01:55:34.019979" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-13T01:55:33.818347" elapsed="0.201821"/>
</kw>
<status status="PASS" start="2026-05-13T01:55:31.986448" elapsed="2.033787"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:55:34.022386" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:55:34.021220" elapsed="0.001233"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T01:55:34.024185" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-13T01:55:34.023813" elapsed="0.000416"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-13T01:55:34.024562" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T01:55:34.024310" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-13T01:55:34.027575" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-13T01:55:34.027316" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-05-13T01:55:34.027296" elapsed="0.000365"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T01:55:34.028002" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-13T01:55:34.027793" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T01:55:34.028870" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T01:55:34.028433" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T01:55:34.029554" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T01:55:34.029068" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T01:55:34.030499" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T01:55:34.030588" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-13T01:55:34.030174" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T01:55:34.030753" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T01:55:34.031951" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-05-13T01:55:34.349470" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 01:55:33 UTC 2026

  System load:  0.16               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed May 13 01:55:33 2026 from 10.30.170.237
[?2004h[jenkins@releng-48317-718-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-13T01:55:34.031599" elapsed="0.317995"/>
</kw>
<msg time="2026-05-13T01:55:34.349669" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T01:55:34.031252" elapsed="0.318493"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-13T01:55:34.029783" elapsed="0.320060"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T01:55:34.350478" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T02:05:40.454741" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T02:05:40.456546" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T02:05:40.456617" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-13T01:55:34.350015" elapsed="606.106647"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T02:05:40.457636" elapsed="0.000680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.459075" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. 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:39.547 16  switches: flows:  93652 92611 93792 94812 93366 93661 94639 93514 91893 91534 89755 91081 91706 92535 93986 88987  total = 24.692067 per ms 
01:57:39.647 16  switches: flows:  119128 117629 118268 115122 116944 116646 118095 118022 117379 116641 114350 116809 113996 117007 114256 111986  total = 30.986248 per ms 
01:58:39.748 16  switches: flows:  126684 126056 126526 122360 125466 122459 126056 125717 124267 124022 121128 122470 120688 124824 121815 119049  total = 32.938146 per ms 
01:59:39.848 16  switches: flows:  129902 129277 128350 126565 130198 128385 130965 130689 127712 128052 124674 126527 125626 129742 126208 122508  total = 34.032864 per ms 
02:00:39.948 16  switches: flows:  120013 119309 118370 117983 119633 117386 119262 119059 117275 116500 115607 116194 115171 116400 116046 112233  total = 31.221850 per ms 
02:01:40.048 16  switches: flows:  125262 125905 123031 122249 119306 120900 122824 122996 121772 119294 118032 118750 118716 120695 121384 118018  total = 32.264995 per ms 
02:02:40.149 16  switches: flows:  116658 117502 118673 116957 115929 115223 117523 115086 112896 114503 114425 113005 113773 114465 114175 111867  total = 30.659827 per ms 
02:03:40.249 16  switches: flows:  127384 126412 126364 122994 125455 124273 122983 121491 120503 120353 121989 119863 121078 120086 120510 118885  total = 32.622471 per ms 
02:04:40.349 16  switches: flows:  128537 128165 126216 127853 129751 127887 124708 128213 125521 125705 122830 123367 124952 121903 125760 119153  total = 33.452849 per ms 
02:05:40.451 16  switches: flows:  127619 128698 126442 128107 128313 128420 125133 130401 126151 126594 125064 124812 125847 125180 128092 121156  total = 33.710234 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30659.83/34032.86/32432.16/10873.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.458562" elapsed="0.000806"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T02:05:40.459716" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-05-13T02:05:40.459503" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-05-13T02:05:40.459463" elapsed="0.000396"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T02:05:40.459998" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-13T02:05:40.459946" elapsed="0.000117"/>
</branch>
<status status="NOT RUN" start="2026-05-13T02:05:40.459924" elapsed="0.000172"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T02:05:40.460172" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T02:05:40.463728" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T02:05:40.464229" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T02:05:40.464528" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T02:05:40.460633" elapsed="0.004051"/>
</kw>
<msg time="2026-05-13T02:05:40.464817" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-13T01:55:34.024985" elapsed="606.439859"/>
</kw>
<status status="PASS" start="2026-05-13T01:55:34.024649" elapsed="606.440245"/>
</branch>
<status status="PASS" start="2026-05-13T01:55:34.024287" elapsed="606.440631"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.465369" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. 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:39.547 16  switches: flows:  93652 92611 93792 94812 93366 93661 94639 93514 91893 91534 89755 91081 91706 92535 93986 88987  total = 24.692067 per ms 
01:57:39.647 16  switches: flows:  119128 117629 118268 115122 116944 116646 118095 118022 117379 116641 114350 116809 113996 117007 114256 111986  total = 30.986248 per ms 
01:58:39.748 16  switches: flows:  126684 126056 126526 122360 125466 122459 126056 125717 124267 124022 121128 122470 120688 124824 121815 119049  total = 32.938146 per ms 
01:59:39.848 16  switches: flows:  129902 129277 128350 126565 130198 128385 130965 130689 127712 128052 124674 126527 125626 129742 126208 122508  total = 34.032864 per ms 
02:00:39.948 16  switches: flows:  120013 119309 118370 117983 119633 117386 119262 119059 117275 116500 115607 116194 115171 116400 116046 112233  total = 31.221850 per ms 
02:01:40.048 16  switches: flows:  125262 125905 123031 122249 119306 120900 122824 122996 121772 119294 118032 118750 118716 120695 121384 118018  total = 32.264995 per ms 
02:02:40.149 16  switches: flows:  116658 117502 118673 116957 115929 115223 117523 115086 112896 114503 114425 113005 113773 114465 114175 111867  total = 30.659827 per ms 
02:03:40.249 16  switches: flows:  127384 126412 126364 122994 125455 124273 122983 121491 120503 120353 121989 119863 121078 120086 120510 118885  total = 32.622471 per ms 
02:04:40.349 16  switches: flows:  128537 128165 126216 127853 129751 127887 124708 128213 125521 125705 122830 123367 124952 121903 125760 119153  total = 33.452849 per ms 
02:05:40.451 16  switches: flows:  127619 128698 126442 128107 128313 128420 125133 130401 126151 126594 125064 124812 125847 125180 128092 121156  total = 33.710234 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30659.83/34032.86/32432.16/10873.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.465058" elapsed="0.000386"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-13T02:05:40.465590" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T02:05:40.466400" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T02:05:40.466492" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30659.83/34032.86/32432.16/10873.51 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-13T02:05:40.466169" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:05:40.466932" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30659.83/34032.86/32432.16/10873.51 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:05:40.466669" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.469335" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.467119" elapsed="0.002274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.471759" level="INFO">30659.83/34032.86/32432.16/10873.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.469539" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:05:40.474190" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:05:40.471965" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:05:40.476632" level="INFO">@{result_value_list} = [ 30659.83 | 34032.86 | 32432.16 | 10873.51 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:05:40.474408" elapsed="0.002252"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.477159" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T02:05:40.477249" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-13T02:05:40.476821" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.481964" level="INFO">min :: 30659.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.477667" elapsed="0.004355"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T02:05:40.477535" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.486532" level="INFO">max :: 34032.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.482296" elapsed="0.004294"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T02:05:40.482167" elapsed="0.004458"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.491129" level="INFO">avg :: 32432.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.486840" elapsed="0.004347"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T02:05:40.486714" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.495923" level="INFO">stdev :: 10873.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.491458" elapsed="0.004522"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T02:05:40.491314" elapsed="0.004700"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T02:05:40.477343" elapsed="0.018704"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.499925" level="INFO">${min} = 30659.83</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:05:40.496223" elapsed="0.003729"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.503977" level="INFO">${max} = 34032.86</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:05:40.500130" elapsed="0.003874"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.508036" level="INFO">${average} = 32432.16</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:05:40.504171" elapsed="0.003892"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.511933" level="INFO">${stdev} = 10873.51</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:05:40.508230" elapsed="0.003730"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.512488" level="INFO">${date} = 2026-05-13 02:05:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-13T02:05:40.512136" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.513068" level="INFO">CBench Result: 2026-05-13 02:05:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30659.83,34032.86,32432.16,10873.51</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.512659" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T02:05:40.514178" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-13T02:05:40.513767" elapsed="0.000479"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-13T02:05:40.514396" elapsed="0.000456"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T02:05:40.513282" elapsed="0.001635"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-13T01:55:34.023152" elapsed="606.491827"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.515461" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-13T02:05:40.515145" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-13T02:05:40.516041" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-05-13T02:05:40.515744" elapsed="0.000654"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-13T01:55:34.020422" elapsed="606.496012"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.517936" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:05:40.517549" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T02:05:40.519318" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-13T02:05:40.518936" elapsed="0.000427"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-13T02:05:40.520015" elapsed="0.000142"/>
</kw>
<status status="NOT RUN" start="2026-05-13T02:05:40.519475" elapsed="0.000733"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-13T02:05:40.523252" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-13T02:05:40.522972" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-05-13T02:05:40.522952" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T02:05:40.523706" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

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

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

 System information as of Wed May 13 02:05:40 UTC 2026

  System load:  0.94               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed May 13 01:55:34 2026 from 10.30.170.237
[?2004h[jenkins@releng-48317-718-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-13T02:05:40.527078" elapsed="0.580747"/>
</kw>
<msg time="2026-05-13T02:05:41.107925" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T02:05:40.526728" elapsed="0.581292"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-13T02:05:40.525287" elapsed="0.582874"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T02:05:41.108744" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T02:15:48.830161" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T02:15:48.830582" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T02:15:48.830649" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-13T02:05:41.108419" elapsed="607.722273"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T02:15:48.831022" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.832273" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. 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:46.230 16  switches: flows:  561125 570427 567966 562902 570445 557600 559653 565972 542548 527096 545252 542285 539663 556228 559525 553224  total = 148.031850 per ms 
02:07:46.333 16  switches: flows:  570710 576865 582311 581301 586789 585143 578208 584900 586615 582890 589206 583154 587268 580034 592978 582251  total = 155.247544 per ms 
02:08:46.434 16  switches: flows:  653828 656428 651950 649520 646187 653595 655921 657414 650521 659588 652532 655062 642905 653067 654399 659800  total = 173.920387 per ms 
02:09:46.535 16  switches: flows:  644752 634279 643122 643775 629241 653661 634760 634729 638127 636343 636986 639252 641566 620387 632130 643151  total = 169.817884 per ms 
02:10:46.637 16  switches: flows:  632843 643609 649595 638955 649602 648457 648309 641026 640770 635053 644528 642657 643779 644832 640509 650528  total = 171.295239 per ms 
02:11:48.410 16  switches: flows:  637613 634403 642117 641118 635254 639810 647595 642556 628458 638075 625851 631767 639566 641092 644452 641092  total = 165.297695 per ms 
02:12:48.512 16  switches: flows:  679766 668313 684728 683915 678919 690246 680693 677296 684934 679461 685716 682725 684479 685882 676142 683301  total = 181.468850 per ms 
02:13:48.614 16  switches: flows:  658027 657326 657509 658921 662782 667483 665890 655931 657781 673373 671297 668646 664566 659467 660983 670289  total = 176.539613 per ms 
02:14:48.716 16  switches: flows:  655223 639859 647468 644744 642231 646386 657276 647158 640436 649615 651004 645834 645378 645520 641275 642100  total = 172.069222 per ms 
02:15:48.817 16  switches: flows:  531773 618304 507590 500921 672688 611970 555676 520908 509551 506586 690636 611515 619143 508646 529443 628084  total = 151.801420 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151801.42/181468.85/168606.43/56937.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.831761" elapsed="0.000725"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T02:15:48.832842" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-05-13T02:15:48.832638" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-13T02:15:48.832602" elapsed="0.000378"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T02:15:48.833140" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-13T02:15:48.833065" elapsed="0.000134"/>
</branch>
<status status="NOT RUN" start="2026-05-13T02:15:48.833042" elapsed="0.000188"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T02:15:48.833275" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T02:15:48.836884" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T02:15:48.837585" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T02:15:48.837990" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T02:15:48.833746" elapsed="0.004487"/>
</kw>
<msg time="2026-05-13T02:15:48.838412" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-13T02:05:40.520578" elapsed="608.317872"/>
</kw>
<status status="PASS" start="2026-05-13T02:05:40.520236" elapsed="608.318282"/>
</branch>
<status status="PASS" start="2026-05-13T02:05:40.519455" elapsed="608.319096"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.839248" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. 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:46.230 16  switches: flows:  561125 570427 567966 562902 570445 557600 559653 565972 542548 527096 545252 542285 539663 556228 559525 553224  total = 148.031850 per ms 
02:07:46.333 16  switches: flows:  570710 576865 582311 581301 586789 585143 578208 584900 586615 582890 589206 583154 587268 580034 592978 582251  total = 155.247544 per ms 
02:08:46.434 16  switches: flows:  653828 656428 651950 649520 646187 653595 655921 657414 650521 659588 652532 655062 642905 653067 654399 659800  total = 173.920387 per ms 
02:09:46.535 16  switches: flows:  644752 634279 643122 643775 629241 653661 634760 634729 638127 636343 636986 639252 641566 620387 632130 643151  total = 169.817884 per ms 
02:10:46.637 16  switches: flows:  632843 643609 649595 638955 649602 648457 648309 641026 640770 635053 644528 642657 643779 644832 640509 650528  total = 171.295239 per ms 
02:11:48.410 16  switches: flows:  637613 634403 642117 641118 635254 639810 647595 642556 628458 638075 625851 631767 639566 641092 644452 641092  total = 165.297695 per ms 
02:12:48.512 16  switches: flows:  679766 668313 684728 683915 678919 690246 680693 677296 684934 679461 685716 682725 684479 685882 676142 683301  total = 181.468850 per ms 
02:13:48.614 16  switches: flows:  658027 657326 657509 658921 662782 667483 665890 655931 657781 673373 671297 668646 664566 659467 660983 670289  total = 176.539613 per ms 
02:14:48.716 16  switches: flows:  655223 639859 647468 644744 642231 646386 657276 647158 640436 649615 651004 645834 645378 645520 641275 642100  total = 172.069222 per ms 
02:15:48.817 16  switches: flows:  531773 618304 507590 500921 672688 611970 555676 520908 509551 506586 690636 611515 619143 508646 529443 628084  total = 151.801420 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 151801.42/181468.85/168606.43/56937.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.838745" elapsed="0.000668"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-13T02:15:48.839636" elapsed="0.000566"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T02:15:48.840871" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T02:15:48.841000" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 151801.42/181468.85/168606.43/56937.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-13T02:15:48.840469" elapsed="0.000566"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:15:48.841642" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 151801.42/181468.85/168606.43/56937.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:15:48.841273" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.845077" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.841882" elapsed="0.003296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.847589" level="INFO">151801.42/181468.85/168606.43/56937.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.845381" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:15:48.849973" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:15:48.847791" elapsed="0.002209"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:15:48.852410" level="INFO">@{result_value_list} = [ 151801.42 | 181468.85 | 168606.43 | 56937.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:15:48.850205" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.853661" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T02:15:48.853757" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-13T02:15:48.853301" elapsed="0.000485"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.858479" level="INFO">min :: 151801.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.854184" elapsed="0.004362"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T02:15:48.854040" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.863316" level="INFO">max :: 181468.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.858798" elapsed="0.004575"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T02:15:48.858671" elapsed="0.004738"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.868026" level="INFO">avg :: 168606.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.863622" elapsed="0.004464"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T02:15:48.863497" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.872858" level="INFO">stdev :: 56937.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.868364" elapsed="0.004551"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T02:15:48.868234" elapsed="0.004717"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T02:15:48.853850" elapsed="0.019132"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.876864" level="INFO">${min} = 151801.42</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:15:48.873159" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.880740" level="INFO">${max} = 181468.85</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:15:48.877043" elapsed="0.003723"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.884683" level="INFO">${average} = 168606.43</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:15:48.880920" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.888567" level="INFO">${stdev} = 56937.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:15:48.884862" elapsed="0.003734"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.889128" level="INFO">${date} = 2026-05-13 02:15:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-13T02:15:48.888757" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.889716" level="INFO">CBench Result: 2026-05-13 02:15:48,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,151801.42,181468.85,168606.43,56937.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.889309" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T02:15:48.890836" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-13T02:15:48.890402" elapsed="0.000512"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-13T02:15:48.891066" elapsed="0.000503"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T02:15:48.889913" elapsed="0.001721"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-13T02:05:40.518318" elapsed="608.373375"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.892178" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-13T02:15:48.891841" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-13T02:15:48.892776" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-13T02:15:48.892442" elapsed="0.000684"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-13T02:05:40.516726" elapsed="608.376440"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.894714" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.894300" elapsed="0.000472"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.896309" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-13T02:15:48.895953" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-13T02:15:48.896723" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T02:15:48.896477" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-13T02:15:48.899652" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-13T02:15:48.899405" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-05-13T02:15:48.899386" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T02:15:48.900055" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-13T02:15:48.899863" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.900796" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.7" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:15:48.900346" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T02:15:48.901452" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T02:15:48.900991" elapsed="0.000489"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T02:15:48.902523" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T02:15:48.902617" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-13T02:15:48.902052" elapsed="0.000590"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T02:15:48.902782" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T02:15:48.903961" level="INFO">Logging into '10.30.170.7:22' as 'jenkins'.</msg>
<msg time="2026-05-13T02:15:49.488885" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 02:15:49 UTC 2026

  System load:  0.34               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.7
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed May 13 02:05:41 2026 from 10.30.170.237
[?2004h[jenkins@releng-48317-718-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-13T02:15:48.903611" elapsed="0.585503"/>
</kw>
<msg time="2026-05-13T02:15:49.489210" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T02:15:48.903269" elapsed="0.586019"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-13T02:15:48.901679" elapsed="0.587728"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T02:15:49.489928" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T02:25:58.046148" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T02:25:58.046781" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T02:25:58.046892" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-13T02:15:49.489630" elapsed="608.557330"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T02:25:58.047542" elapsed="0.000801"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.049527" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. 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:54.606 16  switches: flows:  117270 115684 114815 115532 117539 117701 115503 117005 118818 114348 117016 116998 117387 114137 113835 115674  total = 30.987700 per ms 
02:17:54.706 16  switches: flows:  114252 114066 112355 114788 110747 112696 111730 112771 113285 110261 110556 112213 113269 109760 109862 111554  total = 29.852934 per ms 
02:18:57.328 16  switches: flows:  118291 118847 118126 118934 123144 119710 119473 119827 121096 120290 120988 121160 115461 115594 119691 118225  total = 30.482037 per ms 
02:19:57.429 16  switches: flows:  123947 127018 125288 123582 122761 125481 123633 126430 126318 123113 124746 124243 124827 122803 124112 123702  total = 33.144712 per ms 
02:20:57.529 16  switches: flows:  126422 126880 126856 128120 128988 127578 124657 128196 128135 127084 128417 124063 122133 122910 124557 126349  total = 33.632924 per ms 
02:21:57.629 16  switches: flows:  121873 121818 121268 123908 121932 122607 122073 123196 124732 121021 122002 120477 120814 120855 123321 120417  total = 32.484292 per ms 
02:22:57.730 16  switches: flows:  119717 121690 119991 121483 120185 119547 119115 120288 119292 118549 119143 118760 119726 117700 119631 117905  total = 31.825534 per ms 
02:23:57.831 16  switches: flows:  128182 128620 129727 126796 126768 126535 129312 129091 128554 127710 126355 126811 128425 125644 124622 125200  total = 33.915437 per ms 
02:24:57.931 16  switches: flows:  127535 130331 129179 128326 126274 127193 128002 128295 126983 126857 125741 127171 126451 124827 123400 124129  total = 33.788467 per ms 
02:25:58.032 16  switches: flows:  126931 126837 126115 123863 125401 125549 127104 128042 126337 124267 124090 124800 125692 124116 122279 123068  total = 33.352461 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29852.93/33915.44/32497.64/10922.56 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.048737" elapsed="0.001128"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T02:25:58.050410" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-13T02:25:58.050063" elapsed="0.000502"/>
</branch>
<status status="PASS" start="2026-05-13T02:25:58.050009" elapsed="0.000612"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T02:25:58.050858" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-05-13T02:25:58.050774" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-05-13T02:25:58.050735" elapsed="0.000267"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T02:25:58.051072" elapsed="0.000064"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T02:25:58.055053" elapsed="0.000529"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T02:25:58.055803" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T02:25:58.056237" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T02:25:58.051917" elapsed="0.004539"/>
</kw>
<msg time="2026-05-13T02:25:58.056635" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-13T02:15:48.897151" elapsed="609.159522"/>
</kw>
<status status="PASS" start="2026-05-13T02:15:48.896809" elapsed="609.159934"/>
</branch>
<status status="PASS" start="2026-05-13T02:15:48.896456" elapsed="609.160320"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.057441" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. 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:54.606 16  switches: flows:  117270 115684 114815 115532 117539 117701 115503 117005 118818 114348 117016 116998 117387 114137 113835 115674  total = 30.987700 per ms 
02:17:54.706 16  switches: flows:  114252 114066 112355 114788 110747 112696 111730 112771 113285 110261 110556 112213 113269 109760 109862 111554  total = 29.852934 per ms 
02:18:57.328 16  switches: flows:  118291 118847 118126 118934 123144 119710 119473 119827 121096 120290 120988 121160 115461 115594 119691 118225  total = 30.482037 per ms 
02:19:57.429 16  switches: flows:  123947 127018 125288 123582 122761 125481 123633 126430 126318 123113 124746 124243 124827 122803 124112 123702  total = 33.144712 per ms 
02:20:57.529 16  switches: flows:  126422 126880 126856 128120 128988 127578 124657 128196 128135 127084 128417 124063 122133 122910 124557 126349  total = 33.632924 per ms 
02:21:57.629 16  switches: flows:  121873 121818 121268 123908 121932 122607 122073 123196 124732 121021 122002 120477 120814 120855 123321 120417  total = 32.484292 per ms 
02:22:57.730 16  switches: flows:  119717 121690 119991 121483 120185 119547 119115 120288 119292 118549 119143 118760 119726 117700 119631 117905  total = 31.825534 per ms 
02:23:57.831 16  switches: flows:  128182 128620 129727 126796 126768 126535 129312 129091 128554 127710 126355 126811 128425 125644 124622 125200  total = 33.915437 per ms 
02:24:57.931 16  switches: flows:  127535 130331 129179 128326 126274 127193 128002 128295 126983 126857 125741 127171 126451 124827 123400 124129  total = 33.788467 per ms 
02:25:58.032 16  switches: flows:  126931 126837 126115 123863 125401 125549 127104 128042 126337 124267 124090 124800 125692 124116 122279 123068  total = 33.352461 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29852.93/33915.44/32497.64/10922.56 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.056993" elapsed="0.000555"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-13T02:25:58.057754" elapsed="0.000556"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T02:25:58.058852" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T02:25:58.058995" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29852.93/33915.44/32497.64/10922.56 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-13T02:25:58.058538" elapsed="0.000491"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:25:58.059660" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29852.93/33915.44/32497.64/10922.56 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:25:58.059266" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.063182" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.059907" elapsed="0.003362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.066133" level="INFO">29852.93/33915.44/32497.64/10922.56</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.063539" elapsed="0.002664"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:25:58.068632" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:25:58.066356" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T02:25:58.071142" level="INFO">@{result_value_list} = [ 29852.93 | 33915.44 | 32497.64 | 10922.56 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T02:25:58.068855" elapsed="0.002329"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.071700" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T02:25:58.071791" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-13T02:25:58.071357" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.076627" level="INFO">min :: 29852.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.072245" elapsed="0.004441"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T02:25:58.072069" elapsed="0.004653"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.081515" level="INFO">max :: 33915.44</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.076935" elapsed="0.004638"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T02:25:58.076809" elapsed="0.004799"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.086565" level="INFO">avg :: 32497.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.081818" elapsed="0.004810"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T02:25:58.081692" elapsed="0.004974"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.091238" level="INFO">stdev :: 10922.56</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.086900" elapsed="0.004396"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T02:25:58.086757" elapsed="0.004573"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T02:25:58.071881" elapsed="0.019479"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.095272" level="INFO">${min} = 29852.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:25:58.091566" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.099193" level="INFO">${max} = 33915.44</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:25:58.095489" elapsed="0.003731"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.103118" level="INFO">${average} = 32497.64</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:25:58.099372" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.107036" level="INFO">${stdev} = 10922.56</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T02:25:58.103300" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.107626" level="INFO">${date} = 2026-05-13 02:25:58</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-13T02:25:58.107239" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.108253" level="INFO">CBench Result: 2026-05-13 02:25:58,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29852.93,33915.44,32497.64,10922.56</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T02:25:58.107808" elapsed="0.000503"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T02:25:58.109437" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-13T02:25:58.108946" elapsed="0.000560"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-13T02:25:58.109657" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T02:25:58.108460" elapsed="0.001763"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-13T02:15:48.895332" elapsed="609.214951"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.110746" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-13T02:25:58.110431" elapsed="0.000380"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T02:25:58.112084" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-13T02:25:58.111596" elapsed="0.000532"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-13T02:25:58.112363" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-05-13T02:25:58.112210" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-05-13T02:25:58.112188" elapsed="0.000271"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.112607" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.112767" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.112944" elapsed="0.000023"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.113164" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.113319" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.113467" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.113612" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-13T02:25:58.113838" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-05-13T02:25:58.113698" elapsed="0.000200"/>
</branch>
<status status="NOT RUN" start="2026-05-13T02:25:58.113681" elapsed="0.000243"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-13T02:25:58.111210" elapsed="0.002767"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-13T02:15:48.893702" elapsed="609.220322"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-13T01:55:31.432811" elapsed="1826.681891"/>
</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>
