<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-25T00:45:27.430169" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-25T00:45:28.032593" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-06-25T00:45:28.032451" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:28.032421" elapsed="0.000269"/>
</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-06-25T00:45:28.032834" elapsed="0.000514"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T00:45:28.033821" level="INFO">Logging into '10.30.170.163:8101' as 'karaf'.</msg>
<msg time="2026-06-25T00:45:28.999979" 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-06-25T00:45:28.033521" elapsed="0.966670"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T00:45:29.051811" 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-06-25T00:45:29.000514" elapsed="0.051465"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T00:45:29.054135" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T00:45:29.054254" 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-06-25T00:45:29.052296" elapsed="0.001990"/>
</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-06-25T00:45:29.054459" elapsed="0.000489"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T00:45:29.055170" elapsed="0.000257"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:45:29.055910" 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-06-25T00:45:29.055579" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T00:45:29.056020" elapsed="0.000052"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.163
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T00:45:28.032058" elapsed="1.024163"/>
</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-06-25T00:45:28.028475" elapsed="1.027813"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T00:45:29.056906" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-25T00:45:29.056519" elapsed="0.000446"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T00:45:29.057398" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-25T00:45:29.057143" elapsed="0.000314"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T00:45:29.058013" 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-06-25T00:45:29.057612" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T00:45:29.058610" 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-06-25T00:45:29.058273" elapsed="0.000381"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T00:45:29.059202" 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-06-25T00:45:29.058801" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T00:45:29.059702" 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-06-25T00:45:29.059390" elapsed="0.000354"/>
</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-06-25T00:45:29.060047" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T00:45:29.059830" elapsed="0.000294"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T00:45:29.064673" 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-06-25T00:45:29.064171" elapsed="0.000531"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T00:45:29.066134" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T00:45:29.066224" 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-06-25T00:45:29.065611" elapsed="0.000641"/>
</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-06-25T00:45:29.066415" elapsed="0.000375"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T00:45:29.067865" level="INFO">Logging into '10.30.170.236:22' as 'jenkins'.</msg>
<msg time="2026-06-25T00:45:29.802968" 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 Jun 25 00:45:29 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.236
  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-63164-320-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-06-25T00:45:29.067326" elapsed="0.735820"/>
</kw>
<msg time="2026-06-25T00:45:29.803243" 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-06-25T00:45:29.066949" elapsed="0.736384"/>
</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-06-25T00:45:29.064941" elapsed="0.738511"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-25T00:45:29.810322" 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-06-25T00:45:29.803665" elapsed="0.008281"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T00:45:29.812289" elapsed="0.000467"/>
</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-06-25T00:45:29.063582" elapsed="0.749278"/>
</kw>
<status status="PASS" start="2026-06-25T00:45:29.060207" elapsed="0.752712"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:29.059805" elapsed="0.753162"/>
</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-06-25T00:45:29.813223" elapsed="0.000771"/>
</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-06-25T00:45:29.820151" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-25T00:45:29.820002" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:29.819976" elapsed="0.000263"/>
</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-06-25T00:45:29.823980" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-25T00:45:29.823858" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:29.823836" elapsed="0.000218"/>
</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-06-25T00:45:29.824218" elapsed="0.000479"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T00:45:29.825160" level="INFO">Logging into '10.30.170.163:8101' as 'karaf'.</msg>
<msg time="2026-06-25T00:45:30.066953" 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-06-25T00:45:29.824868" elapsed="0.242359"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.163313" 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-06-25T00:45:30.067539" elapsed="0.095960"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.188453" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-25T00:45:30.188662" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-25T00:45:30.163892" elapsed="0.024804"/>
</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-06-25T00:45:30.188842" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T00:45:30.189240" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:45:30.189892" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-06-25T00:45:30.189583" elapsed="0.000365"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T00:45:30.189998" elapsed="0.000051"/>
</return>
<msg time="2026-06-25T00:45:30.190220" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.163
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T00:45:29.823433" elapsed="0.366820"/>
</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-06-25T00:45:30.190401" elapsed="0.000528"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T00:45:30.190985" elapsed="0.000036"/>
</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-06-25T00:45:29.819648" elapsed="0.371494"/>
</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-06-25T00:45:30.195007" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-25T00:45:30.194837" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:30.194766" elapsed="0.000315"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-25T00:45:30.195234" elapsed="0.000444"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.196084" level="INFO">Logging into '10.30.170.163:8101' as 'karaf'.</msg>
<msg time="2026-06-25T00:45:30.369187" 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-06-25T00:45:30.195826" elapsed="0.173474"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.393700" 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-06-25T00:45:30.369498" elapsed="0.024264"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.395707" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-25T00:45:30.395814" 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-06-25T00:45:30.393917" elapsed="0.001927"/>
</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-06-25T00:45:30.395982" elapsed="0.000193"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T00:45:30.396320" elapsed="0.000171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:45:30.396928" 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-06-25T00:45:30.396626" elapsed="0.000351"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-25T00:45:30.397028" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.163
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-25T00:45:30.194457" elapsed="0.202777"/>
</kw>
<status status="PASS" start="2026-06-25T00:45:28.026731" elapsed="2.370570"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:45:30.400709" 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-06-25T00:45:30.399221" elapsed="0.001588"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T00:45:30.402984" 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-06-25T00:45:30.402508" elapsed="0.000536"/>
</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-06-25T00:45:30.403528" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-25T00:45:30.403174" elapsed="0.000435"/>
</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-06-25T00:45:30.407798" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-06-25T00:45:30.407433" elapsed="0.000443"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:30.407404" elapsed="0.000508"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.408416" 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-06-25T00:45:30.408592" 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-06-25T00:45:30.408095" elapsed="0.000537"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:45:30.409425" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.236" 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-06-25T00:45:30.408828" elapsed="0.000679"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.410358" 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-06-25T00:45:30.409704" elapsed="0.000690"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T00:45:30.411663" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T00:45:30.411786" 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-06-25T00:45:30.411193" elapsed="0.000626"/>
</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-06-25T00:45:30.412019" elapsed="0.000499"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.413758" level="INFO">Logging into '10.30.170.236:22' as 'jenkins'.</msg>
<msg time="2026-06-25T00:45:30.742616" 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 Jun 25 00:45:29 UTC 2026

  System load:  0.08               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.236
  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 Jun 25 00:45:29 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-320-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-06-25T00:45:30.413287" elapsed="0.329531"/>
