<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-23T00:57:32.586680" 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-08-23T00:57:33.141999" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-23T00:57:33.141864" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:33.141834" elapsed="0.000268"/>
</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-08-23T00:57:33.142246" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-23T00:57:33.143232" level="INFO">Logging into '10.30.170.216:8101' as 'karaf'.</msg>
<msg time="2026-08-23T00:57:33.971964" 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-08-23T00:57:33.142936" elapsed="0.829289"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.022622" 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-08-23T00:57:33.972635" elapsed="0.050169"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.025020" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-23T00:57:34.025148" 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-08-23T00:57:34.023100" elapsed="0.002079"/>
</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-08-23T00:57:34.025342" elapsed="0.000306"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T00:57:34.025876" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.026865" 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-08-23T00:57:34.026400" elapsed="0.000536"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-23T00:57:34.027014" elapsed="0.000065"/>
</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.216
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-23T00:57:33.141473" elapsed="0.885768"/>
</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-08-23T00:57:33.137861" elapsed="0.889479"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-23T00:57:34.028042" 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-08-23T00:57:34.027579" elapsed="0.000527"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-23T00:57:34.028527" 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-08-23T00:57:34.028264" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.029206" 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-08-23T00:57:34.028782" elapsed="0.000459"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.029807" 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-08-23T00:57:34.029423" elapsed="0.000432"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.030415" 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-08-23T00:57:34.030004" elapsed="0.000438"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.031029" 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-08-23T00:57:34.030622" elapsed="0.000453"/>
</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-08-23T00:57:34.031394" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-23T00:57:34.031167" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.036521" 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-08-23T00:57:34.036046" elapsed="0.000512"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.038037" level="INFO">Length is 0.</msg>
<msg time="2026-08-23T00:57:34.038156" 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-08-23T00:57:34.037457" elapsed="0.000730"/>
</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-08-23T00:57:34.038357" elapsed="0.000462"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.039985" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-08-23T00:57:34.534013" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 23 00:57:05 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


