<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-02T03:05:36.327024" 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-02T03:05:36.940565" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:05:36.940390" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:36.940360" elapsed="0.000315"/>
</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-02T03:05:36.940825" elapsed="0.000639"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-02T03:05:36.941985" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-07-02T03:05:37.966445" 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-02T03:05:36.941651" elapsed="1.024991"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-02T03:05:38.014557" 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-02T03:05:37.966918" elapsed="0.047816"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-02T03:05:38.016745" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-02T03:05:38.016895" 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-02T03:05:38.015042" elapsed="0.001887"/>
</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-02T03:05:38.017130" elapsed="0.000263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:05:38.017560" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:05:38.018359" 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-02T03:05:38.017998" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T03:05:38.018474" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.210
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-02T03:05:36.939990" elapsed="1.078702"/>
</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-02T03:05:36.936144" elapsed="1.082630"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T03:05:38.019417" 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-02T03:05:38.018999" elapsed="0.000478"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T03:05:38.019900" 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-02T03:05:38.019638" elapsed="0.000322"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-02T03:05:38.020665" 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-02T03:05:38.020213" elapsed="0.000481"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T03:05:38.021273" 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-02T03:05:38.020871" elapsed="0.000449"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-02T03:05:38.021864" 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-02T03:05:38.021472" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T03:05:38.022535" 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-02T03:05:38.022111" elapsed="0.000469"/>
</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-02T03:05:38.022910" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:05:38.022676" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:05:38.027594" 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-02T03:05:38.027144" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:05:38.029176" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T03:05:38.029265" 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-02T03:05:38.028597" elapsed="0.000694"/>
</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-02T03:05:38.029451" elapsed="0.000381"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T03:05:38.031022" level="INFO">Logging into '10.30.170.61:22' as 'jenkins'.</msg>
<msg time="2026-07-02T03:05:38.825267" 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 Thu Jul  2 03:05:38 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.61
  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-13-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-02T03:05:38.030376" elapsed="0.795056"/>
</kw>
<msg time="2026-07-02T03:05:38.825527" 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-02T03:05:38.030014" elapsed="0.795609"/>
</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-02T03:05:38.027863" elapsed="0.797885"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-02T03:05:38.833442" 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-02T03:05:38.825988" elapsed="0.009342"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:05:38.835750" elapsed="0.000714"/>
</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-02T03:05:38.026531" elapsed="0.810086"/>
</kw>
<status status="PASS" start="2026-07-02T03:05:38.023073" elapsed="0.813633"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:38.022647" elapsed="0.814131"/>
</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-02T03:05:38.837208" elapsed="0.001136"/>
</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-02T03:05:38.846268" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:05:38.846096" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:38.846064" elapsed="0.000293"/>
</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-02T03:05:38.850244" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:05:38.850125" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:38.850104" elapsed="0.000211"/>
</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-02T03:05:38.850451" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-02T03:05:38.851359" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-07-02T03:05:39.034243" 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-02T03:05:38.851091" elapsed="0.183321"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.132191" 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-02T03:05:39.034669" elapsed="0.097686"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.149703" 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-02T03:05:39.149916" 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-02T03:05:39.132624" elapsed="0.017325"/>
</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-02T03:05:39.150129" elapsed="0.000304"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:05:39.150608" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:05:39.151419" 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-02T03:05:39.151073" elapsed="0.000406"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T03:05:39.151533" elapsed="0.000053"/>
</return>
<msg time="2026-07-02T03:05:39.151741" 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.170.210
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-02T03:05:38.849725" elapsed="0.302050"/>
</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-02T03:05:39.151927" elapsed="0.000582"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T03:05:39.152564" elapsed="0.000095"/>
</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-02T03:05:38.845727" elapsed="0.307046"/>
</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-02T03:05:39.156628" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:05:39.156489" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:39.156462" elapsed="0.000240"/>
</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-02T03:05:39.156835" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.157741" level="INFO">Logging into '10.30.170.210:8101' as 'karaf'.</msg>
<msg time="2026-07-02T03:05:39.334331" 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-02T03:05:39.157476" elapsed="0.176973"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.361665" 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-02T03:05:39.334664" elapsed="0.027064"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.363553" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-02T03:05:39.363660" 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-02T03:05:39.361882" elapsed="0.001809"/>
</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-02T03:05:39.363833" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:05:39.364234" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:05:39.364892" 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-02T03:05:39.364581" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-02T03:05:39.365022" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.210
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-02T03:05:39.156144" elapsed="0.209069"/>
</kw>
<status status="PASS" start="2026-07-02T03:05:36.933712" elapsed="2.431571"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:05:39.367705" 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-02T03:05:39.366428" elapsed="0.001343"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T03:05:39.369234" 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-02T03:05:39.368855" 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-02T03:05:39.370326" elapsed="0.000073"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:05:39.369357" elapsed="0.001118"/>
</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-02T03:05:39.374750" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:05:39.374351" elapsed="0.000487"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:39.374310" elapsed="0.000573"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.375567" 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-02T03:05:39.375725" 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-02T03:05:39.375141" elapsed="0.000612"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:05:39.376774" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.61" 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-02T03:05:39.375910" elapsed="0.000990"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.378257" 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-02T03:05:39.377219" elapsed="0.001095"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:05:39.380282" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T03:05:39.380457" 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-02T03:05:39.379579" elapsed="0.000927"/>
</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-02T03:05:39.380802" elapsed="0.000767"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.383332" level="INFO">Logging into '10.30.170.61:22' as 'jenkins'.</msg>
<msg time="2026-07-02T03:05:39.709482" 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 Thu Jul  2 03:05:38 UTC 2026

  System load:  0.04               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.61
  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: Thu Jul  2 03:05:38 2026 from 10.30.171.85