</kw>
<msg time="2026-06-25T00:45:30.742907" 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-06-25T00:45:30.412732" elapsed="0.330263"/>
</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-06-25T00:45:30.410666" elapsed="0.332468"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T00:45:30.743663" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T00:55:36.882983" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T00:55:36.883558" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T00:55:36.883666" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-25T00:45:30.743357" elapsed="606.140369"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T00:55:36.884197" elapsed="0.000791"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.886218" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:35.970 16  switches: flows:  123508 120357 120619 121209 121297 117997 119450 118711 114919 114971 114270 114911 115047 113698 114897 112769  total = 31.310500 per ms 
00:47:36.070 16  switches: flows:  144141 142046 142968 140662 140770 140814 139083 138917 135052 133963 132088 133759 133100 134820 134761 133707  total = 36.616374 per ms 
00:48:36.171 16  switches: flows:  147827 147987 147703 148769 145724 144452 145882 144198 137850 137093 137048 138403 139031 136983 137891 136505  total = 37.825927 per ms 
00:49:36.271 16  switches: flows:  137545 138381 137389 136790 136287 135767 136615 137422 130244 128836 129040 130709 129751 127589 129312 129325  total = 35.457456 per ms 
00:50:36.371 16  switches: flows:  147142 150305 149819 145202 144927 146066 148119 144608 138566 136386 136780 138968 140736 136527 137458 139862  total = 37.961156 per ms 
00:51:36.472 16  switches: flows:  150167 150195 148744 148243 147559 146486 147321 146198 142331 139724 140540 137882 138505 139858 136518 139766  total = 38.270074 per ms 
00:52:36.572 16  switches: flows:  150201 152300 149010 149074 149091 148897 148576 149721 143408 137829 140920 139011 140440 140490 139896 140335  total = 38.588905 per ms 
00:53:36.672 16  switches: flows:  150394 151035 150306 148995 146132 149060 148056 145639 142344 140522 139855 139833 143391 139331 139483 141171  total = 38.528139 per ms 
00:54:36.772 16  switches: flows:  150666 148828 145888 146668 144514 145681 146430 144673 138774 138897 140911 139538 141472 138671 137165 141803  total = 38.112708 per ms 
00:55:36.873 16  switches: flows:  150714 151017 149505 148606 145019 144821 147323 144634 140654 138676 140261 139528 139926 139131 137228 139353  total = 38.209447 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35457.46/38588.90/37730.02/12614.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T00:55:36.885398" elapsed="0.001137"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T00:55:36.887083" elapsed="0.000113"/>
</return>
<status status="PASS" start="2026-06-25T00:55:36.886728" elapsed="0.000552"/>
</branch>
<status status="PASS" start="2026-06-25T00:55:36.886671" elapsed="0.000667"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T00:55:36.887560" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-25T00:55:36.887474" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-06-25T00:55:36.887437" elapsed="0.000264"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T00:55:36.887776" 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-06-25T00:55:36.893457" elapsed="0.000530"/>
</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-06-25T00:55:36.894154" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T00:55:36.894470" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T00:55:36.888514" elapsed="0.006108"/>
</kw>
<msg time="2026-06-25T00:55:36.894751" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-25T00:45:30.404117" elapsed="606.490661"/>
</kw>
<status status="PASS" start="2026-06-25T00:45:30.403648" elapsed="606.491179"/>
</branch>
<status status="PASS" start="2026-06-25T00:45:30.403140" elapsed="606.491710"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.895329" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:35.970 16  switches: flows:  123508 120357 120619 121209 121297 117997 119450 118711 114919 114971 114270 114911 115047 113698 114897 112769  total = 31.310500 per ms 
00:47:36.070 16  switches: flows:  144141 142046 142968 140662 140770 140814 139083 138917 135052 133963 132088 133759 133100 134820 134761 133707  total = 36.616374 per ms 
00:48:36.171 16  switches: flows:  147827 147987 147703 148769 145724 144452 145882 144198 137850 137093 137048 138403 139031 136983 137891 136505  total = 37.825927 per ms 
00:49:36.271 16  switches: flows:  137545 138381 137389 136790 136287 135767 136615 137422 130244 128836 129040 130709 129751 127589 129312 129325  total = 35.457456 per ms 
00:50:36.371 16  switches: flows:  147142 150305 149819 145202 144927 146066 148119 144608 138566 136386 136780 138968 140736 136527 137458 139862  total = 37.961156 per ms 
00:51:36.472 16  switches: flows:  150167 150195 148744 148243 147559 146486 147321 146198 142331 139724 140540 137882 138505 139858 136518 139766  total = 38.270074 per ms 
00:52:36.572 16  switches: flows:  150201 152300 149010 149074 149091 148897 148576 149721 143408 137829 140920 139011 140440 140490 139896 140335  total = 38.588905 per ms 
00:53:36.672 16  switches: flows:  150394 151035 150306 148995 146132 149060 148056 145639 142344 140522 139855 139833 143391 139331 139483 141171  total = 38.528139 per ms 
00:54:36.772 16  switches: flows:  150666 148828 145888 146668 144514 145681 146430 144673 138774 138897 140911 139538 141472 138671 137165 141803  total = 38.112708 per ms 
00:55:36.873 16  switches: flows:  150714 151017 149505 148606 145019 144821 147323 144634 140654 138676 140261 139528 139926 139131 137228 139353  total = 38.209447 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35457.46/38588.90/37730.02/12614.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T00:55:36.895005" elapsed="0.000397"/>
</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-06-25T00:55:36.895549" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T00:55:36.896328" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T00:55:36.896421" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35457.46/38588.90/37730.02/12614.21 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-06-25T00:55:36.896079" elapsed="0.000367"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T00:55:36.896861" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35457.46/38588.90/37730.02/12614.21 | 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-06-25T00:55:36.896600" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.899349" 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-06-25T00:55:36.897033" elapsed="0.002374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.901775" level="INFO">35457.46/38588.90/37730.02/12614.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T00:55:36.899555" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T00:55:36.904303" 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-06-25T00:55:36.901981" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T00:55:36.906781" level="INFO">@{result_value_list} = [ 35457.46 | 38588.90 | 37730.02 | 12614.21 ]</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-06-25T00:55:36.904528" elapsed="0.002281"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.907291" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T00:55:36.907388" 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-06-25T00:55:36.906963" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.912152" level="INFO">min :: 35457.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T00:55:36.907822" elapsed="0.004387"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T00:55:36.907687" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.916787" level="INFO">max :: 38588.90</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-06-25T00:55:36.912468" elapsed="0.004376"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T00:55:36.912339" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.921522" level="INFO">avg :: 37730.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-06-25T00:55:36.917150" elapsed="0.004433"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T00:55:36.916976" elapsed="0.004642"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.926177" level="INFO">stdev :: 12614.21</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-06-25T00:55:36.921845" elapsed="0.004389"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T00:55:36.921712" elapsed="0.004557"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T00:55:36.907484" elapsed="0.018819"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.930503" level="INFO">${min} = 35457.46</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-06-25T00:55:36.926463" elapsed="0.004068"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.934722" level="INFO">${max} = 38588.90</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-06-25T00:55:36.930685" elapsed="0.004065"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.938693" level="INFO">${average} = 37730.02</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-06-25T00:55:36.934916" elapsed="0.003810"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.944069" level="INFO">${stdev} = 12614.21</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-06-25T00:55:36.938969" elapsed="0.005142"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.944664" level="INFO">${date} = 2026-06-25 00:55:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T00:55:36.944279" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.945273" level="INFO">CBench Result: 2026-06-25 00:55:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35457.46,38588.90,37730.02,12614.21</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-06-25T00:55:36.944841" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T00:55:36.946499" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-25T00:55:36.946051" elapsed="0.000516"/>
</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-06-25T00:55:36.946748" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T00:55:36.945490" elapsed="0.001807"/>
</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-06-25T00:45:30.401586" elapsed="606.545772"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.947829" 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-06-25T00:55:36.947510" elapsed="0.000375"/>
</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-06-25T00:55:36.948415" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-06-25T00:55:36.948114" elapsed="0.000637"/>
</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-06-25T00:45:30.397441" elapsed="606.551348"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.950090" 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-06-25T00:55:36.949711" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.951422" 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-06-25T00:55:36.951072" elapsed="0.000393"/>
</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-06-25T00:55:36.951810" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T00:55:36.951584" elapsed="0.000284"/>
</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-06-25T00:55:36.954773" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-25T00:55:36.954523" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-25T00:55:36.954504" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T00:55:36.955231" 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-06-25T00:55:36.955351" 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-06-25T00:55:36.954986" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.955929" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.163 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.236" 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-06-25T00:55:36.955513" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T00:55:36.956542" 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-06-25T00:55:36.956143" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T00:55:36.957471" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T00:55:36.957588" 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-06-25T00:55:36.957164" elapsed="0.000449"/>
</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-06-25T00:55:36.957751" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T00:55:36.959400" level="INFO">Logging into '10.30.170.236:22' as 'jenkins'.</msg>
<msg time="2026-06-25T00:55:37.580231" 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 Jun 25 00:55:37 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.236
  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 Jun 25 00:45:30 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-320-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-06-25T00:55:36.958727" elapsed="0.621720"/>