[?2004h[jenkins@releng-00446-65-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-08-23T00:57:34.039385" elapsed="0.494813"/>
</kw>
<msg time="2026-08-23T00:57:34.534294" 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-08-23T00:57:34.038981" elapsed="0.495410"/>
</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-08-23T00:57:34.037089" elapsed="0.497430"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.542183" 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-08-23T00:57:34.534773" elapsed="0.009051"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T00:57:34.544254" elapsed="0.000641"/>
</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-08-23T00:57:34.035438" elapsed="0.509607"/>
</kw>
<status status="PASS" start="2026-08-23T00:57:34.031582" elapsed="0.513553"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:34.031138" elapsed="0.514074"/>
</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-08-23T00:57:34.545577" elapsed="0.001231"/>
</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-08-23T00:57:34.553414" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-23T00:57:34.553282" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:34.553256" elapsed="0.000238"/>
</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-08-23T00:57:34.557127" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-23T00:57:34.557013" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:34.556994" elapsed="0.000203"/>
</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-08-23T00:57:34.557331" elapsed="0.000469"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.558254" level="INFO">Logging into '10.30.170.216:8101' as 'karaf'.</msg>
<msg time="2026-08-23T00:57:34.731610" 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-08-23T00:57:34.557951" elapsed="0.173806"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.842085" 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-08-23T00:57:34.731993" elapsed="0.110160"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.851109" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-23T00:57:34.851300" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-23T00:57:34.842334" elapsed="0.008998"/>
</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-08-23T00:57:34.851475" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T00:57:34.851829" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T00:57:34.852437" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T00:57:34.852155" elapsed="0.000339"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-23T00:57:34.852547" elapsed="0.000044"/>
</return>
<msg time="2026-08-23T00:57:34.852731" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.216
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-23T00:57:34.556636" elapsed="0.296157"/>
</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-08-23T00:57:34.852944" elapsed="0.000590"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-23T00:57:34.853585" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-23T00:57:34.552958" elapsed="0.300760"/>
</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-08-23T00:57:34.857476" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-23T00:57:34.857356" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:34.857321" elapsed="0.000231"/>
</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-08-23T00:57:34.857681" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-23T00:57:34.858608" level="INFO">Logging into '10.30.170.216:8101' as 'karaf'.</msg>
<msg time="2026-08-23T00:57:35.051333" 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-08-23T00:57:34.858343" elapsed="0.193074"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-23T00:57:35.079747" 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-08-23T00:57:35.051573" elapsed="0.028314"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-23T00:57:35.083934" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-23T00:57:35.084145" 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-08-23T00:57:35.080213" elapsed="0.003997"/>
</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-08-23T00:57:35.084511" elapsed="0.000410"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T00:57:35.085243" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T00:57:35.086586" 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-08-23T00:57:35.085922" elapsed="0.000778"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-23T00:57:35.086833" elapsed="0.000082"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.216
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-23T00:57:34.857026" elapsed="0.230114"/>
</kw>
<status status="PASS" start="2026-08-23T00:57:33.136094" elapsed="1.951174"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T00:57:35.089474" 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-08-23T00:57:35.088495" elapsed="0.001044"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-23T00:57:35.090964" 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-08-23T00:57:35.090595" elapsed="0.000412"/>
</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-08-23T00:57:35.091312" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-23T00:57:35.091082" elapsed="0.000289"/>
</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-08-23T00:57:35.094300" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-23T00:57:35.094049" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:35.094030" elapsed="0.000386"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-23T00:57:35.094788" 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-08-23T00:57:35.094914" 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-08-23T00:57:35.094557" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T00:57:35.095498" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.110" 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-08-23T00:57:35.095076" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-23T00:57:35.096190" 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-08-23T00:57:35.095696" elapsed="0.000521"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T00:57:35.097135" level="INFO">Length is 0.</msg>
<msg time="2026-08-23T00:57:35.097224" 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-08-23T00:57:35.096810" elapsed="0.000438"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-23T00:57:35.097389" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-23T00:57:35.098602" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-08-23T00:57:35.435829" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 23 00:57:05 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


Last login: Sun Aug 23 00:57:34 2026 from 10.30.170.127
[?2004h[jenkins@releng-00446-65-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-08-23T00:57:35.098237" elapsed="0.337829"/>
</kw>
<msg time="2026-08-23T00:57:35.436176" 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-08-23T00:57:35.097893" elapsed="0.338400"/>
</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-08-23T00:57:35.096420" elapsed="0.340027"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-23T00:57:35.437119" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-23T01:07:41.556317" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-23T01:07:41.556981" level="INFO">${stdout} = </msg>
<msg time="2026-08-23T01:07:41.557101" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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-08-23T00:57:35.436729" elapsed="606.120445"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T01:07:41.557686" elapsed="0.000849"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.559846" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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.216. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:40.638 16  switches: flows:  113289 112156 114144 113395 113278 113185 112629 111639 109075 107055 107222 104965 109324 106503 109417 105994  total = 29.387833 per ms 
00:59:40.738 16  switches: flows:  119350 118454 117645 118358 118485 120316 115695 117302 113921 114005 113485 113245 112350 114346 113789 114574  total = 30.870481 per ms 
01:00:40.838 16  switches: flows:  120635 122425 119520 120474 121100 119322 119111 119538 115008 116397 115303 115909 113618 116231 120095 117346  total = 31.481330 per ms 
01:01:40.939 16  switches: flows:  124450 124965 122062 123359 123630 123333 121848 122636 118741 119190 118550 120070 116761 120730 122471 120435  total = 32.333083 per ms 
01:02:41.040 16  switches: flows:  123150 124150 122685 123764 121830 120382 120687 121729 118681 118365 116493 117182 116102 117892 118318 117919  total = 31.935407 per ms 
01:03:41.141 16  switches: flows:  121132 123557 123461 123093 121297 120396 120372 122572 120101 117730 114811 118636 118157 118584 116227 115893  total = 31.880433 per ms 
01:04:41.241 16  switches: flows:  119612 121500 122779 123205 122068 121839 120978 122093 119856 119257 114306 117298 115137 117552 117415 116123  total = 31.797232 per ms 
01:05:41.342 16  switches: flows:  126063 125455 130061 129028 130480 128278 125626 129316 125117 124502 120734 120572 120121 121209 121731 121533  total = 33.274864 per ms 
01:06:41.443 16  switches: flows:  127269 128021 129480 128686 131026 129214 126886 129833 126086 125582 120447 120381 121140 121804 122516 120560  total = 33.426367 per ms 
01:07:41.544 16  switches: flows:  127588 128141 128820 130171 129964 131220 128258 130754 124555 126048 121197 120625 122502 122477 124401 123485  total = 33.613993 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30870.48/33613.99/32290.35/10800.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:07:41.558975" elapsed="0.001220"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-23T01:07:41.560717" elapsed="0.000118"/>
</return>
<status status="PASS" start="2026-08-23T01:07:41.560406" elapsed="0.000517"/>
</branch>
<status status="PASS" start="2026-08-23T01:07:41.560342" elapsed="0.000638"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-23T01:07:41.561196" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-23T01:07:41.561114" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-08-23T01:07:41.561079" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-23T01:07:41.561410" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-23T01:07:41.565673" elapsed="0.000360"/>
</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-08-23T01:07:41.566181" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T01:07:41.566495" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-23T01:07:41.562162" elapsed="0.004486"/>
</kw>
<msg time="2026-08-23T01:07:41.566799" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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-08-23T00:57:35.091722" elapsed="606.475105"/>
</kw>
<status status="PASS" start="2026-08-23T00:57:35.091399" elapsed="606.475479"/>
</branch>
<status status="PASS" start="2026-08-23T00:57:35.091060" elapsed="606.475843"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.567334" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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.216. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:40.638 16  switches: flows:  113289 112156 114144 113395 113278 113185 112629 111639 109075 107055 107222 104965 109324 106503 109417 105994  total = 29.387833 per ms 
00:59:40.738 16  switches: flows:  119350 118454 117645 118358 118485 120316 115695 117302 113921 114005 113485 113245 112350 114346 113789 114574  total = 30.870481 per ms 
01:00:40.838 16  switches: flows:  120635 122425 119520 120474 121100 119322 119111 119538 115008 116397 115303 115909 113618 116231 120095 117346  total = 31.481330 per ms 
01:01:40.939 16  switches: flows:  124450 124965 122062 123359 123630 123333 121848 122636 118741 119190 118550 120070 116761 120730 122471 120435  total = 32.333083 per ms 
01:02:41.040 16  switches: flows:  123150 124150 122685 123764 121830 120382 120687 121729 118681 118365 116493 117182 116102 117892 118318 117919  total = 31.935407 per ms 
01:03:41.141 16  switches: flows:  121132 123557 123461 123093 121297 120396 120372 122572 120101 117730 114811 118636 118157 118584 116227 115893  total = 31.880433 per ms 
01:04:41.241 16  switches: flows:  119612 121500 122779 123205 122068 121839 120978 122093 119856 119257 114306 117298 115137 117552 117415 116123  total = 31.797232 per ms 
01:05:41.342 16  switches: flows:  126063 125455 130061 129028 130480 128278 125626 129316 125117 124502 120734 120572 120121 121209 121731 121533  total = 33.274864 per ms 
01:06:41.443 16  switches: flows:  127269 128021 129480 128686 131026 129214 126886 129833 126086 125582 120447 120381 121140 121804 122516 120560  total = 33.426367 per ms 
01:07:41.544 16  switches: flows:  127588 128141 128820 130171 129964 131220 128258 130754 124555 126048 121197 120625 122502 122477 124401 123485  total = 33.613993 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30870.48/33613.99/32290.35/10800.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:07:41.567046" elapsed="0.000362"/>
</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-08-23T01:07:41.567598" elapsed="0.000409"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-23T01:07:41.568423" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-23T01:07:41.568516" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30870.48/33613.99/32290.35/10800.66 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-08-23T01:07:41.568174" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:07:41.568974" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30870.48/33613.99/32290.35/10800.66 | 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-08-23T01:07:41.568698" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.571802" 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-08-23T01:07:41.569158" elapsed="0.002702"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.574212" level="INFO">30870.48/33613.99/32290.35/10800.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:07:41.572008" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:07:41.576647" 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-08-23T01:07:41.574426" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:07:41.579120" level="INFO">@{result_value_list} = [ 30870.48 | 33613.99 | 32290.35 | 10800.66 ]</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-08-23T01:07:41.576881" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.579651" level="INFO">Length is 4.</msg>
<msg time="2026-08-23T01:07:41.579754" 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-08-23T01:07:41.579305" elapsed="0.000475"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.584511" level="INFO">min :: 30870.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:07:41.580184" elapsed="0.004384"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-23T01:07:41.580051" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.589134" level="INFO">max :: 33613.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:07:41.584841" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-23T01:07:41.584696" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.593800" level="INFO">avg :: 32290.35</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-08-23T01:07:41.589440" elapsed="0.004432"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-23T01:07:41.589311" elapsed="0.004597"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.598669" level="INFO">stdev :: 10800.66</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-08-23T01:07:41.594133" elapsed="0.004593"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-23T01:07:41.594002" elapsed="0.004775"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-23T01:07:41.579855" elapsed="0.018956"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.602942" level="INFO">${min} = 30870.48</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-08-23T01:07:41.598981" elapsed="0.003989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.608005" level="INFO">${max} = 33613.99</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-08-23T01:07:41.603123" elapsed="0.004909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.611992" level="INFO">${average} = 32290.35</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-08-23T01:07:41.608185" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.615992" level="INFO">${stdev} = 10800.66</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-08-23T01:07:41.612171" elapsed="0.003849"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.616554" level="INFO">${date} = 2026-08-23 01:07:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-23T01:07:41.616181" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.617168" level="INFO">CBench Result: 2026-08-23 01:07:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30870.48,33613.99,32290.35,10800.66</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-08-23T01:07:41.616726" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-23T01:07:41.618268" 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-08-23T01:07:41.617853" elapsed="0.000481"/>
</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-08-23T01:07:41.618484" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-23T01:07:41.617367" elapsed="0.001658"/>
</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-08-23T00:57:35.089953" elapsed="606.529130"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.619573" 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-08-23T01:07:41.619232" elapsed="0.000398"/>
</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-08-23T01:07:41.620162" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-08-23T01:07:41.619862" elapsed="0.000634"/>
</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-08-23T00:57:35.087548" elapsed="606.532987"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.621855" 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-08-23T01:07:41.621460" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.623204" 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-08-23T01:07:41.622867" elapsed="0.000380"/>
</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-08-23T01:07:41.623597" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-23T01:07:41.623362" elapsed="0.000294"/>
</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-08-23T01:07:41.626554" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-23T01:07:41.626307" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-08-23T01:07:41.626288" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-23T01:07:41.626974" 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-08-23T01:07:41.627093" 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-08-23T01:07:41.626779" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.627698" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.216 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.110" 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-08-23T01:07:41.627254" elapsed="0.000517"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-23T01:07:41.628355" 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-08-23T01:07:41.627911" elapsed="0.000470"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T01:07:41.629276" level="INFO">Length is 0.</msg>
<msg time="2026-08-23T01:07:41.629364" 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-08-23T01:07:41.628970" elapsed="0.000418"/>
</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-08-23T01:07:41.629528" elapsed="0.000431"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-23T01:07:41.630870" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-08-23T01:07:42.198120" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 23 01:07:41 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


Last login: Sun Aug 23 00:57:35 2026 from 10.30.170.127
[?2004h[jenkins@releng-00446-65-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-08-23T01:07:41.630498" elapsed="0.567834"/>
</kw>
<msg time="2026-08-23T01:07:42.198419" 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-08-23T01:07:41.630131" elapsed="0.568386"/>
</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-08-23T01:07:41.628581" elapsed="0.570059"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-23T01:07:42.199246" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.216 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-23T01:17:48.279816" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-23T01:17:48.280406" level="INFO">${stdout} = </msg>
<msg time="2026-08-23T01:17:48.280513" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.216: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-08-23T01:07:42.198907" elapsed="606.081663"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T01:17:48.281112" elapsed="0.000730"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.283050" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.216: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.216. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:47.320 16  switches: flows:  492819 487232 484643 493939 491570 482029 472133 487753 491181 486055 503157 496608 494180 483904 501356 489640  total = 130.636650 per ms 
01:09:47.423 16  switches: flows:  566619 549230 565124 507202 561615 550442 561592 570243 565686 563527 562802 571080 560666 563158 559534 520718  total = 148.068524 per ms 
01:10:47.547 16  switches: flows:  566646 568728 561454 557329 440566 560372 562495 574547 577572 564825 571101 568376 570863 566691 569592 571848  total = 148.911303 per ms 
01:11:47.649 16  switches: flows:  581229 582240 574143 566792 574103 577329 577301 575811 585859 572147 580836 576109 576292 580208 581993 580642  total = 153.788035 per ms 
01:12:47.752 16  switches: flows:  542284 546567 546852 540333 542122 541811 551412 543270 556757 546662 545628 547836 550293 546592 540182 545477  total = 145.320924 per ms 
01:13:47.854 16  switches: flows:  561474 567886 561426 557446 562774 569561 560989 564548 570235 571898 571743 561202 560929 567486 568085 555462  total = 150.299361 per ms 
01:14:47.956 16  switches: flows:  485503 487254 491462 483541 491067 487844 487853 488450 492181 491273 486453 489708 482460 488254 483304 488386  total = 129.864661 per ms 
01:15:48.067 16  switches: flows:  552627 544937 547152 546465 545201 540994 544007 545831 551260 548681 539759 553107 546985 551953 548416 547915  total = 145.652538 per ms 
01:16:48.169 16  switches: flows:  534102 521937 529186 528531 523695 523215 519810 525150 525671 531632 533203 524361 532013 528079 529390 537259  total = 140.548912 per ms 
01:17:48.273 16  switches: flows:  537981 539610 528953 529214 524291 530907 530077 534122 539301 522522 539005 539278 531082 531698 530716 538422  total = 141.880605 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 129864.66/153788.04/144926.10/48754.15 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:17:48.282218" elapsed="0.001185"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-23T01:17:48.283973" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-08-23T01:17:48.283592" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-08-23T01:17:48.283540" elapsed="0.000650"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-23T01:17:48.284407" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-23T01:17:48.284324" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-08-23T01:17:48.284287" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-23T01:17:48.284624" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-23T01:17:48.289552" elapsed="0.000513"/>
</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-08-23T01:17:48.290274" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T01:17:48.290725" elapsed="0.000173"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-23T01:17:48.285408" elapsed="0.005567"/>
</kw>
<msg time="2026-08-23T01:17:48.291160" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.216: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-08-23T01:07:41.624009" elapsed="606.667189"/>
</kw>
<status status="PASS" start="2026-08-23T01:07:41.623681" elapsed="606.667587"/>
</branch>
<status status="PASS" start="2026-08-23T01:07:41.623341" elapsed="606.667961"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.292001" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.216: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.216. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:47.320 16  switches: flows:  492819 487232 484643 493939 491570 482029 472133 487753 491181 486055 503157 496608 494180 483904 501356 489640  total = 130.636650 per ms 
01:09:47.423 16  switches: flows:  566619 549230 565124 507202 561615 550442 561592 570243 565686 563527 562802 571080 560666 563158 559534 520718  total = 148.068524 per ms 
01:10:47.547 16  switches: flows:  566646 568728 561454 557329 440566 560372 562495 574547 577572 564825 571101 568376 570863 566691 569592 571848  total = 148.911303 per ms 
01:11:47.649 16  switches: flows:  581229 582240 574143 566792 574103 577329 577301 575811 585859 572147 580836 576109 576292 580208 581993 580642  total = 153.788035 per ms 
01:12:47.752 16  switches: flows:  542284 546567 546852 540333 542122 541811 551412 543270 556757 546662 545628 547836 550293 546592 540182 545477  total = 145.320924 per ms 
01:13:47.854 16  switches: flows:  561474 567886 561426 557446 562774 569561 560989 564548 570235 571898 571743 561202 560929 567486 568085 555462  total = 150.299361 per ms 
01:14:47.956 16  switches: flows:  485503 487254 491462 483541 491067 487844 487853 488450 492181 491273 486453 489708 482460 488254 483304 488386  total = 129.864661 per ms 
01:15:48.067 16  switches: flows:  552627 544937 547152 546465 545201 540994 544007 545831 551260 548681 539759 553107 546985 551953 548416 547915  total = 145.652538 per ms 
01:16:48.169 16  switches: flows:  534102 521937 529186 528531 523695 523215 519810 525150 525671 531632 533203 524361 532013 528079 529390 537259  total = 140.548912 per ms 
01:17:48.273 16  switches: flows:  537981 539610 528953 529214 524291 530907 530077 534122 539301 522522 539005 539278 531082 531698 530716 538422  total = 141.880605 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 129864.66/153788.04/144926.10/48754.15 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:17:48.291501" elapsed="0.000605"/>
</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-08-23T01:17:48.292316" elapsed="0.000571"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-23T01:17:48.293492" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-23T01:17:48.293629" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 129864.66/153788.04/144926.10/48754.15 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-08-23T01:17:48.293137" elapsed="0.000528"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:17:48.294281" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 129864.66/153788.04/144926.10/48754.15 | 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-08-23T01:17:48.293911" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.297864" 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-08-23T01:17:48.294546" elapsed="0.003401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.300690" level="INFO">129864.66/153788.04/144926.10/48754.15</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:17:48.298155" elapsed="0.002622"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:17:48.303229" 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-08-23T01:17:48.300961" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:17:48.305785" level="INFO">@{result_value_list} = [ 129864.66 | 153788.04 | 144926.10 | 48754.15 ]</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-08-23T01:17:48.303458" elapsed="0.002356"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.306288" level="INFO">Length is 4.</msg>
<msg time="2026-08-23T01:17:48.306379" 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-08-23T01:17:48.305972" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.311557" level="INFO">min :: 129864.66</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-08-23T01:17:48.306829" elapsed="0.004787"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-23T01:17:48.306682" elapsed="0.004971"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.316394" level="INFO">max :: 153788.04</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-08-23T01:17:48.311933" elapsed="0.004519"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-23T01:17:48.311778" elapsed="0.004710"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.321274" level="INFO">avg :: 144926.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-08-23T01:17:48.316710" elapsed="0.004622"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-23T01:17:48.316579" elapsed="0.004789"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.326115" level="INFO">stdev :: 48754.15</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-08-23T01:17:48.321590" elapsed="0.004583"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-23T01:17:48.321458" elapsed="0.004750"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-23T01:17:48.306470" elapsed="0.019771"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.330426" level="INFO">${min} = 129864.66</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-08-23T01:17:48.326402" elapsed="0.004052"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.334767" level="INFO">${max} = 153788.04</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-08-23T01:17:48.330635" elapsed="0.004184"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.339433" level="INFO">${average} = 144926.10</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-08-23T01:17:48.335499" elapsed="0.003963"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.343491" level="INFO">${stdev} = 48754.15</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-08-23T01:17:48.339620" elapsed="0.003900"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.344113" level="INFO">${date} = 2026-08-23 01:17:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-23T01:17:48.343686" elapsed="0.000454"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.344711" level="INFO">CBench Result: 2026-08-23 01:17:48,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,129864.66,153788.04,144926.10,48754.15</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-08-23T01:17:48.344290" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-23T01:17:48.345866" 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-08-23T01:17:48.345427" elapsed="0.000508"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-23T01:17:48.346089" elapsed="0.000512"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-23T01:17:48.344945" elapsed="0.001723"/>
</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-08-23T01:07:41.622222" elapsed="606.724521"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.347227" 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-08-23T01:17:48.346899" elapsed="0.000386"/>
</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-08-23T01:17:48.347849" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-08-23T01:17:48.347499" elapsed="0.000704"/>
</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-08-23T01:07:41.620883" elapsed="606.727359"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.349640" 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-08-23T01:17:48.349246" elapsed="0.000452"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.350998" 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-08-23T01:17:48.350627" elapsed="0.000414"/>
</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-08-23T01:17:48.351382" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-23T01:17:48.351155" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-23T01:17:48.354902" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-23T01:17:48.354629" elapsed="0.000332"/>
</branch>
<status status="PASS" start="2026-08-23T01:17:48.354609" elapsed="0.000377"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-23T01:17:48.355312" 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-08-23T01:17:48.355431" 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-08-23T01:17:48.355120" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.356076" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.110" 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-08-23T01:17:48.355595" elapsed="0.000540"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-23T01:17:48.356685" 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-08-23T01:17:48.356275" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T01:17:48.357674" level="INFO">Length is 0.</msg>
<msg time="2026-08-23T01:17:48.357780" 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-08-23T01:17:48.357358" elapsed="0.000448"/>
</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-08-23T01:17:48.357951" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-23T01:17:48.359217" level="INFO">Logging into '10.30.171.110:22' as 'jenkins'.</msg>
<msg time="2026-08-23T01:17:48.972143" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sun Aug 23 01:17:48 UTC 2026

  System load:  0.19               Processes:             105
  Usage of /:   20.2% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.110
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


Last login: Sun Aug 23 01:07:42 2026 from 10.30.170.127
[?2004h[jenkins@releng-00446-65-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-08-23T01:17:48.358855" elapsed="0.613488"/>
</kw>
<msg time="2026-08-23T01:17:48.972437" 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-08-23T01:17:48.358442" elapsed="0.614082"/>
</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-08-23T01:17:48.356975" elapsed="0.615671"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-23T01:17:48.973263" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.216 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-23T01:27:55.057438" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-23T01:27:55.058071" level="INFO">${stdout} = </msg>
<msg time="2026-08-23T01:27:55.058203" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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-08-23T01:17:48.972908" elapsed="606.085355"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T01:27:55.058757" elapsed="0.000717"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.060600" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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.216. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:54.150 16  switches: flows:  107130 106117 105428 107082 103720 105512 106123 106981 107284 105012 106144 102711 105036 104459 102449 102532  total = 28.062000 per ms 
01:19:54.250 16  switches: flows:  91021 91404 90899 90064 91517 90907 90238 91943 88313 88056 90843 89703 89113 89726 89296 87403  total = 23.967452 per ms 
01:20:54.351 16  switches: flows:  107864 110457 110340 108426 109052 107842 110654 110168 107758 106942 106746 108022 109314 109682 105399 108134  total = 28.898422 per ms 
01:21:54.451 16  switches: flows:  119655 123968 123889 122654 118856 120352 122919 119082 120425 118250 119857 119831 120873 121003 116011 120064  total = 32.074640 per ms 
01:22:54.551 16  switches: flows:  123032 124640 123102 125630 120152 122877 125226 121415 122490 117999 120129 120213 123185 123902 117492 121258  total = 32.491471 per ms 
01:23:54.651 16  switches: flows:  123145 125092 125391 125030 120250 123533 125559 121636 121365 119057 122195 120144 124036 124158 119110 120032  total = 32.607776 per ms 
01:24:54.752 16  switches: flows:  121720 122386 123329 124464 119090 121037 121376 119478 122176 116960 119622 118032 122514 122317 118211 120133  total = 32.160384 per ms 
01:25:54.852 16  switches: flows:  116701 119535 119195 120488 114496 117656 118091 116041 117939 113179 116393 113531 117298 118507 112885 116436  total = 31.087640 per ms 
01:26:54.952 16  switches: flows:  118800 122039 121928 122590 117611 118908 119951 118008 120188 115381 117743 116335 119551 120560 115640 118520  total = 31.676330 per ms 
01:27:55.052 16  switches: flows:  122261 123960 125006 125772 120627 122176 124519 121882 123387 118640 122618 119679 124042 123728 119221 122315  total = 32.609403 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23967.45/32609.40/30841.50/10620.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:27:55.059875" elapsed="0.001061"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-23T01:27:55.061427" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-08-23T01:27:55.061130" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-08-23T01:27:55.061077" elapsed="0.000557"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-23T01:27:55.061878" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-23T01:27:55.061792" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-23T01:27:55.061726" elapsed="0.000291"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-23T01:27:55.062105" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-23T01:27:55.067296" elapsed="0.000336"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-23T01:27:55.067796" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-23T01:27:55.068103" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-23T01:27:55.062819" elapsed="0.005435"/>
</kw>
<msg time="2026-08-23T01:27:55.068386" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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-08-23T01:17:48.352113" elapsed="606.716300"/>
</kw>
<status status="PASS" start="2026-08-23T01:17:48.351469" elapsed="606.716995"/>
</branch>
<status status="PASS" start="2026-08-23T01:17:48.351135" elapsed="606.717352"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.068939" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.216: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.216. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:18:54.150 16  switches: flows:  107130 106117 105428 107082 103720 105512 106123 106981 107284 105012 106144 102711 105036 104459 102449 102532  total = 28.062000 per ms 
01:19:54.250 16  switches: flows:  91021 91404 90899 90064 91517 90907 90238 91943 88313 88056 90843 89703 89113 89726 89296 87403  total = 23.967452 per ms 
01:20:54.351 16  switches: flows:  107864 110457 110340 108426 109052 107842 110654 110168 107758 106942 106746 108022 109314 109682 105399 108134  total = 28.898422 per ms 
01:21:54.451 16  switches: flows:  119655 123968 123889 122654 118856 120352 122919 119082 120425 118250 119857 119831 120873 121003 116011 120064  total = 32.074640 per ms 
01:22:54.551 16  switches: flows:  123032 124640 123102 125630 120152 122877 125226 121415 122490 117999 120129 120213 123185 123902 117492 121258  total = 32.491471 per ms 
01:23:54.651 16  switches: flows:  123145 125092 125391 125030 120250 123533 125559 121636 121365 119057 122195 120144 124036 124158 119110 120032  total = 32.607776 per ms 
01:24:54.752 16  switches: flows:  121720 122386 123329 124464 119090 121037 121376 119478 122176 116960 119622 118032 122514 122317 118211 120133  total = 32.160384 per ms 
01:25:54.852 16  switches: flows:  116701 119535 119195 120488 114496 117656 118091 116041 117939 113179 116393 113531 117298 118507 112885 116436  total = 31.087640 per ms 
01:26:54.952 16  switches: flows:  118800 122039 121928 122590 117611 118908 119951 118008 120188 115381 117743 116335 119551 120560 115640 118520  total = 31.676330 per ms 
01:27:55.052 16  switches: flows:  122261 123960 125006 125772 120627 122176 124519 121882 123387 118640 122618 119679 124042 123728 119221 122315  total = 32.609403 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23967.45/32609.40/30841.50/10620.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:27:55.068632" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-23T01:27:55.069160" elapsed="0.000363"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-23T01:27:55.069917" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-23T01:27:55.070007" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23967.45/32609.40/30841.50/10620.79 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-08-23T01:27:55.069683" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:27:55.070461" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23967.45/32609.40/30841.50/10620.79 | 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-08-23T01:27:55.070208" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.072883" 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-08-23T01:27:55.070632" elapsed="0.002308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.075303" level="INFO">23967.45/32609.40/30841.50/10620.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:27:55.073086" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:27:55.077706" 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-08-23T01:27:55.075514" elapsed="0.002234"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-23T01:27:55.080166" level="INFO">@{result_value_list} = [ 23967.45 | 32609.40 | 30841.50 | 10620.79 ]</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-08-23T01:27:55.077937" elapsed="0.002257"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.080656" level="INFO">Length is 4.</msg>
<msg time="2026-08-23T01:27:55.080761" 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-08-23T01:27:55.080350" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.085479" level="INFO">min :: 23967.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-08-23T01:27:55.081163" elapsed="0.004372"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-23T01:27:55.081036" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.090115" level="INFO">max :: 32609.40</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-08-23T01:27:55.085814" elapsed="0.004363"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-23T01:27:55.085656" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.094708" level="INFO">avg :: 30841.50</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-08-23T01:27:55.090421" elapsed="0.004358"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-23T01:27:55.090295" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.099520" level="INFO">stdev :: 10620.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-23T01:27:55.095075" elapsed="0.004500"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-23T01:27:55.094943" elapsed="0.004666"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-23T01:27:55.080851" elapsed="0.018788"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.103672" level="INFO">${min} = 23967.45</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-08-23T01:27:55.099815" elapsed="0.003884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.107621" level="INFO">${max} = 32609.40</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-08-23T01:27:55.103876" elapsed="0.003772"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.111539" level="INFO">${average} = 30841.50</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-08-23T01:27:55.107818" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.115455" level="INFO">${stdev} = 10620.79</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-08-23T01:27:55.111718" elapsed="0.003764"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.116024" level="INFO">${date} = 2026-08-23 01:27: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-08-23T01:27:55.115642" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.116603" level="INFO">CBench Result: 2026-08-23 01:27:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23967.45,32609.40,30841.50,10620.79</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-08-23T01:27:55.116196" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-23T01:27:55.117726" 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-08-23T01:27:55.117272" elapsed="0.000536"/>
</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-08-23T01:27:55.117960" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-23T01:27:55.116811" elapsed="0.001678"/>
</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-08-23T01:17:48.350031" elapsed="606.768517"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.119026" 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-08-23T01:27:55.118694" elapsed="0.000388"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-23T01:27:55.120312" 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-08-23T01:27:55.119810" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-23T01:27:55.120560" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-08-23T01:27:55.120413" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-08-23T01:27:55.120395" elapsed="0.000249"/>
</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-08-23T01:27:55.120801" elapsed="0.000025"/>
</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-08-23T01:27:55.120963" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-23T01:27:55.121119" elapsed="0.000019"/>
</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-08-23T01:27:55.121312" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-23T01:27:55.121460" elapsed="0.000020"/>
</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-08-23T01:27:55.121603" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-23T01:27:55.121760" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-23T01:27:55.121980" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-23T01:27:55.121843" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-08-23T01:27:55.121827" elapsed="0.000237"/>
</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-08-23T01:27:55.119461" elapsed="0.002678"/>
</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-08-23T01:17:48.348538" elapsed="606.773652"/>
</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-08-23T00:57:32.588262" elapsed="1822.534353"/>
</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>
