<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-09-12T02:36:46.406335" 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-09-12T02:36:46.944631" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-09-12T02:36:46.944481" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:46.944453" elapsed="0.000270"/>
</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-09-12T02:36:46.944856" elapsed="0.000504"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T02:36:46.945803" level="INFO">Logging into '10.30.170.197:8101' as 'karaf'.</msg>
<msg time="2026-09-12T02:36:47.770798" 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-09-12T02:36:46.945531" elapsed="0.825505"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T02:36:47.820452" 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-09-12T02:36:47.771323" elapsed="0.049196"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T02:36:47.822378" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T02:36:47.822477" 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-09-12T02:36:47.820676" elapsed="0.001828"/>
</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-09-12T02:36:47.822644" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:36:47.823001" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:36:47.823653" 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-09-12T02:36:47.823344" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T02:36:47.823748" elapsed="0.000048"/>
</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.197
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-12T02:36:46.944141" elapsed="0.879782"/>
</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-09-12T02:36:46.940538" elapsed="0.883454"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T02:36:47.824505" 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-09-12T02:36:47.824162" elapsed="0.000393"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T02:36:47.824958" 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-09-12T02:36:47.824693" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T02:36:47.825518" 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-09-12T02:36:47.825161" elapsed="0.000382"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T02:36:47.826058" 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-09-12T02:36:47.825717" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T02:36:47.826563" 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-09-12T02:36:47.826229" elapsed="0.000358"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T02:36:47.827038" 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-09-12T02:36:47.826729" elapsed="0.000347"/>
</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-09-12T02:36:47.827351" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:36:47.827156" elapsed="0.000243"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:36:47.831442" 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-09-12T02:36:47.831062" elapsed="0.000406"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T02:36:47.832430" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T02:36:47.832508" 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-09-12T02:36:47.832002" elapsed="0.000528"/>
</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-09-12T02:36:47.832856" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T02:36:47.834170" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-09-12T02:36:48.328785" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 02:36:18 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.210
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-00446-83-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-09-12T02:36:47.833686" elapsed="0.495278"/>
</kw>
<msg time="2026-09-12T02:36:48.329049" 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-09-12T02:36:47.833374" elapsed="0.495763"/>
</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-09-12T02:36:47.831658" elapsed="0.497588"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.339714" 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-09-12T02:36:48.329441" elapsed="0.012145"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:36:48.341772" elapsed="0.000277"/>
</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-09-12T02:36:47.830567" elapsed="0.511541"/>
</kw>
<status status="PASS" start="2026-09-12T02:36:47.827467" elapsed="0.514674"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:47.827131" elapsed="0.515044"/>
</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-09-12T02:36:48.342317" elapsed="0.000470"/>
</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-09-12T02:36:48.347034" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-09-12T02:36:48.346920" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:48.346898" elapsed="0.000206"/>
</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-09-12T02:36:48.350576" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-12T02:36:48.350454" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:48.350437" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-09-12T02:36:48.350764" elapsed="0.000433"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.351565" level="INFO">Logging into '10.30.170.197:8101' as 'karaf'.</msg>
<msg time="2026-09-12T02:36:48.550768" 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-09-12T02:36:48.351329" elapsed="0.199601"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.639126" 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-09-12T02:36:48.551162" elapsed="0.088027"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.646784" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T02:36:48.646979" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-09-12T02:36:48.639328" elapsed="0.007680"/>
</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-09-12T02:36:48.647133" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:36:48.647423" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:36:48.648057" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:36:48.647736" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T02:36:48.648153" elapsed="0.000047"/>
</return>
<msg time="2026-09-12T02:36:48.648332" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.2            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.197
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-12T02:36:48.350136" elapsed="0.298224"/>
</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-09-12T02:36:48.648490" elapsed="0.000480"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T02:36:48.649016" elapsed="0.000029"/>
</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-09-12T02:36:48.346623" elapsed="0.302511"/>
</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-09-12T02:36:48.652622" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-09-12T02:36:48.652500" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:48.652479" elapsed="0.000207"/>
</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-09-12T02:36:48.652803" elapsed="0.000421"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.653583" level="INFO">Logging into '10.30.170.197:8101' as 'karaf'.</msg>
<msg time="2026-09-12T02:36:48.839592" 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-09-12T02:36:48.653355" elapsed="0.186359"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.885090" 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-09-12T02:36:48.839950" elapsed="0.045222"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.887345" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-09-12T02:36:48.887445" 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-09-12T02:36:48.885365" elapsed="0.002106"/>
</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-09-12T02:36:48.887615" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:36:48.887964" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:36:48.888555" 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-09-12T02:36:48.888274" elapsed="0.000326"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-09-12T02:36:48.888647" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.197
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-09-12T02:36:48.652212" elapsed="0.236588"/>
</kw>
<status status="PASS" start="2026-09-12T02:36:46.938461" elapsed="1.950414"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:36:48.890861" 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-09-12T02:36:48.889750" elapsed="0.001356"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T02:36:48.892398" 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-09-12T02:36:48.892072" elapsed="0.000366"/>
</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-09-12T02:36:48.892728" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:36:48.892509" elapsed="0.000270"/>
</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-09-12T02:36:48.895483" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:36:48.895259" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:48.895242" elapsed="0.000315"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.895892" 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-09-12T02:36:48.896017" 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-09-12T02:36:48.895677" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:36:48.896591" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.197 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.210" 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-09-12T02:36:48.896174" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.897226" 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-09-12T02:36:48.896773" elapsed="0.000477"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T02:36:48.898083" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T02:36:48.898163" 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-09-12T02:36:48.897759" elapsed="0.000425"/>
</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-09-12T02:36:48.898312" elapsed="0.000296"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T02:36:48.899400" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-09-12T02:36:49.282291" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 02:36:18 UTC 2026

  System load:  0.13               Processes:             111
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.210
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Sep 12 02:36:48 2026 from 10.30.171.179
[?2004h[jenkins@releng-00446-83-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-09-12T02:36:48.899086" elapsed="0.383395"/>
</kw>
<msg time="2026-09-12T02:36:49.282567" 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-09-12T02:36:48.898744" elapsed="0.383908"/>
</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-09-12T02:36:48.897429" elapsed="0.385331"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T02:36:49.283272" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.197 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T02:46:55.438384" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T02:46:55.439123" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T02:46:55.439221" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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-09-12T02:36:49.283001" elapsed="606.156275"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:46:55.439812" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.441835" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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.197. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:54.509 16  switches: flows:  86720 89792 86406 87515 84751 87177 85634 87650 85915 83553 83368 84767 83871 82759 83965 83070  total = 22.781883 per ms 
02:38:54.610 16  switches: flows:  94949 98004 95496 94331 94029 95020 93169 94646 92538 91906 90835 92715 92313 90924 92070 90241  total = 24.844937 per ms 
02:39:54.711 16  switches: flows:  100761 102344 101423 99800 98599 100346 97863 101098 99004 95030 96250 97816 96186 96205 95621 96225  total = 26.199125 per ms 
02:40:54.812 16  switches: flows:  94133 96438 94190 92750 93066 91745 92082 91754 91503 89836 88715 90075 89846 88832 89849 86354  total = 24.312220 per ms 
02:41:54.912 16  switches: flows:  92742 93131 90919 89243 89904 89345 88807 90476 89828 86565 87014 87982 88276 86008 87395 85824  total = 23.684772 per ms 
02:42:55.012 16  switches: flows:  88894 93575 90387 87697 88100 88935 87396 90266 87942 86163 85458 85830 86308 84529 86187 84901  total = 23.337183 per ms 
02:43:55.113 16  switches: flows:  88639 92585 89510 87196 87678 90779 86535 88185 86882 85500 83351 87162 86497 84835 85775 84268  total = 23.217521 per ms 
02:44:55.213 16  switches: flows:  89086 93714 92214 89950 87857 90234 88156 89581 88494 86353 85133 88976 86620 85678 87432 85535  total = 23.544249 per ms 
02:45:55.313 16  switches: flows:  88561 90183 90626 88831 88582 87922 87193 88545 89314 85089 84930 88198 86093 84279 85268 84065  total = 23.255817 per ms 
02:46:55.414 16  switches: flows:  98896 100524 101025 96444 96793 100616 97753 98085 98488 94392 95138 96024 93865 94588 94546 93665  total = 25.804285 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23217.52/26199.12/24244.46/8151.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:46:55.441046" elapsed="0.001110"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T02:46:55.442645" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-09-12T02:46:55.442345" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-09-12T02:46:55.442283" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T02:46:55.443111" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-09-12T02:46:55.443040" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-12T02:46:55.443006" elapsed="0.000227"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T02:46:55.443298" elapsed="0.000026"/>
</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-09-12T02:46:55.448652" elapsed="0.000774"/>
</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-09-12T02:46:55.449723" elapsed="0.000406"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:46:55.450406" elapsed="0.000194"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T02:46:55.444017" elapsed="0.006686"/>
</kw>
<msg time="2026-09-12T02:46:55.451015" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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-09-12T02:36:48.893139" elapsed="606.557930"/>
</kw>
<status status="PASS" start="2026-09-12T02:36:48.892804" elapsed="606.558364"/>
</branch>
<status status="PASS" start="2026-09-12T02:36:48.892489" elapsed="606.558727"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.452169" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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.197. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:37:54.509 16  switches: flows:  86720 89792 86406 87515 84751 87177 85634 87650 85915 83553 83368 84767 83871 82759 83965 83070  total = 22.781883 per ms 
02:38:54.610 16  switches: flows:  94949 98004 95496 94331 94029 95020 93169 94646 92538 91906 90835 92715 92313 90924 92070 90241  total = 24.844937 per ms 
02:39:54.711 16  switches: flows:  100761 102344 101423 99800 98599 100346 97863 101098 99004 95030 96250 97816 96186 96205 95621 96225  total = 26.199125 per ms 
02:40:54.812 16  switches: flows:  94133 96438 94190 92750 93066 91745 92082 91754 91503 89836 88715 90075 89846 88832 89849 86354  total = 24.312220 per ms 
02:41:54.912 16  switches: flows:  92742 93131 90919 89243 89904 89345 88807 90476 89828 86565 87014 87982 88276 86008 87395 85824  total = 23.684772 per ms 
02:42:55.012 16  switches: flows:  88894 93575 90387 87697 88100 88935 87396 90266 87942 86163 85458 85830 86308 84529 86187 84901  total = 23.337183 per ms 
02:43:55.113 16  switches: flows:  88639 92585 89510 87196 87678 90779 86535 88185 86882 85500 83351 87162 86497 84835 85775 84268  total = 23.217521 per ms 
02:44:55.213 16  switches: flows:  89086 93714 92214 89950 87857 90234 88156 89581 88494 86353 85133 88976 86620 85678 87432 85535  total = 23.544249 per ms 
02:45:55.313 16  switches: flows:  88561 90183 90626 88831 88582 87922 87193 88545 89314 85089 84930 88198 86093 84279 85268 84065  total = 23.255817 per ms 
02:46:55.414 16  switches: flows:  98896 100524 101025 96444 96793 100616 97753 98085 98488 94392 95138 96024 93865 94588 94546 93665  total = 25.804285 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23217.52/26199.12/24244.46/8151.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:46:55.451502" elapsed="0.000816"/>
</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-09-12T02:46:55.452618" elapsed="0.000819"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T02:46:55.454295" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T02:46:55.454487" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23217.52/26199.12/24244.46/8151.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-09-12T02:46:55.453761" elapsed="0.000775"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T02:46:55.455407" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23217.52/26199.12/24244.46/8151.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-09-12T02:46:55.454871" elapsed="0.000589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.460548" 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-09-12T02:46:55.455747" elapsed="0.004945"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.465939" level="INFO">23217.52/26199.12/24244.46/8151.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:46:55.461133" elapsed="0.004953"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T02:46:55.471206" 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-09-12T02:46:55.466397" elapsed="0.004865"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T02:46:55.476253" level="INFO">@{result_value_list} = [ 23217.52 | 26199.12 | 24244.46 | 8151.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-09-12T02:46:55.471643" elapsed="0.004665"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.477328" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T02:46:55.477615" 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-09-12T02:46:55.476644" elapsed="0.001019"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.485489" level="INFO">min :: 23217.52</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-09-12T02:46:55.478605" elapsed="0.006955"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T02:46:55.478299" elapsed="0.007303"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.491426" level="INFO">max :: 26199.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-09-12T02:46:55.485936" elapsed="0.005560"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T02:46:55.485719" elapsed="0.005819"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.497312" level="INFO">avg :: 24244.46</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-09-12T02:46:55.491832" elapsed="0.005550"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T02:46:55.491649" elapsed="0.005775"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.503171" level="INFO">stdev :: 8151.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-09-12T02:46:55.497704" elapsed="0.005546"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T02:46:55.497539" elapsed="0.005753"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T02:46:55.477825" elapsed="0.025509"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.508136" level="INFO">${min} = 23217.52</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-09-12T02:46:55.503538" elapsed="0.004621"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.513125" level="INFO">${max} = 26199.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-09-12T02:46:55.508296" elapsed="0.004853"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.516707" level="INFO">${average} = 24244.46</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-09-12T02:46:55.513286" elapsed="0.003444"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.520328" level="INFO">${stdev} = 8151.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-09-12T02:46:55.516893" elapsed="0.003459"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.520840" level="INFO">${date} = 2026-09-12 02:46:55</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-12T02:46:55.520498" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.521387" level="INFO">CBench Result: 2026-09-12 02:46:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23217.52,26199.12,24244.46,8151.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-09-12T02:46:55.521023" elapsed="0.000413"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T02:46:55.522431" 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-09-12T02:46:55.522033" elapsed="0.000458"/>
</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-09-12T02:46:55.522627" elapsed="0.000447"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T02:46:55.521575" elapsed="0.001557"/>
</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-09-12T02:36:48.891485" elapsed="606.631697"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.523610" 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-09-12T02:46:55.523321" elapsed="0.000338"/>
</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-09-12T02:46:55.524167" elapsed="0.000240"/>
</kw>
<status status="PASS" start="2026-09-12T02:46:55.523893" elapsed="0.000574"/>
</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-09-12T02:36:48.889029" elapsed="606.635472"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.525800" 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-09-12T02:46:55.525451" elapsed="0.000401"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.527046" 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-09-12T02:46:55.526680" elapsed="0.000407"/>
</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-09-12T02:46:55.527395" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:46:55.527155" elapsed="0.000292"/>
</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-09-12T02:46:55.530127" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:46:55.529860" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-09-12T02:46:55.529844" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:46:55.530509" 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-09-12T02:46:55.530615" 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-09-12T02:46:55.530317" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.531161" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.197 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.210" 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-09-12T02:46:55.530759" elapsed="0.000453"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:46:55.531702" 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-09-12T02:46:55.531337" elapsed="0.000388"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T02:46:55.532552" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T02:46:55.532630" 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-09-12T02:46:55.532273" elapsed="0.000378"/>
</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-09-12T02:46:55.532778" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T02:46:55.533903" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-09-12T02:46:56.154464" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 02:46:55 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.210
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Sep 12 02:36:49 2026 from 10.30.171.179
[?2004h[jenkins@releng-00446-83-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-09-12T02:46:55.533549" elapsed="0.621108"/>
</kw>
<msg time="2026-09-12T02:46:56.154744" 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-09-12T02:46:55.533238" elapsed="0.621606"/>
</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-09-12T02:46:55.531933" elapsed="0.623047"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T02:46:56.155544" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.197 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T02:57:02.242917" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T02:57:02.243485" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T02:57:02.243605" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.197: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-09-12T02:46:56.155219" elapsed="606.088437"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:57:02.244105" elapsed="0.000703"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.245959" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.197: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.197. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:48:01.263 16  switches: flows:  599027 587360 593138 596217 595871 588124 608836 600017 596262 595716 608374 605230 585403 608970 598698 597286  total = 159.408817 per ms 
02:49:01.364 16  switches: flows:  593021 593022 583618 588762 593691 598893 594008 595638 602795 597275 590906 596853 600680 604525 591088 595840  total = 158.411232 per ms 
02:50:01.466 16  switches: flows:  600529 599968 603861 600592 593184 595904 596246 607423 604131 606124 602733 594920 601336 594507 602839 604467  total = 159.875991 per ms 
02:51:01.569 16  switches: flows:  559099 554256 552540 552820 563496 557760 565734 553146 558628 557326 560287 558093 561740 564672 564654 556863  total = 148.764098 per ms 
02:52:01.706 16  switches: flows:  590568 588561 580695 583465 591698 586489 581221 584756 589473 578206 577063 591699 594012 592038 587753 582912  total = 155.989714 per ms 
02:53:01.807 16  switches: flows:  635014 630580 636441 618953 631289 629948 633953 629065 632399 635035 636133 633287 633288 632076 635684 629732  total = 168.264623 per ms 
02:54:01.908 16  switches: flows:  648974 649748 652467 648277 649592 647889 649868 663849 652082 654086 655757 656086 651472 654127 645969 658215  total = 173.683097 per ms 
02:55:02.010 16  switches: flows:  626014 619257 623221 623053 623247 623498 628342 627915 626695 624271 627855 628336 623073 624218 628630 626192  total = 166.448616 per ms 
02:56:02.112 16  switches: flows:  626503 615199 619713 618879 619151 605950 615511 620086 613912 615736 612382 622694 615013 626169 608706 618125  total = 164.285187 per ms 
02:57:02.218 16  switches: flows:  597046 598209 592395 597482 604468 608300 603264 604496 608732 597445 601862 598272 601781 597512 601221 602578  total = 159.968498 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148764.10/173683.10/161743.45/54358.82 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:57:02.245188" elapsed="0.001048"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T02:57:02.246715" elapsed="0.000064"/>
</return>
<status status="PASS" start="2026-09-12T02:57:02.246405" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-09-12T02:57:02.246360" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T02:57:02.247126" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-09-12T02:57:02.247055" elapsed="0.000151"/>
</branch>
<status status="NOT RUN" start="2026-09-12T02:57:02.247023" elapsed="0.000226"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T02:57:02.247309" elapsed="0.000026"/>
</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-09-12T02:57:02.252439" elapsed="0.000746"/>
</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-09-12T02:57:02.253479" elapsed="0.000334"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T02:57:02.254107" elapsed="0.000205"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T02:57:02.247986" elapsed="0.006435"/>
</kw>
<msg time="2026-09-12T02:57:02.254695" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.197: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-09-12T02:46:55.527756" elapsed="606.726993"/>
</kw>
<status status="PASS" start="2026-09-12T02:46:55.527471" elapsed="606.727374"/>
</branch>
<status status="PASS" start="2026-09-12T02:46:55.527136" elapsed="606.727785"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.255806" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.197: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.197. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:48:01.263 16  switches: flows:  599027 587360 593138 596217 595871 588124 608836 600017 596262 595716 608374 605230 585403 608970 598698 597286  total = 159.408817 per ms 
02:49:01.364 16  switches: flows:  593021 593022 583618 588762 593691 598893 594008 595638 602795 597275 590906 596853 600680 604525 591088 595840  total = 158.411232 per ms 
02:50:01.466 16  switches: flows:  600529 599968 603861 600592 593184 595904 596246 607423 604131 606124 602733 594920 601336 594507 602839 604467  total = 159.875991 per ms 
02:51:01.569 16  switches: flows:  559099 554256 552540 552820 563496 557760 565734 553146 558628 557326 560287 558093 561740 564672 564654 556863  total = 148.764098 per ms 
02:52:01.706 16  switches: flows:  590568 588561 580695 583465 591698 586489 581221 584756 589473 578206 577063 591699 594012 592038 587753 582912  total = 155.989714 per ms 
02:53:01.807 16  switches: flows:  635014 630580 636441 618953 631289 629948 633953 629065 632399 635035 636133 633287 633288 632076 635684 629732  total = 168.264623 per ms 
02:54:01.908 16  switches: flows:  648974 649748 652467 648277 649592 647889 649868 663849 652082 654086 655757 656086 651472 654127 645969 658215  total = 173.683097 per ms 
02:55:02.010 16  switches: flows:  626014 619257 623221 623053 623247 623498 628342 627915 626695 624271 627855 628336 623073 624218 628630 626192  total = 166.448616 per ms 
02:56:02.112 16  switches: flows:  626503 615199 619713 618879 619151 605950 615511 620086 613912 615736 612382 622694 615013 626169 608706 618125  total = 164.285187 per ms 
02:57:02.218 16  switches: flows:  597046 598209 592395 597482 604468 608300 603264 604496 608732 597445 601862 598272 601781 597512 601221 602578  total = 159.968498 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 148764.10/173683.10/161743.45/54358.82 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:57:02.255204" elapsed="0.000783"/>
</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-09-12T02:57:02.256283" elapsed="0.000809"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T02:57:02.257871" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T02:57:02.258218" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 148764.10/173683.10/161743.45/54358.82 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-09-12T02:57:02.257414" elapsed="0.000853"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T02:57:02.259144" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 148764.10/173683.10/161743.45/54358.82 | 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-09-12T02:57:02.258595" elapsed="0.000605"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.264176" 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-09-12T02:57:02.259491" elapsed="0.004799"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.269339" level="INFO">148764.10/173683.10/161743.45/54358.82</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:57:02.264609" elapsed="0.004843"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T02:57:02.274429" 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-09-12T02:57:02.269779" elapsed="0.004706"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T02:57:02.279651" level="INFO">@{result_value_list} = [ 148764.10 | 173683.10 | 161743.45 | 54358.82 ]</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-09-12T02:57:02.274955" elapsed="0.004751"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.280683" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T02:57:02.280859" 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-09-12T02:57:02.280044" elapsed="0.000891"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.289468" level="INFO">min :: 148764.10</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-09-12T02:57:02.281717" elapsed="0.007841"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T02:57:02.281411" elapsed="0.008192"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.295678" level="INFO">max :: 173683.10</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-09-12T02:57:02.289909" elapsed="0.005841"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T02:57:02.289717" elapsed="0.006077"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.301603" level="INFO">avg :: 161743.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T02:57:02.296090" elapsed="0.005584"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T02:57:02.295925" elapsed="0.005791"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.307553" level="INFO">stdev :: 54358.82</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-09-12T02:57:02.302021" elapsed="0.005604"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T02:57:02.301826" elapsed="0.005842"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T02:57:02.281058" elapsed="0.026649"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.312724" level="INFO">${min} = 148764.10</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-09-12T02:57:02.307927" elapsed="0.004831"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.318122" level="INFO">${max} = 173683.10</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-09-12T02:57:02.312973" elapsed="0.005187"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.323161" level="INFO">${average} = 161743.45</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-09-12T02:57:02.318374" elapsed="0.004821"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.328113" level="INFO">${stdev} = 54358.82</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-09-12T02:57:02.323386" elapsed="0.004752"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.328664" level="INFO">${date} = 2026-09-12 02:57:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-12T02:57:02.328307" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.329208" level="INFO">CBench Result: 2026-09-12 02:57:02,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,148764.10,173683.10,161743.45,54358.82</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-09-12T02:57:02.328822" elapsed="0.000437"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T02:57:02.330250" 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-09-12T02:57:02.329852" elapsed="0.000457"/>
</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-09-12T02:57:02.330444" elapsed="0.000446"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T02:57:02.329402" elapsed="0.001549"/>
</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-09-12T02:46:55.526168" elapsed="606.804835"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.331418" 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-09-12T02:57:02.331137" elapsed="0.000331"/>
</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-09-12T02:57:02.331949" elapsed="0.000235"/>
</kw>
<status status="PASS" start="2026-09-12T02:57:02.331661" elapsed="0.000585"/>
</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-09-12T02:46:55.524935" elapsed="606.807344"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.333865" 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-09-12T02:57:02.333497" elapsed="0.000438"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.335047" 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-09-12T02:57:02.334736" elapsed="0.000350"/>
</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-09-12T02:57:02.335410" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:57:02.335204" elapsed="0.000258"/>
</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-09-12T02:57:02.338723" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-09-12T02:57:02.338473" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-09-12T02:57:02.338454" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:57:02.339122" 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-09-12T02:57:02.339229" 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-09-12T02:57:02.338937" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.339780" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.197 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.210" 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-09-12T02:57:02.339379" elapsed="0.000455"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-09-12T02:57:02.340349" 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-09-12T02:57:02.339981" elapsed="0.000393"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T02:57:02.341209" level="INFO">Length is 0.</msg>
<msg time="2026-09-12T02:57:02.341288" 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-09-12T02:57:02.340921" elapsed="0.000388"/>
</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-09-12T02:57:02.341437" elapsed="0.000311"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-09-12T02:57:02.342563" level="INFO">Logging into '10.30.171.210:22' as 'jenkins'.</msg>
<msg time="2026-09-12T02:57:02.982254" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-187-generic x86_64)

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

 System information as of Sat Sep 12 02:57:02 UTC 2026

  System load:  0.49               Processes:             105
  Usage of /:   20.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.210
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

5 updates can be applied immediately.
To see these additional updates run: apt list --upgradable

14 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.5 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Sat Sep 12 02:46:56 2026 from 10.30.171.179
[?2004h[jenkins@releng-00446-83-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-09-12T02:57:02.342227" elapsed="0.640251"/>
</kw>
<msg time="2026-09-12T02:57:02.982605" 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-09-12T02:57:02.341900" elapsed="0.640806"/>
</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-09-12T02:57:02.340572" elapsed="0.642268"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-09-12T02:57:02.983515" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.197 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-09-12T03:07:09.023198" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-09-12T03:07:09.023835" level="INFO">${stdout} = </msg>
<msg time="2026-09-12T03:07:09.023968" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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-09-12T02:57:02.983127" elapsed="606.040898"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T03:07:09.024640" elapsed="0.000811"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.026568" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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.197. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:58:08.077 16  switches: flows:  101181 102123 101620 102354 100256 101043 100015 99338 99631 97364 97174 96453 96402 96036 95484 95016  total = 26.358167 per ms 
02:59:08.177 16  switches: flows:  102533 104246 103185 103904 101635 103135 101173 101596 101200 96115 98256 96000 97317 99497 97801 97308  total = 26.703749 per ms 
03:00:08.278 16  switches: flows:  100467 103602 101754 105373 100381 101220 100908 100501 99788 95349 96667 95424 95731 97311 95039 96349  total = 26.386705 per ms 
03:01:08.379 16  switches: flows:  97192 100625 98714 100959 97515 96045 96309 96379 96093 91963 92524 92535 91387 94766 91632 90541  total = 25.377263 per ms 
03:02:08.479 16  switches: flows:  101843 104636 101467 104903 101218 99197 100268 100357 99077 94391 94462 94554 95581 97262 95313 94425  total = 26.271829 per ms 
03:03:08.580 16  switches: flows:  95609 99959 97276 99299 95588 94896 95604 96636 95534 90534 89509 91511 91322 92676 89936 90688  total = 25.067746 per ms 
03:04:08.680 16  switches: flows:  97929 104460 101836 103764 98723 97465 98974 100220 98502 95395 95592 95323 92849 96308 92880 94781  total = 26.039845 per ms 
03:05:08.780 16  switches: flows:  102131 106193 104414 105146 99860 99973 101007 101579 101436 96216 95658 95891 94249 97767 96052 95224  total = 26.502344 per ms 
03:06:08.880 16  switches: flows:  101665 103901 104243 103759 103173 99107 100277 101447 100944 96935 96045 96950 96030 97605 95533 94858  total = 26.496957 per ms 
03:07:08.981 16  switches: flows:  101198 107140 103626 104607 103268 100392 102130 102194 100215 98077 96634 97025 96283 98262 96267 94913  total = 26.659353 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25067.75/26703.75/26167.31/8739.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T03:07:09.025833" elapsed="0.001007"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-09-12T03:07:09.027332" elapsed="0.000066"/>
</return>
<status status="PASS" start="2026-09-12T03:07:09.027033" elapsed="0.000439"/>
</branch>
<status status="PASS" start="2026-09-12T03:07:09.026986" elapsed="0.000533"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-09-12T03:07:09.027702" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-09-12T03:07:09.027633" elapsed="0.000147"/>
</branch>
<status status="NOT RUN" start="2026-09-12T03:07:09.027602" elapsed="0.000219"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-09-12T03:07:09.027908" elapsed="0.000029"/>
</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-09-12T03:07:09.033589" elapsed="0.000717"/>
</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-09-12T03:07:09.034602" elapsed="0.000349"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-09-12T03:07:09.035233" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-09-12T03:07:09.028597" elapsed="0.006939"/>
</kw>
<msg time="2026-09-12T03:07:09.035786" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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-09-12T02:57:02.335794" elapsed="606.700044"/>
</kw>
<status status="PASS" start="2026-09-12T02:57:02.335486" elapsed="606.700482"/>
</branch>
<status status="PASS" start="2026-09-12T02:57:02.335182" elapsed="606.700834"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.036951" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.197: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.197. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:58:08.077 16  switches: flows:  101181 102123 101620 102354 100256 101043 100015 99338 99631 97364 97174 96453 96402 96036 95484 95016  total = 26.358167 per ms 
02:59:08.177 16  switches: flows:  102533 104246 103185 103904 101635 103135 101173 101596 101200 96115 98256 96000 97317 99497 97801 97308  total = 26.703749 per ms 
03:00:08.278 16  switches: flows:  100467 103602 101754 105373 100381 101220 100908 100501 99788 95349 96667 95424 95731 97311 95039 96349  total = 26.386705 per ms 
03:01:08.379 16  switches: flows:  97192 100625 98714 100959 97515 96045 96309 96379 96093 91963 92524 92535 91387 94766 91632 90541  total = 25.377263 per ms 
03:02:08.479 16  switches: flows:  101843 104636 101467 104903 101218 99197 100268 100357 99077 94391 94462 94554 95581 97262 95313 94425  total = 26.271829 per ms 
03:03:08.580 16  switches: flows:  95609 99959 97276 99299 95588 94896 95604 96636 95534 90534 89509 91511 91322 92676 89936 90688  total = 25.067746 per ms 
03:04:08.680 16  switches: flows:  97929 104460 101836 103764 98723 97465 98974 100220 98502 95395 95592 95323 92849 96308 92880 94781  total = 26.039845 per ms 
03:05:08.780 16  switches: flows:  102131 106193 104414 105146 99860 99973 101007 101579 101436 96216 95658 95891 94249 97767 96052 95224  total = 26.502344 per ms 
03:06:08.880 16  switches: flows:  101665 103901 104243 103759 103173 99107 100277 101447 100944 96935 96045 96950 96030 97605 95533 94858  total = 26.496957 per ms 
03:07:08.981 16  switches: flows:  101198 107140 103626 104607 103268 100392 102130 102194 100215 98077 96634 97025 96283 98262 96267 94913  total = 26.659353 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25067.75/26703.75/26167.31/8739.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T03:07:09.036331" elapsed="0.000793"/>
</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-09-12T03:07:09.037420" elapsed="0.000810"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-09-12T03:07:09.039008" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-09-12T03:07:09.039205" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25067.75/26703.75/26167.31/8739.36 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-09-12T03:07:09.038551" elapsed="0.000703"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T03:07:09.040092" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25067.75/26703.75/26167.31/8739.36 | 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-09-12T03:07:09.039561" elapsed="0.000608"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.045303" 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-09-12T03:07:09.040461" elapsed="0.004987"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.050389" level="INFO">25067.75/26703.75/26167.31/8739.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T03:07:09.045745" elapsed="0.004754"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T03:07:09.055635" 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-09-12T03:07:09.050801" elapsed="0.004890"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-09-12T03:07:09.060647" level="INFO">@{result_value_list} = [ 25067.75 | 26703.75 | 26167.31 | 8739.36 ]</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-09-12T03:07:09.056125" elapsed="0.004576"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.061670" level="INFO">Length is 4.</msg>
<msg time="2026-09-12T03:07:09.061847" 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-09-12T03:07:09.061037" elapsed="0.000886"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.069421" level="INFO">min :: 25067.75</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-09-12T03:07:09.063006" elapsed="0.006486"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-09-12T03:07:09.062694" elapsed="0.006840"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.075669" level="INFO">max :: 26703.75</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-09-12T03:07:09.069815" elapsed="0.005924"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-09-12T03:07:09.069644" elapsed="0.006138"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.081799" level="INFO">avg :: 26167.31</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-09-12T03:07:09.076114" elapsed="0.005755"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-09-12T03:07:09.075936" elapsed="0.005996"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.087719" level="INFO">stdev :: 8739.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-09-12T03:07:09.082218" elapsed="0.005576"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-09-12T03:07:09.082037" elapsed="0.005798"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-09-12T03:07:09.062049" elapsed="0.025823"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.092382" level="INFO">${min} = 25067.75</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-09-12T03:07:09.088111" elapsed="0.004294"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.095924" level="INFO">${max} = 26703.75</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-09-12T03:07:09.092543" elapsed="0.003405"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.099489" level="INFO">${average} = 26167.31</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-09-12T03:07:09.096083" elapsed="0.003429"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.103210" level="INFO">${stdev} = 8739.36</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-09-12T03:07:09.099655" elapsed="0.003579"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.103696" level="INFO">${date} = 2026-09-12 03:07:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-09-12T03:07:09.103378" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.104246" level="INFO">CBench Result: 2026-09-12 03:07:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25067.75,26703.75,26167.31,8739.36</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-09-12T03:07:09.103855" elapsed="0.000441"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-09-12T03:07:09.105308" 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-09-12T03:07:09.104844" elapsed="0.000526"/>
</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-09-12T03:07:09.105506" elapsed="0.000425"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-09-12T03:07:09.104425" elapsed="0.001564"/>
</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-09-12T02:57:02.334225" elapsed="606.771816"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.106467" 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-09-12T03:07:09.106186" elapsed="0.000332"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-09-12T03:07:09.107620" 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-09-12T03:07:09.107184" elapsed="0.000460"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-09-12T03:07:09.107843" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-09-12T03:07:09.107711" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-09-12T03:07:09.107694" elapsed="0.000247"/>
</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-09-12T03:07:09.108072" elapsed="0.000019"/>
</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-09-12T03:07:09.108226" elapsed="0.000018"/>
</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-09-12T03:07:09.108367" elapsed="0.000017"/>
</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-09-12T03:07:09.108502" elapsed="0.000018"/>
</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-09-12T03:07:09.108669" elapsed="0.000018"/>
</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-09-12T03:07:09.108804" elapsed="0.000017"/>
</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-09-12T03:07:09.108947" elapsed="0.000018"/>
</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-09-12T03:07:09.109155" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-09-12T03:07:09.109020" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-09-12T03:07:09.109006" elapsed="0.000221"/>
</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-09-12T03:07:09.106859" elapsed="0.002416"/>
</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-09-12T02:57:02.332907" elapsed="606.776408"/>
</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-09-12T02:36:46.407847" elapsed="1822.702048"/>
</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>