</kw>
<msg time="2026-06-25T00:55:37.580538" 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-06-25T00:55:36.958235" elapsed="0.622393"/>
</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-06-25T00:55:36.956776" elapsed="0.623968"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T00:55:37.581316" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.163 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T01:05:43.662544" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T01:05:43.662971" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T01:05:43.663040" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163: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-06-25T00:55:37.580974" elapsed="606.082104"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:05:43.663462" elapsed="0.000495"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.664752" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:42.701 16  switches: flows:  616427 610552 614768 612636 621689 614935 615480 611387 590598 601636 592174 608406 593734 604506 597291 601453  total = 161.794533 per ms 
00:57:42.804 16  switches: flows:  619671 623880 633387 624852 622417 627307 619687 624235 622032 622104 627049 631707 630877 628408 623669 615534  total = 166.331098 per ms 
00:58:42.906 16  switches: flows:  629481 633392 627281 625701 630235 626923 619743 632042 629492 630252 622219 628140 635305 627111 624069 633095  total = 167.291918 per ms 
00:59:43.040 16  switches: flows:  632986 617506 626679 630683 635970 624444 617832 628487 629973 624597 628681 625926 631270 623678 629740 629026  total = 166.918535 per ms 
01:00:43.142 16  switches: flows:  634946 633060 638296 624650 642978 623939 632796 626579 629615 636045 627402 638480 637487 632652 639869 632210  total = 168.566103 per ms 
01:01:43.244 16  switches: flows:  671492 667310 668043 669143 670501 662978 678677 672467 666987 661894 661426 668621 670226 668037 671614 669110  total = 178.008573 per ms 
01:02:43.346 16  switches: flows:  711081 715028 717154 729018 720227 716595 715222 713012 721056 727538 718284 719230 722556 731662 709921 712263  total = 191.342002 per ms 
01:03:43.447 16  switches: flows:  708465 706805 719369 711629 721118 714195 724358 716075 712164 726053 715064 718100 709628 710996 723949 709441  total = 190.470544 per ms 
01:04:43.548 16  switches: flows:  720327 728489 736133 734390 726898 724629 737942 728235 717789 729655 724125 738305 727676 732728 739360 733570  total = 194.343103 per ms 
01:05:43.650 16  switches: flows:  714204 728957 726611 729126 722877 722472 721774 728792 715438 733644 717924 727759 726301 734084 726727 731060  total = 193.137495 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166331.10/194343.10/179601.04/61033.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:05:43.664230" elapsed="0.000759"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T01:05:43.665372" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-06-25T01:05:43.665135" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-06-25T01:05:43.665079" elapsed="0.000438"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T01:05:43.665657" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:05:43.665603" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-06-25T01:05:43.665580" elapsed="0.000167"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T01:05:43.665829" elapsed="0.000022"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-25T01:05:43.669504" elapsed="0.000471"/>
</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-06-25T01:05:43.670208" elapsed="0.000354"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:05:43.670762" elapsed="0.000151"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T01:05:43.666321" elapsed="0.004656"/>
</kw>
<msg time="2026-06-25T01:05:43.671123" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163: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-06-25T00:55:36.952231" elapsed="606.718921"/>
</kw>
<status status="PASS" start="2026-06-25T00:55:36.951894" elapsed="606.719307"/>
</branch>
<status status="PASS" start="2026-06-25T00:55:36.951562" elapsed="606.719663"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.671661" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:42.701 16  switches: flows:  616427 610552 614768 612636 621689 614935 615480 611387 590598 601636 592174 608406 593734 604506 597291 601453  total = 161.794533 per ms 
00:57:42.804 16  switches: flows:  619671 623880 633387 624852 622417 627307 619687 624235 622032 622104 627049 631707 630877 628408 623669 615534  total = 166.331098 per ms 
00:58:42.906 16  switches: flows:  629481 633392 627281 625701 630235 626923 619743 632042 629492 630252 622219 628140 635305 627111 624069 633095  total = 167.291918 per ms 
00:59:43.040 16  switches: flows:  632986 617506 626679 630683 635970 624444 617832 628487 629973 624597 628681 625926 631270 623678 629740 629026  total = 166.918535 per ms 
01:00:43.142 16  switches: flows:  634946 633060 638296 624650 642978 623939 632796 626579 629615 636045 627402 638480 637487 632652 639869 632210  total = 168.566103 per ms 
01:01:43.244 16  switches: flows:  671492 667310 668043 669143 670501 662978 678677 672467 666987 661894 661426 668621 670226 668037 671614 669110  total = 178.008573 per ms 
01:02:43.346 16  switches: flows:  711081 715028 717154 729018 720227 716595 715222 713012 721056 727538 718284 719230 722556 731662 709921 712263  total = 191.342002 per ms 
01:03:43.447 16  switches: flows:  708465 706805 719369 711629 721118 714195 724358 716075 712164 726053 715064 718100 709628 710996 723949 709441  total = 190.470544 per ms 
01:04:43.548 16  switches: flows:  720327 728489 736133 734390 726898 724629 737942 728235 717789 729655 724125 738305 727676 732728 739360 733570  total = 194.343103 per ms 
01:05:43.650 16  switches: flows:  714204 728957 726611 729126 722877 722472 721774 728792 715438 733644 717924 727759 726301 734084 726727 731060  total = 193.137495 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 166331.10/194343.10/179601.04/61033.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:05:43.671369" elapsed="0.000368"/>
</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-06-25T01:05:43.671885" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T01:05:43.672650" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T01:05:43.672740" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 166331.10/194343.10/179601.04/61033.55 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-06-25T01:05:43.672434" elapsed="0.000330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:05:43.673183" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 166331.10/194343.10/179601.04/61033.55 | 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-06-25T01:05:43.672916" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.675618" 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-06-25T01:05:43.673356" elapsed="0.002320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.678019" level="INFO">166331.10/194343.10/179601.04/61033.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:05:43.675821" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:05:43.680429" 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-06-25T01:05:43.678239" elapsed="0.002217"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:05:43.682874" level="INFO">@{result_value_list} = [ 166331.10 | 194343.10 | 179601.04 | 61033.55 ]</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-06-25T01:05:43.680642" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.683377" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T01:05:43.683478" 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-06-25T01:05:43.683054" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.688353" level="INFO">min :: 166331.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:05:43.683896" elapsed="0.004515"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T01:05:43.683768" elapsed="0.004678"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.692931" level="INFO">max :: 194343.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:05:43.688665" elapsed="0.004323"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T01:05:43.688536" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.697515" level="INFO">avg :: 179601.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:05:43.693255" elapsed="0.004316"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T01:05:43.693127" elapsed="0.004479"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.702167" level="INFO">stdev :: 61033.55</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-06-25T01:05:43.697823" elapsed="0.004419"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T01:05:43.697694" elapsed="0.004583"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T01:05:43.683567" elapsed="0.018741"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.706290" level="INFO">${min} = 166331.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T01:05:43.702480" elapsed="0.003837"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.710370" level="INFO">${max} = 194343.10</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-25T01:05:43.706498" elapsed="0.003899"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.714254" level="INFO">${average} = 179601.04</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-06-25T01:05:43.710563" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.718244" level="INFO">${stdev} = 61033.55</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-06-25T01:05:43.714429" elapsed="0.003851"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.718826" level="INFO">${date} = 2026-06-25 01:05:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T01:05:43.718463" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.719467" level="INFO">CBench Result: 2026-06-25 01:05:43,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,166331.10,194343.10,179601.04,61033.55</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-06-25T01:05:43.719014" elapsed="0.000519"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T01:05:43.720605" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-25T01:05:43.720173" elapsed="0.000499"/>
</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-06-25T01:05:43.720823" elapsed="0.000518"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T01:05:43.719679" elapsed="0.001729"/>
</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-06-25T00:55:36.950495" elapsed="606.770974"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.721999" 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-06-25T01:05:43.721641" elapsed="0.000416"/>
</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-06-25T01:05:43.722641" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-06-25T01:05:43.722290" elapsed="0.000690"/>
</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-06-25T00:55:36.949093" elapsed="606.773925"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.724315" 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-06-25T01:05:43.723846" elapsed="0.000541"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.725689" 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-06-25T01:05:43.725334" elapsed="0.000398"/>
</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-06-25T01:05:43.726239" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:05:43.725874" elapsed="0.000442"/>
</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-06-25T01:05:43.729560" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:05:43.729277" elapsed="0.000342"/>
</branch>
<status status="PASS" start="2026-06-25T01:05:43.729245" elapsed="0.000398"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:05:43.729983" 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-06-25T01:05:43.730118" 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-06-25T01:05:43.729778" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.730800" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.236" 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-06-25T01:05:43.730303" elapsed="0.000559"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-25T01:05:43.731458" 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-06-25T01:05:43.731005" elapsed="0.000490"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:05:43.732442" level="INFO">Length is 0.</msg>
<msg time="2026-06-25T01:05:43.732558" 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-06-25T01:05:43.732074" elapsed="0.000510"/>
</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-06-25T01:05:43.732728" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-25T01:05:43.733973" level="INFO">Logging into '10.30.170.236:22' as 'jenkins'.</msg>
<msg time="2026-06-25T01:05:44.317803" 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 Jun 25 01:05:43 UTC 2026

  System load:  0.35               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.236
  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 Jun 25 00:55:37 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-320-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-06-25T01:05:43.733612" elapsed="0.584440"/>