[?2004h[jenkins@releng-00446-13-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-02T03:05:39.382700" elapsed="0.327033"/>
</kw>
<msg time="2026-07-02T03:05:39.709827" 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-02T03:05:39.381928" elapsed="0.327997"/>
</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-02T03:05:39.378735" elapsed="0.331337"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-02T03:05:39.710680" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-02T03:15:45.842040" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-02T03:15:45.842610" level="INFO">${stdout} = </msg>
<msg time="2026-07-02T03:15:45.842795" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-02T03:05:39.710309" elapsed="606.132570"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:15:45.843390" elapsed="0.000961"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.845356" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.210. 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:44.933 16  switches: flows:  106316 107176 104825 104203 107397 109181 107444 104519 101417 103281 103736 103021 102107 108145 102234 103948  total = 27.982500 per ms 
03:07:45.033 16  switches: flows:  101718 101988 102309 100808 101676 101566 101099 99570 97130 98297 100670 100546 96267 100258 99115 99696  total = 26.667277 per ms 
03:08:45.134 16  switches: flows:  117365 120246 120927 117809 118775 117324 117777 118123 116138 114774 114781 113295 115417 115578 116388 117120  total = 31.145322 per ms 
03:09:45.234 16  switches: flows:  114874 117945 116239 114000 114411 116160 115170 115245 114324 112989 110592 108918 112892 113238 112295 113671  total = 30.332045 per ms 
03:10:45.334 16  switches: flows:  110803 111512 113786 111403 110224 112765 111777 111598 108867 109301 107259 106059 109058 108549 108286 107714  total = 29.267159 per ms 
03:11:45.434 16  switches: flows:  114903 115235 119295 118005 114883 117816 115370 116073 111915 111868 112240 110603 114404 110081 111639 111385  total = 30.377899 per ms 
03:12:45.535 16  switches: flows:  106245 106102 108269 106478 105867 108900 107232 105244 103637 103854 102590 102700 103291 104368 101917 102864  total = 27.945972 per ms 
03:13:45.635 16  switches: flows:  119741 120284 121780 117284 119288 119491 120163 119002 116505 114475 118233 114966 115782 117107 114034 115662  total = 31.344164 per ms 
03:14:45.737 16  switches: flows:  119857 122651 124594 120063 120795 120816 121282 119622 119228 117288 118465 117207 117949 117006 116009 117247  total = 31.780772 per ms 
03:15:45.837 16  switches: flows:  119673 120311 123414 119273 121196 121073 120819 119011 118618 117697 117446 118425 116866 115575 116931 118901  total = 31.700818 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26667.28/31780.77/30062.38/10159.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:15:45.844745" elapsed="0.000839"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-02T03:15:45.845999" elapsed="0.000058"/>
</return>
<status status="PASS" start="2026-07-02T03:15:45.845736" elapsed="0.000379"/>
</branch>
<status status="PASS" start="2026-07-02T03:15:45.845693" elapsed="0.000460"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-02T03:15:45.846302" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:15:45.846245" elapsed="0.000120"/>
</branch>
<status status="NOT RUN" start="2026-07-02T03:15:45.846222" elapsed="0.000175"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-02T03:15:45.846450" 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-02T03:15:45.850520" 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-02T03:15:45.851257" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:15:45.851745" elapsed="0.000173"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-02T03:15:45.846951" elapsed="0.005075"/>
</kw>
<msg time="2026-07-02T03:15:45.852243" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-02T03:05:39.371069" elapsed="606.481213"/>
</kw>
<status status="PASS" start="2026-07-02T03:05:39.370532" elapsed="606.481821"/>
</branch>
<status status="PASS" start="2026-07-02T03:05:39.369332" elapsed="606.483054"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.853138" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.210. 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:44.933 16  switches: flows:  106316 107176 104825 104203 107397 109181 107444 104519 101417 103281 103736 103021 102107 108145 102234 103948  total = 27.982500 per ms 
03:07:45.033 16  switches: flows:  101718 101988 102309 100808 101676 101566 101099 99570 97130 98297 100670 100546 96267 100258 99115 99696  total = 26.667277 per ms 
03:08:45.134 16  switches: flows:  117365 120246 120927 117809 118775 117324 117777 118123 116138 114774 114781 113295 115417 115578 116388 117120  total = 31.145322 per ms 
03:09:45.234 16  switches: flows:  114874 117945 116239 114000 114411 116160 115170 115245 114324 112989 110592 108918 112892 113238 112295 113671  total = 30.332045 per ms 
03:10:45.334 16  switches: flows:  110803 111512 113786 111403 110224 112765 111777 111598 108867 109301 107259 106059 109058 108549 108286 107714  total = 29.267159 per ms 
03:11:45.434 16  switches: flows:  114903 115235 119295 118005 114883 117816 115370 116073 111915 111868 112240 110603 114404 110081 111639 111385  total = 30.377899 per ms 
03:12:45.535 16  switches: flows:  106245 106102 108269 106478 105867 108900 107232 105244 103637 103854 102590 102700 103291 104368 101917 102864  total = 27.945972 per ms 
03:13:45.635 16  switches: flows:  119741 120284 121780 117284 119288 119491 120163 119002 116505 114475 118233 114966 115782 117107 114034 115662  total = 31.344164 per ms 
03:14:45.737 16  switches: flows:  119857 122651 124594 120063 120795 120816 121282 119622 119228 117288 118465 117207 117949 117006 116009 117247  total = 31.780772 per ms 
03:15:45.837 16  switches: flows:  119673 120311 123414 119273 121196 121073 120819 119011 118618 117697 117446 118425 116866 115575 116931 118901  total = 31.700818 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26667.28/31780.77/30062.38/10159.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:15:45.852588" elapsed="0.000675"/>
</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-02T03:15:45.853515" elapsed="0.000736"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-02T03:15:45.854808" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-02T03:15:45.854956" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26667.28/31780.77/30062.38/10159.89 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-02T03:15:45.854481" elapsed="0.000533"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:15:45.855605" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26667.28/31780.77/30062.38/10159.89 | 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-02T03:15:45.855237" elapsed="0.000407"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.858527" 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-02T03:15:45.855865" elapsed="0.002725"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.861068" level="INFO">26667.28/31780.77/30062.38/10159.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:15:45.858754" elapsed="0.002372"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:15:45.863584" 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-02T03:15:45.861284" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:15:45.866208" level="INFO">@{result_value_list} = [ 26667.28 | 31780.77 | 30062.38 | 10159.89 ]</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-02T03:15:45.863842" elapsed="0.002394"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.866722" level="INFO">Length is 4.</msg>
<msg time="2026-07-02T03:15:45.866820" 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-02T03:15:45.866395" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.871784" level="INFO">min :: 26667.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-02T03:15:45.867273" elapsed="0.004593"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-02T03:15:45.867138" elapsed="0.004821"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.878212" level="INFO">max :: 31780.77</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-02T03:15:45.872221" elapsed="0.006081"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-02T03:15:45.872082" elapsed="0.006275"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.883993" level="INFO">avg :: 30062.38</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:15:45.878698" elapsed="0.005357"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-02T03:15:45.878497" elapsed="0.005595"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.889294" level="INFO">stdev :: 10159.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-02T03:15:45.884346" elapsed="0.005022"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-02T03:15:45.884192" elapsed="0.005223"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-02T03:15:45.866918" elapsed="0.022539"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.893682" level="INFO">${min} = 26667.28</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-02T03:15:45.889671" elapsed="0.004039"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.898498" level="INFO">${max} = 31780.77</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-02T03:15:45.893874" elapsed="0.004687"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.904921" level="INFO">${average} = 30062.38</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-02T03:15:45.898795" elapsed="0.006156"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.908982" level="INFO">${stdev} = 10159.89</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-02T03:15:45.905137" elapsed="0.003876"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.909579" level="INFO">${date} = 2026-07-02 03:15:45</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-02T03:15:45.909195" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.910210" level="INFO">CBench Result: 2026-07-02 03:15:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26667.28,31780.77,30062.38,10159.89</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-02T03:15:45.909759" elapsed="0.000508"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T03:15:45.911441" 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-02T03:15:45.910926" elapsed="0.000591"/>
</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-02T03:15:45.911674" elapsed="0.000551"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-02T03:15:45.910433" elapsed="0.001860"/>
</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-02T03:05:39.368223" elapsed="606.544133"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.912882" 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-02T03:15:45.912509" elapsed="0.000475"/>
</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-02T03:15:45.913553" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-07-02T03:15:45.913214" elapsed="0.000687"/>
</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-02T03:05:39.365469" elapsed="606.548471"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.915762" 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-02T03:15:45.915364" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.917563" 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-02T03:15:45.917005" elapsed="0.000605"/>
</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-02T03:15:45.918026" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:15:45.917752" elapsed="0.000341"/>
</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-02T03:15:45.921096" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:15:45.920809" elapsed="0.000345"/>
</branch>
<status status="PASS" start="2026-07-02T03:15:45.920778" elapsed="0.000401"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:15:45.921575" 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-02T03:15:45.921707" 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-02T03:15:45.921320" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.922373" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.61" 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-02T03:15:45.921872" elapsed="0.000564"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:15:45.923041" 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-02T03:15:45.922584" elapsed="0.000497"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:15:45.924027" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T03:15:45.924119" 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-02T03:15:45.923670" elapsed="0.000473"/>
</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-02T03:15:45.924298" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T03:15:45.925558" level="INFO">Logging into '10.30.170.61:22' as 'jenkins'.</msg>
<msg time="2026-07-02T03:15:46.538088" 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 Thu Jul  2 03:15:46 UTC 2026

  System load:  1.03               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.61
  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: Thu Jul  2 03:05:39 2026 from 10.30.171.85
[?2004h[jenkins@releng-00446-13-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-02T03:15:45.925201" elapsed="0.613113"/>
</kw>
<msg time="2026-07-02T03:15:46.538415" 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-02T03:15:45.924791" elapsed="0.613714"/>
</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-02T03:15:45.923291" elapsed="0.615332"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-02T03:15:46.539203" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-02T03:25:52.726602" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-02T03:25:52.727182" level="INFO">${stdout} = </msg>
<msg time="2026-07-02T03:25:52.727292" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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-02T03:15:46.538855" elapsed="606.188541"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:25:52.727881" elapsed="0.000870"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.730162" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.210. 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:51.727 16  switches: flows:  569468 583546 573981 571447 565440 577430 574507 567467 561690 563262 549775 554292 563239 558114 544662 567050  total = 150.756167 per ms 
03:17:51.829 16  switches: flows:  510226 513178 505518 508219 509853 515953 510712 524565 514541 525356 522486 505997 505503 510308 521028 507671  total = 136.620413 per ms 
03:18:51.931 16  switches: flows:  681652 689202 671538 684564 681129 670381 678874 679813 678903 669527 677618 685648 676289 686781 678218 680866  total = 180.879127 per ms 
03:19:52.034 16  switches: flows:  696220 529235 548581 535778 533958 680092 696662 646255 488848 546958 615126 559173 623878 621491 530626 656852  total = 158.224906 per ms 
03:20:52.169 16  switches: flows:  659592 664338 668595 659676 653845 670762 661703 664243 678475 664737 667064 655661 673835 664038 662928 681650  total = 177.121484 per ms 
03:21:52.272 16  switches: flows:  645066 647757 655262 652013 651310 662785 654237 657053 655452 652366 657019 652975 653434 619154 653437 658620  total = 173.505813 per ms 
03:22:52.375 16  switches: flows:  668200 674193 672155 690863 672971 674038 685883 679689 687885 684141 689690 676292 673172 690838 683538 670361  total = 180.927132 per ms 
03:23:52.478 16  switches: flows:  583142 536039 587274 583456 525978 545232 532944 608855 550967 545764 569634 609690 563319 604824 619025 607070  total = 152.629184 per ms 
03:24:52.580 16  switches: flows:  685487 676980 688321 668913 686460 662684 683033 676468 662444 677187 681753 653171 676202 666104 669905 675636  total = 179.541710 per ms 
03:25:52.682 16  switches: flows:  670441 674942 687618 675188 682329 682773 680892 688156 692161 694166 674798 679612 676942 679199 679989 677046  total = 181.298117 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136620.41/181298.12/168971.99/58324.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:25:52.729215" elapsed="0.001358"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-02T03:25:52.731202" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-07-02T03:25:52.730818" elapsed="0.000602"/>
</branch>
<status status="PASS" start="2026-07-02T03:25:52.730750" elapsed="0.000777"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-02T03:25:52.731796" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:25:52.731704" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-07-02T03:25:52.731664" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-02T03:25:52.732067" elapsed="0.000034"/>
</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-02T03:25:52.738414" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-02T03:25:52.739130" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:25:52.739555" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-02T03:25:52.732946" elapsed="0.006829"/>
</kw>
<msg time="2026-07-02T03:25:52.739918" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210: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-02T03:15:45.918442" elapsed="606.821504"/>
</kw>
<status status="PASS" start="2026-07-02T03:15:45.918121" elapsed="606.821892"/>
</branch>
<status status="PASS" start="2026-07-02T03:15:45.917726" elapsed="606.822313"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.740531" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.210. 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:51.727 16  switches: flows:  569468 583546 573981 571447 565440 577430 574507 567467 561690 563262 549775 554292 563239 558114 544662 567050  total = 150.756167 per ms 
03:17:51.829 16  switches: flows:  510226 513178 505518 508219 509853 515953 510712 524565 514541 525356 522486 505997 505503 510308 521028 507671  total = 136.620413 per ms 
03:18:51.931 16  switches: flows:  681652 689202 671538 684564 681129 670381 678874 679813 678903 669527 677618 685648 676289 686781 678218 680866  total = 180.879127 per ms 
03:19:52.034 16  switches: flows:  696220 529235 548581 535778 533958 680092 696662 646255 488848 546958 615126 559173 623878 621491 530626 656852  total = 158.224906 per ms 
03:20:52.169 16  switches: flows:  659592 664338 668595 659676 653845 670762 661703 664243 678475 664737 667064 655661 673835 664038 662928 681650  total = 177.121484 per ms 
03:21:52.272 16  switches: flows:  645066 647757 655262 652013 651310 662785 654237 657053 655452 652366 657019 652975 653434 619154 653437 658620  total = 173.505813 per ms 
03:22:52.375 16  switches: flows:  668200 674193 672155 690863 672971 674038 685883 679689 687885 684141 689690 676292 673172 690838 683538 670361  total = 180.927132 per ms 
03:23:52.478 16  switches: flows:  583142 536039 587274 583456 525978 545232 532944 608855 550967 545764 569634 609690 563319 604824 619025 607070  total = 152.629184 per ms 
03:24:52.580 16  switches: flows:  685487 676980 688321 668913 686460 662684 683033 676468 662444 677187 681753 653171 676202 666104 669905 675636  total = 179.541710 per ms 
03:25:52.682 16  switches: flows:  670441 674942 687618 675188 682329 682773 680892 688156 692161 694166 674798 679612 676942 679199 679989 677046  total = 181.298117 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136620.41/181298.12/168971.99/58324.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:25:52.740204" elapsed="0.000403"/>
</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-02T03:25:52.740776" elapsed="0.000478"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-02T03:25:52.741661" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-02T03:25:52.741757" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136620.41/181298.12/168971.99/58324.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-02T03:25:52.741429" elapsed="0.000353"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:25:52.742211" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136620.41/181298.12/168971.99/58324.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-02T03:25:52.741936" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.745049" 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-02T03:25:52.742383" elapsed="0.002754"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.748478" level="INFO">136620.41/181298.12/168971.99/58324.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:25:52.745290" elapsed="0.003269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:25:52.751497" 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-02T03:25:52.748771" elapsed="0.002754"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:25:52.754070" level="INFO">@{result_value_list} = [ 136620.41 | 181298.12 | 168971.99 | 58324.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-02T03:25:52.751755" elapsed="0.002344"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.754602" level="INFO">Length is 4.</msg>
<msg time="2026-07-02T03:25:52.754702" 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-02T03:25:52.754260" elapsed="0.000467"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.759837" level="INFO">min :: 136620.41</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-02T03:25:52.755159" elapsed="0.004744"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-02T03:25:52.755022" elapsed="0.004919"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.764756" level="INFO">max :: 181298.12</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-02T03:25:52.760220" elapsed="0.004606"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-02T03:25:52.760058" elapsed="0.004809"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.769770" level="INFO">avg :: 168971.99</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-02T03:25:52.765159" elapsed="0.004759"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-02T03:25:52.764962" elapsed="0.004992"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.774648" level="INFO">stdev :: 58324.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:25:52.770208" elapsed="0.004499"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-02T03:25:52.770077" elapsed="0.004665"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-02T03:25:52.754800" elapsed="0.019975"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.779142" level="INFO">${min} = 136620.41</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-02T03:25:52.774959" elapsed="0.004211"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.783416" level="INFO">${max} = 181298.12</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-02T03:25:52.779334" elapsed="0.004120"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.787522" level="INFO">${average} = 168971.99</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-02T03:25:52.783672" elapsed="0.003878"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.791462" level="INFO">${stdev} = 58324.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-02T03:25:52.787706" elapsed="0.003784"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.792041" level="INFO">${date} = 2026-07-02 03:25:52</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-02T03:25:52.791656" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.792663" level="INFO">CBench Result: 2026-07-02 03:25:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136620.41,181298.12,168971.99,58324.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:25:52.792240" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T03:25:52.793884" 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-02T03:25:52.793423" elapsed="0.000535"/>
</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-02T03:25:52.794128" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-02T03:25:52.792894" elapsed="0.001777"/>
</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-02T03:15:45.916198" elapsed="606.878534"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.795267" 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-02T03:25:52.794911" elapsed="0.000415"/>
</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-02T03:25:52.795864" elapsed="0.000304"/>
</kw>
<status status="PASS" start="2026-07-02T03:25:52.795544" elapsed="0.000696"/>
</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-02T03:15:45.914663" elapsed="606.881617"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.797822" 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-02T03:25:52.797402" elapsed="0.000501"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.799206" 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-02T03:25:52.798828" 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-02T03:25:52.799666" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:25:52.799420" elapsed="0.000313"/>
</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-02T03:25:52.803060" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:25:52.802771" elapsed="0.000353"/>
</branch>
<status status="PASS" start="2026-07-02T03:25:52.802752" elapsed="0.000396"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:25:52.803512" 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-02T03:25:52.803634" 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-02T03:25:52.803289" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.804323" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.61" 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-02T03:25:52.803799" elapsed="0.000598"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-02T03:25:52.805035" 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-02T03:25:52.804575" elapsed="0.000495"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:25:52.806075" level="INFO">Length is 0.</msg>
<msg time="2026-07-02T03:25:52.806170" 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-02T03:25:52.805720" elapsed="0.000475"/>
</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-02T03:25:52.806352" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-02T03:25:52.807732" level="INFO">Logging into '10.30.170.61:22' as 'jenkins'.</msg>
<msg time="2026-07-02T03:25:53.360291" 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 Thu Jul  2 03:25:53 UTC 2026

  System load:  0.21               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.61
  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: Thu Jul  2 03:15:46 2026 from 10.30.171.85
[?2004h[jenkins@releng-00446-13-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-02T03:25:52.807297" elapsed="0.553213"/>
</kw>
<msg time="2026-07-02T03:25:53.360601" 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-02T03:25:52.806860" elapsed="0.553825"/>
</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-02T03:25:52.805325" elapsed="0.555475"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-02T03:25:53.361346" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.210 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-02T03:35:59.752559" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-02T03:35:59.753279" level="INFO">${stdout} = </msg>
<msg time="2026-07-02T03:35:59.753399" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-02T03:25:53.361037" elapsed="606.392425"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:35:59.753958" elapsed="0.000833"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.756116" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.210. 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:58.837 16  switches: flows:  100814 104989 100286 99684 99560 100897 102492 103019 96485 99767 101230 100649 97837 99700 101211 99084  total = 26.795067 per ms 
03:27:58.938 16  switches: flows:  118367 120083 120394 118315 118537 117129 119736 117069 115239 116386 117726 117354 117648 117849 116105 113767  total = 31.309330 per ms 
03:28:59.040 16  switches: flows:  121609 122649 121422 117302 119794 118580 120711 119932 117944 117473 117664 118250 117656 119063 118010 116191  total = 31.684482 per ms 
03:29:59.140 16  switches: flows:  121201 121625 118590 118738 118951 117553 121477 117397 117720 116874 117919 118650 117756 117834 117783 114381  total = 31.521337 per ms 
03:30:59.240 16  switches: flows:  120019 122077 119168 118843 119790 118516 122515 120771 116989 116337 117754 119437 116900 120151 118510 116213  total = 31.680271 per ms 
03:31:59.341 16  switches: flows:  118277 120072 117811 118155 117835 117361 119699 119081 116112 114939 117883 118016 116753 117045 116484 114686  total = 31.284569 per ms 
03:32:59.441 16  switches: flows:  119775 120968 118438 118160 119866 118363 122433 120315 116745 116246 118609 119768 117893 117654 118580 116183  total = 31.613794 per ms 
03:33:59.541 16  switches: flows:  119251 120862 117609 118076 118283 118695 119758 120517 116168 116110 118146 118764 115698 118049 117200 117150  total = 31.453010 per ms 
03:34:59.642 16  switches: flows:  118410 117366 117095 114943 116282 116851 115969 117686 115671 115946 115394 117651 114593 115377 117528 114993  total = 30.977484 per ms 
03:35:59.742 16  switches: flows:  109703 108139 109201 107705 110593 108209 108730 109472 107910 108510 107676 110052 109057 106790 111077 108462  total = 28.972980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28972.98/31684.48/31166.36/10419.87 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:35:59.755253" elapsed="0.001260"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-02T03:35:59.757125" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-07-02T03:35:59.756740" elapsed="0.000548"/>
</branch>
<status status="PASS" start="2026-07-02T03:35:59.756682" elapsed="0.000661"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-02T03:35:59.757561" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-02T03:35:59.757475" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-07-02T03:35:59.757439" elapsed="0.000266"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-02T03:35:59.757774" elapsed="0.000032"/>
</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-02T03:35:59.762432" elapsed="0.000361"/>
</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-02T03:35:59.762947" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-02T03:35:59.763277" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-02T03:35:59.758716" elapsed="0.004722"/>
</kw>
<msg time="2026-07-02T03:35:59.763572" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-02T03:25:52.800195" elapsed="606.963405"/>
</kw>
<status status="PASS" start="2026-07-02T03:25:52.799767" elapsed="606.963883"/>
</branch>
<status status="PASS" start="2026-07-02T03:25:52.799388" elapsed="606.964287"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.764171" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.210:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.210. 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:58.837 16  switches: flows:  100814 104989 100286 99684 99560 100897 102492 103019 96485 99767 101230 100649 97837 99700 101211 99084  total = 26.795067 per ms 
03:27:58.938 16  switches: flows:  118367 120083 120394 118315 118537 117129 119736 117069 115239 116386 117726 117354 117648 117849 116105 113767  total = 31.309330 per ms 
03:28:59.040 16  switches: flows:  121609 122649 121422 117302 119794 118580 120711 119932 117944 117473 117664 118250 117656 119063 118010 116191  total = 31.684482 per ms 
03:29:59.140 16  switches: flows:  121201 121625 118590 118738 118951 117553 121477 117397 117720 116874 117919 118650 117756 117834 117783 114381  total = 31.521337 per ms 
03:30:59.240 16  switches: flows:  120019 122077 119168 118843 119790 118516 122515 120771 116989 116337 117754 119437 116900 120151 118510 116213  total = 31.680271 per ms 
03:31:59.341 16  switches: flows:  118277 120072 117811 118155 117835 117361 119699 119081 116112 114939 117883 118016 116753 117045 116484 114686  total = 31.284569 per ms 
03:32:59.441 16  switches: flows:  119775 120968 118438 118160 119866 118363 122433 120315 116745 116246 118609 119768 117893 117654 118580 116183  total = 31.613794 per ms 
03:33:59.541 16  switches: flows:  119251 120862 117609 118076 118283 118695 119758 120517 116168 116110 118146 118764 115698 118049 117200 117150  total = 31.453010 per ms 
03:34:59.642 16  switches: flows:  118410 117366 117095 114943 116282 116851 115969 117686 115671 115946 115394 117651 114593 115377 117528 114993  total = 30.977484 per ms 
03:35:59.742 16  switches: flows:  109703 108139 109201 107705 110593 108209 108730 109472 107910 108510 107676 110052 109057 106790 111077 108462  total = 28.972980 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28972.98/31684.48/31166.36/10419.87 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:35:59.763840" elapsed="0.000427"/>
</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-02T03:35:59.764423" elapsed="0.000398"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-02T03:35:59.765265" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-02T03:35:59.765358" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28972.98/31684.48/31166.36/10419.87 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-02T03:35:59.765009" elapsed="0.000375"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:35:59.765809" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28972.98/31684.48/31166.36/10419.87 | 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-02T03:35:59.765543" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.768369" 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-02T03:35:59.766056" elapsed="0.002373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.770812" level="INFO">28972.98/31684.48/31166.36/10419.87</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:35:59.768578" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:35:59.773329" 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-02T03:35:59.771046" elapsed="0.002312"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-02T03:35:59.775798" level="INFO">@{result_value_list} = [ 28972.98 | 31684.48 | 31166.36 | 10419.87 ]</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-02T03:35:59.773567" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.776343" level="INFO">Length is 4.</msg>
<msg time="2026-07-02T03:35:59.776435" 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-02T03:35:59.776000" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.781361" level="INFO">min :: 28972.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:35:59.776869" elapsed="0.004558"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-02T03:35:59.776715" elapsed="0.004750"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.786490" level="INFO">max :: 31684.48</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-02T03:35:59.781685" elapsed="0.004865"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-02T03:35:59.781556" elapsed="0.005030"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.791280" level="INFO">avg :: 31166.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:35:59.786802" elapsed="0.004537"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-02T03:35:59.786672" elapsed="0.004702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.798219" level="INFO">stdev :: 10419.87</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-02T03:35:59.791590" elapsed="0.006724"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-02T03:35:59.791461" elapsed="0.006909"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-02T03:35:59.776526" elapsed="0.021888"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.802555" level="INFO">${min} = 28972.98</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-02T03:35:59.798694" elapsed="0.003890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.806480" level="INFO">${max} = 31684.48</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-02T03:35:59.802744" elapsed="0.003763"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.810410" level="INFO">${average} = 31166.36</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-02T03:35:59.806664" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.814337" level="INFO">${stdev} = 10419.87</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-02T03:35:59.810594" elapsed="0.003770"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.814887" level="INFO">${date} = 2026-07-02 03:35:59</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-02T03:35:59.814529" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.815493" level="INFO">CBench Result: 2026-07-02 03:35:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28972.98,31684.48,31166.36,10419.87</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-02T03:35:59.815079" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-02T03:35:59.817025" 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-02T03:35:59.816247" elapsed="0.000847"/>
</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-02T03:35:59.817252" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-02T03:35:59.815730" elapsed="0.002070"/>
</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-02T03:25:52.798251" elapsed="607.019610"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.818357" 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-02T03:35:59.818029" elapsed="0.000385"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-02T03:35:59.819674" 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-02T03:35:59.819173" elapsed="0.000528"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-02T03:35:59.819951" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-07-02T03:35:59.819790" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-07-02T03:35:59.819765" elapsed="0.000305"/>
</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-02T03:35:59.820225" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-02T03:35:59.820409" 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-02T03:35:59.820573" 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-02T03:35:59.820784" 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-02T03:35:59.820934" elapsed="0.000019"/>
</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-02T03:35:59.821097" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-02T03:35:59.821243" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-02T03:35:59.821464" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-02T03:35:59.821324" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-07-02T03:35:59.821307" elapsed="0.000230"/>
</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-02T03:35:59.818810" elapsed="0.002779"/>
</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-02T03:25:52.796728" elapsed="607.024907"/>
</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-02T03:05:36.328581" elapsed="1823.493531"/>
</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>
