<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-10T02:55:00.470367" 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-05-10T02:55:01.069088" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-10T02:55:01.068927" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:01.068894" elapsed="0.000297"/>
</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-05-10T02:55:01.069353" elapsed="0.000534"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T02:55:01.070387" level="INFO">Logging into '10.30.171.199:8101' as 'karaf'.</msg>
<msg time="2026-05-10T02:55:01.868517" 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-05-10T02:55:01.070064" elapsed="0.798639"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T02:55:01.916967" 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-05-10T02:55:01.868979" elapsed="0.048122"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T02:55:01.918947" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T02:55:01.919054" 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-05-10T02:55:01.917369" elapsed="0.001716"/>
</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-05-10T02:55:01.919240" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:55:01.919632" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:55:01.920341" 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-05-10T02:55:01.919995" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T02:55:01.920451" elapsed="0.000050"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-10T02:55:01.068536" elapsed="0.852086"/>
</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-05-10T02:55:01.061124" elapsed="0.859561"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T02:55:01.921233" 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-05-10T02:55:01.920866" elapsed="0.000451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T02:55:01.921725" 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-05-10T02:55:01.921478" elapsed="0.000309"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T02:55:01.922354" 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-05-10T02:55:01.921941" elapsed="0.000442"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T02:55:01.922883" 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-05-10T02:55:01.922551" elapsed="0.000405"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T02:55:01.923500" 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-05-10T02:55:01.923105" elapsed="0.000423"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T02:55:01.924003" 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-05-10T02:55:01.923690" elapsed="0.000355"/>
</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-05-10T02:55:01.924364" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-10T02:55:01.924134" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T02:55:01.928740" 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-05-10T02:55:01.928335" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T02:55:01.929789" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T02:55:01.929874" 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-05-10T02:55:01.929344" elapsed="0.000554"/>
</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-05-10T02:55:01.930044" elapsed="0.000357"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T02:55:01.931633" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-05-10T02:55:02.604524" 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 Sun May 10 02:55:02 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  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-234-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-05-10T02:55:01.931123" elapsed="0.673567"/>
</kw>
<msg time="2026-05-10T02:55:02.604783" 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-05-10T02:55:01.930742" elapsed="0.674135"/>
</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-05-10T02:55:01.928974" elapsed="0.676024"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-10T02:55:02.611029" 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-05-10T02:55:02.605213" elapsed="0.007689"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:55:02.613127" elapsed="0.000336"/>
</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-05-10T02:55:01.927781" elapsed="0.685750"/>
</kw>
<status status="PASS" start="2026-05-10T02:55:01.924490" elapsed="0.689080"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:01.924104" elapsed="0.689504"/>
</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-05-10T02:55:02.613768" elapsed="0.000510"/>
</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-05-10T02:55:02.618963" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-10T02:55:02.618792" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:02.618765" elapsed="0.000310"/>
</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-05-10T02:55:02.626652" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-10T02:55:02.626334" elapsed="0.000410"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:02.626258" elapsed="0.000520"/>
</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-05-10T02:55:02.626993" elapsed="0.000636"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T02:55:02.628082" level="INFO">Logging into '10.30.171.199:8101' as 'karaf'.</msg>
<msg time="2026-05-10T02:55:02.804928" 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-05-10T02:55:02.627793" elapsed="0.177318"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T02:55:02.902154" 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-05-10T02:55:02.805376" elapsed="0.096950"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T02:55:02.911940" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T02:55:02.912127" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-10T02:55:02.902601" elapsed="0.009558"/>
</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-05-10T02:55:02.912319" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:55:02.912735" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:55:02.913394" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T02:55:02.913068" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T02:55:02.913499" elapsed="0.000049"/>
</return>
<msg time="2026-05-10T02:55:02.913693" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-10T02:55:02.625435" elapsed="0.288290"/>
</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-05-10T02:55:02.913876" elapsed="0.000501"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T02:55:02.914428" elapsed="0.000051"/>
</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-05-10T02:55:02.618422" elapsed="0.296157"/>
</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-05-10T02:55:02.918290" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-10T02:55:02.918153" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:02.918129" elapsed="0.000251"/>
</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-05-10T02:55:02.918537" elapsed="0.000447"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-10T02:55:02.919423" level="INFO">Logging into '10.30.171.199:8101' as 'karaf'.</msg>
<msg time="2026-05-10T02:55:03.088674" 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-05-10T02:55:02.919133" elapsed="0.169679"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-10T02:55:03.113275" 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-05-10T02:55:03.089036" elapsed="0.024320"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-10T02:55:03.115148" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-10T02:55:03.115252" 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-05-10T02:55:03.113512" elapsed="0.001768"/>
</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-05-10T02:55:03.115434" elapsed="0.000184"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T02:55:03.115766" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:55:03.116434" 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-05-10T02:55:03.116102" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-10T02:55:03.116535" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.199
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-10T02:55:02.917826" elapsed="0.198879"/>
</kw>
<status status="PASS" start="2026-05-10T02:55:01.057081" elapsed="2.059689"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:55:03.119435" 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-05-10T02:55:03.117643" elapsed="0.001867"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T02:55:03.121027" 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-05-10T02:55:03.120664" elapsed="0.000407"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-10T02:55:03.121417" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-10T02:55:03.121153" elapsed="0.000325"/>
</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-05-10T02:55:03.124536" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-10T02:55:03.124268" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:03.124248" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T02:55:03.124964" 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-05-10T02:55:03.125086" 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-05-10T02:55:03.124753" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T02:55:03.125695" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.158" 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-05-10T02:55:03.125250" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T02:55:03.126409" 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-05-10T02:55:03.125906" elapsed="0.000531"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T02:55:03.127378" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T02:55:03.127470" 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-05-10T02:55:03.127026" elapsed="0.000468"/>
</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-05-10T02:55:03.127637" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T02:55:03.128972" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-05-10T02:55:03.436019" 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 Sun May 10 02:55:02 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  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: Sun May 10 02:55:02 2026 from 10.30.170.73
[?2004h[jenkins@releng-63164-234-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-05-10T02:55:03.128586" elapsed="0.307631"/>
</kw>
<msg time="2026-05-10T02:55:03.436321" 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-05-10T02:55:03.128151" elapsed="0.308261"/>
</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-05-10T02:55:03.126645" elapsed="0.309892"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T02:55:03.437333" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T03:05:09.587653" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T03:05:09.588226" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T03:05:09.588366" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199: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-05-10T02:55:03.436762" elapsed="606.151666"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T03:05:09.588924" elapsed="0.000814"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.590954" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:08.676 16  switches: flows:  108871 105829 104548 106499 103820 106738 107631 104589 102798 102721 100194 102419 103277 102649 104299 102797  total = 27.827983 per ms 
02:57:08.777 16  switches: flows:  119855 118392 115730 119046 116745 115358 117594 116431 111941 113689 111955 114043 115601 113363 112978 114584  total = 30.737072 per ms 
02:58:08.878 16  switches: flows:  120680 117136 115766 117805 116721 115321 119516 115453 112321 112633 112706 111139 116452 112321 113031 115237  total = 30.686050 per ms 
02:59:08.979 16  switches: flows:  121124 114404 115762 117151 116126 116467 117512 113483 112001 113297 111115 109601 112938 114095 112152 114709  total = 30.481417 per ms 
03:00:09.079 16  switches: flows:  117970 115167 115471 116238 116136 113928 117698 113430 110809 113214 109335 111220 111092 113716 113030 112876  total = 30.304931 per ms 
03:01:09.180 16  switches: flows:  106606 104341 105565 104882 105498 103861 104714 104191 101897 101842 101122 101664 101266 102611 101477 102152  total = 27.515550 per ms 
03:02:09.281 16  switches: flows:  114907 112768 114501 113436 112190 110448 114723 111713 110733 109069 108703 109683 111161 112590 110635 111095  total = 29.756260 per ms 
03:03:09.381 16  switches: flows:  106868 107204 106881 104599 105417 103990 107449 104300 103496 102320 99772 102931 102874 105372 102742 103194  total = 27.777053 per ms 
03:04:09.482 16  switches: flows:  89737 88042 87009 87620 86719 86589 87126 87017 84907 84441 82992 84028 84047 85291 84541 83561  total = 22.856266 per ms 
03:05:09.584 16  switches: flows:  101669 99746 100229 101067 99377 98228 100362 99760 95818 97133 96583 96638 96901 97998 97362 96892  total = 26.218945 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22856.27/30737.07/28481.50/9822.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:05:09.590163" elapsed="0.001211"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T03:05:09.591902" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-10T03:05:09.591583" elapsed="0.000473"/>
</branch>
<status status="PASS" start="2026-05-10T03:05:09.591514" elapsed="0.000599"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T03:05:09.592357" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-05-10T03:05:09.592243" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-05-10T03:05:09.592208" elapsed="0.000297"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T03:05:09.592580" 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-05-10T03:05:09.596524" elapsed="0.000338"/>
</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-05-10T03:05:09.597018" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T03:05:09.597346" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T03:05:09.593280" elapsed="0.004221"/>
</kw>
<msg time="2026-05-10T03:05:09.597629" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199: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-05-10T02:55:03.121837" elapsed="606.475819"/>
</kw>
<status status="PASS" start="2026-05-10T02:55:03.121507" elapsed="606.476198"/>
</branch>
<status status="PASS" start="2026-05-10T02:55:03.121129" elapsed="606.476601"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.598187" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:08.676 16  switches: flows:  108871 105829 104548 106499 103820 106738 107631 104589 102798 102721 100194 102419 103277 102649 104299 102797  total = 27.827983 per ms 
02:57:08.777 16  switches: flows:  119855 118392 115730 119046 116745 115358 117594 116431 111941 113689 111955 114043 115601 113363 112978 114584  total = 30.737072 per ms 
02:58:08.878 16  switches: flows:  120680 117136 115766 117805 116721 115321 119516 115453 112321 112633 112706 111139 116452 112321 113031 115237  total = 30.686050 per ms 
02:59:08.979 16  switches: flows:  121124 114404 115762 117151 116126 116467 117512 113483 112001 113297 111115 109601 112938 114095 112152 114709  total = 30.481417 per ms 
03:00:09.079 16  switches: flows:  117970 115167 115471 116238 116136 113928 117698 113430 110809 113214 109335 111220 111092 113716 113030 112876  total = 30.304931 per ms 
03:01:09.180 16  switches: flows:  106606 104341 105565 104882 105498 103861 104714 104191 101897 101842 101122 101664 101266 102611 101477 102152  total = 27.515550 per ms 
03:02:09.281 16  switches: flows:  114907 112768 114501 113436 112190 110448 114723 111713 110733 109069 108703 109683 111161 112590 110635 111095  total = 29.756260 per ms 
03:03:09.381 16  switches: flows:  106868 107204 106881 104599 105417 103990 107449 104300 103496 102320 99772 102931 102874 105372 102742 103194  total = 27.777053 per ms 
03:04:09.482 16  switches: flows:  89737 88042 87009 87620 86719 86589 87126 87017 84907 84441 82992 84028 84047 85291 84541 83561  total = 22.856266 per ms 
03:05:09.584 16  switches: flows:  101669 99746 100229 101067 99377 98228 100362 99760 95818 97133 96583 96638 96901 97998 97362 96892  total = 26.218945 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22856.27/30737.07/28481.50/9822.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:05:09.597872" elapsed="0.000388"/>
</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-05-10T03:05:09.598425" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T03:05:09.599179" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T03:05:09.599270" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22856.27/30737.07/28481.50/9822.23 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-05-10T03:05:09.598953" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:05:09.599738" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22856.27/30737.07/28481.50/9822.23 | 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-05-10T03:05:09.599473" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.602180" 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-05-10T03:05:09.599912" elapsed="0.002324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.604663" level="INFO">22856.27/30737.07/28481.50/9822.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:05:09.602400" elapsed="0.002320"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:05:09.607204" 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-05-10T03:05:09.604869" elapsed="0.002363"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:05:09.609659" level="INFO">@{result_value_list} = [ 22856.27 | 30737.07 | 28481.50 | 9822.23 ]</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-05-10T03:05:09.607437" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.610174" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T03:05:09.610263" 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-05-10T03:05:09.609847" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.615081" level="INFO">min :: 22856.27</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-05-10T03:05:09.610700" elapsed="0.004439"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T03:05:09.610566" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.619745" level="INFO">max :: 30737.07</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-05-10T03:05:09.615412" elapsed="0.004398"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T03:05:09.615267" elapsed="0.004578"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.624703" level="INFO">avg :: 28481.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:05:09.620072" elapsed="0.004692"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T03:05:09.619936" elapsed="0.004863"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.629378" level="INFO">stdev :: 9822.23</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-05-10T03:05:09.625022" elapsed="0.004413"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T03:05:09.624893" elapsed="0.004577"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T03:05:09.610370" elapsed="0.019134"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.633752" level="INFO">${min} = 22856.27</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-05-10T03:05:09.629663" elapsed="0.004116"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.637712" level="INFO">${max} = 30737.07</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-05-10T03:05:09.633934" elapsed="0.003805"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.641832" level="INFO">${average} = 28481.50</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-10T03:05:09.637890" elapsed="0.003968"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.645789" level="INFO">${stdev} = 9822.23</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-05-10T03:05:09.642011" elapsed="0.003804"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.646403" level="INFO">${date} = 2026-05-10 03:05:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-10T03:05:09.645977" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.646992" level="INFO">CBench Result: 2026-05-10 03:05:09,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22856.27,30737.07,28481.50,9822.23</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-05-10T03:05:09.646577" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T03:05:09.648106" 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-05-10T03:05:09.647689" elapsed="0.000483"/>
</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-05-10T03:05:09.648337" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T03:05:09.647192" elapsed="0.001674"/>
</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-05-10T02:55:03.119979" elapsed="606.528947"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.649405" 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-05-10T03:05:09.649077" elapsed="0.000384"/>
</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-05-10T03:05:09.649975" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-05-10T03:05:09.649671" elapsed="0.000679"/>
</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-05-10T02:55:03.116918" elapsed="606.533469"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.651868" 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-05-10T03:05:09.651262" elapsed="0.000675"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.653269" 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-05-10T03:05:09.652918" elapsed="0.000411"/>
</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-05-10T03:05:09.653728" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T03:05:09.653491" elapsed="0.000296"/>
</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-05-10T03:05:09.657023" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T03:05:09.656735" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-05-10T03:05:09.656716" elapsed="0.000387"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T03:05:09.657485" 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-05-10T03:05:09.657608" 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-05-10T03:05:09.657239" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.658210" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.158" 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-05-10T03:05:09.657771" elapsed="0.000496"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T03:05:09.658824" 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-05-10T03:05:09.658425" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T03:05:09.659768" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T03:05:09.659855" 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-05-10T03:05:09.659451" elapsed="0.000428"/>
</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-05-10T03:05:09.660021" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T03:05:09.661225" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-05-10T03:05:10.279027" 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 Sun May 10 03:05:09 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.158
  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: Sun May 10 02:55:03 2026 from 10.30.170.73
[?2004h[jenkins@releng-63164-234-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-05-10T03:05:09.660870" elapsed="0.618375"/>
</kw>
<msg time="2026-05-10T03:05:10.279363" 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-05-10T03:05:09.660521" elapsed="0.618940"/>
</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-05-10T03:05:09.659053" elapsed="0.620532"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T03:05:10.280159" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.199 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T03:15:16.748945" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T03:15:16.749520" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T03:15:16.749630" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.199: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-05-10T03:05:10.279817" elapsed="606.469871"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T03:15:16.750180" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.752068" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:15.820 16  switches: flows:  543695 540864 530437 540261 536116 544237 551390 521137 523019 533334 528312 541713 536062 526055 521369 542663  total = 142.677733 per ms 
03:07:15.923 16  switches: flows:  545801 545748 537507 532797 541053 551451 559862 543829 546578 558282 545308 549612 559544 545345 555812 537646  total = 145.688521 per ms 
03:08:16.025 16  switches: flows:  521390 519043 524599 511991 511059 507253 516638 515511 520046 520951 523578 518697 515860 526548 532549 513969  total = 138.095906 per ms 
03:09:16.127 16  switches: flows:  516504 524574 515665 516209 516386 507052 523905 506482 511530 510364 514691 508854 512243 520633 519552 526736  total = 137.290357 per ms 
03:10:16.228 16  switches: flows:  589623 582214 581072 573753 588432 594676 604921 608642 606047 598812 594069 585996 607041 612858 580143 593117  total = 158.089872 per ms 
03:11:16.330 16  switches: flows:  585800 593523 599090 589428 601337 596486 603193 601436 599375 603346 591547 608837 581689 604890 597088 598733  total = 158.993819 per ms 
03:12:16.432 16  switches: flows:  602373 595536 593681 579059 589027 589458 588891 601666 588513 595449 580926 605021 597592 584844 586696 592286  total = 157.584033 per ms 
03:13:16.535 16  switches: flows:  614147 616895 620792 623705 628533 614176 634509 625293 639332 634118 633577 623892 630891 634994 634404 631805  total = 167.065819 per ms 
03:14:16.637 16  switches: flows:  612340 620478 614212 617629 612825 609604 623254 608111 608811 630362 628564 613854 612135 622870 620816 617159  total = 164.273725 per ms 
03:15:16.739 16  switches: flows:  580735 601142 592269 570967 573693 587622 591888 578902 583698 579652 587570 586021 602179 594763 570926 579283  total = 155.761377 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137290.36/167065.82/153649.27/52219.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:15:16.751284" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T03:15:16.752904" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-10T03:15:16.752594" elapsed="0.000460"/>
</branch>
<status status="PASS" start="2026-05-10T03:15:16.752533" elapsed="0.000577"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T03:15:16.753353" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-05-10T03:15:16.753238" elapsed="0.000211"/>
</branch>
<status status="NOT RUN" start="2026-05-10T03:15:16.753202" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T03:15:16.753567" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-10T03:15:16.759959" elapsed="0.000404"/>
</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-05-10T03:15:16.760527" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T03:15:16.760844" elapsed="0.000108"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T03:15:16.754262" elapsed="0.006758"/>
</kw>
<msg time="2026-05-10T03:15:16.761168" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.199: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-05-10T03:05:09.654174" elapsed="607.107020"/>
</kw>
<status status="PASS" start="2026-05-10T03:05:09.653813" elapsed="607.107432"/>
</branch>
<status status="PASS" start="2026-05-10T03:05:09.653466" elapsed="607.107803"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.761886" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:15.820 16  switches: flows:  543695 540864 530437 540261 536116 544237 551390 521137 523019 533334 528312 541713 536062 526055 521369 542663  total = 142.677733 per ms 
03:07:15.923 16  switches: flows:  545801 545748 537507 532797 541053 551451 559862 543829 546578 558282 545308 549612 559544 545345 555812 537646  total = 145.688521 per ms 
03:08:16.025 16  switches: flows:  521390 519043 524599 511991 511059 507253 516638 515511 520046 520951 523578 518697 515860 526548 532549 513969  total = 138.095906 per ms 
03:09:16.127 16  switches: flows:  516504 524574 515665 516209 516386 507052 523905 506482 511530 510364 514691 508854 512243 520633 519552 526736  total = 137.290357 per ms 
03:10:16.228 16  switches: flows:  589623 582214 581072 573753 588432 594676 604921 608642 606047 598812 594069 585996 607041 612858 580143 593117  total = 158.089872 per ms 
03:11:16.330 16  switches: flows:  585800 593523 599090 589428 601337 596486 603193 601436 599375 603346 591547 608837 581689 604890 597088 598733  total = 158.993819 per ms 
03:12:16.432 16  switches: flows:  602373 595536 593681 579059 589027 589458 588891 601666 588513 595449 580926 605021 597592 584844 586696 592286  total = 157.584033 per ms 
03:13:16.535 16  switches: flows:  614147 616895 620792 623705 628533 614176 634509 625293 639332 634118 633577 623892 630891 634994 634404 631805  total = 167.065819 per ms 
03:14:16.637 16  switches: flows:  612340 620478 614212 617629 612825 609604 623254 608111 608811 630362 628564 613854 612135 622870 620816 617159  total = 164.273725 per ms 
03:15:16.739 16  switches: flows:  580735 601142 592269 570967 573693 587622 591888 578902 583698 579652 587570 586021 602179 594763 570926 579283  total = 155.761377 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137290.36/167065.82/153649.27/52219.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:15:16.761442" elapsed="0.000518"/>
</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-05-10T03:15:16.762111" elapsed="0.000556"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T03:15:16.763084" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T03:15:16.763188" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137290.36/167065.82/153649.27/52219.73 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-05-10T03:15:16.762850" elapsed="0.000365"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:15:16.763664" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137290.36/167065.82/153649.27/52219.73 | 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-05-10T03:15:16.763393" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.766105" 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-05-10T03:15:16.763840" elapsed="0.002322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.768698" level="INFO">137290.36/167065.82/153649.27/52219.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:15:16.766326" elapsed="0.002430"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:15:16.771253" 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-05-10T03:15:16.768910" elapsed="0.002374"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:15:16.773791" level="INFO">@{result_value_list} = [ 137290.36 | 167065.82 | 153649.27 | 52219.73 ]</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-05-10T03:15:16.771543" elapsed="0.002275"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.774284" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T03:15:16.774402" 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-05-10T03:15:16.773977" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.779172" level="INFO">min :: 137290.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:15:16.774829" elapsed="0.004400"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T03:15:16.774699" elapsed="0.004565"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.784593" level="INFO">max :: 167065.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:15:16.779505" elapsed="0.005145"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T03:15:16.779371" elapsed="0.005315"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.789352" level="INFO">avg :: 153649.27</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-05-10T03:15:16.784905" elapsed="0.004504"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T03:15:16.784776" elapsed="0.004668"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.794216" level="INFO">stdev :: 52219.73</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-05-10T03:15:16.789664" elapsed="0.004607"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T03:15:16.789534" elapsed="0.004786"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T03:15:16.774496" elapsed="0.019858"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.798335" level="INFO">${min} = 137290.36</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-05-10T03:15:16.794536" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.802402" level="INFO">${max} = 167065.82</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-05-10T03:15:16.798540" elapsed="0.003890"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.806705" level="INFO">${average} = 153649.27</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-05-10T03:15:16.802588" elapsed="0.004144"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.810720" level="INFO">${stdev} = 52219.73</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-05-10T03:15:16.806884" elapsed="0.003862"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.811276" level="INFO">${date} = 2026-05-10 03:15:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-10T03:15:16.810910" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.811874" level="INFO">CBench Result: 2026-05-10 03:15:16,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137290.36,167065.82,153649.27,52219.73</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-05-10T03:15:16.811466" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T03:15:16.813007" 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-05-10T03:15:16.812590" elapsed="0.000483"/>
</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-05-10T03:15:16.813224" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-10T03:15:16.812093" elapsed="0.001677"/>
</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-05-10T03:05:09.652280" elapsed="607.161550"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.814296" 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-05-10T03:15:16.813983" elapsed="0.000409"/>
</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-05-10T03:15:16.814929" elapsed="0.000299"/>
</kw>
<status status="PASS" start="2026-05-10T03:15:16.814615" elapsed="0.000701"/>
</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-05-10T03:05:09.650695" elapsed="607.164666"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.816938" 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-05-10T03:15:16.816511" elapsed="0.000486"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.818608" 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-05-10T03:15:16.818216" elapsed="0.000452"/>
</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-05-10T03:15:16.819022" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-10T03:15:16.818791" elapsed="0.000290"/>
</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-05-10T03:15:16.822054" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-10T03:15:16.821801" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-05-10T03:15:16.821781" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-10T03:15:16.822506" 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-05-10T03:15:16.822635" 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-05-10T03:15:16.822268" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.823228" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.158" 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-05-10T03:15:16.822800" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-10T03:15:16.823857" 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-05-10T03:15:16.823453" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T03:15:16.824959" level="INFO">Length is 0.</msg>
<msg time="2026-05-10T03:15:16.825054" 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-05-10T03:15:16.824488" elapsed="0.000591"/>
</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-05-10T03:15:16.825225" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-10T03:15:16.826491" level="INFO">Logging into '10.30.171.158:22' as 'jenkins'.</msg>
<msg time="2026-05-10T03:15:17.455490" 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 Sun May 10 03:15:17 UTC 2026

  System load:  0.12               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.171.158
  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: Sun May 10 03:05:10 2026 from 10.30.170.73
[?2004h[jenkins@releng-63164-234-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-05-10T03:15:16.826084" elapsed="0.629635"/>
</kw>
<msg time="2026-05-10T03:15:17.455807" 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-05-10T03:15:16.825731" elapsed="0.630160"/>
</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-05-10T03:15:16.824091" elapsed="0.631928"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-10T03:15:17.456606" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.199 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-10T03:25:23.506270" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-10T03:25:23.506958" level="INFO">${stdout} = </msg>
<msg time="2026-05-10T03:25:23.507065" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199: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-05-10T03:15:17.456264" elapsed="606.050859"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T03:25:23.507657" elapsed="0.000867"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.509709" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:22.590 16  switches: flows:  112412 108178 110209 111115 109158 112950 109023 108677 109258 108367 106115 108195 109668 108018 108603 108841  total = 29.146450 per ms 
03:17:22.692 16  switches: flows:  112652 111648 113718 110355 110989 114136 109870 109227 110809 111656 110956 107538 110384 109886 108577 110446  total = 29.498164 per ms 
03:18:22.794 16  switches: flows:  114559 110957 113446 111605 113690 112194 112842 110226 113277 112779 112657 112804 109341 112216 109641 112481  total = 29.861219 per ms 
03:19:22.896 16  switches: flows:  119699 115873 117469 115613 119530 116668 120106 114233 115635 119321 116858 118255 115440 117103 114556 117443  total = 31.177953 per ms 
03:20:22.997 16  switches: flows:  118212 114618 114730 115081 116643 115209 117209 114656 114286 116990 115049 114830 112159 117247 112382 116710  total = 30.715570 per ms 
03:21:23.098 16  switches: flows:  116149 115265 116206 113846 115966 115726 116806 113296 113201 114120 114613 114160 112868 115760 114099 115405  total = 30.573595 per ms 
03:22:23.199 16  switches: flows:  114594 113123 113098 110855 112986 112948 112125 112262 111693 110817 109666 112337 110442 110552 111175 111586  total = 29.787919 per ms 
03:23:23.301 16  switches: flows:  113562 115588 111773 111099 114599 115580 112933 113175 112321 112299 110670 111184 111142 111686 112779 110915  total = 29.971386 per ms 
03:24:23.402 16  switches: flows:  119473 121119 118043 116982 119246 121157 118562 118972 118130 117423 116133 117925 115391 117210 118808 114808  total = 31.437214 per ms 
03:25:23.504 16  switches: flows:  118556 121768 117346 116624 118581 120383 117357 118144 118339 116765 115900 117946 115282 115430 118553 115930  total = 31.329377 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29498.16/31437.21/30483.60/10184.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:25:23.508924" elapsed="0.001100"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-10T03:25:23.510641" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-05-10T03:25:23.510217" elapsed="0.000624"/>
</branch>
<status status="PASS" start="2026-05-10T03:25:23.510154" elapsed="0.000745"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-10T03:25:23.511111" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-10T03:25:23.511029" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-05-10T03:25:23.510993" elapsed="0.000236"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-10T03:25:23.511271" elapsed="0.000018"/>
</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-05-10T03:25:23.514947" elapsed="0.000535"/>
</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-05-10T03:25:23.515702" elapsed="0.000230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-10T03:25:23.516114" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-10T03:25:23.511752" elapsed="0.004648"/>
</kw>
<msg time="2026-05-10T03:25:23.516584" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199: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-05-10T03:15:16.819466" elapsed="606.697155"/>
</kw>
<status status="PASS" start="2026-05-10T03:15:16.819109" elapsed="606.697580"/>
</branch>
<status status="PASS" start="2026-05-10T03:15:16.818768" elapsed="606.697955"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.517359" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.199:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.199. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:22.590 16  switches: flows:  112412 108178 110209 111115 109158 112950 109023 108677 109258 108367 106115 108195 109668 108018 108603 108841  total = 29.146450 per ms 
03:17:22.692 16  switches: flows:  112652 111648 113718 110355 110989 114136 109870 109227 110809 111656 110956 107538 110384 109886 108577 110446  total = 29.498164 per ms 
03:18:22.794 16  switches: flows:  114559 110957 113446 111605 113690 112194 112842 110226 113277 112779 112657 112804 109341 112216 109641 112481  total = 29.861219 per ms 
03:19:22.896 16  switches: flows:  119699 115873 117469 115613 119530 116668 120106 114233 115635 119321 116858 118255 115440 117103 114556 117443  total = 31.177953 per ms 
03:20:22.997 16  switches: flows:  118212 114618 114730 115081 116643 115209 117209 114656 114286 116990 115049 114830 112159 117247 112382 116710  total = 30.715570 per ms 
03:21:23.098 16  switches: flows:  116149 115265 116206 113846 115966 115726 116806 113296 113201 114120 114613 114160 112868 115760 114099 115405  total = 30.573595 per ms 
03:22:23.199 16  switches: flows:  114594 113123 113098 110855 112986 112948 112125 112262 111693 110817 109666 112337 110442 110552 111175 111586  total = 29.787919 per ms 
03:23:23.301 16  switches: flows:  113562 115588 111773 111099 114599 115580 112933 113175 112321 112299 110670 111184 111142 111686 112779 110915  total = 29.971386 per ms 
03:24:23.402 16  switches: flows:  119473 121119 118043 116982 119246 121157 118562 118972 118130 117423 116133 117925 115391 117210 118808 114808  total = 31.437214 per ms 
03:25:23.504 16  switches: flows:  118556 121768 117346 116624 118581 120383 117357 118144 118339 116765 115900 117946 115282 115430 118553 115930  total = 31.329377 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29498.16/31437.21/30483.60/10184.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:25:23.516929" elapsed="0.000535"/>
</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-05-10T03:25:23.517671" elapsed="0.000499"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-10T03:25:23.518733" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-10T03:25:23.518857" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29498.16/31437.21/30483.60/10184.54 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-05-10T03:25:23.518414" elapsed="0.000477"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:25:23.519532" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29498.16/31437.21/30483.60/10184.54 | 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-05-10T03:25:23.519124" elapsed="0.000445"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.522947" 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-05-10T03:25:23.519778" elapsed="0.003247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.525662" level="INFO">29498.16/31437.21/30483.60/10184.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-10T03:25:23.523234" elapsed="0.002484"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:25:23.528128" 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-05-10T03:25:23.525868" elapsed="0.002287"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-10T03:25:23.530627" level="INFO">@{result_value_list} = [ 29498.16 | 31437.21 | 30483.60 | 10184.54 ]</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-05-10T03:25:23.528390" elapsed="0.002263"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.531119" level="INFO">Length is 4.</msg>
<msg time="2026-05-10T03:25:23.531205" 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-05-10T03:25:23.530809" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.535984" level="INFO">min :: 29498.16</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-05-10T03:25:23.531635" elapsed="0.004404"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-10T03:25:23.531504" elapsed="0.004569"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.540827" level="INFO">max :: 31437.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-05-10T03:25:23.536293" elapsed="0.004591"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-10T03:25:23.536162" elapsed="0.004758"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.545579" level="INFO">avg :: 30483.60</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-05-10T03:25:23.541131" elapsed="0.004504"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-10T03:25:23.541005" elapsed="0.004665"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.550197" level="INFO">stdev :: 10184.54</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-05-10T03:25:23.545891" elapsed="0.004360"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-10T03:25:23.545756" elapsed="0.004529"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-10T03:25:23.531294" elapsed="0.019039"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.554219" level="INFO">${min} = 29498.16</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-05-10T03:25:23.550492" elapsed="0.003753"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.558519" level="INFO">${max} = 31437.21</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-05-10T03:25:23.554421" elapsed="0.004149"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.562476" level="INFO">${average} = 30483.60</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-05-10T03:25:23.558728" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.566409" level="INFO">${stdev} = 10184.54</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-05-10T03:25:23.562670" elapsed="0.003765"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.566980" level="INFO">${date} = 2026-05-10 03:25:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-10T03:25:23.566619" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.567574" level="INFO">CBench Result: 2026-05-10 03:25:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29498.16,31437.21,30483.60,10184.54</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-05-10T03:25:23.567152" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-10T03:25:23.568751" 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-05-10T03:25:23.568250" elapsed="0.000569"/>
</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-05-10T03:25:23.568972" 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-05-10T03:25:23.567777" elapsed="0.001742"/>
</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-05-10T03:15:16.817644" elapsed="606.751933"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.570040" 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-05-10T03:25:23.569727" elapsed="0.000367"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-10T03:25:23.571360" 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-05-10T03:25:23.570847" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-10T03:25:23.571614" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-05-10T03:25:23.571465" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-05-10T03:25:23.571444" elapsed="0.000261"/>
</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-05-10T03:25:23.571848" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-10T03:25:23.572004" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-10T03:25:23.572170" 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-05-10T03:25:23.572383" elapsed="0.000022"/>
</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-05-10T03:25:23.572539" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-10T03:25:23.572687" elapsed="0.000019"/>
</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-05-10T03:25:23.572831" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-10T03:25:23.573051" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-10T03:25:23.572912" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-05-10T03:25:23.572895" elapsed="0.000231"/>
</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-05-10T03:25:23.570493" elapsed="0.002684"/>
</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-05-10T03:15:16.815898" elapsed="606.757326"/>
</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-05-10T02:55:00.472004" elapsed="1823.102070"/>
</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>