</kw>
<msg time="2026-06-25T01:05:44.318173" 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-06-25T01:05:43.733224" elapsed="0.585048"/>
</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-06-25T01:05:43.731701" elapsed="0.586706"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-25T01:05:44.319142" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.163 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-25T01:15:50.601342" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-25T01:15:50.601934" level="INFO">${stdout} = </msg>
<msg time="2026-06-25T01:15:50.602045" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-25T01:05:44.318758" elapsed="606.283385"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:15:50.602690" elapsed="0.001129"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.605273" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:49.688 16  switches: flows:  157366 158101 158570 155529 151279 152378 154833 156400 154782 155650 149173 147974 151937 152031 146530 149087  total = 40.860333 per ms 
01:07:49.789 16  switches: flows:  151399 152981 153618 155872 150328 150769 156537 157314 152262 153124 145993 149643 150563 152457 147691 146909  total = 40.390243 per ms 
01:08:49.889 16  switches: flows:  152916 154158 155088 156312 151054 151043 153894 157477 153053 152538 146488 148266 150087 152971 145464 146473  total = 40.387286 per ms 
01:09:49.989 16  switches: flows:  152863 153449 158076 154820 153843 151886 151775 157496 153433 153416 148883 147108 152605 152706 143402 147376  total = 40.484693 per ms 
01:10:50.090 16  switches: flows:  152043 152096 157430 154948 152129 150947 154660 157106 153708 151999 148032 147991 151403 152817 145179 146038  total = 40.407638 per ms 
01:11:50.190 16  switches: flows:  153380 153027 157033 155248 151926 152521 154505 158551 155144 152469 148923 149314 152351 153175 145863 147347  total = 40.611807 per ms 
01:12:50.291 16  switches: flows:  152508 154352 156407 156172 151509 151561 154570 158338 151616 153764 147212 149419 150186 152383 145895 148266  total = 40.501573 per ms 
01:13:50.391 16  switches: flows:  153997 150839 156054 154945 151014 152103 154540 155323 153856 151618 148149 148136 150825 151710 145837 144536  total = 40.324036 per ms 
01:14:50.491 16  switches: flows:  153072 153347 155124 154812 151623 152039 153287 155871 152850 151622 150135 148589 150195 150785 144353 148571  total = 40.370502 per ms 
01:15:50.591 16  switches: flows:  154825 152678 152731 155618 150181 152091 153963 157169 154536 151099 150211 149344 149476 150833 147051 148423  total = 40.436334 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 40324.04/40611.81/40434.90/13478.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:15:50.604332" elapsed="0.001263"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-25T01:15:50.606183" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-06-25T01:15:50.605790" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-06-25T01:15:50.605737" elapsed="0.000613"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-25T01:15:50.606498" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-25T01:15:50.606446" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-06-25T01:15:50.606422" elapsed="0.000177"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-25T01:15:50.606667" elapsed="0.000024"/>
</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-06-25T01:15:50.610773" elapsed="0.000610"/>
</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-06-25T01:15:50.611627" elapsed="0.000243"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-25T01:15:50.612135" elapsed="0.000186"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-25T01:15:50.607180" elapsed="0.005223"/>
</kw>
<msg time="2026-06-25T01:15:50.612591" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-25T01:05:43.726722" elapsed="606.885907"/>
</kw>
<status status="PASS" start="2026-06-25T01:05:43.726343" elapsed="606.886378"/>
</branch>
<status status="PASS" start="2026-06-25T01:05:43.725849" elapsed="606.886921"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.613461" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.163:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.163. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:49.688 16  switches: flows:  157366 158101 158570 155529 151279 152378 154833 156400 154782 155650 149173 147974 151937 152031 146530 149087  total = 40.860333 per ms 
01:07:49.789 16  switches: flows:  151399 152981 153618 155872 150328 150769 156537 157314 152262 153124 145993 149643 150563 152457 147691 146909  total = 40.390243 per ms 
01:08:49.889 16  switches: flows:  152916 154158 155088 156312 151054 151043 153894 157477 153053 152538 146488 148266 150087 152971 145464 146473  total = 40.387286 per ms 
01:09:49.989 16  switches: flows:  152863 153449 158076 154820 153843 151886 151775 157496 153433 153416 148883 147108 152605 152706 143402 147376  total = 40.484693 per ms 
01:10:50.090 16  switches: flows:  152043 152096 157430 154948 152129 150947 154660 157106 153708 151999 148032 147991 151403 152817 145179 146038  total = 40.407638 per ms 
01:11:50.190 16  switches: flows:  153380 153027 157033 155248 151926 152521 154505 158551 155144 152469 148923 149314 152351 153175 145863 147347  total = 40.611807 per ms 
01:12:50.291 16  switches: flows:  152508 154352 156407 156172 151509 151561 154570 158338 151616 153764 147212 149419 150186 152383 145895 148266  total = 40.501573 per ms 
01:13:50.391 16  switches: flows:  153997 150839 156054 154945 151014 152103 154540 155323 153856 151618 148149 148136 150825 151710 145837 144536  total = 40.324036 per ms 
01:14:50.491 16  switches: flows:  153072 153347 155124 154812 151623 152039 153287 155871 152850 151622 150135 148589 150195 150785 144353 148571  total = 40.370502 per ms 
01:15:50.591 16  switches: flows:  154825 152678 152731 155618 150181 152091 153963 157169 154536 151099 150211 149344 149476 150833 147051 148423  total = 40.436334 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 40324.04/40611.81/40434.90/13478.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:15:50.612996" elapsed="0.000619"/>
</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-06-25T01:15:50.613852" elapsed="0.000558"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-25T01:15:50.614967" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-25T01:15:50.615147" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 40324.04/40611.81/40434.90/13478.55 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-06-25T01:15:50.614639" elapsed="0.000558"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:15:50.615883" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 40324.04/40611.81/40434.90/13478.55 | 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-06-25T01:15:50.615502" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.619234" 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-06-25T01:15:50.616194" elapsed="0.003102"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.621765" level="INFO">40324.04/40611.81/40434.90/13478.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:15:50.619472" elapsed="0.002354"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:15:50.624332" 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-06-25T01:15:50.622000" elapsed="0.002364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-25T01:15:50.626918" level="INFO">@{result_value_list} = [ 40324.04 | 40611.81 | 40434.90 | 13478.55 ]</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-06-25T01:15:50.624579" elapsed="0.002375"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.627464" level="INFO">Length is 4.</msg>
<msg time="2026-06-25T01:15:50.627558" 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-06-25T01:15:50.627133" elapsed="0.000448"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.632352" level="INFO">min :: 40324.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-25T01:15:50.627977" elapsed="0.004433"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-25T01:15:50.627846" elapsed="0.004600"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.636907" level="INFO">max :: 40611.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-06-25T01:15:50.632662" elapsed="0.004329"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-25T01:15:50.632535" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.641492" level="INFO">avg :: 40434.90</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-06-25T01:15:50.637259" elapsed="0.004289"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-25T01:15:50.637130" elapsed="0.004453"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.646063" level="INFO">stdev :: 13478.55</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-06-25T01:15:50.641795" elapsed="0.004338"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-25T01:15:50.641669" elapsed="0.004500"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-25T01:15:50.627652" elapsed="0.018548"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.650070" level="INFO">${min} = 40324.04</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-06-25T01:15:50.646362" elapsed="0.003749"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.654172" level="INFO">${max} = 40611.81</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-06-25T01:15:50.650270" elapsed="0.003929"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.658052" level="INFO">${average} = 40434.90</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-06-25T01:15:50.654354" elapsed="0.003725"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.661979" level="INFO">${stdev} = 13478.55</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-06-25T01:15:50.658247" elapsed="0.003758"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.662528" level="INFO">${date} = 2026-06-25 01:15:50</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-25T01:15:50.662181" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.663117" level="INFO">CBench Result: 2026-06-25 01:15:50,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,40324.04,40611.81,40434.90,13478.55</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-06-25T01:15:50.662699" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-25T01:15:50.664327" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-06-25T01:15:50.663802" elapsed="0.000593"/>
</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-06-25T01:15:50.664547" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-25T01:15:50.663327" elapsed="0.001792"/>
</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-06-25T01:05:43.724745" elapsed="606.940437"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.665645" 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-06-25T01:15:50.665330" elapsed="0.000372"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-25T01:15:50.666913" 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-06-25T01:15:50.666434" elapsed="0.000506"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-25T01:15:50.667189" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-06-25T01:15:50.667022" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-06-25T01:15:50.667000" elapsed="0.000282"/>
</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-06-25T01:15:50.667428" elapsed="0.000022"/>
</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-06-25T01:15:50.667586" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-25T01:15:50.667747" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-06-25T01:15:50.667945" elapsed="0.000020"/>
</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-06-25T01:15:50.668112" elapsed="0.000022"/>
</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-06-25T01:15:50.668261" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-25T01:15:50.668404" elapsed="0.000020"/>
</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-06-25T01:15:50.668626" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-25T01:15:50.668487" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-06-25T01:15:50.668470" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-25T01:15:50.666082" elapsed="0.002669"/>
</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-06-25T01:05:43.723338" elapsed="606.945473"/>
</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-06-25T00:45:27.431736" elapsed="1823.237639"/>
</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>
