<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-04T03:05:17.291130" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-04T03:05:17.895452" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:05:17.895300" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:17.895268" elapsed="0.000284"/>
</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-04T03:05:17.895706" elapsed="0.000550"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-04T03:05:17.896743" level="INFO">Logging into '10.30.171.14:8101' as 'karaf'.</msg>
<msg time="2026-07-04T03:05:19.034646" 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-04T03:05:17.896442" elapsed="1.138406"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-04T03:05:19.392488" 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-04T03:05:19.035183" elapsed="0.357461"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-04T03:05:19.412770" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-04T03:05:19.412900" 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-04T03:05:19.392934" elapsed="0.019998"/>
</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-04T03:05:19.413126" elapsed="0.000305"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:05:19.413599" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:05:19.414437" 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-04T03:05:19.414014" elapsed="0.000481"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T03:05:19.414551" elapsed="0.000053"/>
</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.14
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-04T03:05:17.894892" elapsed="1.519835"/>
</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-04T03:05:17.891169" elapsed="1.523624"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T03:05:19.415635" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-04T03:05:19.414981" elapsed="0.000718"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T03:05:19.416150" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-04T03:05:19.415862" elapsed="0.000347"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-04T03:05:19.416771" 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-04T03:05:19.416370" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T03:05:19.417395" 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-04T03:05:19.416971" elapsed="0.000469"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-04T03:05:19.417983" 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-04T03:05:19.417590" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T03:05:19.418513" 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-04T03:05:19.418196" elapsed="0.000359"/>
</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-04T03:05:19.418862" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:05:19.418643" elapsed="0.000276"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:05:19.423364" 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-04T03:05:19.422915" elapsed="0.000477"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:05:19.424446" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T03:05:19.424530" 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-04T03:05:19.423960" elapsed="0.000595"/>
</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-04T03:05:19.424703" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T03:05:19.426182" level="INFO">Logging into '10.30.171.46:22' as 'jenkins'.</msg>
<msg time="2026-07-04T03:05:20.120487" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 03:05:19 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.46
  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-00446-15-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-04T03:05:19.425646" elapsed="0.695067"/>
