<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-08T03:01:54.356154" 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-04-08T03:01:54.925053" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:01:54.924897" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:54.924867" elapsed="0.000303"/>
</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-04-08T03:01:54.925319" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T03:01:54.926334" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-04-08T03:01:55.883509" 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-04-08T03:01:54.926019" elapsed="0.957737"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T03:01:55.933134" 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-04-08T03:01:55.884090" elapsed="0.049149"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T03:01:55.935074" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T03:01:55.935203" 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-04-08T03:01:55.933455" elapsed="0.001779"/>
</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-04-08T03:01:55.935393" elapsed="0.000241"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:01:55.935785" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:01:55.936519" 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-04-08T03:01:55.936181" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T03:01:55.936628" elapsed="0.000082"/>
</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.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T03:01:54.924499" elapsed="1.012347"/>
</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-04-08T03:01:54.920777" elapsed="1.016137"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T03:01:55.937559" 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-04-08T03:01:55.937105" elapsed="0.000516"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T03:01:55.938053" 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-04-08T03:01:55.937784" elapsed="0.000335"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T03:01:55.938697" 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-04-08T03:01:55.938305" elapsed="0.000420"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T03:01:55.939278" 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-04-08T03:01:55.938895" elapsed="0.000426"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T03:01:55.939842" 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-04-08T03:01:55.939470" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T03:01:55.940361" 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-04-08T03:01:55.940031" elapsed="0.000373"/>
</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-04-08T03:01:55.940726" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:01:55.940498" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:01:55.945389" 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-04-08T03:01:55.944949" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:01:55.946429" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T03:01:55.946511" 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-04-08T03:01:55.945972" elapsed="0.000563"/>
</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-04-08T03:01:55.946680" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T03:01:55.948058" level="INFO">Logging into '10.30.171.201:22' as 'jenkins'.</msg>
<msg time="2026-04-08T03:01:56.651037" 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 Wed Apr  8 03:01:56 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.201
  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-170-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-04-08T03:01:55.947567" elapsed="0.703662"/>
</kw>
<msg time="2026-04-08T03:01:56.651330" 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-04-08T03:01:55.947203" elapsed="0.704223"/>
</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-04-08T03:01:55.945629" elapsed="0.705922"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-08T03:01:56.659306" 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-04-08T03:01:56.651771" elapsed="0.009102"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:01:56.661084" 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-04-08T03:01:55.944390" elapsed="0.717075"/>
</kw>
<status status="PASS" start="2026-04-08T03:01:55.941041" elapsed="0.720462"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:55.940472" elapsed="0.721067"/>
</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-04-08T03:01:56.661706" elapsed="0.000529"/>
</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-04-08T03:01:56.666700" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:01:56.666575" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:56.666550" elapsed="0.000229"/>
</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-04-08T03:01:56.670365" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:01:56.670253" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:56.670234" elapsed="0.000201"/>
</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-04-08T03:01:56.670568" elapsed="0.000451"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T03:01:56.671442" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-04-08T03:01:56.854557" 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-04-08T03:01:56.671181" elapsed="0.183532"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T03:01:56.951126" 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-04-08T03:01:56.854968" elapsed="0.096284"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T03:01:56.956653" 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-04-08T03:01:56.956856" 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-04-08T03:01:56.951448" elapsed="0.005440"/>
</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-04-08T03:01:56.957034" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:01:56.957431" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:01:56.958083" 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-04-08T03:01:56.957779" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T03:01:56.958219" elapsed="0.000052"/>
</return>
<msg time="2026-04-08T03:01:56.958418" 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.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T03:01:56.669883" elapsed="0.288567"/>
</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-04-08T03:01:56.958595" elapsed="0.000499"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T03:01:56.959162" elapsed="0.000033"/>
</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-04-08T03:01:56.666257" elapsed="0.293035"/>
</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-04-08T03:01:56.963105" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:01:56.962970" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:56.962945" elapsed="0.000251"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-08T03:01:56.963328" elapsed="0.000437"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-08T03:01:56.964193" level="INFO">Logging into '10.30.171.176:8101' as 'karaf'.</msg>
<msg time="2026-04-08T03:01:57.142861" 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-04-08T03:01:56.963916" elapsed="0.179096"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-08T03:01:57.168163" 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-04-08T03:01:57.143264" elapsed="0.024990"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-08T03:01:57.170089" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-08T03:01:57.170210" 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-04-08T03:01:57.168456" elapsed="0.001784"/>
</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-04-08T03:01:57.170377" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:01:57.170743" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:01:57.171425" 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-04-08T03:01:57.171086" elapsed="0.000389"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-08T03:01:57.171530" elapsed="0.000054"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.176
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-08T03:01:56.962634" elapsed="0.209070"/>
</kw>
<status status="PASS" start="2026-04-08T03:01:54.918869" elapsed="2.252900"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:01:57.174064" 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-04-08T03:01:57.172892" elapsed="0.001237"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T03:01:57.175566" 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-04-08T03:01:57.175217" elapsed="0.000391"/>
</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-04-08T03:01:57.175936" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:01:57.175688" elapsed="0.000306"/>
</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-04-08T03:01:57.179026" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:01:57.178744" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:57.178724" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:01:57.179490" 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-04-08T03:01:57.179618" 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-04-08T03:01:57.179261" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:01:57.180219" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.201" 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-04-08T03:01:57.179782" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:01:57.180889" 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-04-08T03:01:57.180420" elapsed="0.000495"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:01:57.181852" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T03:01:57.181942" 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-04-08T03:01:57.181521" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-08T03:01:57.182108" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T03:01:57.183340" level="INFO">Logging into '10.30.171.201:22' as 'jenkins'.</msg>
<msg time="2026-04-08T03:01:57.506825" 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 Wed Apr  8 03:01:56 UTC 2026

  System load:  0.03               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.201
  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: Wed Apr  8 03:01:56 2026 from 10.30.171.100
