<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-10T02:03:05.020212" 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-07-10T02:03:05.566680" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:03:05.566545" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:05.566516" elapsed="0.000261"/>
</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-07-10T02:03:05.566936" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T02:03:05.567893" level="INFO">Logging into '10.30.171.48:8101' as 'karaf'.</msg>
<msg time="2026-07-10T02:03:06.299724" 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-07-10T02:03:05.567601" elapsed="0.732250"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T02:03:06.349350" 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-07-10T02:03:06.300085" elapsed="0.049336"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T02:03:06.351116" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T02:03:06.351224" 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-07-10T02:03:06.349585" elapsed="0.001668"/>
</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-07-10T02:03:06.351409" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:03:06.351770" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:03:06.352442" 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-07-10T02:03:06.352133" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T02:03:06.352545" elapsed="0.000049"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.48
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T02:03:05.566162" elapsed="0.786548"/>
</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-07-10T02:03:05.562415" elapsed="0.790358"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T02:03:06.353332" 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-07-10T02:03:06.352985" elapsed="0.000404"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T02:03:06.353821" 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-07-10T02:03:06.353543" elapsed="0.000340"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T02:03:06.354457" 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-07-10T02:03:06.354077" elapsed="0.000408"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T02:03:06.355005" 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-07-10T02:03:06.354652" elapsed="0.000396"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T02:03:06.355566" 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-07-10T02:03:06.355194" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T02:03:06.356080" 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-07-10T02:03:06.355753" elapsed="0.000369"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-10T02:03:06.356421" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:03:06.356211" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:03:06.361750" 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-07-10T02:03:06.361333" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:03:06.362795" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T02:03:06.362882" 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-07-10T02:03:06.362354" elapsed="0.000568"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T02:03:06.363068" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T02:03:06.364408" level="INFO">Logging into '10.30.170.199:22' as 'jenkins'.</msg>
<msg time="2026-07-10T02:03:07.061923" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 10 02:03:06 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.199
  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-775-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-07-10T02:03:06.363925" elapsed="0.698251"/>