</kw>
<msg time="2026-07-04T03:05:20.120849" 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-04T03:05:19.425283" elapsed="0.695709"/>
</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-04T03:05:19.423603" elapsed="0.697595"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.128663" 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-04T03:05:20.121515" elapsed="0.009370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:05:20.131411" elapsed="0.000620"/>
</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-04T03:05:19.422365" elapsed="0.709839"/>
</kw>
<status status="PASS" start="2026-07-04T03:05:19.418993" elapsed="0.713293"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:19.418616" elapsed="0.713742"/>
</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-04T03:05:20.132682" elapsed="0.001034"/>
</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-04T03:05:20.142168" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:05:20.141941" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:20.141898" elapsed="0.000393"/>
</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-04T03:05:20.149506" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:05:20.149316" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:20.149282" elapsed="0.000343"/>
</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-04T03:05:20.149871" elapsed="0.000741"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.151289" level="INFO">Logging into '10.30.171.14:8101' as 'karaf'.</msg>
<msg time="2026-07-04T03:05:20.325908" 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-04T03:05:20.150842" elapsed="0.175259"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.417278" 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-04T03:05:20.326349" elapsed="0.091098"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.422422" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-04T03:05:20.422686" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-04T03:05:20.417692" elapsed="0.005028"/>
</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-04T03:05:20.422907" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:05:20.423315" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:05:20.423985" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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-04T03:05:20.423668" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T03:05:20.424142" elapsed="0.000051"/>
</return>
<msg time="2026-07-04T03:05:20.424347" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            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.14
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-04T03:05:20.148701" elapsed="0.275679"/>
</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-04T03:05:20.424530" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T03:05:20.425110" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-04T03:05:20.141397" elapsed="0.283850"/>
</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-04T03:05:20.429490" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:05:20.429333" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:20.429301" elapsed="0.000281"/>
</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-04T03:05:20.429782" elapsed="0.000630"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.431462" level="INFO">Logging into '10.30.171.14:8101' as 'karaf'.</msg>
<msg time="2026-07-04T03:05:20.587128" 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-04T03:05:20.430783" elapsed="0.156727"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.616007" 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-04T03:05:20.588007" elapsed="0.028101"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.618054" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-04T03:05:20.618191" 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-04T03:05:20.616311" elapsed="0.001912"/>
</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-04T03:05:20.618382" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:05:20.618811" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:05:20.619755" 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-04T03:05:20.619316" elapsed="0.000520"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-04T03:05:20.619907" elapsed="0.000093"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.14
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-04T03:05:20.428818" elapsed="0.191392"/>
</kw>
<status status="PASS" start="2026-07-04T03:05:17.889094" elapsed="2.731202"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:05:20.623638" 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-04T03:05:20.622017" elapsed="0.001691"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T03:05:20.625514" 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-04T03:05:20.625136" elapsed="0.000422"/>
</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-04T03:05:20.625950" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:05:20.625660" elapsed="0.000350"/>
</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-04T03:05:20.629442" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:05:20.629173" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:20.629152" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.629936" 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-04T03:05:20.630090" 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-04T03:05:20.629674" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:05:20.630718" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.14 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.46" 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-04T03:05:20.630281" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.631525" 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-04T03:05:20.630931" elapsed="0.000621"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:05:20.632619" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T03:05:20.632719" 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-04T03:05:20.632200" elapsed="0.000544"/>
</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-04T03:05:20.632897" elapsed="0.000382"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T03:05:20.634251" level="INFO">Logging into '10.30.171.46:22' as 'jenkins'.</msg>
<msg time="2026-07-04T03:05:21.008690" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 03:05:19 UTC 2026

  System load:  0.02               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.46
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul  4 03:05:20 2026 from 10.30.170.226
[?2004h[jenkins@releng-00446-15-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-04T03:05:20.633851" elapsed="0.375245"/>
</kw>
<msg time="2026-07-04T03:05:21.009252" 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-04T03:05:20.633462" elapsed="0.375949"/>
</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-04T03:05:20.631777" elapsed="0.377868"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-04T03:05:21.010695" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.14 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-04T03:15:27.149076" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-04T03:15:27.149842" level="INFO">${stdout} = </msg>
<msg time="2026-07-04T03:15:27.149957" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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-04T03:05:21.010117" elapsed="606.139912"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:15:27.150673" elapsed="0.000838"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.152888" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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.14. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:26.235 16  switches: flows:  100994 98722 99967 101182 99312 100157 99728 98325 96760 93628 99188 97213 95234 96843 96489 98933  total = 26.211250 per ms 
03:07:26.336 16  switches: flows:  115096 113598 111926 115107 114431 113103 113606 110226 109378 106843 106705 109325 107846 109609 109405 111128  total = 29.572790 per ms 
03:08:26.436 16  switches: flows:  120288 118106 116712 119282 118405 118167 118444 114353 113661 111227 112286 113062 111462 112612 112641 114451  total = 30.701398 per ms 
03:09:26.537 16  switches: flows:  119431 120678 118553 120175 118771 119076 119081 116526 113518 112219 113130 113729 113056 112824 112434 115614  total = 30.928621 per ms 
03:10:26.637 16  switches: flows:  119172 118301 116484 118249 117668 117990 117988 114404 112126 110539 111964 112509 112364 110348 112937 115080  total = 30.584299 per ms 
03:11:26.737 16  switches: flows:  120587 119646 116482 119563 117649 118737 120162 113529 115072 112698 113836 113685 113677 112140 113489 114803  total = 30.877700 per ms 
03:12:26.838 16  switches: flows:  122962 121013 118646 120531 119916 119936 122628 116720 117754 114591 115531 114771 113475 113779 116403 117561  total = 31.384282 per ms 
03:13:26.938 16  switches: flows:  115115 114325 112289 115046 112777 113019 115070 111062 110234 107954 108769 108778 107150 107577 109006 110761  total = 29.599404 per ms 
03:14:27.039 16  switches: flows:  121608 119630 116531 119163 116754 119112 118279 117498 116116 113262 114689 113408 115742 114874 113500 113748  total = 31.013375 per ms 
03:15:27.139 16  switches: flows:  121838 118096 118308 121931 117493 121262 121588 119239 116397 115190 114651 115507 115944 116282 116396 115345  total = 31.372023 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29572.79/31384.28/30670.43/10242.96 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:15:27.151999" elapsed="0.002234"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-04T03:15:27.154621" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-07-04T03:15:27.154396" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-07-04T03:15:27.154353" elapsed="0.000419"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-04T03:15:27.154910" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:15:27.154858" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-07-04T03:15:27.154835" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-04T03:15:27.155072" elapsed="0.000022"/>
</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-04T03:15:27.158917" elapsed="0.000551"/>
</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-04T03:15:27.159687" elapsed="0.000285"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:15:27.160192" elapsed="0.000146"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-04T03:15:27.155577" elapsed="0.004837"/>
</kw>
<msg time="2026-07-04T03:15:27.160596" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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-04T03:05:20.626421" elapsed="606.534214"/>
</kw>
<status status="PASS" start="2026-07-04T03:05:20.626068" elapsed="606.534637"/>
</branch>
<status status="PASS" start="2026-07-04T03:05:20.625630" elapsed="606.535108"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.161397" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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.14. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:26.235 16  switches: flows:  100994 98722 99967 101182 99312 100157 99728 98325 96760 93628 99188 97213 95234 96843 96489 98933  total = 26.211250 per ms 
03:07:26.336 16  switches: flows:  115096 113598 111926 115107 114431 113103 113606 110226 109378 106843 106705 109325 107846 109609 109405 111128  total = 29.572790 per ms 
03:08:26.436 16  switches: flows:  120288 118106 116712 119282 118405 118167 118444 114353 113661 111227 112286 113062 111462 112612 112641 114451  total = 30.701398 per ms 
03:09:26.537 16  switches: flows:  119431 120678 118553 120175 118771 119076 119081 116526 113518 112219 113130 113729 113056 112824 112434 115614  total = 30.928621 per ms 
03:10:26.637 16  switches: flows:  119172 118301 116484 118249 117668 117990 117988 114404 112126 110539 111964 112509 112364 110348 112937 115080  total = 30.584299 per ms 
03:11:26.737 16  switches: flows:  120587 119646 116482 119563 117649 118737 120162 113529 115072 112698 113836 113685 113677 112140 113489 114803  total = 30.877700 per ms 
03:12:26.838 16  switches: flows:  122962 121013 118646 120531 119916 119936 122628 116720 117754 114591 115531 114771 113475 113779 116403 117561  total = 31.384282 per ms 
03:13:26.938 16  switches: flows:  115115 114325 112289 115046 112777 113019 115070 111062 110234 107954 108769 108778 107150 107577 109006 110761  total = 29.599404 per ms 
03:14:27.039 16  switches: flows:  121608 119630 116531 119163 116754 119112 118279 117498 116116 113262 114689 113408 115742 114874 113500 113748  total = 31.013375 per ms 
03:15:27.139 16  switches: flows:  121838 118096 118308 121931 117493 121262 121588 119239 116397 115190 114651 115507 115944 116282 116396 115345  total = 31.372023 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29572.79/31384.28/30670.43/10242.96 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:15:27.160946" elapsed="0.000556"/>
</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-04T03:15:27.161715" elapsed="0.000558"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-04T03:15:27.162844" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-04T03:15:27.162975" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29572.79/31384.28/30670.43/10242.96 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-04T03:15:27.162503" elapsed="0.000507"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:15:27.163629" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29572.79/31384.28/30670.43/10242.96 | 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-04T03:15:27.163249" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.166851" 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-04T03:15:27.163873" elapsed="0.003045"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.169380" level="INFO">29572.79/31384.28/30670.43/10242.96</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:15:27.167103" elapsed="0.002337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:15:27.171876" 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-04T03:15:27.169597" elapsed="0.002307"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:15:27.174454" level="INFO">@{result_value_list} = [ 29572.79 | 31384.28 | 30670.43 | 10242.96 ]</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-04T03:15:27.172211" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.174966" level="INFO">Length is 4.</msg>
<msg time="2026-07-04T03:15:27.175070" 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-04T03:15:27.174643" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.179896" level="INFO">min :: 29572.79</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-04T03:15:27.175540" elapsed="0.004446"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-04T03:15:27.175399" elapsed="0.004623"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.184655" level="INFO">max :: 31384.28</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-04T03:15:27.180269" elapsed="0.004443"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-04T03:15:27.180139" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.189362" level="INFO">avg :: 30670.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:15:27.184967" elapsed="0.004453"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-04T03:15:27.184837" elapsed="0.004619"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.194110" level="INFO">stdev :: 10242.96</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:15:27.189680" elapsed="0.004489"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-04T03:15:27.189549" elapsed="0.004655"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-04T03:15:27.175180" elapsed="0.019058"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.198179" level="INFO">${min} = 29572.79</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-04T03:15:27.194412" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.202901" level="INFO">${max} = 31384.28</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-04T03:15:27.198364" elapsed="0.004564"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.206993" level="INFO">${average} = 30670.43</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-04T03:15:27.203104" elapsed="0.003922"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.211123" level="INFO">${stdev} = 10242.96</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-04T03:15:27.207229" elapsed="0.003923"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.211727" level="INFO">${date} = 2026-07-04 03:15:27</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-04T03:15:27.211341" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.212390" level="INFO">CBench Result: 2026-07-04 03:15:27,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29572.79,31384.28,30670.43,10242.96</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-04T03:15:27.211908" elapsed="0.000541"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T03:15:27.213628" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-04T03:15:27.213166" elapsed="0.000531"/>
</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-04T03:15:27.213852" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-04T03:15:27.212648" elapsed="0.001764"/>
</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-04T03:05:20.624359" elapsed="606.590115"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.214964" 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-04T03:15:27.214628" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-04T03:15:27.215608" elapsed="0.000270"/>
</kw>
<status status="PASS" start="2026-07-04T03:15:27.215298" elapsed="0.000670"/>
</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-04T03:05:20.620657" elapsed="606.595350"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.217517" 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-04T03:15:27.217122" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.218853" 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-04T03:15:27.218519" elapsed="0.000377"/>
</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-04T03:15:27.219273" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:15:27.219021" elapsed="0.000312"/>
</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-04T03:15:27.222312" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:15:27.222060" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-07-04T03:15:27.222025" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:15:27.222742" 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-04T03:15:27.222866" 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-04T03:15:27.222528" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.223473" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.14 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.46" 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-04T03:15:27.223045" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:15:27.224133" 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-04T03:15:27.223676" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:15:27.225103" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T03:15:27.225214" 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-04T03:15:27.224759" elapsed="0.000480"/>
</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-04T03:15:27.225382" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T03:15:27.226602" level="INFO">Logging into '10.30.171.46:22' as 'jenkins'.</msg>
<msg time="2026-07-04T03:15:27.803384" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 03:15:27 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul  4 03:05:20 2026 from 10.30.170.226
[?2004h[jenkins@releng-00446-15-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-04T03:15:27.226238" elapsed="0.577372"/>
</kw>
<msg time="2026-07-04T03:15:27.803707" 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-04T03:15:27.225873" elapsed="0.577933"/>
</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-04T03:15:27.224375" elapsed="0.579559"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-04T03:15:27.804757" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.14 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-04T03:25:33.930561" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-04T03:25:33.931541" level="INFO">${stdout} = </msg>
<msg time="2026-07-04T03:25:33.931699" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.14: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-04T03:15:27.804233" elapsed="606.127569"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:25:33.932688" elapsed="0.001037"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.934945" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.14: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.14. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:32.947 16  switches: flows:  586274 586500 564718 568178 584231 579577 587117 563771 572038 571320 579733 561275 579500 571826 559648 577139  total = 153.214083 per ms 
03:17:33.048 16  switches: flows:  577277 564028 558134 572949 573092 579643 581921 574821 566965 564619 573805 566021 578545 565105 556393 575162  total = 151.885634 per ms 
03:18:33.150 16  switches: flows:  518186 522569 501530 523667 528117 519580 500310 517299 511795 528421 519470 520165 499625 508335 528149 505713  total = 137.317093 per ms 
03:19:33.253 16  switches: flows:  597322 613411 604023 611020 610914 589256 616657 608950 610750 610416 609158 594735 597545 603294 595030 612742  total = 161.144700 per ms 
03:20:33.355 16  switches: flows:  691394 703657 680501 685235 697254 681798 682852 682210 683947 702048 700645 697829 702011 678976 698094 691050  total = 184.014002 per ms 
03:21:33.457 16  switches: flows:  637601 657998 636633 634666 647304 637780 644743 639134 639826 642460 644960 646479 655332 640325 646488 636381  total = 171.179919 per ms 
03:22:33.560 16  switches: flows:  688198 689680 678621 688920 681140 684664 673157 674381 685844 694763 677532 668722 688479 676856 697127 681700  total = 181.853525 per ms 
03:23:33.719 16  switches: flows:  684500 672029 680307 661845 684145 675680 678058 678209 676176 662080 667452 677569 681706 671919 679537 671994  total = 179.591181 per ms 
03:24:33.821 16  switches: flows:  669332 670425 675067 663332 663312 660602 664583 657995 695996 663707 661112 676513 693023 675158 682764 681827  total = 178.943546 per ms 
03:25:33.923 16  switches: flows:  730950 729831 736406 718741 727114 713034 722812 715867 736973 738557 713400 725845 720293 718172 723919 715515  total = 192.799432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137317.09/192799.43/170969.89/59373.62 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:25:33.934305" elapsed="0.000903"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-04T03:25:33.935572" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-07-04T03:25:33.935349" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-07-04T03:25:33.935314" 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-04T03:25:33.935850" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:25:33.935799" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-07-04T03:25:33.935776" elapsed="0.000163"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-04T03:25:33.935983" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T03:25:33.939699" elapsed="0.000522"/>
</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-04T03:25:33.940432" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:25:33.940849" elapsed="0.000144"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-04T03:25:33.936475" elapsed="0.004620"/>
</kw>
<msg time="2026-07-04T03:25:33.941276" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.14: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-04T03:15:27.219676" elapsed="606.721637"/>
</kw>
<status status="PASS" start="2026-07-04T03:15:27.219360" elapsed="606.722020"/>
</branch>
<status status="PASS" start="2026-07-04T03:15:27.218998" elapsed="606.722414"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.942018" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.14: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.14. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:32.947 16  switches: flows:  586274 586500 564718 568178 584231 579577 587117 563771 572038 571320 579733 561275 579500 571826 559648 577139  total = 153.214083 per ms 
03:17:33.048 16  switches: flows:  577277 564028 558134 572949 573092 579643 581921 574821 566965 564619 573805 566021 578545 565105 556393 575162  total = 151.885634 per ms 
03:18:33.150 16  switches: flows:  518186 522569 501530 523667 528117 519580 500310 517299 511795 528421 519470 520165 499625 508335 528149 505713  total = 137.317093 per ms 
03:19:33.253 16  switches: flows:  597322 613411 604023 611020 610914 589256 616657 608950 610750 610416 609158 594735 597545 603294 595030 612742  total = 161.144700 per ms 
03:20:33.355 16  switches: flows:  691394 703657 680501 685235 697254 681798 682852 682210 683947 702048 700645 697829 702011 678976 698094 691050  total = 184.014002 per ms 
03:21:33.457 16  switches: flows:  637601 657998 636633 634666 647304 637780 644743 639134 639826 642460 644960 646479 655332 640325 646488 636381  total = 171.179919 per ms 
03:22:33.560 16  switches: flows:  688198 689680 678621 688920 681140 684664 673157 674381 685844 694763 677532 668722 688479 676856 697127 681700  total = 181.853525 per ms 
03:23:33.719 16  switches: flows:  684500 672029 680307 661845 684145 675680 678058 678209 676176 662080 667452 677569 681706 671919 679537 671994  total = 179.591181 per ms 
03:24:33.821 16  switches: flows:  669332 670425 675067 663332 663312 660602 664583 657995 695996 663707 661112 676513 693023 675158 682764 681827  total = 178.943546 per ms 
03:25:33.923 16  switches: flows:  730950 729831 736406 718741 727114 713034 722812 715867 736973 738557 713400 725845 720293 718172 723919 715515  total = 192.799432 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137317.09/192799.43/170969.89/59373.62 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:25:33.941611" elapsed="0.000568"/>
</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-04T03:25:33.942396" elapsed="0.000523"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-04T03:25:33.943487" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-04T03:25:33.943614" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137317.09/192799.43/170969.89/59373.62 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-04T03:25:33.943168" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:25:33.944256" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137317.09/192799.43/170969.89/59373.62 | 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-04T03:25:33.943864" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.947597" 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-04T03:25:33.944501" elapsed="0.003157"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.950117" level="INFO">137317.09/192799.43/170969.89/59373.62</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:25:33.947813" elapsed="0.002395"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:25:33.952676" 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-04T03:25:33.950380" elapsed="0.002325"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:25:33.955288" level="INFO">@{result_value_list} = [ 137317.09 | 192799.43 | 170969.89 | 59373.62 ]</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-04T03:25:33.952909" elapsed="0.002407"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.955815" level="INFO">Length is 4.</msg>
<msg time="2026-07-04T03:25:33.955908" 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-04T03:25:33.955475" elapsed="0.000457"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.961083" level="INFO">min :: 137317.09</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-04T03:25:33.956367" elapsed="0.004794"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-04T03:25:33.956230" elapsed="0.004978"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.965940" level="INFO">max :: 192799.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:25:33.961446" elapsed="0.004551"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-04T03:25:33.961312" elapsed="0.004721"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.970942" level="INFO">avg :: 170969.89</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-04T03:25:33.966296" elapsed="0.004721"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-04T03:25:33.966141" elapsed="0.004948"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.975920" level="INFO">stdev :: 59373.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:25:33.971357" elapsed="0.004622"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-04T03:25:33.971223" elapsed="0.004793"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-04T03:25:33.956009" elapsed="0.020056"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.980226" level="INFO">${min} = 137317.09</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-04T03:25:33.976231" elapsed="0.004022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.984238" level="INFO">${max} = 192799.43</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-04T03:25:33.980411" elapsed="0.003854"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.988208" level="INFO">${average} = 170969.89</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-04T03:25:33.984424" elapsed="0.003811"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.992237" level="INFO">${stdev} = 59373.62</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-04T03:25:33.988387" elapsed="0.003879"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.992789" level="INFO">${date} = 2026-07-04 03:25:33</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-04T03:25:33.992428" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.993412" level="INFO">CBench Result: 2026-07-04 03:25:33,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137317.09,192799.43,170969.89,59373.62</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-04T03:25:33.992976" elapsed="0.000494"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T03:25:33.994606" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-04T03:25:33.994141" elapsed="0.000533"/>
</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-04T03:25:33.994826" elapsed="0.000494"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-04T03:25:33.993638" elapsed="0.001748"/>
</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-04T03:15:27.217903" elapsed="606.777545"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.995929" 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-04T03:25:33.995599" elapsed="0.000389"/>
</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-04T03:25:33.996528" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-07-04T03:25:33.996218" elapsed="0.000664"/>
</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-04T03:15:27.216477" elapsed="606.780444"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.998605" 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-04T03:25:33.997925" elapsed="0.000741"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-04T03:25:33.999998" 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-04T03:25:33.999605" elapsed="0.000490"/>
</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-04T03:25:34.000887" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:25:34.000277" elapsed="0.000672"/>
</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-04T03:25:34.004371" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:25:34.004094" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-07-04T03:25:34.004073" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:25:34.004832" 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-04T03:25:34.004963" 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-04T03:25:34.004595" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:25:34.005593" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.14 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.46" 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-04T03:25:34.005144" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-04T03:25:34.006213" 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-04T03:25:34.005792" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:25:34.007267" level="INFO">Length is 0.</msg>
<msg time="2026-07-04T03:25:34.007357" 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-04T03:25:34.006919" elapsed="0.000461"/>
</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-04T03:25:34.007527" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-04T03:25:34.008930" level="INFO">Logging into '10.30.171.46:22' as 'jenkins'.</msg>
<msg time="2026-07-04T03:25:34.570622" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Jul  4 03:25:34 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Jul  4 03:15:27 2026 from 10.30.170.226
[?2004h[jenkins@releng-00446-15-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-04T03:25:34.008389" elapsed="0.562468"/>
</kw>
<msg time="2026-07-04T03:25:34.570949" 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-04T03:25:34.008019" elapsed="0.563012"/>
</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-04T03:25:34.006524" elapsed="0.564650"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-04T03:25:34.571709" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.14 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-04T03:35:40.688835" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-04T03:35:40.689561" level="INFO">${stdout} = </msg>
<msg time="2026-07-04T03:35:40.689650" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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-04T03:25:34.571406" elapsed="606.118308"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:35:40.690288" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.692306" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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.14. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:39.762 16  switches: flows:  106319 103968 103833 101044 104954 102809 103197 102974 102275 103239 101821 103359 102043 101073 102608 102202  total = 27.461967 per ms 
03:27:39.863 16  switches: flows:  125842 123019 125320 122393 125183 123637 121867 123212 122107 123111 121328 124143 122112 119958 122323 121501  total = 32.729600 per ms 
03:28:39.965 16  switches: flows:  122151 118816 122846 120146 122316 120313 120632 119640 119647 119744 119519 119653 119839 118474 119323 119560  total = 31.990215 per ms 
03:29:40.066 16  switches: flows:  112317 110591 113327 111959 110855 111870 112860 112256 111782 110513 112241 111736 111109 110481 109149 114114  total = 29.736340 per ms 
03:30:40.167 16  switches: flows:  122790 123689 123843 119832 123455 122482 123443 121292 121236 120154 120198 121332 119362 118115 119608 121626  total = 32.320276 per ms 
03:31:40.268 16  switches: flows:  124493 124816 124518 120680 124764 123412 124688 121700 123761 120999 120927 124365 119118 121005 121211 122715  total = 32.664991 per ms 
03:32:40.369 16  switches: flows:  120021 117049 115621 114768 116421 116036 117919 116487 117255 115297 115409 115405 114934 115577 114645 113883  total = 30.893821 per ms 
03:33:40.470 16  switches: flows:  127533 121169 123147 123668 123652 122826 126384 124620 121818 123083 122876 123736 122699 125899 120758 121894  total = 32.874449 per ms 
03:34:40.572 16  switches: flows:  127632 122768 124287 123750 123359 121031 125393 123853 121408 123275 123905 123044 123165 121873 120866 121375  total = 32.794962 per ms 
03:35:40.673 16  switches: flows:  126473 122016 124330 121937 123068 122102 125188 122565 120226 123255 123588 122073 122812 121641 120885 121426  total = 32.671870 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29736.34/32874.45/32075.17/10739.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:35:40.691535" elapsed="0.001047"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-04T03:35:40.693200" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-07-04T03:35:40.692762" elapsed="0.000596"/>
</branch>
<status status="PASS" start="2026-07-04T03:35:40.692718" elapsed="0.000695"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-04T03:35:40.693586" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-07-04T03:35:40.693530" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-07-04T03:35:40.693502" elapsed="0.000179"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-04T03:35:40.693727" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-04T03:35:40.698294" elapsed="0.000666"/>
</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-04T03:35:40.699219" elapsed="0.000313"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-04T03:35:40.699726" elapsed="0.000221"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-04T03:35:40.694303" elapsed="0.005751"/>
</kw>
<msg time="2026-07-04T03:35:40.700281" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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-04T03:25:34.001329" elapsed="606.698993"/>
</kw>
<status status="PASS" start="2026-07-04T03:25:34.000976" elapsed="606.699423"/>
</branch>
<status status="PASS" start="2026-07-04T03:25:34.000251" elapsed="606.700193"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.701145" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.14: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.14. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:26:39.762 16  switches: flows:  106319 103968 103833 101044 104954 102809 103197 102974 102275 103239 101821 103359 102043 101073 102608 102202  total = 27.461967 per ms 
03:27:39.863 16  switches: flows:  125842 123019 125320 122393 125183 123637 121867 123212 122107 123111 121328 124143 122112 119958 122323 121501  total = 32.729600 per ms 
03:28:39.965 16  switches: flows:  122151 118816 122846 120146 122316 120313 120632 119640 119647 119744 119519 119653 119839 118474 119323 119560  total = 31.990215 per ms 
03:29:40.066 16  switches: flows:  112317 110591 113327 111959 110855 111870 112860 112256 111782 110513 112241 111736 111109 110481 109149 114114  total = 29.736340 per ms 
03:30:40.167 16  switches: flows:  122790 123689 123843 119832 123455 122482 123443 121292 121236 120154 120198 121332 119362 118115 119608 121626  total = 32.320276 per ms 
03:31:40.268 16  switches: flows:  124493 124816 124518 120680 124764 123412 124688 121700 123761 120999 120927 124365 119118 121005 121211 122715  total = 32.664991 per ms 
03:32:40.369 16  switches: flows:  120021 117049 115621 114768 116421 116036 117919 116487 117255 115297 115409 115405 114934 115577 114645 113883  total = 30.893821 per ms 
03:33:40.470 16  switches: flows:  127533 121169 123147 123668 123652 122826 126384 124620 121818 123083 122876 123736 122699 125899 120758 121894  total = 32.874449 per ms 
03:34:40.572 16  switches: flows:  127632 122768 124287 123750 123359 121031 125393 123853 121408 123275 123905 123044 123165 121873 120866 121375  total = 32.794962 per ms 
03:35:40.673 16  switches: flows:  126473 122016 124330 121937 123068 122102 125188 122565 120226 123255 123588 122073 122812 121641 120885 121426  total = 32.671870 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29736.34/32874.45/32075.17/10739.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:35:40.700681" elapsed="0.000563"/>
</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-04T03:35:40.701439" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-04T03:35:40.702550" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-04T03:35:40.702680" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29736.34/32874.45/32075.17/10739.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-04T03:35:40.702219" elapsed="0.000497"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:35:40.703339" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29736.34/32874.45/32075.17/10739.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-04T03:35:40.702948" elapsed="0.000427"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.706651" 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-04T03:35:40.703577" elapsed="0.003173"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.709465" level="INFO">29736.34/32874.45/32075.17/10739.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:35:40.706921" elapsed="0.002608"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:35:40.712128" 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-04T03:35:40.709701" elapsed="0.002456"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-04T03:35:40.714719" level="INFO">@{result_value_list} = [ 29736.34 | 32874.45 | 32075.17 | 10739.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-04T03:35:40.712406" elapsed="0.002347"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.715314" level="INFO">Length is 4.</msg>
<msg time="2026-07-04T03:35:40.715434" 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-04T03:35:40.714927" elapsed="0.000539"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.720929" level="INFO">min :: 29736.34</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-04T03:35:40.716097" elapsed="0.004916"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-04T03:35:40.715883" elapsed="0.005195"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.726240" level="INFO">max :: 32874.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-04T03:35:40.721421" elapsed="0.004892"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-04T03:35:40.721226" elapsed="0.005130"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.731838" level="INFO">avg :: 32075.17</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-04T03:35:40.726707" elapsed="0.005219"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-04T03:35:40.726461" elapsed="0.005517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.736874" level="INFO">stdev :: 10739.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-04T03:35:40.732342" elapsed="0.004599"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-04T03:35:40.732125" elapsed="0.004859"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-04T03:35:40.715578" elapsed="0.021442"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.741134" level="INFO">${min} = 29736.34</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-04T03:35:40.737257" elapsed="0.003906"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.745164" level="INFO">${max} = 32874.45</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-04T03:35:40.741337" elapsed="0.003858"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.749243" level="INFO">${average} = 32075.17</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-04T03:35:40.745377" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.753333" level="INFO">${stdev} = 10739.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-04T03:35:40.749438" elapsed="0.003951"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.753939" level="INFO">${date} = 2026-07-04 03:35:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-04T03:35:40.753570" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.754593" level="INFO">CBench Result: 2026-07-04 03:35:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29736.34,32874.45,32075.17,10739.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-04T03:35:40.754145" elapsed="0.000506"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-04T03:35:40.755868" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/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-04T03:35:40.755335" elapsed="0.000604"/>
</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-04T03:35:40.756110" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-04T03:35:40.754828" elapsed="0.001832"/>
</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-04T03:25:33.999005" elapsed="606.757717"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.757220" 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-04T03:35:40.756871" elapsed="0.000413"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-04T03:35:40.758582" 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-04T03:35:40.758025" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-04T03:35:40.758849" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-07-04T03:35:40.758694" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-07-04T03:35:40.758672" elapsed="0.000274"/>
</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-04T03:35:40.759118" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-04T03:35:40.759285" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-04T03:35:40.759447" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-04T03:35:40.759649" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-04T03:35:40.759804" 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-04T03:35:40.759951" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-04T03:35:40.760114" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-04T03:35:40.760344" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-04T03:35:40.760199" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-07-04T03:35:40.760182" elapsed="0.000238"/>
</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-04T03:35:40.757669" elapsed="0.002802"/>
</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-04T03:25:33.997393" elapsed="606.763124"/>
</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-04T03:05:17.292728" elapsed="1823.468525"/>
</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>