[?2004h[jenkins@releng-63164-170-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-04-08T03:01:57.182955" elapsed="0.324080"/>
</kw>
<msg time="2026-04-08T03:01:57.507126" 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-04-08T03:01:57.182610" elapsed="0.324635"/>
</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-04-08T03:01:57.181115" elapsed="0.326260"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T03:01:57.508197" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T03:12:03.644197" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T03:12:03.644722" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T03:12:03.644829" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-08T03:01:57.507607" elapsed="606.137305"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:12:03.645538" elapsed="0.000747"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.647427" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:02.734 16  switches: flows:  98328 95095 93246 93018 93852 94119 93615 97903 93624 94609 94897 93195 91667 92692 91797 92147  total = 25.063400 per ms 
03:04:02.834 16  switches: flows:  116098 111071 109673 107905 107431 112504 112962 110344 108439 111690 110315 110697 110769 105970 107285 108495  total = 29.311863 per ms 
03:05:02.934 16  switches: flows:  100224 98344 98599 97202 94358 99273 98063 98918 96520 98421 96503 95519 95375 96474 94914 96764  total = 25.881279 per ms 
03:06:03.034 16  switches: flows:  108050 104969 105351 107034 104552 106526 107389 106941 104907 104743 105481 103824 104323 103929 102675 104377  total = 28.037699 per ms 
03:07:03.135 16  switches: flows:  111683 111732 110761 113356 110939 111277 109029 113855 110969 111002 111665 107819 108258 110661 108195 107349  total = 29.426708 per ms 
03:08:03.235 16  switches: flows:  117736 118302 117102 120169 118780 117262 118286 121741 116032 117314 115822 114837 115402 118210 118055 112893  total = 31.246855 per ms 
03:09:03.335 16  switches: flows:  125178 126006 123713 125971 124651 124251 123554 128087 123342 124969 122165 121109 121652 123922 123103 118376  total = 32.945830 per ms 
03:10:03.436 16  switches: flows:  117490 115449 112895 115579 114477 115301 114191 118122 114341 113886 113414 112812 111379 114029 113515 110178  total = 30.400207 per ms 
03:11:03.536 16  switches: flows:  111481 110462 108549 111728 110608 110713 108146 113254 108690 111410 108970 107511 106530 109094 109110 104647  total = 29.133076 per ms 
03:12:03.636 16  switches: flows:  116292 113718 112736 113538 113186 112681 113433 114988 110139 115276 112127 111154 110081 111134 111649 107774  total = 29.948434 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25881.28/32945.83/29592.44/10038.71 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:12:03.646663" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T03:12:03.648283" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-08T03:12:03.647948" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-04-08T03:12:03.647892" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T03:12:03.648726" elapsed="0.000044"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:12:03.648624" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-04-08T03:12:03.648588" elapsed="0.000319"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T03:12:03.649002" elapsed="0.000033"/>
</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-04-08T03:12:03.653822" elapsed="0.000353"/>
</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-04-08T03:12:03.654324" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:12:03.654619" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T03:12:03.649739" elapsed="0.005029"/>
</kw>
<msg time="2026-04-08T03:12:03.654894" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-08T03:01:57.176361" elapsed="606.478560"/>
</kw>
<status status="PASS" start="2026-04-08T03:01:57.176022" elapsed="606.478948"/>
</branch>
<status status="PASS" start="2026-04-08T03:01:57.175664" elapsed="606.479329"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.655442" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:02.734 16  switches: flows:  98328 95095 93246 93018 93852 94119 93615 97903 93624 94609 94897 93195 91667 92692 91797 92147  total = 25.063400 per ms 
03:04:02.834 16  switches: flows:  116098 111071 109673 107905 107431 112504 112962 110344 108439 111690 110315 110697 110769 105970 107285 108495  total = 29.311863 per ms 
03:05:02.934 16  switches: flows:  100224 98344 98599 97202 94358 99273 98063 98918 96520 98421 96503 95519 95375 96474 94914 96764  total = 25.881279 per ms 
03:06:03.034 16  switches: flows:  108050 104969 105351 107034 104552 106526 107389 106941 104907 104743 105481 103824 104323 103929 102675 104377  total = 28.037699 per ms 
03:07:03.135 16  switches: flows:  111683 111732 110761 113356 110939 111277 109029 113855 110969 111002 111665 107819 108258 110661 108195 107349  total = 29.426708 per ms 
03:08:03.235 16  switches: flows:  117736 118302 117102 120169 118780 117262 118286 121741 116032 117314 115822 114837 115402 118210 118055 112893  total = 31.246855 per ms 
03:09:03.335 16  switches: flows:  125178 126006 123713 125971 124651 124251 123554 128087 123342 124969 122165 121109 121652 123922 123103 118376  total = 32.945830 per ms 
03:10:03.436 16  switches: flows:  117490 115449 112895 115579 114477 115301 114191 118122 114341 113886 113414 112812 111379 114029 113515 110178  total = 30.400207 per ms 
03:11:03.536 16  switches: flows:  111481 110462 108549 111728 110608 110713 108146 113254 108690 111410 108970 107511 106530 109094 109110 104647  total = 29.133076 per ms 
03:12:03.636 16  switches: flows:  116292 113718 112736 113538 113186 112681 113433 114988 110139 115276 112127 111154 110081 111134 111649 107774  total = 29.948434 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25881.28/32945.83/29592.44/10038.71 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:12:03.655151" elapsed="0.000365"/>
</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-04-08T03:12:03.655665" elapsed="0.000363"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T03:12:03.656430" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T03:12:03.656522" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25881.28/32945.83/29592.44/10038.71 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-04-08T03:12:03.656204" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:12:03.656973" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25881.28/32945.83/29592.44/10038.71 | 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-04-08T03:12:03.656702" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.659381" 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-04-08T03:12:03.657161" elapsed="0.002278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.661794" level="INFO">25881.28/32945.83/29592.44/10038.71</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:12:03.659585" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:12:03.664192" 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-04-08T03:12:03.661999" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:12:03.666617" level="INFO">@{result_value_list} = [ 25881.28 | 32945.83 | 29592.44 | 10038.71 ]</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-04-08T03:12:03.664409" elapsed="0.002236"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.667107" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T03:12:03.667211" 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-04-08T03:12:03.666798" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.671913" level="INFO">min :: 25881.28</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-04-08T03:12:03.667613" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T03:12:03.667482" elapsed="0.004523"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.676460" level="INFO">max :: 32945.83</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-04-08T03:12:03.672238" elapsed="0.004285"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T03:12:03.672095" elapsed="0.004462"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.681027" level="INFO">avg :: 29592.44</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-04-08T03:12:03.676773" elapsed="0.004309"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T03:12:03.676645" elapsed="0.004471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.685636" level="INFO">stdev :: 10038.71</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-04-08T03:12:03.681349" elapsed="0.004344"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T03:12:03.681222" elapsed="0.004505"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T03:12:03.667301" elapsed="0.018458"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.689841" level="INFO">${min} = 25881.28</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-04-08T03:12:03.685914" elapsed="0.003962"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.694115" level="INFO">${max} = 32945.83</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-04-08T03:12:03.690055" elapsed="0.004102"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.698130" level="INFO">${average} = 29592.44</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-04-08T03:12:03.694314" elapsed="0.003857"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.702025" level="INFO">${stdev} = 10038.71</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-04-08T03:12:03.698322" elapsed="0.003729"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.702595" level="INFO">${date} = 2026-04-08 03:12:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T03:12:03.702229" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.703188" level="INFO">CBench Result: 2026-04-08 03:12:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25881.28,32945.83,29592.44,10038.71</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-04-08T03:12:03.702766" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T03:12:03.704277" 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-04-08T03:12:03.703862" elapsed="0.000481"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-08T03:12:03.704495" elapsed="0.000465"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T03:12:03.703393" elapsed="0.001630"/>
</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-04-08T03:01:57.174564" elapsed="606.530519"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.705566" 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-04-08T03:12:03.705249" elapsed="0.000373"/>
</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-04-08T03:12:03.706128" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-04-08T03:12:03.705833" elapsed="0.000643"/>
</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-04-08T03:01:57.171925" elapsed="606.534589"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.707773" 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-04-08T03:12:03.707400" elapsed="0.000428"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.709058" 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-04-08T03:12:03.708720" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-08T03:12:03.709450" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:12:03.709229" elapsed="0.000280"/>
</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-04-08T03:12:03.712345" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:12:03.712086" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-04-08T03:12:03.712068" elapsed="0.000355"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:12:03.712732" 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-04-08T03:12:03.712850" 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-04-08T03:12:03.712551" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.713466" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.201" 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-04-08T03:12:03.713037" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:12:03.714044" 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-04-08T03:12:03.713660" elapsed="0.000410"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:12:03.714956" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T03:12:03.715043" 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-04-08T03:12:03.714659" elapsed="0.000407"/>
</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-04-08T03:12:03.715219" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T03:12:03.716396" level="INFO">Logging into '10.30.171.201:22' as 'jenkins'.</msg>
<msg time="2026-04-08T03:12:04.285863" 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 Wed Apr  8 03:12:03 UTC 2026

  System load:  1.07               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.201
  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: Wed Apr  8 03:01:57 2026 from 10.30.171.100
[?2004h[jenkins@releng-63164-170-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-04-08T03:12:03.716030" elapsed="0.570047"/>
</kw>
<msg time="2026-04-08T03:12:04.286182" 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-04-08T03:12:03.715691" elapsed="0.570590"/>
</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-04-08T03:12:03.714291" elapsed="0.572113"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T03:12:04.286979" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T03:22:10.345077" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T03:22:10.345736" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T03:22:10.345848" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176: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-04-08T03:12:04.286645" elapsed="606.059272"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:22:10.346458" elapsed="0.000760"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.348436" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176: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.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:09.405 16  switches: flows:  371632 381760 392041 394275 406060 390184 376046 389337 395332 386894 338143 369612 317056 341771 397961 353315  total = 100.023650 per ms 
03:14:09.506 16  switches: flows:  440128 427754 434275 439187 429202 434329 435978 441015 432438 442029 445971 427830 432667 443393 421161 443829  total = 115.991311 per ms 
03:15:09.609 16  switches: flows:  408594 406239 410760 415417 413395 415130 414781 410626 410648 411856 421518 410507 399873 406425 412903 409076  total = 109.443320 per ms 
03:16:09.711 16  switches: flows:  456866 449941 444581 452590 447507 455572 456759 456985 456274 464837 467627 461382 426871 450965 445654 441458  total = 120.395258 per ms 
03:17:09.813 16  switches: flows:  421097 425256 422121 417995 410609 387882 426975 419150 363823 425218 415476 418330 420919 423135 416508 425350  total = 110.477443 per ms 
03:18:09.914 16  switches: flows:  412625 409407 424848 415522 414442 408387 417335 413170 412711 414577 410289 422356 414871 409366 414110 421685  total = 110.409446 per ms 
03:19:10.016 16  switches: flows:  457513 471350 484225 474576 470461 476513 474685 479383 484606 474952 466631 485416 471897 474876 475680 471744  total = 126.359572 per ms 
03:20:10.119 16  switches: flows:  480864 484664 480178 484694 481487 485491 480200 485224 485629 484364 475394 485375 480982 471662 484172 480511  total = 128.296530 per ms 
03:21:10.220 16  switches: flows:  451334 460940 457425 463161 456982 448415 461608 467025 461023 452887 453874 454849 451743 460117 444996 451376  total = 121.424744 per ms 
03:22:10.322 16  switches: flows:  463790 471106 483187 478301 482874 471714 469853 469418 486203 487373 474367 476050 464276 480905 474558 479927  total = 126.686028 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 109443.32/128296.53/118831.52/40242.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:22:10.347624" elapsed="0.001182"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T03:22:10.349370" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-08T03:22:10.349017" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-04-08T03:22:10.348964" elapsed="0.000626"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T03:22:10.349811" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:22:10.349724" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-04-08T03:22:10.349687" elapsed="0.000273"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T03:22:10.350034" elapsed="0.000033"/>
</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-04-08T03:22:10.354249" elapsed="0.000337"/>
</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-04-08T03:22:10.354732" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:22:10.355028" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T03:22:10.350791" elapsed="0.004408"/>
</kw>
<msg time="2026-04-08T03:22:10.355327" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176: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-04-08T03:12:03.709840" elapsed="606.645514"/>
</kw>
<status status="PASS" start="2026-04-08T03:12:03.709534" elapsed="606.645869"/>
</branch>
<status status="PASS" start="2026-04-08T03:12:03.709208" elapsed="606.646218"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.355852" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.176: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.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:09.405 16  switches: flows:  371632 381760 392041 394275 406060 390184 376046 389337 395332 386894 338143 369612 317056 341771 397961 353315  total = 100.023650 per ms 
03:14:09.506 16  switches: flows:  440128 427754 434275 439187 429202 434329 435978 441015 432438 442029 445971 427830 432667 443393 421161 443829  total = 115.991311 per ms 
03:15:09.609 16  switches: flows:  408594 406239 410760 415417 413395 415130 414781 410626 410648 411856 421518 410507 399873 406425 412903 409076  total = 109.443320 per ms 
03:16:09.711 16  switches: flows:  456866 449941 444581 452590 447507 455572 456759 456985 456274 464837 467627 461382 426871 450965 445654 441458  total = 120.395258 per ms 
03:17:09.813 16  switches: flows:  421097 425256 422121 417995 410609 387882 426975 419150 363823 425218 415476 418330 420919 423135 416508 425350  total = 110.477443 per ms 
03:18:09.914 16  switches: flows:  412625 409407 424848 415522 414442 408387 417335 413170 412711 414577 410289 422356 414871 409366 414110 421685  total = 110.409446 per ms 
03:19:10.016 16  switches: flows:  457513 471350 484225 474576 470461 476513 474685 479383 484606 474952 466631 485416 471897 474876 475680 471744  total = 126.359572 per ms 
03:20:10.119 16  switches: flows:  480864 484664 480178 484694 481487 485491 480200 485224 485629 484364 475394 485375 480982 471662 484172 480511  total = 128.296530 per ms 
03:21:10.220 16  switches: flows:  451334 460940 457425 463161 456982 448415 461608 467025 461023 452887 453874 454849 451743 460117 444996 451376  total = 121.424744 per ms 
03:22:10.322 16  switches: flows:  463790 471106 483187 478301 482874 471714 469853 469418 486203 487373 474367 476050 464276 480905 474558 479927  total = 126.686028 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 109443.32/128296.53/118831.52/40242.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:22:10.355566" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-08T03:22:10.356075" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T03:22:10.356856" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T03:22:10.356948" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 109443.32/128296.53/118831.52/40242.29 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-04-08T03:22:10.356621" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:22:10.357399" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 109443.32/128296.53/118831.52/40242.29 | 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-04-08T03:22:10.357130" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.359775" 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-04-08T03:22:10.357571" elapsed="0.002261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.362215" level="INFO">109443.32/128296.53/118831.52/40242.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:22:10.359977" elapsed="0.002295"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:22:10.364585" 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-04-08T03:22:10.362419" elapsed="0.002193"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:22:10.366997" level="INFO">@{result_value_list} = [ 109443.32 | 128296.53 | 118831.52 | 40242.29 ]</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-04-08T03:22:10.364797" elapsed="0.002227"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.367495" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T03:22:10.367582" 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-04-08T03:22:10.367191" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.372228" level="INFO">min :: 109443.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-04-08T03:22:10.367979" elapsed="0.004311"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T03:22:10.367852" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.376961" level="INFO">max :: 128296.53</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-04-08T03:22:10.372538" elapsed="0.004480"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T03:22:10.372413" elapsed="0.004640"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.381569" level="INFO">avg :: 118831.52</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-04-08T03:22:10.377283" elapsed="0.004362"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T03:22:10.377154" elapsed="0.004528"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.386157" level="INFO">stdev :: 40242.29</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-04-08T03:22:10.381899" elapsed="0.004316"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T03:22:10.381769" elapsed="0.004481"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T03:22:10.367669" elapsed="0.018611"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.390399" level="INFO">${min} = 109443.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-04-08T03:22:10.386435" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.394296" level="INFO">${max} = 128296.53</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-04-08T03:22:10.390582" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.398189" level="INFO">${average} = 118831.52</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-04-08T03:22:10.394474" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.402055" level="INFO">${stdev} = 40242.29</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-04-08T03:22:10.398367" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.402625" level="INFO">${date} = 2026-04-08 03:22:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T03:22:10.402254" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.403263" level="INFO">CBench Result: 2026-04-08 03:22:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,109443.32,128296.53,118831.52,40242.29</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-04-08T03:22:10.402798" elapsed="0.000521"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T03:22:10.404357" 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-04-08T03:22:10.403934" elapsed="0.000490"/>
</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-04-08T03:22:10.404575" elapsed="0.000488"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T03:22:10.403468" elapsed="0.001659"/>
</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-04-08T03:12:03.708134" elapsed="606.697070"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.405670" 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-04-08T03:22:10.405353" elapsed="0.000373"/>
</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-04-08T03:22:10.406245" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-04-08T03:22:10.405933" elapsed="0.000647"/>
</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-04-08T03:12:03.706820" elapsed="606.699798"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.407928" 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-04-08T03:22:10.407553" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.409278" 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-04-08T03:22:10.408880" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-08T03:22:10.409664" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:22:10.409442" elapsed="0.000280"/>
</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-04-08T03:22:10.412579" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:22:10.412336" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-08T03:22:10.412317" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:22:10.413036" 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-04-08T03:22:10.413171" 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-04-08T03:22:10.412787" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.413751" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.201" 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-04-08T03:22:10.413336" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-08T03:22:10.414363" 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-04-08T03:22:10.413947" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:22:10.415604" level="INFO">Length is 0.</msg>
<msg time="2026-04-08T03:22:10.415697" 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-04-08T03:22:10.414973" elapsed="0.000748"/>
</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-04-08T03:22:10.415866" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-08T03:22:10.417069" level="INFO">Logging into '10.30.171.201:22' as 'jenkins'.</msg>
<msg time="2026-04-08T03:22:10.967711" 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 Wed Apr  8 03:22:10 UTC 2026

  System load:  0.19               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.201
  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: Wed Apr  8 03:12:04 2026 from 10.30.171.100
[?2004h[jenkins@releng-63164-170-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-04-08T03:22:10.416704" elapsed="0.551129"/>
</kw>
<msg time="2026-04-08T03:22:10.967900" 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-04-08T03:22:10.416360" elapsed="0.551604"/>
</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-04-08T03:22:10.414599" elapsed="0.553457"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-08T03:22:10.968485" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.176 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-08T03:32:18.173082" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-08T03:32:18.173478" level="INFO">${stdout} = </msg>
<msg time="2026-04-08T03:32:18.173535" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-08T03:22:10.968247" elapsed="607.205320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:32:18.173905" elapsed="0.000454"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.175056" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:17.247 16  switches: flows:  106562 104997 103880 105068 108699 105103 102599 106636 103827 101961 104422 102349 107028 102600 102572 102386  total = 27.844817 per ms 
03:24:17.348 16  switches: flows:  122768 120048 118701 121261 118108 120669 116958 121306 117378 115276 121269 118048 118690 116796 119853 117335  total = 31.688178 per ms 
03:25:17.448 16  switches: flows:  127400 128646 122498 128297 124602 127956 122541 127402 122857 123130 124066 125818 124216 123468 123589 123768  total = 33.281996 per ms 
03:26:17.550 16  switches: flows:  121811 122781 119277 123381 121272 122019 118462 121497 117298 117602 119268 121676 121059 120205 118460 118049  total = 32.015153 per ms 
03:27:17.651 16  switches: flows:  131404 133787 127117 131457 129522 133381 128807 130587 127469 127166 127175 131354 130661 131279 127411 129369  total = 34.574671 per ms 
03:28:17.752 16  switches: flows:  129062 131044 126344 130968 126429 131569 127640 128340 126120 125765 127059 129742 128259 127298 125705 127817  total = 34.095762 per ms 
03:29:17.853 16  switches: flows:  122647 121450 120821 121602 120368 122729 121788 121241 119582 119480 122581 120663 121416 118423 120032 121270  total = 32.214419 per ms 
03:30:17.955 16  switches: flows:  109888 111407 112373 114182 112360 112004 113518 114706 110780 111994 111960 115473 113415 113568 111625 113289  total = 29.992216 per ms 
03:31:18.056 16  switches: flows:  128992 127968 128968 130872 127939 127275 129929 130732 129973 127836 126754 131863 131134 131770 129813 128978  total = 34.455663 per ms 
03:32:18.157 16  switches: flows:  128894 129536 130889 132056 128466 129375 129028 134433 129937 128969 128771 131677 130030 131260 129236 129797  total = 34.648041 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29992.22/34648.04/32996.23/11104.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:32:18.174587" elapsed="0.000677"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-08T03:32:18.175551" elapsed="0.000046"/>
</return>
<status status="PASS" start="2026-04-08T03:32:18.175370" elapsed="0.000272"/>
</branch>
<status status="PASS" start="2026-04-08T03:32:18.175341" elapsed="0.000333"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-08T03:32:18.175791" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-08T03:32:18.175745" elapsed="0.000097"/>
</branch>
<status status="NOT RUN" start="2026-04-08T03:32:18.175726" elapsed="0.000144"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-08T03:32:18.175909" elapsed="0.000017"/>
</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-04-08T03:32:18.179222" elapsed="0.000403"/>
</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-04-08T03:32:18.179811" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-08T03:32:18.180189" elapsed="0.000121"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-08T03:32:18.176326" elapsed="0.004049"/>
</kw>
<msg time="2026-04-08T03:32:18.180526" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-08T03:22:10.410063" elapsed="607.770495"/>
</kw>
<status status="PASS" start="2026-04-08T03:22:10.409747" elapsed="607.770875"/>
</branch>
<status status="PASS" start="2026-04-08T03:22:10.409421" elapsed="607.771230"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.181197" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.176: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.176. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:17.247 16  switches: flows:  106562 104997 103880 105068 108699 105103 102599 106636 103827 101961 104422 102349 107028 102600 102572 102386  total = 27.844817 per ms 
03:24:17.348 16  switches: flows:  122768 120048 118701 121261 118108 120669 116958 121306 117378 115276 121269 118048 118690 116796 119853 117335  total = 31.688178 per ms 
03:25:17.448 16  switches: flows:  127400 128646 122498 128297 124602 127956 122541 127402 122857 123130 124066 125818 124216 123468 123589 123768  total = 33.281996 per ms 
03:26:17.550 16  switches: flows:  121811 122781 119277 123381 121272 122019 118462 121497 117298 117602 119268 121676 121059 120205 118460 118049  total = 32.015153 per ms 
03:27:17.651 16  switches: flows:  131404 133787 127117 131457 129522 133381 128807 130587 127469 127166 127175 131354 130661 131279 127411 129369  total = 34.574671 per ms 
03:28:17.752 16  switches: flows:  129062 131044 126344 130968 126429 131569 127640 128340 126120 125765 127059 129742 128259 127298 125705 127817  total = 34.095762 per ms 
03:29:17.853 16  switches: flows:  122647 121450 120821 121602 120368 122729 121788 121241 119582 119480 122581 120663 121416 118423 120032 121270  total = 32.214419 per ms 
03:30:17.955 16  switches: flows:  109888 111407 112373 114182 112360 112004 113518 114706 110780 111994 111960 115473 113415 113568 111625 113289  total = 29.992216 per ms 
03:31:18.056 16  switches: flows:  128992 127968 128968 130872 127939 127275 129929 130732 129973 127836 126754 131863 131134 131770 129813 128978  total = 34.455663 per ms 
03:32:18.157 16  switches: flows:  128894 129536 130889 132056 128466 129375 129028 134433 129937 128969 128771 131677 130030 131260 129236 129797  total = 34.648041 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29992.22/34648.04/32996.23/11104.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:32:18.180830" elapsed="0.000459"/>
</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-04-08T03:32:18.181478" elapsed="0.000495"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-08T03:32:18.182466" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-08T03:32:18.182580" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29992.22/34648.04/32996.23/11104.06 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-04-08T03:32:18.182197" elapsed="0.000414"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:32:18.183112" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29992.22/34648.04/32996.23/11104.06 | 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-04-08T03:32:18.182806" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.186296" 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-04-08T03:32:18.183354" elapsed="0.003011"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.189659" level="INFO">29992.22/34648.04/32996.23/11104.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:32:18.186550" elapsed="0.003178"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:32:18.192813" 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-04-08T03:32:18.189916" elapsed="0.002930"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-08T03:32:18.196000" level="INFO">@{result_value_list} = [ 29992.22 | 34648.04 | 32996.23 | 11104.06 ]</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-04-08T03:32:18.193078" elapsed="0.002955"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.196622" level="INFO">Length is 4.</msg>
<msg time="2026-04-08T03:32:18.196729" 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-04-08T03:32:18.196242" elapsed="0.000516"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.202908" level="INFO">min :: 29992.22</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-04-08T03:32:18.197234" elapsed="0.005743"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-08T03:32:18.197052" elapsed="0.005968"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.211087" level="INFO">max :: 34648.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:32:18.203308" elapsed="0.007885"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-08T03:32:18.203124" elapsed="0.008125"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.220984" level="INFO">avg :: 32996.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-08T03:32:18.211619" elapsed="0.009498"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-08T03:32:18.211389" elapsed="0.009844"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.228063" level="INFO">stdev :: 11104.06</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-04-08T03:32:18.221716" elapsed="0.006405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-08T03:32:18.221422" elapsed="0.006748"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-08T03:32:18.196835" elapsed="0.031366"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.232045" level="INFO">${min} = 29992.22</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-04-08T03:32:18.228360" elapsed="0.003713"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.235953" level="INFO">${max} = 34648.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-08T03:32:18.232246" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.239823" level="INFO">${average} = 32996.23</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-04-08T03:32:18.236137" elapsed="0.003713"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.243679" level="INFO">${stdev} = 11104.06</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-04-08T03:32:18.240003" elapsed="0.003703"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.244232" level="INFO">${date} = 2026-04-08 03:32:18</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-08T03:32:18.243866" elapsed="0.000393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.244821" level="INFO">CBench Result: 2026-04-08 03:32:18,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29992.22,34648.04,32996.23,11104.06</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-04-08T03:32:18.244405" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-08T03:32:18.245953" 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-04-08T03:32:18.245519" elapsed="0.000500"/>
</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-04-08T03:32:18.246182" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-08T03:32:18.245029" elapsed="0.001668"/>
</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-04-08T03:22:10.408315" elapsed="607.838440"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.247220" 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-04-08T03:32:18.246899" elapsed="0.000378"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-08T03:32:18.248444" 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-04-08T03:32:18.247962" elapsed="0.000508"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-08T03:32:18.248903" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-04-08T03:32:18.248544" elapsed="0.000420"/>
</branch>
<status status="PASS" start="2026-04-08T03:32:18.248526" elapsed="0.000463"/>
</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-04-08T03:32:18.249151" elapsed="0.000024"/>
</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-04-08T03:32:18.249311" 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-04-08T03:32:18.249478" 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-04-08T03:32:18.249671" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-08T03:32:18.249823" elapsed="0.000021"/>
</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-04-08T03:32:18.249971" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-08T03:32:18.250115" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-08T03:32:18.250351" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-08T03:32:18.250213" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-04-08T03:32:18.250197" elapsed="0.000235"/>
</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-04-08T03:32:18.247634" elapsed="0.002848"/>
</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-04-08T03:22:10.407025" elapsed="607.843503"/>
</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-04-08T03:01:54.357699" elapsed="1823.893339"/>
</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>