</kw>
<msg time="2026-07-10T02:03:07.062367" 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-07-10T02:03:06.363567" elapsed="0.698968"/>
</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-07-10T02:03:06.362013" elapsed="0.700755"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.071967" 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-07-10T02:03:07.063203" elapsed="0.010405"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:03:07.074044" elapsed="0.000597"/>
</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-07-10T02:03:06.360802" elapsed="0.713977"/>
</kw>
<status status="PASS" start="2026-07-10T02:03:06.357433" elapsed="0.717428"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:06.356187" elapsed="0.718770"/>
</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-07-10T02:03:07.075301" elapsed="0.001044"/>
</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-07-10T02:03:07.084423" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:03:07.084288" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:07.084259" elapsed="0.000245"/>
</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-07-10T02:03:07.088100" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:03:07.087987" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:07.087967" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-10T02:03:07.088306" elapsed="0.000464"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.089211" level="INFO">Logging into '10.30.171.48:8101' as 'karaf'.</msg>
<msg time="2026-07-10T02:03:07.329538" 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-07-10T02:03:07.088937" elapsed="0.240725"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.424318" 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-07-10T02:03:07.329879" elapsed="0.094593"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.432577" 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-07-10T02:03:07.432837" 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-07-10T02:03:07.424807" elapsed="0.008078"/>
</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-07-10T02:03:07.433120" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:03:07.433601" elapsed="0.000251"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:03:07.434534" 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-07-10T02:03:07.434084" elapsed="0.000565"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T02:03:07.434721" elapsed="0.000071"/>
</return>
<msg time="2026-07-10T02:03:07.435045" 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.48
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T02:03:07.087613" elapsed="0.347481"/>
</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-07-10T02:03:07.435309" elapsed="0.000788"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T02:03:07.436171" elapsed="0.000047"/>
</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-07-10T02:03:07.083947" elapsed="0.352414"/>
</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-07-10T02:03:07.441844" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:03:07.441668" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:07.441636" elapsed="0.000332"/>
</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-07-10T02:03:07.442152" elapsed="0.000656"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.443258" level="INFO">Logging into '10.30.171.48:8101' as 'karaf'.</msg>
<msg time="2026-07-10T02:03:07.589719" 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-07-10T02:03:07.443002" elapsed="0.146854"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.613677" 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-07-10T02:03:07.590112" elapsed="0.023625"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.615548" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-10T02:03:07.615658" 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-07-10T02:03:07.613896" elapsed="0.001791"/>
</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-07-10T02:03:07.615827" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:03:07.616173" elapsed="0.000172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:03:07.616808" 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-07-10T02:03:07.616486" elapsed="0.000372"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-10T02:03:07.616935" elapsed="0.000057"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.48
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-10T02:03:07.441219" elapsed="0.175896"/>
</kw>
<status status="PASS" start="2026-07-10T02:03:05.560551" elapsed="2.056631"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:03:07.619337" 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-07-10T02:03:07.618257" elapsed="0.001146"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T02:03:07.621017" 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-07-10T02:03:07.620646" 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-07-10T02:03:07.621396" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:03:07.621145" 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-07-10T02:03:07.624443" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:03:07.624191" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:07.624171" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.625050" 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-07-10T02:03:07.625187" 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-07-10T02:03:07.624660" elapsed="0.000554"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:03:07.625778" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.48 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.199" 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-07-10T02:03:07.625354" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.626478" 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-07-10T02:03:07.625997" elapsed="0.000507"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:03:07.627445" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T02:03:07.627538" 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-07-10T02:03:07.627122" elapsed="0.000440"/>
</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-07-10T02:03:07.627704" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.628938" level="INFO">Logging into '10.30.170.199:22' as 'jenkins'.</msg>
<msg time="2026-07-10T02:03:07.943580" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 10 02:03:06 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul 10 02:03:06 2026 from 10.30.170.172
[?2004h[jenkins@releng-48317-775-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-07-10T02:03:07.628558" elapsed="0.315200"/>
</kw>
<msg time="2026-07-10T02:03:07.943847" 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-07-10T02:03:07.628210" elapsed="0.315741"/>
</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-07-10T02:03:07.626709" elapsed="0.317369"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T02:03:07.944624" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.48 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T02:13:14.091398" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T02:13:14.092464" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T02:13:14.092570" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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-07-10T02:03:07.944301" elapsed="606.148327"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:13:14.093132" elapsed="0.000743"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.095066" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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.48. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:13.158 16  switches: flows:  138327 135539 136228 129766 133057 132315 135161 132294 126559 130952 127111 126145 128800 129179 132265 130556  total = 35.070900 per ms 
02:05:13.260 16  switches: flows:  152864 145733 147855 143711 149301 144070 144592 140771 138581 142895 140328 140030 138658 140849 140549 141228  total = 38.136576 per ms 
02:06:13.361 16  switches: flows:  144711 140189 138823 137313 141687 136549 137591 138383 134351 135693 134381 133528 133079 133891 136747 136246  total = 36.491776 per ms 
02:07:13.462 16  switches: flows:  153197 145271 144756 143481 148474 145474 143778 141619 141219 142101 141822 140608 137635 140401 141296 141938  total = 38.153948 per ms 
02:08:13.563 16  switches: flows:  149109 146480 144108 143439 146406 146906 143236 143612 139145 142078 140738 140594 136903 137219 142112 141438  total = 37.995177 per ms 
02:09:13.664 16  switches: flows:  152148 147074 143453 144653 150099 146820 146415 144148 139563 142151 139909 142760 140069 139340 140806 141173  total = 38.279053 per ms 
02:10:13.765 16  switches: flows:  151314 145627 143897 144212 148997 145269 142197 142395 139699 141872 140426 141727 137215 138624 139202 140484  total = 37.989237 per ms 
02:11:13.867 16  switches: flows:  152426 147665 146423 147712 147809 145327 143294 143672 142949 141235 141977 143365 139481 138278 140721 140458  total = 38.315295 per ms 
02:12:13.968 16  switches: flows:  149498 146859 145797 147522 148312 146525 146701 142435 140547 141338 142098 141873 140694 139313 141401 139843  total = 38.281911 per ms 
02:13:14.069 16  switches: flows:  148366 146509 146853 143914 147291 145657 142855 140810 140369 139992 142060 138880 138169 138462 139221 139302  total = 37.915200 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36491.78/38315.30/37950.91/12661.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:13:14.094270" elapsed="0.001075"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T02:13:14.095832" elapsed="0.000099"/>
</return>
<status status="PASS" start="2026-07-10T02:13:14.095543" elapsed="0.000472"/>
</branch>
<status status="PASS" start="2026-07-10T02:13:14.095490" elapsed="0.000582"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T02:13:14.096283" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:13:14.096202" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-10T02:13:14.096168" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T02:13:14.096509" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T02:13:14.102014" elapsed="0.000385"/>
</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-07-10T02:13:14.102601" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:13:14.102999" elapsed="0.000121"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T02:13:14.097265" elapsed="0.005917"/>
</kw>
<msg time="2026-07-10T02:13:14.103329" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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-07-10T02:03:07.621801" elapsed="606.481559"/>
</kw>
<status status="PASS" start="2026-07-10T02:03:07.621483" elapsed="606.481934"/>
</branch>
<status status="PASS" start="2026-07-10T02:03:07.621122" elapsed="606.482323"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.103945" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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.48. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:13.158 16  switches: flows:  138327 135539 136228 129766 133057 132315 135161 132294 126559 130952 127111 126145 128800 129179 132265 130556  total = 35.070900 per ms 
02:05:13.260 16  switches: flows:  152864 145733 147855 143711 149301 144070 144592 140771 138581 142895 140328 140030 138658 140849 140549 141228  total = 38.136576 per ms 
02:06:13.361 16  switches: flows:  144711 140189 138823 137313 141687 136549 137591 138383 134351 135693 134381 133528 133079 133891 136747 136246  total = 36.491776 per ms 
02:07:13.462 16  switches: flows:  153197 145271 144756 143481 148474 145474 143778 141619 141219 142101 141822 140608 137635 140401 141296 141938  total = 38.153948 per ms 
02:08:13.563 16  switches: flows:  149109 146480 144108 143439 146406 146906 143236 143612 139145 142078 140738 140594 136903 137219 142112 141438  total = 37.995177 per ms 
02:09:13.664 16  switches: flows:  152148 147074 143453 144653 150099 146820 146415 144148 139563 142151 139909 142760 140069 139340 140806 141173  total = 38.279053 per ms 
02:10:13.765 16  switches: flows:  151314 145627 143897 144212 148997 145269 142197 142395 139699 141872 140426 141727 137215 138624 139202 140484  total = 37.989237 per ms 
02:11:13.867 16  switches: flows:  152426 147665 146423 147712 147809 145327 143294 143672 142949 141235 141977 143365 139481 138278 140721 140458  total = 38.315295 per ms 
02:12:13.968 16  switches: flows:  149498 146859 145797 147522 148312 146525 146701 142435 140547 141338 142098 141873 140694 139313 141401 139843  total = 38.281911 per ms 
02:13:14.069 16  switches: flows:  148366 146509 146853 143914 147291 145657 142855 140810 140369 139992 142060 138880 138169 138462 139221 139302  total = 37.915200 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36491.78/38315.30/37950.91/12661.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:13:14.103608" elapsed="0.000413"/>
</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-07-10T02:13:14.104170" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T02:13:14.104967" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T02:13:14.105062" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36491.78/38315.30/37950.91/12661.54 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-07-10T02:13:14.104701" elapsed="0.000386"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:13:14.105498" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36491.78/38315.30/37950.91/12661.54 | 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-07-10T02:13:14.105242" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.107893" 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-07-10T02:13:14.105668" elapsed="0.002304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.110346" level="INFO">36491.78/38315.30/37950.91/12661.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:13:14.108119" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:13:14.112733" 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-07-10T02:13:14.110554" elapsed="0.002206"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:13:14.115231" level="INFO">@{result_value_list} = [ 36491.78 | 38315.30 | 37950.91 | 12661.54 ]</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-07-10T02:13:14.113036" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.115717" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T02:13:14.115805" 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-07-10T02:13:14.115412" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.120499" level="INFO">min :: 36491.78</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-07-10T02:13:14.116243" elapsed="0.004313"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T02:13:14.116111" elapsed="0.004480"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.125235" level="INFO">max :: 38315.30</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-07-10T02:13:14.120827" elapsed="0.004466"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T02:13:14.120684" elapsed="0.004644"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.129865" level="INFO">avg :: 37950.91</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-07-10T02:13:14.125550" elapsed="0.004394"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T02:13:14.125418" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.134974" level="INFO">stdev :: 12661.54</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-07-10T02:13:14.130201" elapsed="0.004831"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T02:13:14.130071" elapsed="0.004996"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T02:13:14.115898" elapsed="0.019203"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.139036" level="INFO">${min} = 36491.78</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-07-10T02:13:14.135265" elapsed="0.003799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.143127" level="INFO">${max} = 38315.30</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-07-10T02:13:14.139217" elapsed="0.003936"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.147036" level="INFO">${average} = 37950.91</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-07-10T02:13:14.143305" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.150969" level="INFO">${stdev} = 12661.54</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-07-10T02:13:14.147216" elapsed="0.003780"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.151515" level="INFO">${date} = 2026-07-10 02:13:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T02:13:14.151159" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.152113" level="INFO">CBench Result: 2026-07-10 02:13:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36491.78,38315.30,37950.91,12661.54</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-07-10T02:13:14.151688" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T02:13:14.153260" 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-07-10T02:13:14.152817" elapsed="0.000508"/>
</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-07-10T02:13:14.153477" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T02:13:14.152322" elapsed="0.001704"/>
</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-07-10T02:03:07.619999" elapsed="606.534088"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.154553" 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-07-10T02:13:14.154238" elapsed="0.000373"/>
</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-07-10T02:13:14.155139" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-07-10T02:13:14.154819" elapsed="0.000657"/>
</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-07-10T02:03:07.617346" elapsed="606.538166"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.157038" 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-07-10T02:13:14.156623" elapsed="0.000473"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.158474" 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-07-10T02:13:14.158134" elapsed="0.000383"/>
</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-07-10T02:13:14.159010" elapsed="0.000100"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:13:14.158652" elapsed="0.000504"/>
</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-07-10T02:13:14.162091" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:13:14.161817" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-07-10T02:13:14.161797" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:13:14.162522" 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-07-10T02:13:14.162645" 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-07-10T02:13:14.162305" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.163244" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.48 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.199" 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-07-10T02:13:14.162808" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:13:14.163843" 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-07-10T02:13:14.163443" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:13:14.164787" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T02:13:14.164876" 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-07-10T02:13:14.164458" elapsed="0.000456"/>
</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-07-10T02:13:14.165058" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T02:13:14.166236" level="INFO">Logging into '10.30.170.199:22' as 'jenkins'.</msg>
<msg time="2026-07-10T02:13:14.787892" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 10 02:13:14 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul 10 02:03:07 2026 from 10.30.170.172
[?2004h[jenkins@releng-48317-775-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-07-10T02:13:14.165869" elapsed="0.622377"/>
</kw>
<msg time="2026-07-10T02:13:14.788355" 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-07-10T02:13:14.165531" elapsed="0.622946"/>
</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-07-10T02:13:14.164086" elapsed="0.624534"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T02:13:14.789262" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.48 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T02:23:20.847873" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T02:23:20.848325" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T02:23:20.848391" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.48: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-07-10T02:13:14.788895" elapsed="606.059533"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:23:20.848781" elapsed="0.000560"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.850169" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.48: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.48. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:19.905 16  switches: flows:  679471 669658 687924 676342 676450 688697 681998 681256 666518 663240 676847 669254 658802 675688 682011 667434  total = 180.026500 per ms 
02:15:20.006 16  switches: flows:  707352 707287 726994 721986 722572 709499 724766 712768 700263 706300 722163 718775 721949 718502 723799 717973  total = 190.727989 per ms 
02:16:20.108 16  switches: flows:  723595 718089 722233 724422 722977 729008 726845 722059 730036 722039 721892 725489 723116 728908 724673 717279  total = 192.719338 per ms 
02:17:20.213 16  switches: flows:  716836 712258 738596 724483 710189 723273 729743 726714 719229 717645 734176 717724 711196 720714 726599 727659  total = 192.281571 per ms 
02:18:20.315 16  switches: flows:  715468 704380 702978 725462 724280 722698 712734 710650 707507 715452 718747 720337 716999 717235 715542 719191  total = 190.507208 per ms 
02:19:20.416 16  switches: flows:  713165 723541 725251 732846 725943 734410 734248 730456 726986 727617 729732 727800 717792 732239 729296 734896  total = 193.777396 per ms 
02:20:20.518 16  switches: flows:  730585 721398 715309 714717 719488 722460 727051 717573 724221 720217 723252 713801 714711 715857 714302 717085  total = 191.544527 per ms 
02:21:20.619 16  switches: flows:  719757 718003 725422 736104 730705 737096 728239 728489 732910 720948 732061 731955 731554 725796 727947 735282  total = 194.045580 per ms 
02:22:20.719 16  switches: flows:  729388 721113 726759 728434 736647 740156 737095 734152 738248 729820 726174 735737 737610 735576 725776 745368  total = 195.140702 per ms 
02:23:20.820 16  switches: flows:  734988 733563 735012 733686 729363 739460 731741 735651 741356 727374 739234 723281 733219 738951 727358 737246  total = 195.362214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 190507.21/195362.21/192900.72/64322.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:23:20.849599" elapsed="0.000974"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T02:23:20.850933" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-07-10T02:23:20.850708" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-07-10T02:23:20.850671" elapsed="0.000402"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T02:23:20.851204" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:23:20.851153" elapsed="0.000114"/>
</branch>
<status status="NOT RUN" start="2026-07-10T02:23:20.851132" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T02:23:20.851339" 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-07-10T02:23:20.854887" elapsed="0.000487"/>
</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-07-10T02:23:20.855584" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:23:20.856033" elapsed="0.000150"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T02:23:20.851794" elapsed="0.004466"/>
</kw>
<msg time="2026-07-10T02:23:20.856443" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.48: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-07-10T02:13:14.159501" elapsed="606.696981"/>
</kw>
<status status="PASS" start="2026-07-10T02:13:14.159182" elapsed="606.697403"/>
</branch>
<status status="PASS" start="2026-07-10T02:13:14.158630" elapsed="606.697998"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.857307" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.48: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.48. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:14:19.905 16  switches: flows:  679471 669658 687924 676342 676450 688697 681998 681256 666518 663240 676847 669254 658802 675688 682011 667434  total = 180.026500 per ms 
02:15:20.006 16  switches: flows:  707352 707287 726994 721986 722572 709499 724766 712768 700263 706300 722163 718775 721949 718502 723799 717973  total = 190.727989 per ms 
02:16:20.108 16  switches: flows:  723595 718089 722233 724422 722977 729008 726845 722059 730036 722039 721892 725489 723116 728908 724673 717279  total = 192.719338 per ms 
02:17:20.213 16  switches: flows:  716836 712258 738596 724483 710189 723273 729743 726714 719229 717645 734176 717724 711196 720714 726599 727659  total = 192.281571 per ms 
02:18:20.315 16  switches: flows:  715468 704380 702978 725462 724280 722698 712734 710650 707507 715452 718747 720337 716999 717235 715542 719191  total = 190.507208 per ms 
02:19:20.416 16  switches: flows:  713165 723541 725251 732846 725943 734410 734248 730456 726986 727617 729732 727800 717792 732239 729296 734896  total = 193.777396 per ms 
02:20:20.518 16  switches: flows:  730585 721398 715309 714717 719488 722460 727051 717573 724221 720217 723252 713801 714711 715857 714302 717085  total = 191.544527 per ms 
02:21:20.619 16  switches: flows:  719757 718003 725422 736104 730705 737096 728239 728489 732910 720948 732061 731955 731554 725796 727947 735282  total = 194.045580 per ms 
02:22:20.719 16  switches: flows:  729388 721113 726759 728434 736647 740156 737095 734152 738248 729820 726174 735737 737610 735576 725776 745368  total = 195.140702 per ms 
02:23:20.820 16  switches: flows:  734988 733563 735012 733686 729363 739460 731741 735651 741356 727374 739234 723281 733219 738951 727358 737246  total = 195.362214 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 190507.21/195362.21/192900.72/64322.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:23:20.856862" elapsed="0.000552"/>
</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-07-10T02:23:20.857625" elapsed="0.000791"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T02:23:20.858829" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T02:23:20.858938" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 190507.21/195362.21/192900.72/64322.58 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-07-10T02:23:20.858596" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:23:20.859378" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 190507.21/195362.21/192900.72/64322.58 | 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-07-10T02:23:20.859122" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.861888" 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-07-10T02:23:20.859549" elapsed="0.002413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.864329" level="INFO">190507.21/195362.21/192900.72/64322.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:23:20.862112" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:23:20.866751" 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-07-10T02:23:20.864537" elapsed="0.002241"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:23:20.869257" level="INFO">@{result_value_list} = [ 190507.21 | 195362.21 | 192900.72 | 64322.58 ]</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-07-10T02:23:20.866992" elapsed="0.002294"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.869792" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T02:23:20.869883" 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-07-10T02:23:20.869452" elapsed="0.000469"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.874943" level="INFO">min :: 190507.21</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-07-10T02:23:20.870395" elapsed="0.004609"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T02:23:20.870238" elapsed="0.004801"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.879734" level="INFO">max :: 195362.21</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-07-10T02:23:20.875263" elapsed="0.004543"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T02:23:20.875132" elapsed="0.004718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.885295" level="INFO">avg :: 192900.72</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:23:20.880153" elapsed="0.005211"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T02:23:20.879980" elapsed="0.005422"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.890139" level="INFO">stdev :: 64322.58</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-07-10T02:23:20.885647" elapsed="0.004550"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T02:23:20.885496" elapsed="0.004737"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T02:23:20.870003" elapsed="0.020261"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.894522" level="INFO">${min} = 190507.21</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-07-10T02:23:20.890442" elapsed="0.004108"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.898499" level="INFO">${max} = 195362.21</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-07-10T02:23:20.894709" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.902415" level="INFO">${average} = 192900.72</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-07-10T02:23:20.898681" elapsed="0.003761"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.906356" level="INFO">${stdev} = 64322.58</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-07-10T02:23:20.902596" elapsed="0.003794"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.906948" level="INFO">${date} = 2026-07-10 02:23:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T02:23:20.906559" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.907562" level="INFO">CBench Result: 2026-07-10 02:23:20,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,190507.21,195362.21,192900.72,64322.58</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-07-10T02:23:20.907138" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T02:23:20.908721" 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-07-10T02:23:20.908281" elapsed="0.000509"/>
</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-07-10T02:23:20.908960" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T02:23:20.907777" elapsed="0.001733"/>
</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-07-10T02:13:14.157423" elapsed="606.752148"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.910136" 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-07-10T02:23:20.909759" elapsed="0.000435"/>
</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-07-10T02:23:20.910715" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-07-10T02:23:20.910408" elapsed="0.000665"/>
</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-07-10T02:13:14.156063" elapsed="606.755050"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.912431" 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-07-10T02:23:20.912048" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.913746" 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-07-10T02:23:20.913399" elapsed="0.000397"/>
</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-07-10T02:23:20.914161" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:23:20.913934" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-10T02:23:20.917375" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:23:20.917060" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-07-10T02:23:20.917035" elapsed="0.000425"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:23:20.917811" 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-07-10T02:23:20.917952" 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-07-10T02:23:20.917596" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.918544" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.48 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.199" 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-07-10T02:23:20.918118" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-10T02:23:20.919202" 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-07-10T02:23:20.918746" elapsed="0.000483"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:23:20.920181" level="INFO">Length is 0.</msg>
<msg time="2026-07-10T02:23:20.920272" 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-07-10T02:23:20.919812" elapsed="0.000484"/>
</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-07-10T02:23:20.920441" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-10T02:23:20.921746" level="INFO">Logging into '10.30.170.199:22' as 'jenkins'.</msg>
<msg time="2026-07-10T02:23:21.557727" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Fri Jul 10 02:23:21 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Fri Jul 10 02:13:14 2026 from 10.30.170.172
[?2004h[jenkins@releng-48317-775-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-07-10T02:23:20.921326" elapsed="0.636677"/>
</kw>
<msg time="2026-07-10T02:23:21.558116" 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-07-10T02:23:20.920931" elapsed="0.637284"/>
</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-07-10T02:23:20.919436" elapsed="0.638903"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-10T02:23:21.558937" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.48 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-10T02:33:27.634342" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-10T02:33:27.634968" level="INFO">${stdout} = </msg>
<msg time="2026-07-10T02:33:27.635112" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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-07-10T02:23:21.558584" elapsed="606.076588"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:33:27.635634" elapsed="0.000674"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.637429" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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.48. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:24:26.701 16  switches: flows:  160845 142193 144582 140849 137349 139905 143650 138438 137342 137924 139915 136510 136437 138320 134918 137268  total = 37.440750 per ms 
02:25:26.801 16  switches: flows:  147749 143749 144321 140762 142051 140041 146786 140702 137103 138479 135485 138333 140766 138740 135926 139601  total = 37.447335 per ms 
02:26:26.901 16  switches: flows:  146419 144160 144107 141910 142506 140837 144405 139318 137650 139924 134253 137855 140198 139381 134612 138526  total = 37.371954 per ms 
02:27:27.002 16  switches: flows:  148309 144077 145472 142757 142559 141480 147193 141342 137924 141451 135412 140161 140419 138670 137704 140228  total = 37.689444 per ms 
02:28:27.103 16  switches: flows:  143316 142070 143992 139468 139710 138092 142003 139608 134125 139749 133983 138911 139424 136155 133879 138972  total = 36.995466 per ms 
02:29:27.204 16  switches: flows:  143718 139818 140216 137152 138672 137773 140408 137037 132205 136732 130164 138122 136973 135536 132849 136941  total = 36.510610 per ms 
02:30:27.304 16  switches: flows:  147279 140314 144517 138237 139235 140412 142389 138763 134609 137884 133458 138488 138205 136795 133506 140421  total = 37.013391 per ms 
02:31:27.404 16  switches: flows:  147653 142636 144323 139760 140039 139913 143269 140556 136928 137969 134848 138923 136776 137918 134775 140259  total = 37.213615 per ms 
02:32:27.505 16  switches: flows:  145554 142574 142254 138336 140518 139921 143041 138440 134503 139483 131882 136803 139559 136042 135048 137859  total = 36.968556 per ms 
02:33:27.605 16  switches: flows:  145090 141555 142859 140651 137769 139500 140073 135838 134883 139174 133114 139579 136620 136404 132544 136362  total = 36.805453 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36510.61/37689.44/37112.87/12375.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:33:27.636662" elapsed="0.001149"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-10T02:33:27.638322" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-07-10T02:33:27.638020" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-07-10T02:33:27.637970" elapsed="0.000558"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-10T02:33:27.638732" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-10T02:33:27.638652" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-07-10T02:33:27.638617" elapsed="0.000252"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-10T02:33:27.638968" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-10T02:33:27.643364" elapsed="0.000328"/>
</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-07-10T02:33:27.643839" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-10T02:33:27.644148" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-10T02:33:27.639629" elapsed="0.004670"/>
</kw>
<msg time="2026-07-10T02:33:27.644436" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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-07-10T02:23:20.914563" elapsed="606.729901"/>
</kw>
<status status="PASS" start="2026-07-10T02:23:20.914251" elapsed="606.730264"/>
</branch>
<status status="PASS" start="2026-07-10T02:23:20.913896" elapsed="606.730642"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.644984" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.48: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.48. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:24:26.701 16  switches: flows:  160845 142193 144582 140849 137349 139905 143650 138438 137342 137924 139915 136510 136437 138320 134918 137268  total = 37.440750 per ms 
02:25:26.801 16  switches: flows:  147749 143749 144321 140762 142051 140041 146786 140702 137103 138479 135485 138333 140766 138740 135926 139601  total = 37.447335 per ms 
02:26:26.901 16  switches: flows:  146419 144160 144107 141910 142506 140837 144405 139318 137650 139924 134253 137855 140198 139381 134612 138526  total = 37.371954 per ms 
02:27:27.002 16  switches: flows:  148309 144077 145472 142757 142559 141480 147193 141342 137924 141451 135412 140161 140419 138670 137704 140228  total = 37.689444 per ms 
02:28:27.103 16  switches: flows:  143316 142070 143992 139468 139710 138092 142003 139608 134125 139749 133983 138911 139424 136155 133879 138972  total = 36.995466 per ms 
02:29:27.204 16  switches: flows:  143718 139818 140216 137152 138672 137773 140408 137037 132205 136732 130164 138122 136973 135536 132849 136941  total = 36.510610 per ms 
02:30:27.304 16  switches: flows:  147279 140314 144517 138237 139235 140412 142389 138763 134609 137884 133458 138488 138205 136795 133506 140421  total = 37.013391 per ms 
02:31:27.404 16  switches: flows:  147653 142636 144323 139760 140039 139913 143269 140556 136928 137969 134848 138923 136776 137918 134775 140259  total = 37.213615 per ms 
02:32:27.505 16  switches: flows:  145554 142574 142254 138336 140518 139921 143041 138440 134503 139483 131882 136803 139559 136042 135048 137859  total = 36.968556 per ms 
02:33:27.605 16  switches: flows:  145090 141555 142859 140651 137769 139500 140073 135838 134883 139174 133114 139579 136620 136404 132544 136362  total = 36.805453 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36510.61/37689.44/37112.87/12375.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:33:27.644679" elapsed="0.000381"/>
</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-07-10T02:33:27.645215" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-10T02:33:27.646013" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-10T02:33:27.646107" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36510.61/37689.44/37112.87/12375.55 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-07-10T02:33:27.645759" elapsed="0.000373"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:33:27.646546" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36510.61/37689.44/37112.87/12375.55 | 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-07-10T02:33:27.646288" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.648949" 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-07-10T02:33:27.646718" elapsed="0.002289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.651368" level="INFO">36510.61/37689.44/37112.87/12375.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:33:27.649158" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:33:27.653809" 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-07-10T02:33:27.651573" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-10T02:33:27.656239" level="INFO">@{result_value_list} = [ 36510.61 | 37689.44 | 37112.87 | 12375.55 ]</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-07-10T02:33:27.654039" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.656720" level="INFO">Length is 4.</msg>
<msg time="2026-07-10T02:33:27.656807" 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-07-10T02:33:27.656419" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.661493" level="INFO">min :: 36510.61</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-07-10T02:33:27.657223" elapsed="0.004326"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-10T02:33:27.657094" elapsed="0.004489"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.666104" level="INFO">max :: 37689.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-07-10T02:33:27.661811" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-10T02:33:27.661682" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.670891" level="INFO">avg :: 37112.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-10T02:33:27.666403" elapsed="0.004573"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-10T02:33:27.666276" elapsed="0.004739"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.675692" level="INFO">stdev :: 12375.55</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-07-10T02:33:27.671252" elapsed="0.004497"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-10T02:33:27.671106" elapsed="0.004677"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-10T02:33:27.656897" elapsed="0.018917"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.679870" level="INFO">${min} = 36510.61</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-07-10T02:33:27.675990" elapsed="0.003907"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.684020" level="INFO">${max} = 37689.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-07-10T02:33:27.680091" elapsed="0.003956"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.688159" level="INFO">${average} = 37112.87</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-07-10T02:33:27.684201" elapsed="0.003985"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.692128" level="INFO">${stdev} = 12375.55</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-07-10T02:33:27.688346" elapsed="0.003809"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.692669" level="INFO">${date} = 2026-07-10 02:33:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-10T02:33:27.692320" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.693291" level="INFO">CBench Result: 2026-07-10 02:33:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36510.61,37689.44,37112.87,12375.55</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-07-10T02:33:27.692839" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-10T02:33:27.694490" 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-07-10T02:33:27.693999" elapsed="0.000559"/>
</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-07-10T02:33:27.694729" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-10T02:33:27.693498" elapsed="0.001793"/>
</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-07-10T02:23:20.912819" elapsed="606.782533"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.695810" 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-07-10T02:33:27.695503" elapsed="0.000364"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-10T02:33:27.697108" 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-07-10T02:33:27.696617" elapsed="0.000523"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-10T02:33:27.697370" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-07-10T02:33:27.697220" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-07-10T02:33:27.697199" elapsed="0.000262"/>
</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-07-10T02:33:27.697607" elapsed="0.000021"/>
</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-07-10T02:33:27.697764" 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-07-10T02:33:27.697940" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-10T02:33:27.698217" elapsed="0.000024"/>
</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-07-10T02:33:27.698375" elapsed="0.000021"/>
</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-07-10T02:33:27.698524" 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-07-10T02:33:27.698669" elapsed="0.000028"/>
</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-07-10T02:33:27.698901" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-07-10T02:33:27.698760" elapsed="0.000212"/>
</branch>
<status status="NOT RUN" start="2026-07-10T02:33:27.698743" elapsed="0.000253"/>
</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-07-10T02:33:27.696281" elapsed="0.002766"/>
</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-07-10T02:23:20.911432" elapsed="606.787661"/>
</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-07-10T02:03:05.021760" elapsed="1822.677764"/>
</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>
