<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-01T05:52:05.591309" 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-01T05:52:06.212459" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-01T05:52:06.212309" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:06.212281" elapsed="0.000279"/>
</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-01T05:52:06.212703" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-01T05:52:06.213685" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-05-01T05:52:06.867350" 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-01T05:52:06.213368" elapsed="0.654133"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-01T05:52:06.915467" 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-01T05:52:06.867736" elapsed="0.047804"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-01T05:52:06.917274" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-01T05:52:06.917406" 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-01T05:52:06.915710" elapsed="0.001729"/>
</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-01T05:52:06.917598" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T05:52:06.917969" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:52:06.918681" 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-01T05:52:06.918334" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T05:52:06.918788" elapsed="0.000057"/>
</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.36
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-01T05:52:06.211927" elapsed="0.707041"/>
</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-01T05:52:06.208273" elapsed="0.710758"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T05:52:06.919586" 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-01T05:52:06.919224" elapsed="0.000420"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T05:52:06.920045" 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-01T05:52:06.919798" elapsed="0.000303"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-01T05:52:06.920694" 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-01T05:52:06.920279" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T05:52:06.921239" 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-01T05:52:06.920890" elapsed="0.000393"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-01T05:52:06.921820" 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-01T05:52:06.921447" elapsed="0.000401"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T05:52:06.922336" 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-01T05:52:06.922014" elapsed="0.000363"/>
</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-01T05:52:06.922694" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T05:52:06.922482" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T05:52:06.927469" 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-01T05:52:06.927006" elapsed="0.000491"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T05:52:06.928511" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T05:52:06.928595" 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-01T05:52:06.928045" elapsed="0.000574"/>
</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-01T05:52:06.928762" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T05:52:06.930154" level="INFO">Logging into '10.30.170.91:22' as 'jenkins'.</msg>
<msg time="2026-05-01T05:52:07.657741" 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 Fri May  1 05:52:07 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.91
  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-216-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-01T05:52:06.929660" elapsed="0.728246"/>
</kw>
<msg time="2026-05-01T05:52:07.658006" 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-01T05:52:06.929288" elapsed="0.728811"/>
</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-01T05:52:06.927704" elapsed="0.730519"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-01T05:52:07.666663" 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-01T05:52:07.658457" elapsed="0.010129"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T05:52:07.668791" elapsed="0.000316"/>
</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-01T05:52:06.926476" elapsed="0.742696"/>
</kw>
<status status="PASS" start="2026-05-01T05:52:06.923039" elapsed="0.746171"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:06.922455" elapsed="0.746795"/>
</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-01T05:52:07.669436" elapsed="0.000525"/>
</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-01T05:52:07.675222" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-05-01T05:52:07.675051" elapsed="0.000264"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:07.675016" elapsed="0.000334"/>
</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-01T05:52:07.680507" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-05-01T05:52:07.680326" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:07.680298" elapsed="0.000308"/>
</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-01T05:52:07.680798" elapsed="0.000641"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-01T05:52:07.682013" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-05-01T05:52:07.913536" 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-01T05:52:07.681646" elapsed="0.232005"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.010081" 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-01T05:52:07.913852" elapsed="0.096316"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.015819" 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-01T05:52:08.016006" 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-01T05:52:08.010350" elapsed="0.005689"/>
</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-01T05:52:08.016182" elapsed="0.000235"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T05:52:08.016566" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:52:08.017224" 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-01T05:52:08.016914" elapsed="0.000364"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T05:52:08.017330" elapsed="0.000074"/>
</return>
<msg time="2026-05-01T05:52:08.017554" 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.36
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-01T05:52:07.679801" elapsed="0.337784"/>
</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-01T05:52:08.017730" elapsed="0.000537"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T05:52:08.018318" elapsed="0.000031"/>
</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-01T05:52:07.674566" elapsed="0.343899"/>
</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-01T05:52:08.022272" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-01T05:52:08.022129" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:08.022104" elapsed="0.000240"/>
</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-01T05:52:08.022489" elapsed="0.000453"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.023631" level="INFO">Logging into '10.30.171.36:8101' as 'karaf'.</msg>
<msg time="2026-05-01T05:52:08.219133" 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-01T05:52:08.023087" elapsed="0.196146"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.244432" 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-01T05:52:08.219425" elapsed="0.025076"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.246323" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-01T05:52:08.246461" 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-01T05:52:08.244668" elapsed="0.001824"/>
</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-01T05:52:08.246630" elapsed="0.000197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T05:52:08.247002" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:52:08.247671" 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-01T05:52:08.247339" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-01T05:52:08.247773" elapsed="0.000063"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.36
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-01T05:52:08.021757" elapsed="0.226236"/>
</kw>
<status status="PASS" start="2026-05-01T05:52:06.206496" elapsed="2.041583"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:52:08.251290" 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-01T05:52:08.249252" elapsed="0.002172"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T05:52:08.253580" 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-01T05:52:08.253020" elapsed="0.000625"/>
</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-01T05:52:08.254114" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-05-01T05:52:08.253763" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-01T05:52:08.257817" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-01T05:52:08.257559" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:08.257540" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.258257" 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-01T05:52:08.258397" 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-01T05:52:08.258038" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T05:52:08.259040" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.91" 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-01T05:52:08.258564" elapsed="0.000537"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.259734" 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-01T05:52:08.259243" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T05:52:08.260686" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T05:52:08.260776" 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-01T05:52:08.260338" elapsed="0.000462"/>
</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-01T05:52:08.260948" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.262176" level="INFO">Logging into '10.30.170.91:22' as 'jenkins'.</msg>
<msg time="2026-05-01T05:52:08.594081" 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 Fri May  1 05:52:07 UTC 2026

  System load:  0.07               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.91
  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: Fri May  1 05:52:07 2026 from 10.30.170.216
