<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-30T03:03:31.587065" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-30T03:03:32.141288" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:03:32.141121" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:32.141088" elapsed="0.000305"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:03:32.141576" elapsed="0.000518"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T03:03:32.142587" level="INFO">Logging into '10.30.171.34:8101' as 'karaf'.</msg>
<msg time="2026-07-30T03:03:32.868702" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-30T03:03:32.142286" elapsed="0.726609"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T03:03:32.918076" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-30T03:03:32.869180" elapsed="0.048976"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T03:03:32.919925" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T03:03:32.920036" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-30T03:03:32.918369" elapsed="0.001697"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-30T03:03:32.920223" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:03:32.920604" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:03:32.921316" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:03:32.920965" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T03:03:32.921427" elapsed="0.000084"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.34
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T03:03:32.140737" elapsed="0.780899"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-30T03:03:32.137100" elapsed="0.784601"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:03:32.922290" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-30T03:03:32.921886" elapsed="0.000464"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:03:32.922765" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-30T03:03:32.922515" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T03:03:32.923392" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-30T03:03:32.922979" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:03:32.923948" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-30T03:03:32.923590" elapsed="0.000404"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T03:03:32.924544" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-30T03:03:32.924142" elapsed="0.000430"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:03:32.925048" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-30T03:03:32.924733" elapsed="0.000358"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-30T03:03:32.925409" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:03:32.925178" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:03:32.929831" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:03:32.929393" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:03:32.930862" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T03:03:32.931286" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:03:32.930433" elapsed="0.000885"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:03:32.931473" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T03:03:32.932835" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-07-30T03:03:33.588079" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 03:03:33 UTC 2026

  System load:  0.11               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.52
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-00446-41-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-30T03:03:32.932346" elapsed="0.655914"/>
</kw>
<msg time="2026-07-30T03:03:33.588355" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:03:32.931981" elapsed="0.656470"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-30T03:03:32.930068" elapsed="0.658504"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-30T03:03:33.595730" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-30T03:03:33.588793" elapsed="0.008908"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:03:33.597950" elapsed="0.000409"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-30T03:03:32.928848" elapsed="0.669600"/>
</kw>
<status status="PASS" start="2026-07-30T03:03:32.925550" elapsed="0.672950"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:32.925153" elapsed="0.673391"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-30T03:03:33.598759" elapsed="0.000681"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-30T03:03:33.605548" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:03:33.605346" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:33.605314" elapsed="0.000342"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-30T03:03:33.610667" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:03:33.610508" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:33.610481" elapsed="0.000284"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:03:33.610947" elapsed="0.000626"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T03:03:33.612140" level="INFO">Logging into '10.30.171.34:8101' as 'karaf'.</msg>
<msg time="2026-07-30T03:03:33.779525" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-30T03:03:33.611778" elapsed="0.167869"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T03:03:33.879125" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-30T03:03:33.779873" elapsed="0.099441"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T03:03:33.887554" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T03:03:33.887757" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-30T03:03:33.879652" elapsed="0.008137"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-30T03:03:33.887932" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:03:33.888296" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:03:33.888934" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:03:33.888624" elapsed="0.000366"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T03:03:33.889041" elapsed="0.000051"/>
</return>
<msg time="2026-07-30T03:03:33.889261" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.34
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T03:03:33.609992" elapsed="0.279303"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-30T03:03:33.889440" elapsed="0.000527"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T03:03:33.890018" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-30T03:03:33.604910" elapsed="0.285265"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-30T03:03:33.893906" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:03:33.893772" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:33.893748" elapsed="0.000229"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:03:33.894107" elapsed="0.000503"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T03:03:33.895015" level="INFO">Logging into '10.30.171.34:8101' as 'karaf'.</msg>
<msg time="2026-07-30T03:03:34.079479" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-30T03:03:33.894756" elapsed="0.184856"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T03:03:34.108187" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-30T03:03:34.079832" elapsed="0.028438"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T03:03:34.110244" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T03:03:34.110352" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-30T03:03:34.108423" elapsed="0.001958"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-30T03:03:34.110519" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:03:34.110853" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:03:34.111542" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:03:34.111201" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T03:03:34.111645" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.34
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-30T03:03:33.893425" elapsed="0.218388"/>
</kw>
<status status="PASS" start="2026-07-30T03:03:32.135352" elapsed="1.976525"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:03:34.114120" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:03:34.112850" elapsed="0.001337"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:03:34.115638" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-30T03:03:34.115288" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-30T03:03:34.115997" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:03:34.115760" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-30T03:03:34.119041" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:03:34.118794" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:34.118775" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:03:34.119473" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-30T03:03:34.119596" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-30T03:03:34.119270" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:03:34.120179" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.52" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:03:34.119756" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:03:34.120857" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:03:34.120399" elapsed="0.000485"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:03:34.121837" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T03:03:34.121926" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:03:34.121507" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:03:34.122092" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T03:03:34.123306" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-07-30T03:03:34.455881" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 03:03:33 UTC 2026

  System load:  0.11               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.52
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 03:03:33 2026 from 10.30.170.36
[?2004h[jenkins@releng-00446-41-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-30T03:03:34.122937" elapsed="0.333139"/>
</kw>
<msg time="2026-07-30T03:03:34.456163" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:03:34.122592" elapsed="0.333682"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-30T03:03:34.121092" elapsed="0.335310"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T03:03:34.456932" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T03:13:40.563788" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T03:13:40.564392" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T03:13:40.564504" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-30T03:03:34.456627" elapsed="606.107937"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:13:40.565074" elapsed="0.000884"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.567222" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:39.648 16  switches: flows:  95857 93542 92843 95321 94604 93902 93283 94260 93388 90538 91548 93429 92218 93139 91270 90628  total = 24.829500 per ms 
03:05:39.748 16  switches: flows:  108340 107799 107957 109039 107557 106642 106177 106555 104941 104644 104897 104987 103313 105952 107617 103942  total = 28.292045 per ms 
03:06:39.850 16  switches: flows:  107061 109042 105893 105666 106249 107484 105711 106648 104761 103926 105027 103093 104011 103716 105847 104186  total = 28.091807 per ms 
03:07:39.951 16  switches: flows:  112759 114888 113050 113718 111240 111782 112476 111961 109768 108989 109146 111878 109579 109767 111036 109935  total = 29.650060 per ms 
03:08:40.052 16  switches: flows:  118560 123821 121007 117936 121650 117395 119806 120203 117469 114832 114272 119033 116191 117406 115646 114998  total = 31.451259 per ms 
03:09:40.152 16  switches: flows:  115666 118008 117034 113798 116405 114357 115183 114913 112687 109901 112779 113534 110093 115149 110652 109702  total = 30.280441 per ms 
03:10:40.253 16  switches: flows:  119198 122312 122121 119006 122126 119704 119578 119349 115705 116136 118410 117587 116081 118539 116745 115958  total = 31.589854 per ms 
03:11:40.353 16  switches: flows:  119355 121680 118317 115802 119612 116806 118542 118285 118377 115557 116639 116444 117880 118316 115876 114141  total = 31.308207 per ms 
03:12:40.453 16  switches: flows:  117614 120235 117119 117699 118261 116454 117067 118490 114951 114128 116227 116628 117290 117711 115446 114342  total = 31.109096 per ms 
03:13:40.554 16  switches: flows:  117622 120939 120279 117978 118258 117969 117645 118085 115368 115246 115117 117100 116989 120415 115357 114257  total = 31.258224 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28091.81/31589.85/30336.78/10193.77 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.566408" elapsed="0.001174"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T03:13:40.568205" elapsed="0.000132"/>
</return>
<status status="PASS" start="2026-07-30T03:13:40.567801" elapsed="0.000625"/>
</branch>
<status status="PASS" start="2026-07-30T03:13:40.567739" elapsed="0.000745"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T03:13:40.568702" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:13:40.568619" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:13:40.568584" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T03:13:40.568911" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:13:40.573295" elapsed="0.000355"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:13:40.573801" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:13:40.574118" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T03:13:40.569675" elapsed="0.004616"/>
</kw>
<msg time="2026-07-30T03:13:40.574424" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-30T03:03:34.116423" elapsed="606.458028"/>
</kw>
<status status="PASS" start="2026-07-30T03:03:34.116084" elapsed="606.458417"/>
</branch>
<status status="PASS" start="2026-07-30T03:03:34.115737" elapsed="606.458788"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.574968" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:39.648 16  switches: flows:  95857 93542 92843 95321 94604 93902 93283 94260 93388 90538 91548 93429 92218 93139 91270 90628  total = 24.829500 per ms 
03:05:39.748 16  switches: flows:  108340 107799 107957 109039 107557 106642 106177 106555 104941 104644 104897 104987 103313 105952 107617 103942  total = 28.292045 per ms 
03:06:39.850 16  switches: flows:  107061 109042 105893 105666 106249 107484 105711 106648 104761 103926 105027 103093 104011 103716 105847 104186  total = 28.091807 per ms 
03:07:39.951 16  switches: flows:  112759 114888 113050 113718 111240 111782 112476 111961 109768 108989 109146 111878 109579 109767 111036 109935  total = 29.650060 per ms 
03:08:40.052 16  switches: flows:  118560 123821 121007 117936 121650 117395 119806 120203 117469 114832 114272 119033 116191 117406 115646 114998  total = 31.451259 per ms 
03:09:40.152 16  switches: flows:  115666 118008 117034 113798 116405 114357 115183 114913 112687 109901 112779 113534 110093 115149 110652 109702  total = 30.280441 per ms 
03:10:40.253 16  switches: flows:  119198 122312 122121 119006 122126 119704 119578 119349 115705 116136 118410 117587 116081 118539 116745 115958  total = 31.589854 per ms 
03:11:40.353 16  switches: flows:  119355 121680 118317 115802 119612 116806 118542 118285 118377 115557 116639 116444 117880 118316 115876 114141  total = 31.308207 per ms 
03:12:40.453 16  switches: flows:  117614 120235 117119 117699 118261 116454 117067 118490 114951 114128 116227 116628 117290 117711 115446 114342  total = 31.109096 per ms 
03:13:40.554 16  switches: flows:  117622 120939 120279 117978 118258 117969 117645 118085 115368 115246 115117 117100 116989 120415 115357 114257  total = 31.258224 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28091.81/31589.85/30336.78/10193.77 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.574671" elapsed="0.000372"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-30T03:13:40.575192" elapsed="0.000413"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T03:13:40.576016" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T03:13:40.576110" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28091.81/31589.85/30336.78/10193.77 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-30T03:13:40.575777" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:13:40.576576" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28091.81/31589.85/30336.78/10193.77 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:13:40.576314" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.579000" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.576751" elapsed="0.002307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.581487" level="INFO">28091.81/31589.85/30336.78/10193.77</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.579206" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:13:40.583994" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:13:40.581715" elapsed="0.002314"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:13:40.586484" level="INFO">@{result_value_list} = [ 28091.81 | 31589.85 | 30336.78 | 10193.77 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:13:40.584252" elapsed="0.002271"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.587220" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T03:13:40.587353" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:13:40.586739" elapsed="0.000640"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.592340" level="INFO">min :: 28091.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.587889" elapsed="0.004510"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T03:13:40.587722" elapsed="0.004714"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.596991" level="INFO">max :: 31589.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.592659" elapsed="0.004390"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T03:13:40.592530" elapsed="0.004555"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.601623" level="INFO">avg :: 30336.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.597323" elapsed="0.004359"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T03:13:40.597177" elapsed="0.004539"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.606420" level="INFO">stdev :: 10193.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.601936" elapsed="0.004543"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T03:13:40.601809" elapsed="0.004706"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T03:13:40.587463" elapsed="0.019086"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.610542" level="INFO">${min} = 28091.81</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:13:40.606717" elapsed="0.003853"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.614865" level="INFO">${max} = 31589.85</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:13:40.610727" elapsed="0.004167"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.618803" level="INFO">${average} = 30336.78</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:13:40.615052" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.622727" level="INFO">${stdev} = 10193.77</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:13:40.618985" elapsed="0.003768"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.623304" level="INFO">${date} = 2026-07-30 03:13:40</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T03:13:40.622917" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.623972" level="INFO">CBench Result: 2026-07-30 03:13:40,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28091.81,31589.85,30336.78,10193.77</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.623480" elapsed="0.000551"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:13:40.625162" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-30T03:13:40.624719" elapsed="0.000525"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-30T03:13:40.625400" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T03:13:40.624206" elapsed="0.001733"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-30T03:03:34.114632" elapsed="606.511370"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.626495" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-30T03:13:40.626154" elapsed="0.000399"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-30T03:13:40.627075" elapsed="0.000287"/>
</kw>
<status status="PASS" start="2026-07-30T03:13:40.626770" elapsed="0.000663"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-30T03:03:34.112037" elapsed="606.515434"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.628932" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.628549" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.630304" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-30T03:13:40.629907" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-30T03:13:40.630700" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:13:40.630475" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-30T03:13:40.633675" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:13:40.633426" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-07-30T03:13:40.633403" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:13:40.634110" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-30T03:13:40.634247" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-30T03:13:40.633889" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.634830" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.34 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.52" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:13:40.634411" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:13:40.635452" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:13:40.635029" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:13:40.636424" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T03:13:40.636513" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:13:40.636086" elapsed="0.000452"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:13:40.636680" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T03:13:40.637876" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-07-30T03:13:41.219953" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 03:13:40 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 03:03:34 2026 from 10.30.170.36
[?2004h[jenkins@releng-00446-41-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-30T03:13:40.637523" elapsed="0.582634"/>
</kw>
<msg time="2026-07-30T03:13:41.220268" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:13:40.637158" elapsed="0.583208"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-30T03:13:40.635711" elapsed="0.584778"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T03:13:41.221028" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.34 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T03:23:47.286864" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T03:23:47.288029" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T03:23:47.288135" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-30T03:13:41.220712" elapsed="606.067479"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:23:47.288646" elapsed="0.000919"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.290745" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.344 16  switches: flows:  508836 512518 499029 499868 502274 500436 505511 506343 478958 491778 500161 493927 496522 489259 497819 493319  total = 132.942633 per ms 
03:15:46.445 16  switches: flows:  508330 510322 517196 514098 512565 509181 502448 502974 506254 509607 507218 511374 502279 498495 517769 502825  total = 135.321581 per ms 
03:16:46.554 16  switches: flows:  512101 508591 512993 509694 508241 511677 515538 509317 499438 514159 514104 521523 513912 509244 521555 520231  total = 136.460129 per ms 
03:17:46.657 16  switches: flows:  570040 566028 557199 566076 537337 554091 563978 568749 555828 528909 562313 551193 561526 556471 558162 549500  total = 148.203508 per ms 
03:18:46.758 16  switches: flows:  531899 523636 528635 527369 523920 526909 519738 526146 532089 515348 534587 534199 531389 536804 536628 531387  total = 140.774533 per ms 
03:19:46.860 16  switches: flows:  552094 540311 543658 551384 544065 555043 545232 541652 540349 560450 552949 549769 550106 542257 555826 563371  total = 146.228090 per ms 
03:20:46.965 16  switches: flows:  577329 571391 580817 582679 569367 581987 571977 584086 576926 578697 570997 578669 577292 579072 587457 587231  total = 153.997838 per ms 
03:21:47.066 16  switches: flows:  564128 563715 565919 569633 574355 564002 567669 571165 567942 558104 573715 554883 553096 569944 569106 568717  total = 150.681630 per ms 
03:22:47.168 16  switches: flows:  591532 576656 587768 587390 594424 588732 597214 586067 585234 587975 591034 589608 590644 590041 597083 592633  total = 156.967736 per ms 
03:23:47.269 16  switches: flows:  574938 578144 578745 575310 577709 575779 579993 578894 579150 575609 579525 582697 574863 573467 580251 582521  total = 153.867939 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135321.58/156967.74/146944.78/49542.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.289927" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T03:23:47.291544" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-30T03:23:47.291213" elapsed="0.000488"/>
</branch>
<status status="PASS" start="2026-07-30T03:23:47.291165" elapsed="0.000591"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T03:23:47.291961" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:23:47.291880" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:23:47.291846" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T03:23:47.292165" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:23:47.296357" elapsed="0.000349"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:23:47.296864" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:23:47.297177" elapsed="0.000122"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T03:23:47.292874" elapsed="0.004481"/>
</kw>
<msg time="2026-07-30T03:23:47.297486" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-30T03:13:40.631105" elapsed="606.666408"/>
</kw>
<status status="PASS" start="2026-07-30T03:13:40.630785" elapsed="606.666776"/>
</branch>
<status status="PASS" start="2026-07-30T03:13:40.630449" elapsed="606.667136"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.298039" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.344 16  switches: flows:  508836 512518 499029 499868 502274 500436 505511 506343 478958 491778 500161 493927 496522 489259 497819 493319  total = 132.942633 per ms 
03:15:46.445 16  switches: flows:  508330 510322 517196 514098 512565 509181 502448 502974 506254 509607 507218 511374 502279 498495 517769 502825  total = 135.321581 per ms 
03:16:46.554 16  switches: flows:  512101 508591 512993 509694 508241 511677 515538 509317 499438 514159 514104 521523 513912 509244 521555 520231  total = 136.460129 per ms 
03:17:46.657 16  switches: flows:  570040 566028 557199 566076 537337 554091 563978 568749 555828 528909 562313 551193 561526 556471 558162 549500  total = 148.203508 per ms 
03:18:46.758 16  switches: flows:  531899 523636 528635 527369 523920 526909 519738 526146 532089 515348 534587 534199 531389 536804 536628 531387  total = 140.774533 per ms 
03:19:46.860 16  switches: flows:  552094 540311 543658 551384 544065 555043 545232 541652 540349 560450 552949 549769 550106 542257 555826 563371  total = 146.228090 per ms 
03:20:46.965 16  switches: flows:  577329 571391 580817 582679 569367 581987 571977 584086 576926 578697 570997 578669 577292 579072 587457 587231  total = 153.997838 per ms 
03:21:47.066 16  switches: flows:  564128 563715 565919 569633 574355 564002 567669 571165 567942 558104 573715 554883 553096 569944 569106 568717  total = 150.681630 per ms 
03:22:47.168 16  switches: flows:  591532 576656 587768 587390 594424 588732 597214 586067 585234 587975 591034 589608 590644 590041 597083 592633  total = 156.967736 per ms 
03:23:47.269 16  switches: flows:  574938 578144 578745 575310 577709 575779 579993 578894 579150 575609 579525 582697 574863 573467 580251 582521  total = 153.867939 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135321.58/156967.74/146944.78/49542.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.297736" elapsed="0.000393"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-30T03:23:47.298293" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T03:23:47.299048" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T03:23:47.299139" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135321.58/156967.74/146944.78/49542.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-30T03:23:47.298826" elapsed="0.000337"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:23:47.299589" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135321.58/156967.74/146944.78/49542.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:23:47.299334" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.302037" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.299761" elapsed="0.002363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.304526" level="INFO">135321.58/156967.74/146944.78/49542.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.302294" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:23:47.306962" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:23:47.304740" elapsed="0.002251"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:23:47.309474" level="INFO">@{result_value_list} = [ 135321.58 | 156967.74 | 146944.78 | 49542.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:23:47.307206" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.310000" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T03:23:47.310117" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:23:47.309667" elapsed="0.000476"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.315095" level="INFO">min :: 135321.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.310572" elapsed="0.004585"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T03:23:47.310439" elapsed="0.004756"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.319810" level="INFO">max :: 156967.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.315452" elapsed="0.004421"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T03:23:47.315311" elapsed="0.004601"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.324512" level="INFO">avg :: 146944.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.320156" elapsed="0.004421"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T03:23:47.320010" elapsed="0.004606"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.329429" level="INFO">stdev :: 49542.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.324868" elapsed="0.004626"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T03:23:47.324715" elapsed="0.004820"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T03:23:47.310217" elapsed="0.019351"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.333550" level="INFO">${min} = 135321.58</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:23:47.329759" elapsed="0.003820"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.337542" level="INFO">${max} = 156967.74</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:23:47.333758" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.341521" level="INFO">${average} = 146944.78</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:23:47.337749" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.345508" level="INFO">${stdev} = 49542.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:23:47.341724" elapsed="0.003815"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.346088" level="INFO">${date} = 2026-07-30 03:23:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T03:23:47.345722" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.346716" level="INFO">CBench Result: 2026-07-30 03:23:47,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135321.58,156967.74,146944.78,49542.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.346299" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:23:47.347923" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-30T03:23:47.347469" elapsed="0.000523"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-30T03:23:47.348149" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T03:23:47.346947" elapsed="0.001766"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-30T03:13:40.629331" elapsed="606.719445"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.349265" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-30T03:23:47.348931" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-30T03:23:47.349845" elapsed="0.000302"/>
</kw>
<status status="PASS" start="2026-07-30T03:23:47.349534" elapsed="0.000692"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-30T03:13:40.627919" elapsed="606.722369"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.351898" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.351503" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.353329" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-30T03:23:47.352863" elapsed="0.000523"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-30T03:23:47.353775" elapsed="0.000210"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:23:47.353539" elapsed="0.000495"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-30T03:23:47.357376" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:23:47.357006" elapsed="0.000446"/>
</branch>
<status status="PASS" start="2026-07-30T03:23:47.356979" elapsed="0.000499"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:23:47.357898" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-07-30T03:23:47.358033" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-30T03:23:47.357625" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.358739" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.52" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:23:47.358258" elapsed="0.000542"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:23:47.359374" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:23:47.358941" elapsed="0.000461"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:23:47.360366" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T03:23:47.360455" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:23:47.360019" elapsed="0.000461"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:23:47.360626" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T03:23:47.361836" level="INFO">Logging into '10.30.170.52:22' as 'jenkins'.</msg>
<msg time="2026-07-30T03:23:47.977751" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 03:23:47 UTC 2026

  System load:  0.41               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.52
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 03:13:41 2026 from 10.30.170.36
[?2004h[jenkins@releng-00446-41-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-30T03:23:47.361481" elapsed="0.616468"/>
</kw>
<msg time="2026-07-30T03:23:47.978037" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:23:47.361115" elapsed="0.617006"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-30T03:23:47.359620" elapsed="0.618621"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T03:23:47.978809" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.34 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T03:33:54.160117" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T03:33:54.160785" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T03:33:54.160896" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-30T03:23:47.978476" elapsed="606.182484"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:33:54.161470" elapsed="0.000704"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.163385" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:53.236 16  switches: flows:  124073 119964 119265 120214 122378 126054 122738 121759 120983 120434 117328 120627 119622 117198 121170 123251  total = 32.284300 per ms 
03:25:53.337 16  switches: flows:  116505 116267 115103 116386 119727 119441 117434 115929 114364 115761 113897 116827 113176 112519 113653 111395  total = 30.755018 per ms 
03:26:53.437 16  switches: flows:  120439 117902 118957 118116 121911 121260 121234 120614 118519 117768 118737 118058 116343 113488 116344 115444  total = 31.532937 per ms 
03:27:53.538 16  switches: flows:  118357 117409 117882 118513 120935 121735 119961 120752 117760 118943 117683 118978 116064 115090 116319 115189  total = 31.473590 per ms 
03:28:53.638 16  switches: flows:  117880 119428 117728 120328 121095 122697 120402 119470 117950 119732 117232 121114 117283 115848 117416 112958  total = 31.589941 per ms 
03:29:53.738 16  switches: flows:  118251 117908 118059 119164 119469 122780 119163 119840 117036 118013 117563 118382 115274 116084 115041 114612  total = 31.391553 per ms 
03:30:53.839 16  switches: flows:  117581 119475 117682 118774 121778 121666 119723 120545 117606 118084 118280 120002 116450 116060 119337 115490  total = 31.589396 per ms 
03:31:53.940 16  switches: flows:  117398 118374 115664 118621 119732 119968 120347 119234 117444 117395 116653 118179 115205 114043 116687 113017  total = 31.247194 per ms 
03:32:54.040 16  switches: flows:  119447 118276 117354 117245 119709 119101 119572 119361 120502 118401 117165 117659 114114 112287 116065 112935  total = 31.267604 per ms 
03:33:54.141 16  switches: flows:  116945 119824 116949 118299 120367 120787 118978 119946 118823 118272 117628 118736 115912 115578 115030 114822  total = 31.395741 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30755.02/31589.94/31360.33/10456.30 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.162572" elapsed="0.001124"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T03:33:54.164201" elapsed="0.000113"/>
</return>
<status status="PASS" start="2026-07-30T03:33:54.163889" elapsed="0.000510"/>
</branch>
<status status="PASS" start="2026-07-30T03:33:54.163836" elapsed="0.000621"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T03:33:54.164671" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:33:54.164587" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:33:54.164551" elapsed="0.000279"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T03:33:54.164900" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:33:54.170103" elapsed="0.000358"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-30T03:33:54.170609" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:33:54.170904" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T03:33:54.165616" elapsed="0.005440"/>
</kw>
<msg time="2026-07-30T03:33:54.171184" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-30T03:23:47.354429" elapsed="606.816782"/>
</kw>
<status status="PASS" start="2026-07-30T03:23:47.354062" elapsed="606.817215"/>
</branch>
<status status="PASS" start="2026-07-30T03:23:47.353513" elapsed="606.817788"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.171732" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.34:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.34. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:53.236 16  switches: flows:  124073 119964 119265 120214 122378 126054 122738 121759 120983 120434 117328 120627 119622 117198 121170 123251  total = 32.284300 per ms 
03:25:53.337 16  switches: flows:  116505 116267 115103 116386 119727 119441 117434 115929 114364 115761 113897 116827 113176 112519 113653 111395  total = 30.755018 per ms 
03:26:53.437 16  switches: flows:  120439 117902 118957 118116 121911 121260 121234 120614 118519 117768 118737 118058 116343 113488 116344 115444  total = 31.532937 per ms 
03:27:53.538 16  switches: flows:  118357 117409 117882 118513 120935 121735 119961 120752 117760 118943 117683 118978 116064 115090 116319 115189  total = 31.473590 per ms 
03:28:53.638 16  switches: flows:  117880 119428 117728 120328 121095 122697 120402 119470 117950 119732 117232 121114 117283 115848 117416 112958  total = 31.589941 per ms 
03:29:53.738 16  switches: flows:  118251 117908 118059 119164 119469 122780 119163 119840 117036 118013 117563 118382 115274 116084 115041 114612  total = 31.391553 per ms 
03:30:53.839 16  switches: flows:  117581 119475 117682 118774 121778 121666 119723 120545 117606 118084 118280 120002 116450 116060 119337 115490  total = 31.589396 per ms 
03:31:53.940 16  switches: flows:  117398 118374 115664 118621 119732 119968 120347 119234 117444 117395 116653 118179 115205 114043 116687 113017  total = 31.247194 per ms 
03:32:54.040 16  switches: flows:  119447 118276 117354 117245 119709 119101 119572 119361 120502 118401 117165 117659 114114 112287 116065 112935  total = 31.267604 per ms 
03:33:54.141 16  switches: flows:  116945 119824 116949 118299 120367 120787 118978 119946 118823 118272 117628 118736 115912 115578 115030 114822  total = 31.395741 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30755.02/31589.94/31360.33/10456.30 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.171446" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-30T03:33:54.171952" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T03:33:54.172706" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T03:33:54.172810" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30755.02/31589.94/31360.33/10456.30 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-30T03:33:54.172489" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:33:54.173252" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30755.02/31589.94/31360.33/10456.30 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:33:54.172987" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.175638" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.173424" elapsed="0.002272"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.178064" level="INFO">30755.02/31589.94/31360.33/10456.30</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.175843" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:33:54.180477" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:33:54.178284" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:33:54.182909" level="INFO">@{result_value_list} = [ 30755.02 | 31589.94 | 31360.33 | 10456.30 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-30T03:33:54.180691" elapsed="0.002247"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.183411" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T03:33:54.183499" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-30T03:33:54.183091" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.188182" level="INFO">min :: 30755.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.183896" elapsed="0.004357"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T03:33:54.183770" elapsed="0.004519"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.193761" level="INFO">max :: 31589.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.188503" elapsed="0.005327"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T03:33:54.188377" elapsed="0.005496"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.198830" level="INFO">avg :: 31360.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.194142" elapsed="0.004746"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T03:33:54.193979" elapsed="0.004944"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.203793" level="INFO">stdev :: 10456.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.199134" elapsed="0.004717"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T03:33:54.199008" elapsed="0.004878"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T03:33:54.183589" elapsed="0.020327"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.207916" level="INFO">${min} = 30755.02</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:33:54.204081" elapsed="0.003862"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.211875" level="INFO">${max} = 31589.94</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:33:54.208099" elapsed="0.003804"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.215829" level="INFO">${average} = 31360.33</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:33:54.212056" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.221486" level="INFO">${stdev} = 10456.30</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:33:54.216061" elapsed="0.005464"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.222257" level="INFO">${date} = 2026-07-30 03:33:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T03:33:54.221743" elapsed="0.000552"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.223059" level="INFO">CBench Result: 2026-07-30 03:33:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30755.02,31589.94,31360.33,10456.30</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:33:54.222489" elapsed="0.000653"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:33:54.224380" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-chromium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-30T03:33:54.223840" elapsed="0.000619"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-30T03:33:54.224681" elapsed="0.000756"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T03:33:54.223344" elapsed="0.002190"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-30T03:23:47.352302" elapsed="606.873325"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.226342" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-30T03:33:54.225855" elapsed="0.000575"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T03:33:54.228158" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-30T03:33:54.227493" elapsed="0.000706"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-30T03:33:54.228596" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-30T03:33:54.228370" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-07-30T03:33:54.228334" elapsed="0.000399"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.228949" elapsed="0.000031"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.229179" elapsed="0.000032"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.229447" elapsed="0.000032"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.229752" elapsed="0.000031"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.229982" elapsed="0.000033"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.230213" elapsed="0.000067"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.230482" elapsed="0.000033"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-30T03:33:54.230841" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:33:54.230626" elapsed="0.000298"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:33:54.230597" elapsed="0.000366"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-30T03:33:54.226975" elapsed="0.004065"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-30T03:23:47.350892" elapsed="606.880218"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-30T03:03:31.588652" elapsed="1822.643233"/>
</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>