[?2004h[jenkins@releng-63164-216-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-01T05:52:08.261816" elapsed="0.332427"/>
</kw>
<msg time="2026-05-01T05:52:08.594340" 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-01T05:52:08.261465" elapsed="0.332989"/>
</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-01T05:52:08.259960" elapsed="0.334613"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-01T05:52:08.595332" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-01T06:02:14.687207" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-01T06:02:14.688324" level="INFO">${stdout} = </msg>
<msg time="2026-05-01T06:02:14.688456" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-01T05:52:08.594778" elapsed="606.093740"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T06:02:14.689560" elapsed="0.000897"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.691566" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:53:13.771 16  switches: flows:  100891 100196 100734 100373 102428 98022 97902 98848 97387 97593 97055 97007 97891 95168 98398 96195  total = 26.268133 per ms 
05:54:13.871 16  switches: flows:  119276 118276 117608 117269 119398 117292 114443 115713 113845 112672 113150 114538 115485 114241 116114 110791  total = 30.783752 per ms 
05:55:13.972 16  switches: flows:  121797 120816 123243 120662 123237 119354 119529 117301 119321 117144 115084 117914 117093 119777 119693 115700  total = 31.741387 per ms 
05:56:14.072 16  switches: flows:  123535 122400 121545 121921 121029 119356 120971 119566 117984 117421 118432 120973 120957 120581 120182 116376  total = 32.000352 per ms 
05:57:14.173 16  switches: flows:  127962 126107 123592 126093 124791 123707 122756 122463 121676 118883 120078 123604 121187 122316 122642 120104  total = 32.744030 per ms 
05:58:14.274 16  switches: flows:  130225 128740 127146 127996 125793 128581 127752 124713 123627 122436 123834 125166 123977 125180 124878 122917  total = 33.493419 per ms 
05:59:14.374 16  switches: flows:  119829 119472 118245 119214 117876 117714 116758 115626 115723 113343 114062 115431 115756 113545 114327 113687  total = 30.958452 per ms 
06:00:14.474 16  switches: flows:  128255 127131 126367 125223 127263 125749 124285 122302 124560 120811 119419 123728 123006 124428 125038 122500  total = 33.112491 per ms 
06:01:14.575 16  switches: flows:  125927 126900 128120 126793 127960 125170 121711 123184 122851 119472 120823 124038 121240 124636 124736 122058  total = 33.038417 per ms 
06:02:14.675 16  switches: flows:  127580 128369 127599 126184 127433 123836 123909 124839 125796 119009 122560 124372 122087 127079 126560 122744  total = 33.277037 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30783.75/33493.42/32349.93/10825.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:02:14.690821" elapsed="0.001060"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-01T06:02:14.692369" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-05-01T06:02:14.692070" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-05-01T06:02:14.692013" elapsed="0.000603"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-01T06:02:14.692832" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-01T06:02:14.692748" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-05-01T06:02:14.692713" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-01T06:02:14.693049" 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-01T06:02:14.697715" elapsed="0.000451"/>
</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-01T06:02:14.698370" elapsed="0.000292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T06:02:14.698847" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-01T06:02:14.693749" elapsed="0.005308"/>
</kw>
<msg time="2026-05-01T06:02:14.699233" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-01T05:52:08.254723" elapsed="606.444547"/>
</kw>
<status status="PASS" start="2026-05-01T05:52:08.254239" elapsed="606.445099"/>
</branch>
<status status="PASS" start="2026-05-01T05:52:08.253728" elapsed="606.445642"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.700004" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:53:13.771 16  switches: flows:  100891 100196 100734 100373 102428 98022 97902 98848 97387 97593 97055 97007 97891 95168 98398 96195  total = 26.268133 per ms 
05:54:13.871 16  switches: flows:  119276 118276 117608 117269 119398 117292 114443 115713 113845 112672 113150 114538 115485 114241 116114 110791  total = 30.783752 per ms 
05:55:13.972 16  switches: flows:  121797 120816 123243 120662 123237 119354 119529 117301 119321 117144 115084 117914 117093 119777 119693 115700  total = 31.741387 per ms 
05:56:14.072 16  switches: flows:  123535 122400 121545 121921 121029 119356 120971 119566 117984 117421 118432 120973 120957 120581 120182 116376  total = 32.000352 per ms 
05:57:14.173 16  switches: flows:  127962 126107 123592 126093 124791 123707 122756 122463 121676 118883 120078 123604 121187 122316 122642 120104  total = 32.744030 per ms 
05:58:14.274 16  switches: flows:  130225 128740 127146 127996 125793 128581 127752 124713 123627 122436 123834 125166 123977 125180 124878 122917  total = 33.493419 per ms 
05:59:14.374 16  switches: flows:  119829 119472 118245 119214 117876 117714 116758 115626 115723 113343 114062 115431 115756 113545 114327 113687  total = 30.958452 per ms 
06:00:14.474 16  switches: flows:  128255 127131 126367 125223 127263 125749 124285 122302 124560 120811 119419 123728 123006 124428 125038 122500  total = 33.112491 per ms 
06:01:14.575 16  switches: flows:  125927 126900 128120 126793 127960 125170 121711 123184 122851 119472 120823 124038 121240 124636 124736 122058  total = 33.038417 per ms 
06:02:14.675 16  switches: flows:  127580 128369 127599 126184 127433 123836 123909 124839 125796 119009 122560 124372 122087 127079 126560 122744  total = 33.277037 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30783.75/33493.42/32349.93/10825.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:02:14.699583" elapsed="0.000522"/>
</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-01T06:02:14.700308" elapsed="0.000513"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-01T06:02:14.701347" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-01T06:02:14.701494" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30783.75/33493.42/32349.93/10825.78 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-01T06:02:14.701041" elapsed="0.000488"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:02:14.702098" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30783.75/33493.42/32349.93/10825.78 | 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-01T06:02:14.701740" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.705481" 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-01T06:02:14.702334" elapsed="0.003231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.708792" level="INFO">30783.75/33493.42/32349.93/10825.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:02:14.705766" elapsed="0.003089"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:02:14.711202" 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-01T06:02:14.709004" elapsed="0.002225"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:02:14.713660" level="INFO">@{result_value_list} = [ 30783.75 | 33493.42 | 32349.93 | 10825.78 ]</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-01T06:02:14.711435" elapsed="0.002252"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.714147" level="INFO">Length is 4.</msg>
<msg time="2026-05-01T06:02:14.714233" 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-01T06:02:14.713842" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.718952" level="INFO">min :: 30783.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:02:14.714666" elapsed="0.004341"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-01T06:02:14.714535" elapsed="0.004507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.723655" level="INFO">max :: 33493.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:02:14.719259" elapsed="0.004451"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-01T06:02:14.719133" elapsed="0.004650"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.728346" level="INFO">avg :: 32349.93</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-01T06:02:14.724006" elapsed="0.004423"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-01T06:02:14.723879" elapsed="0.004586"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.733273" level="INFO">stdev :: 10825.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:02:14.728684" elapsed="0.004645"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-01T06:02:14.728557" elapsed="0.004807"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-01T06:02:14.714328" elapsed="0.019090"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.737280" level="INFO">${min} = 30783.75</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T06:02:14.733579" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.741187" level="INFO">${max} = 33493.42</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-01T06:02:14.737473" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.745220" level="INFO">${average} = 32349.93</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-01T06:02:14.741363" elapsed="0.003883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.749165" level="INFO">${stdev} = 10825.78</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-01T06:02:14.745410" elapsed="0.003781"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.749721" level="INFO">${date} = 2026-05-01 06:02:14</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-01T06:02:14.749350" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.750298" level="INFO">CBench Result: 2026-05-01 06:02:14,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30783.75,33493.42,32349.93,10825.78</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-01T06:02:14.749892" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T06:02:14.751396" 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-01T06:02:14.750983" elapsed="0.000479"/>
</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-01T06:02:14.751613" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-01T06:02:14.750511" elapsed="0.001642"/>
</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-01T05:52:08.252070" elapsed="606.500144"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.752697" 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-01T06:02:14.752365" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-01T06:02:14.753262" elapsed="0.000282"/>
</kw>
<status status="PASS" start="2026-05-01T06:02:14.752961" elapsed="0.000653"/>
</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-01T05:52:08.248314" elapsed="606.505338"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.754916" 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-01T06:02:14.754540" elapsed="0.000430"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.756216" 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-01T06:02:14.755888" elapsed="0.000369"/>
</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-01T06:02:14.756595" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T06:02:14.756363" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-01T06:02:14.759516" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T06:02:14.759257" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-01T06:02:14.759239" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-01T06:02:14.759930" 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-01T06:02:14.760048" 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-01T06:02:14.759724" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.760639" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.91" 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-01T06:02:14.760206" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T06:02:14.761233" 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-01T06:02:14.760833" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T06:02:14.762153" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T06:02:14.762240" 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-01T06:02:14.761847" elapsed="0.000417"/>
</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-01T06:02:14.762417" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T06:02:14.763593" level="INFO">Logging into '10.30.170.91:22' as 'jenkins'.</msg>
<msg time="2026-05-01T06:02:15.398163" 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 Fri May  1 06:02:14 UTC 2026

  System load:  1.03               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.91
  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: Fri May  1 05:52:08 2026 from 10.30.170.216
[?2004h[jenkins@releng-63164-216-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-01T06:02:14.763227" elapsed="0.635068"/>
</kw>
<msg time="2026-05-01T06:02:15.398362" 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-01T06:02:14.762888" elapsed="0.635565"/>
</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-01T06:02:14.761475" elapsed="0.637070"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-01T06:02:15.398960" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-01T06:12:21.810017" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-01T06:12:21.810507" level="INFO">${stdout} = </msg>
<msg time="2026-05-01T06:12:21.810581" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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-01T06:02:15.398712" elapsed="606.411906"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T06:12:21.810988" elapsed="0.000587"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.812339" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:03:20.515 16  switches: flows:  544233 562237 557618 565021 552620 570572 553338 532042 543034 530976 536548 546833 544965 539314 537447 550907  total = 146.128417 per ms 
06:04:20.977 16  switches: flows:  524374 526871 543239 531599 547824 521703 540732 515940 531647 526172 525168 539637 501047 539325 531728 531587  total = 140.231798 per ms 
06:05:21.078 16  switches: flows:  422904 611384 596809 500246 488529 599634 481156 601920 501495 592195 488917 488686 593303 508633 607530 499158  total = 142.801339 per ms 
06:06:21.179 16  switches: flows:  568060 481758 566929 561353 568888 558613 555639 572366 545949 562824 560907 558568 560814 554190 562295 507998  total = 147.204842 per ms 
06:07:21.281 16  switches: flows:  527245 544611 537598 544297 533664 532303 531499 527834 542104 528004 540106 541755 542840 538267 534373 537719  total = 142.830561 per ms 
06:08:21.383 16  switches: flows:  593824 589339 593269 592663 587322 590919 596496 592976 596077 599460 589277 607801 600219 593484 598146 590258  total = 158.256812 per ms 
06:09:21.485 16  switches: flows:  586283 592540 582343 593858 593365 584800 586003 588355 595263 583665 597570 598344 591782 594244 584867 595381  total = 157.211557 per ms 
06:10:21.587 16  switches: flows:  532922 536826 522450 539900 533307 540705 535957 537887 532774 527680 538162 543198 541102 540584 534187 526984  total = 142.502368 per ms 
06:11:21.688 16  switches: flows:  638091 635607 639109 644693 638826 642541 636476 639728 643026 630067 640449 643494 629824 634902 648489 629808  total = 169.966235 per ms 
06:12:21.790 16  switches: flows:  565215 565454 564678 570691 551168 559830 558497 563130 510738 560871 439842 563845 564586 505141 570551 556806  total = 145.938630 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140231.80/169966.24/149660.46/50766.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:12:21.811834" elapsed="0.000772"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-01T06:12:21.813001" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-05-01T06:12:21.812748" elapsed="0.000357"/>
</branch>
<status status="PASS" start="2026-05-01T06:12:21.812698" elapsed="0.000445"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-01T06:12:21.813291" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-01T06:12:21.813239" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-05-01T06:12:21.813216" elapsed="0.000181"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-01T06:12:21.813446" elapsed="0.000020"/>
</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-01T06:12:21.817038" elapsed="0.000495"/>
</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-01T06:12:21.817736" elapsed="0.000260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T06:12:21.818177" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-01T06:12:21.813895" elapsed="0.004521"/>
</kw>
<msg time="2026-05-01T06:12:21.818597" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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-01T06:02:14.756994" elapsed="607.061639"/>
</kw>
<status status="PASS" start="2026-05-01T06:02:14.756678" elapsed="607.062023"/>
</branch>
<status status="PASS" start="2026-05-01T06:02:14.756343" elapsed="607.062390"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.819342" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:03:20.515 16  switches: flows:  544233 562237 557618 565021 552620 570572 553338 532042 543034 530976 536548 546833 544965 539314 537447 550907  total = 146.128417 per ms 
06:04:20.977 16  switches: flows:  524374 526871 543239 531599 547824 521703 540732 515940 531647 526172 525168 539637 501047 539325 531728 531587  total = 140.231798 per ms 
06:05:21.078 16  switches: flows:  422904 611384 596809 500246 488529 599634 481156 601920 501495 592195 488917 488686 593303 508633 607530 499158  total = 142.801339 per ms 
06:06:21.179 16  switches: flows:  568060 481758 566929 561353 568888 558613 555639 572366 545949 562824 560907 558568 560814 554190 562295 507998  total = 147.204842 per ms 
06:07:21.281 16  switches: flows:  527245 544611 537598 544297 533664 532303 531499 527834 542104 528004 540106 541755 542840 538267 534373 537719  total = 142.830561 per ms 
06:08:21.383 16  switches: flows:  593824 589339 593269 592663 587322 590919 596496 592976 596077 599460 589277 607801 600219 593484 598146 590258  total = 158.256812 per ms 
06:09:21.485 16  switches: flows:  586283 592540 582343 593858 593365 584800 586003 588355 595263 583665 597570 598344 591782 594244 584867 595381  total = 157.211557 per ms 
06:10:21.587 16  switches: flows:  532922 536826 522450 539900 533307 540705 535957 537887 532774 527680 538162 543198 541102 540584 534187 526984  total = 142.502368 per ms 
06:11:21.688 16  switches: flows:  638091 635607 639109 644693 638826 642541 636476 639728 643026 630067 640449 643494 629824 634902 648489 629808  total = 169.966235 per ms 
06:12:21.790 16  switches: flows:  565215 565454 564678 570691 551168 559830 558497 563130 510738 560871 439842 563845 564586 505141 570551 556806  total = 145.938630 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140231.80/169966.24/149660.46/50766.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:12:21.818930" elapsed="0.000540"/>
</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-01T06:12:21.819721" elapsed="0.000553"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-01T06:12:21.820845" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-01T06:12:21.820970" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 140231.80/169966.24/149660.46/50766.58 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-01T06:12:21.820534" elapsed="0.000469"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:12:21.821585" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 140231.80/169966.24/149660.46/50766.58 | 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-01T06:12:21.821214" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.825041" 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-01T06:12:21.821820" elapsed="0.003297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.828567" level="INFO">140231.80/169966.24/149660.46/50766.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:12:21.825319" elapsed="0.003343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:12:21.831538" 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-01T06:12:21.828873" elapsed="0.002691"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:12:21.833983" level="INFO">@{result_value_list} = [ 140231.80 | 169966.24 | 149660.46 | 50766.58 ]</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-01T06:12:21.831756" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.834485" level="INFO">Length is 4.</msg>
<msg time="2026-05-01T06:12:21.834572" 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-01T06:12:21.834164" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.839411" level="INFO">min :: 140231.80</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-01T06:12:21.834995" elapsed="0.004474"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-01T06:12:21.834866" elapsed="0.004637"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.844364" level="INFO">max :: 169966.24</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-01T06:12:21.839723" elapsed="0.004713"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-01T06:12:21.839595" elapsed="0.004877"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.849205" level="INFO">avg :: 149660.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:12:21.844692" elapsed="0.004568"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-01T06:12:21.844564" elapsed="0.004731"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.854452" level="INFO">stdev :: 50766.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:12:21.849536" elapsed="0.004973"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-01T06:12:21.849398" elapsed="0.005146"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-01T06:12:21.834667" elapsed="0.019908"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.858611" level="INFO">${min} = 140231.80</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-01T06:12:21.854737" elapsed="0.003901"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.862649" level="INFO">${max} = 169966.24</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-01T06:12:21.858791" elapsed="0.003884"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.866552" level="INFO">${average} = 149660.46</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-01T06:12:21.862827" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.870548" level="INFO">${stdev} = 50766.58</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-01T06:12:21.866726" elapsed="0.003848"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.871096" level="INFO">${date} = 2026-05-01 06:12:21</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-01T06:12:21.870732" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.871693" level="INFO">CBench Result: 2026-05-01 06:12:21,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,140231.80,169966.24,149660.46,50766.58</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-01T06:12:21.871273" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T06:12:21.872857" 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-01T06:12:21.872362" elapsed="0.000561"/>
</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-01T06:12:21.873075" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-01T06:12:21.871892" elapsed="0.001716"/>
</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-01T06:02:14.755273" elapsed="607.118393"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.874161" 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-01T06:12:21.873822" elapsed="0.000394"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-01T06:12:21.874744" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-01T06:12:21.874446" elapsed="0.000633"/>
</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-01T06:02:14.753957" elapsed="607.121161"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.876512" 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-01T06:12:21.876008" elapsed="0.000568"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.877859" 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-01T06:12:21.877530" elapsed="0.000395"/>
</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-01T06:12:21.878256" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-01T06:12:21.878038" elapsed="0.000275"/>
</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-01T06:12:21.881272" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-01T06:12:21.880992" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-05-01T06:12:21.880973" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-01T06:12:21.881681" 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-01T06:12:21.881798" 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-01T06:12:21.881495" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.882402" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.91" 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-01T06:12:21.881967" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-01T06:12:21.882988" 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-01T06:12:21.882598" elapsed="0.000417"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T06:12:21.884043" level="INFO">Length is 0.</msg>
<msg time="2026-05-01T06:12:21.884151" 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-01T06:12:21.883598" elapsed="0.000583"/>
</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-01T06:12:21.884343" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-01T06:12:21.885563" level="INFO">Logging into '10.30.170.91:22' as 'jenkins'.</msg>
<msg time="2026-05-01T06:12:22.473076" 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 Fri May  1 06:12:22 UTC 2026

  System load:  0.19               Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.91
  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: Fri May  1 06:02:15 2026 from 10.30.170.216
[?2004h[jenkins@releng-63164-216-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-01T06:12:21.885187" elapsed="0.588152"/>
</kw>
<msg time="2026-05-01T06:12:22.473467" 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-01T06:12:21.884835" elapsed="0.588738"/>
</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-01T06:12:21.883213" elapsed="0.590507"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-01T06:12:22.474411" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.36 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-01T06:22:28.540746" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-01T06:22:28.541978" level="INFO">${stdout} = </msg>
<msg time="2026-05-01T06:22:28.542095" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-01T06:12:22.473996" elapsed="606.068158"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T06:22:28.543206" elapsed="0.000807"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.545106" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:13:27.618 16  switches: flows:  103587 103935 101019 103793 101947 104376 102904 104961 103547 102278 100861 107480 102543 101525 106118 101230  total = 27.535067 per ms 
06:14:27.719 16  switches: flows:  126140 127701 129969 124205 125344 124496 125914 126991 125981 125323 122147 125766 123413 123807 123836 123525  total = 33.353041 per ms 
06:15:27.819 16  switches: flows:  124736 127727 128855 125479 125646 125500 126991 124175 127211 122547 121333 126769 124001 125834 122368 124408  total = 33.337318 per ms 
06:16:27.920 16  switches: flows:  123521 124909 127673 123564 124343 122860 122366 124883 123772 120746 121835 122811 121967 120941 120265 123545  total = 32.778555 per ms 
06:17:28.020 16  switches: flows:  125500 127505 128518 130163 125396 125400 127095 125312 124927 123104 126962 123597 122465 121292 124019 125131  total = 33.384028 per ms 
06:18:28.120 16  switches: flows:  121868 121858 123140 122481 122280 122095 121616 123268 120405 120446 120797 120138 120585 117810 118249 118989  total = 32.213321 per ms 
06:19:28.221 16  switches: flows:  127530 125490 129330 124854 126911 127039 128332 129600 124243 126289 126621 127152 125884 121983 121715 123810  total = 33.556997 per ms 
06:20:28.321 16  switches: flows:  127239 124892 126343 123846 127627 126146 125831 129300 123938 126670 124523 127809 123532 120019 120096 122106  total = 33.276397 per ms 
06:21:28.421 16  switches: flows:  128934 125668 127133 125505 128180 125612 127762 130024 123581 126906 125425 126746 123415 120192 121359 121256  total = 33.405774 per ms 
06:22:28.522 16  switches: flows:  125198 121049 122211 120826 124727 123471 122690 125945 120598 122208 121359 122495 119044 117993 117895 116685  total = 32.352322 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32213.32/33557.00/33073.08/11034.32 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:22:28.544366" elapsed="0.001084"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-01T06:22:28.545970" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-01T06:22:28.545650" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-05-01T06:22:28.545588" elapsed="0.000590"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-01T06:22:28.546432" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-01T06:22:28.546319" elapsed="0.000207"/>
</branch>
<status status="NOT RUN" start="2026-05-01T06:22:28.546283" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-01T06:22:28.546646" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-01T06:22:28.551337" elapsed="0.000355"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-01T06:22:28.551837" elapsed="0.000158"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-01T06:22:28.552122" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-01T06:22:28.547305" elapsed="0.004967"/>
</kw>
<msg time="2026-05-01T06:22:28.552414" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-01T06:12:21.878670" elapsed="606.673772"/>
</kw>
<status status="PASS" start="2026-05-01T06:12:21.878337" elapsed="606.674159"/>
</branch>
<status status="PASS" start="2026-05-01T06:12:21.878017" elapsed="606.674503"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.552949" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.36: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.36. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:13:27.618 16  switches: flows:  103587 103935 101019 103793 101947 104376 102904 104961 103547 102278 100861 107480 102543 101525 106118 101230  total = 27.535067 per ms 
06:14:27.719 16  switches: flows:  126140 127701 129969 124205 125344 124496 125914 126991 125981 125323 122147 125766 123413 123807 123836 123525  total = 33.353041 per ms 
06:15:27.819 16  switches: flows:  124736 127727 128855 125479 125646 125500 126991 124175 127211 122547 121333 126769 124001 125834 122368 124408  total = 33.337318 per ms 
06:16:27.920 16  switches: flows:  123521 124909 127673 123564 124343 122860 122366 124883 123772 120746 121835 122811 121967 120941 120265 123545  total = 32.778555 per ms 
06:17:28.020 16  switches: flows:  125500 127505 128518 130163 125396 125400 127095 125312 124927 123104 126962 123597 122465 121292 124019 125131  total = 33.384028 per ms 
06:18:28.120 16  switches: flows:  121868 121858 123140 122481 122280 122095 121616 123268 120405 120446 120797 120138 120585 117810 118249 118989  total = 32.213321 per ms 
06:19:28.221 16  switches: flows:  127530 125490 129330 124854 126911 127039 128332 129600 124243 126289 126621 127152 125884 121983 121715 123810  total = 33.556997 per ms 
06:20:28.321 16  switches: flows:  127239 124892 126343 123846 127627 126146 125831 129300 123938 126670 124523 127809 123532 120019 120096 122106  total = 33.276397 per ms 
06:21:28.421 16  switches: flows:  128934 125668 127133 125505 128180 125612 127762 130024 123581 126906 125425 126746 123415 120192 121359 121256  total = 33.405774 per ms 
06:22:28.522 16  switches: flows:  125198 121049 122211 120826 124727 123471 122690 125945 120598 122208 121359 122495 119044 117993 117895 116685  total = 32.352322 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32213.32/33557.00/33073.08/11034.32 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:22:28.552664" elapsed="0.000359"/>
</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-01T06:22:28.553169" elapsed="0.000376"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-01T06:22:28.553934" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-01T06:22:28.554022" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32213.32/33557.00/33073.08/11034.32 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-01T06:22:28.553704" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:22:28.554468" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32213.32/33557.00/33073.08/11034.32 | 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-01T06:22:28.554196" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.556899" 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-01T06:22:28.554637" elapsed="0.002318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.559503" level="INFO">32213.32/33557.00/33073.08/11034.32</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-01T06:22:28.557098" elapsed="0.002460"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:22:28.562054" 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-01T06:22:28.559707" elapsed="0.002376"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-01T06:22:28.564498" level="INFO">@{result_value_list} = [ 32213.32 | 33557.00 | 33073.08 | 11034.32 ]</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-01T06:22:28.562285" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.564987" level="INFO">Length is 4.</msg>
<msg time="2026-05-01T06:22:28.565086" 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-01T06:22:28.564681" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.569862" level="INFO">min :: 32213.32</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-01T06:22:28.565520" elapsed="0.004398"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-01T06:22:28.565372" elapsed="0.004599"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.574592" level="INFO">max :: 33557.00</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-01T06:22:28.570194" elapsed="0.004453"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-01T06:22:28.570069" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.579209" level="INFO">avg :: 33073.08</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-01T06:22:28.574897" elapsed="0.004369"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-01T06:22:28.574766" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.583854" level="INFO">stdev :: 11034.32</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-01T06:22:28.579527" elapsed="0.004382"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-01T06:22:28.579387" elapsed="0.004556"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-01T06:22:28.565187" elapsed="0.018786"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.587848" level="INFO">${min} = 32213.32</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-01T06:22:28.584129" elapsed="0.003746"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.592078" level="INFO">${max} = 33557.00</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-01T06:22:28.588031" elapsed="0.004073"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.595972" level="INFO">${average} = 33073.08</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-01T06:22:28.592254" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.599890" level="INFO">${stdev} = 11034.32</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-01T06:22:28.596150" elapsed="0.003766"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.600435" level="INFO">${date} = 2026-05-01 06:22:28</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-01T06:22:28.600073" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.601007" level="INFO">CBench Result: 2026-05-01 06:22:28,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32213.32,33557.00,33073.08,11034.32</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-01T06:22:28.600607" elapsed="0.000456"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-01T06:22:28.602148" 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-01T06:22:28.601681" elapsed="0.000534"/>
</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-01T06:22:28.602390" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-01T06:22:28.601199" elapsed="0.001726"/>
</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-01T06:12:21.876944" elapsed="606.726039"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.603450" 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-01T06:22:28.603130" elapsed="0.000376"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-01T06:22:28.604696" 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-01T06:22:28.604197" elapsed="0.000525"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-01T06:22:28.604940" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-05-01T06:22:28.604795" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-05-01T06:22:28.604777" elapsed="0.000248"/>
</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-01T06:22:28.605170" 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-01T06:22:28.605324" 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-01T06:22:28.605502" 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-01T06:22:28.605692" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-01T06:22:28.605840" 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-01T06:22:28.605982" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-01T06:22:28.606123" 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-01T06:22:28.606337" elapsed="0.000070"/>
</kw>
<status status="NOT RUN" start="2026-05-01T06:22:28.606203" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-05-01T06:22:28.606187" elapsed="0.000282"/>
</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-01T06:22:28.603863" elapsed="0.002657"/>
</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-01T06:12:21.875464" elapsed="606.731101"/>
</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-01T05:52:05.592965" elapsed="1823.014143"/>
</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>
