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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-05T02:55:27.473369" elapsed="1.057244"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T02:55:28.579951" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-05T02:55:28.530912" elapsed="0.049294"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T02:55:28.587202" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T02:55:28.587365" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-05T02:55:28.580749" elapsed="0.006650"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-05T02:55:28.587578" elapsed="0.000245"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:55:28.587985" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:55:28.588758" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:55:28.588409" elapsed="0.000404"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T02:55:28.588866" elapsed="0.000051"/>
</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.16
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-05T02:55:27.471493" elapsed="1.117546"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-05T02:55:27.467456" elapsed="1.121649"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T02:55:28.589698" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-05T02:55:28.589290" elapsed="0.000466"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T02:55:28.590387" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-05T02:55:28.589911" elapsed="0.000547"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T02:55:28.591174" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-05T02:55:28.590697" elapsed="0.000506"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T02:55:28.591776" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-05T02:55:28.591406" elapsed="0.000418"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T02:55:28.592399" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-05T02:55:28.591973" elapsed="0.000458"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T02:55:28.592913" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-05T02:55:28.592597" elapsed="0.000360"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-05T02:55:28.593288" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-05T02:55:28.593050" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T02:55:28.597806" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T02:55:28.597373" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T02:55:28.599034" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T02:55:28.599126" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T02:55:28.598454" elapsed="0.000699"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T02:55:28.599304" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T02:55:28.600898" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-05T02:55:29.271235" 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 Tue May  5 02:55:28 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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-224-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-05T02:55:28.600306" elapsed="0.671131"/>
</kw>
<msg time="2026-05-05T02:55:29.271539" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T02:55:28.599899" elapsed="0.671733"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-05T02:55:28.598083" elapsed="0.673679"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.279023" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-05T02:55:29.271989" elapsed="0.008519"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:55:29.280695" elapsed="0.000299"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-05T02:55:28.596811" elapsed="0.684251"/>
</kw>
<status status="PASS" start="2026-05-05T02:55:28.593469" elapsed="0.687632"/>
</branch>
<status status="PASS" start="2026-05-05T02:55:28.593021" elapsed="0.688114"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-05T02:55:29.281292" elapsed="0.000546"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-05T02:55:29.286197" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-05T02:55:29.286072" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-05-05T02:55:29.286046" elapsed="0.000228"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-05T02:55:29.289901" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-05T02:55:29.289749" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-05-05T02:55:29.289729" elapsed="0.000244"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T02:55:29.290120" elapsed="0.000475"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.291051" level="INFO">Logging into '10.30.171.16:8101' as 'karaf'.</msg>
<msg time="2026-05-05T02:55:29.515490" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-05T02:55:29.290753" elapsed="0.224906"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.616157" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-05T02:55:29.515938" elapsed="0.100292"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.624752" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T02:55:29.625429" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-05T02:55:29.616412" elapsed="0.009051"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-05T02:55:29.625610" elapsed="0.000206"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:55:29.625966" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:55:29.626651" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:55:29.626306" elapsed="0.000402"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T02:55:29.626758" elapsed="0.000049"/>
</return>
<msg time="2026-05-05T02:55:29.626956" 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.16
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-05T02:55:29.289379" elapsed="0.337609"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-05T02:55:29.627133" elapsed="0.000525"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T02:55:29.627733" elapsed="0.000035"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-05T02:55:29.285735" elapsed="0.342133"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-05T02:55:29.631567" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-05T02:55:29.631430" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-05-05T02:55:29.631405" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T02:55:29.631769" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.632637" level="INFO">Logging into '10.30.171.16:8101' as 'karaf'.</msg>
<msg time="2026-05-05T02:55:29.798772" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-05T02:55:29.632375" elapsed="0.166563"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.820293" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-05T02:55:29.799191" elapsed="0.021213"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.822247" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T02:55:29.822367" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-05T02:55:29.820606" elapsed="0.001791"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-05T02:55:29.822536" elapsed="0.000242"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T02:55:29.822929" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:55:29.823631" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:55:29.823274" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T02:55:29.823753" elapsed="0.000064"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.16
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-05T02:55:29.631081" elapsed="0.192883"/>
</kw>
<status status="PASS" start="2026-05-05T02:55:27.465576" elapsed="2.358471"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:55:29.826600" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:55:29.825283" elapsed="0.001385"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T02:55:29.828121" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-05T02:55:29.827748" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-05T02:55:29.828515" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T02:55:29.828248" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-05T02:55:29.831555" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T02:55:29.831288" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-05-05T02:55:29.831267" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.831990" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-05T02:55:29.831777" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T02:55:29.832729" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T02:55:29.832280" elapsed="0.000511"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.833447" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T02:55:29.832933" elapsed="0.000541"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T02:55:29.834407" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T02:55:29.834498" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T02:55:29.834060" elapsed="0.000462"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T02:55:29.834678" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T02:55:29.835914" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-05T02:55:30.173714" 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 Tue May  5 02:55:28 UTC 2026

  System load:  0.03               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Tue May  5 02:55:29 2026 from 10.30.171.65
[?2004h[jenkins@releng-63164-224-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-05T02:55:29.835546" elapsed="0.338371"/>
</kw>
<msg time="2026-05-05T02:55:30.174004" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T02:55:29.835179" elapsed="0.338914"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-05T02:55:29.833678" elapsed="0.340534"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T02:55:30.175014" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T03:05:36.292693" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T03:05:36.294050" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T03:05:36.294127" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-05T02:55:30.174446" elapsed="606.119721"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T03:05:36.295404" elapsed="0.000561"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.296756" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16: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.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:35.386 16  switches: flows:  111459 114416 112584 111923 113240 113804 113561 112184 109447 109309 107352 105254 106016 110376 107243 105809  total = 29.399617 per ms 
02:57:35.486 16  switches: flows:  122336 124069 122600 121145 121491 123006 121955 123116 120451 118766 115914 114566 116152 118460 115736 114099  total = 31.844515 per ms 
02:58:35.587 16  switches: flows:  121133 122482 121336 118826 120976 122147 119816 119823 115086 116558 114249 114344 113075 114037 115840 114222  total = 31.346822 per ms 
02:59:35.687 16  switches: flows:  124105 125774 125954 124811 124474 124050 122784 123066 117569 121270 118968 117683 116827 120962 117816 116170  total = 32.317378 per ms 
03:00:35.787 16  switches: flows:  128187 126818 125976 124691 127871 126326 126373 126177 120279 121848 120001 118647 118833 121362 120071 118333  total = 32.808399 per ms 
03:01:35.888 16  switches: flows:  129124 127908 128385 128001 129945 128045 126794 126754 122262 125188 120677 121155 120801 123607 122659 120014  total = 33.299744 per ms 
03:02:35.988 16  switches: flows:  120263 121213 118941 119048 119363 119404 118935 118839 117713 116522 114961 115054 115139 117912 115895 114431  total = 31.341501 per ms 
03:03:36.088 16  switches: flows:  120301 119622 118857 116430 120218 116674 117800 119058 115161 115107 115122 113964 114951 113510 113907 113959  total = 31.025545 per ms 
03:04:36.188 16  switches: flows:  124427 125059 123835 122576 124688 122354 121773 121515 118946 122062 118781 118365 118825 118945 119210 116237  total = 32.239461 per ms 
03:05:36.289 16  switches: flows:  124683 123840 125219 124284 123740 124165 123255 121355 122062 121090 120766 120358 116561 120412 119285 117041  total = 32.414410 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31025.54/33299.74/32070.86/10713.45 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.296216" elapsed="0.000746"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T03:05:36.297309" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-05T03:05:36.297093" elapsed="0.000347"/>
</branch>
<status status="PASS" start="2026-05-05T03:05:36.297054" elapsed="0.000423"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T03:05:36.297623" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-05T03:05:36.297565" elapsed="0.000118"/>
</branch>
<status status="NOT RUN" start="2026-05-05T03:05:36.297542" elapsed="0.000173"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T03:05:36.297765" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:05:36.300607" elapsed="0.000332"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T03:05:36.301087" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T03:05:36.301421" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T03:05:36.298295" elapsed="0.003281"/>
</kw>
<msg time="2026-05-05T03:05:36.301714" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-05T02:55:29.828929" elapsed="606.472813"/>
</kw>
<status status="PASS" start="2026-05-05T02:55:29.828604" elapsed="606.473188"/>
</branch>
<status status="PASS" start="2026-05-05T02:55:29.828222" elapsed="606.473594"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.302264" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16: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.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:35.386 16  switches: flows:  111459 114416 112584 111923 113240 113804 113561 112184 109447 109309 107352 105254 106016 110376 107243 105809  total = 29.399617 per ms 
02:57:35.486 16  switches: flows:  122336 124069 122600 121145 121491 123006 121955 123116 120451 118766 115914 114566 116152 118460 115736 114099  total = 31.844515 per ms 
02:58:35.587 16  switches: flows:  121133 122482 121336 118826 120976 122147 119816 119823 115086 116558 114249 114344 113075 114037 115840 114222  total = 31.346822 per ms 
02:59:35.687 16  switches: flows:  124105 125774 125954 124811 124474 124050 122784 123066 117569 121270 118968 117683 116827 120962 117816 116170  total = 32.317378 per ms 
03:00:35.787 16  switches: flows:  128187 126818 125976 124691 127871 126326 126373 126177 120279 121848 120001 118647 118833 121362 120071 118333  total = 32.808399 per ms 
03:01:35.888 16  switches: flows:  129124 127908 128385 128001 129945 128045 126794 126754 122262 125188 120677 121155 120801 123607 122659 120014  total = 33.299744 per ms 
03:02:35.988 16  switches: flows:  120263 121213 118941 119048 119363 119404 118935 118839 117713 116522 114961 115054 115139 117912 115895 114431  total = 31.341501 per ms 
03:03:36.088 16  switches: flows:  120301 119622 118857 116430 120218 116674 117800 119058 115161 115107 115122 113964 114951 113510 113907 113959  total = 31.025545 per ms 
03:04:36.188 16  switches: flows:  124427 125059 123835 122576 124688 122354 121773 121515 118946 122062 118781 118365 118825 118945 119210 116237  total = 32.239461 per ms 
03:05:36.289 16  switches: flows:  124683 123840 125219 124284 123740 124165 123255 121355 122062 121090 120766 120358 116561 120412 119285 117041  total = 32.414410 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31025.54/33299.74/32070.86/10713.45 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.301955" elapsed="0.000406"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-05T03:05:36.302510" elapsed="0.000384"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T03:05:36.303284" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T03:05:36.303393" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31025.54/33299.74/32070.86/10713.45 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-05T03:05:36.303055" elapsed="0.000364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:05:36.303831" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31025.54/33299.74/32070.86/10713.45 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:05:36.303574" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.306245" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.304003" elapsed="0.002299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.308655" level="INFO">31025.54/33299.74/32070.86/10713.45</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.306465" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:05:36.311062" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:05:36.308862" elapsed="0.002228"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:05:36.313502" level="INFO">@{result_value_list} = [ 31025.54 | 33299.74 | 32070.86 | 10713.45 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:05:36.311277" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.313984" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T03:05:36.314098" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T03:05:36.313682" elapsed="0.000441"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.318856" level="INFO">min :: 31025.54</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.314545" elapsed="0.004368"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T03:05:36.314395" elapsed="0.004553"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.323451" level="INFO">max :: 33299.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.319169" elapsed="0.004340"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T03:05:36.319041" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.328011" level="INFO">avg :: 32070.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.323761" elapsed="0.004306"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T03:05:36.323634" elapsed="0.004467"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.332572" level="INFO">stdev :: 10713.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.328322" elapsed="0.004305"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T03:05:36.328194" elapsed="0.004467"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T03:05:36.314190" elapsed="0.018504"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.336710" level="INFO">${min} = 31025.54</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:05:36.332929" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.340927" level="INFO">${max} = 33299.74</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:05:36.337014" elapsed="0.003940"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.344965" level="INFO">${average} = 32070.86</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:05:36.341109" elapsed="0.003883"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.357224" level="INFO">${stdev} = 10713.45</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:05:36.345144" elapsed="0.012125"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.357983" level="INFO">${date} = 2026-05-05 03:05:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-05T03:05:36.357535" elapsed="0.000475"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.358658" level="INFO">CBench Result: 2026-05-05 03:05:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31025.54,33299.74,32070.86,10713.45</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.358209" elapsed="0.000507"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T03:05:36.362047" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-05T03:05:36.359400" elapsed="0.002748"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-05T03:05:36.362323" elapsed="0.000566"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T03:05:36.358889" elapsed="0.004072"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-05T02:55:29.827088" elapsed="606.535938"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.363514" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-05T03:05:36.363178" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-05T03:05:36.364114" elapsed="0.000298"/>
</kw>
<status status="PASS" start="2026-05-05T03:05:36.363800" elapsed="0.000684"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-05T02:55:29.824221" elapsed="606.540299"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.369132" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.368069" elapsed="0.001205"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.371697" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-05T03:05:36.371166" elapsed="0.000593"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-05T03:05:36.372375" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-05-05T03:05:36.371999" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-05T03:05:36.376871" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-05-05T03:05:36.376485" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-05-05T03:05:36.376456" elapsed="0.000533"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T03:05:36.377553" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-05T03:05:36.377202" elapsed="0.000573"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.378684" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.16 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:05:36.377975" elapsed="0.000768"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T03:05:36.379296" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T03:05:36.378888" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T03:05:36.380294" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T03:05:36.380402" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T03:05:36.379965" elapsed="0.000462"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:05:36.380571" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T03:05:36.381789" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-05T03:05:36.965926" 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 Tue May  5 03:05:36 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Tue May  5 02:55:30 2026 from 10.30.171.65
[?2004h[jenkins@releng-63164-224-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-05T03:05:36.381416" elapsed="0.584725"/>
</kw>
<msg time="2026-05-05T03:05:36.966247" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:05:36.381058" elapsed="0.585318"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-05T03:05:36.379588" elapsed="0.586915"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T03:05:36.967093" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.16 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T03:15:43.038889" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T03:15:43.049556" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T03:15:43.049687" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-05T03:05:36.966775" elapsed="606.082952"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T03:15:43.052443" elapsed="0.002087"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.056761" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.16: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.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:42.096 16  switches: flows:  540274 533406 544547 541412 526113 548263 530485 544670 528661 538976 520928 525442 528489 530781 535829 536878  total = 142.585900 per ms 
03:07:42.199 16  switches: flows:  506927 507826 525138 514948 500321 513341 518954 520611 517332 500322 507583 518110 516482 504488 508581 520307  total = 136.456234 per ms 
03:08:42.310 16  switches: flows:  528242 524789 521744 527314 513531 446152 524224 519776 521720 530713 521889 517190 524388 525329 517166 512026  total = 137.683293 per ms 
03:09:42.411 16  switches: flows:  554594 554681 549727 562076 550071 558173 544583 562407 554987 547992 550389 559815 561780 549417 561450 556399  total = 147.727693 per ms 
03:10:42.513 16  switches: flows:  544913 539121 547005 548954 552922 554536 544319 556538 545198 551003 548893 554333 553256 555667 556951 538317  total = 146.285538 per ms 
03:11:42.615 16  switches: flows:  488763 490023 498579 465304 494351 506868 482094 486628 505911 491945 491373 489982 490679 473963 499375 489092  total = 130.528632 per ms 
03:12:42.717 16  switches: flows:  585212 574371 587280 529409 519962 510730 553723 535790 536796 413605 418722 552608 552864 579813 496991 553924  total = 141.458420 per ms 
03:13:42.819 16  switches: flows:  609226 593779 600520 602982 599157 600304 604296 592030 601668 520133 599932 600920 604214 610767 605929 607177  total = 158.950104 per ms 
03:14:42.921 16  switches: flows:  602651 583516 596830 599002 585475 591330 600674 588741 598749 606086 600938 595880 603285 602562 595016 599561  total = 158.904519 per ms 
03:15:43.022 16  switches: flows:  589811 583127 582968 583407 589075 591908 600588 581996 581305 590696 589892 588382 582548 571915 591104 588158  total = 156.184971 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130528.63/158950.10/146019.93/49646.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.054849" elapsed="0.002649"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T03:15:43.057803" elapsed="0.000040"/>
</return>
<status status="PASS" start="2026-05-05T03:15:43.057625" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-05-05T03:15:43.057584" elapsed="0.000324"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T03:15:43.058006" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-05T03:15:43.057967" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-05-05T03:15:43.057951" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T03:15:43.058098" elapsed="0.000013"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:15:43.061698" elapsed="0.000367"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T03:15:43.062220" elapsed="0.000198"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T03:15:43.062552" elapsed="0.000114"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T03:15:43.059424" elapsed="0.003297"/>
</kw>
<msg time="2026-05-05T03:15:43.062858" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-05T03:05:36.372977" elapsed="606.689908"/>
</kw>
<status status="PASS" start="2026-05-05T03:05:36.372504" elapsed="606.690430"/>
</branch>
<status status="PASS" start="2026-05-05T03:05:36.371960" elapsed="606.690998"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.063486" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.16: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.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:42.096 16  switches: flows:  540274 533406 544547 541412 526113 548263 530485 544670 528661 538976 520928 525442 528489 530781 535829 536878  total = 142.585900 per ms 
03:07:42.199 16  switches: flows:  506927 507826 525138 514948 500321 513341 518954 520611 517332 500322 507583 518110 516482 504488 508581 520307  total = 136.456234 per ms 
03:08:42.310 16  switches: flows:  528242 524789 521744 527314 513531 446152 524224 519776 521720 530713 521889 517190 524388 525329 517166 512026  total = 137.683293 per ms 
03:09:42.411 16  switches: flows:  554594 554681 549727 562076 550071 558173 544583 562407 554987 547992 550389 559815 561780 549417 561450 556399  total = 147.727693 per ms 
03:10:42.513 16  switches: flows:  544913 539121 547005 548954 552922 554536 544319 556538 545198 551003 548893 554333 553256 555667 556951 538317  total = 146.285538 per ms 
03:11:42.615 16  switches: flows:  488763 490023 498579 465304 494351 506868 482094 486628 505911 491945 491373 489982 490679 473963 499375 489092  total = 130.528632 per ms 
03:12:42.717 16  switches: flows:  585212 574371 587280 529409 519962 510730 553723 535790 536796 413605 418722 552608 552864 579813 496991 553924  total = 141.458420 per ms 
03:13:42.819 16  switches: flows:  609226 593779 600520 602982 599157 600304 604296 592030 601668 520133 599932 600920 604214 610767 605929 607177  total = 158.950104 per ms 
03:14:42.921 16  switches: flows:  602651 583516 596830 599002 585475 591330 600674 588741 598749 606086 600938 595880 603285 602562 595016 599561  total = 158.904519 per ms 
03:15:43.022 16  switches: flows:  589811 583127 582968 583407 589075 591908 600588 581996 581305 590696 589892 588382 582548 571915 591104 588158  total = 156.184971 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 130528.63/158950.10/146019.93/49646.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.063149" elapsed="0.000413"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-05T03:15:43.063713" elapsed="0.000832"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T03:15:43.064930" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T03:15:43.065024" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 130528.63/158950.10/146019.93/49646.63 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-05T03:15:43.064708" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:15:43.065475" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 130528.63/158950.10/146019.93/49646.63 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:15:43.065203" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.067960" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.065645" elapsed="0.002373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.070377" level="INFO">130528.63/158950.10/146019.93/49646.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.068168" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:15:43.072889" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:15:43.070583" elapsed="0.002334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:15:43.075356" level="INFO">@{result_value_list} = [ 130528.63 | 158950.10 | 146019.93 | 49646.63 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:15:43.073137" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.075854" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T03:15:43.075943" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T03:15:43.075540" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.083200" level="INFO">min :: 130528.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.076379" elapsed="0.006882"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T03:15:43.076234" elapsed="0.007062"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.088524" level="INFO">max :: 158950.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.083556" elapsed="0.005025"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T03:15:43.083425" elapsed="0.005192"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.093088" level="INFO">avg :: 146019.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.088836" elapsed="0.004309"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T03:15:43.088708" elapsed="0.004472"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.097628" level="INFO">stdev :: 49646.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.093415" elapsed="0.004270"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T03:15:43.093270" elapsed="0.004450"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T03:15:43.076037" elapsed="0.021716"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.101570" level="INFO">${min} = 130528.63</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:15:43.097917" elapsed="0.003679"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.105420" level="INFO">${max} = 158950.10</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:15:43.101747" elapsed="0.003700"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.109266" level="INFO">${average} = 146019.93</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:15:43.105598" elapsed="0.003695"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.113128" level="INFO">${stdev} = 49646.63</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:15:43.109460" elapsed="0.003695"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.113682" level="INFO">${date} = 2026-05-05 03:15:43</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-05T03:15:43.113315" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.114260" level="INFO">CBench Result: 2026-05-05 03:15:43,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,130528.63,158950.10,146019.93,49646.63</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.113852" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T03:15:43.115901" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-05T03:15:43.115462" elapsed="0.000504"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-05T03:15:43.116116" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T03:15:43.114961" elapsed="0.001701"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-05T03:05:36.370052" elapsed="606.746671"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.117184" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-05T03:15:43.116872" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-05T03:15:43.117768" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-05-05T03:15:43.117465" elapsed="0.000635"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-05T03:05:36.366545" elapsed="606.751593"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.119779" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.119400" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.121054" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-05T03:15:43.120717" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-05T03:15:43.121473" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T03:15:43.121235" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-05T03:15:43.124450" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T03:15:43.124187" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-05-05T03:15:43.124168" elapsed="0.000362"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T03:15:43.124868" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-05T03:15:43.124662" elapsed="0.000350"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.125582" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:15:43.125145" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T03:15:43.126178" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T03:15:43.125776" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T03:15:43.127139" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T03:15:43.127232" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T03:15:43.126823" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:15:43.127412" elapsed="0.000507"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T03:15:43.129213" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-05T03:15:43.723747" 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 Tue May  5 03:15:43 UTC 2026

  System load:  0.45               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Tue May  5 03:05:36 2026 from 10.30.171.65
[?2004h[jenkins@releng-63164-224-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-05T03:15:43.128430" elapsed="0.595505"/>
</kw>
<msg time="2026-05-05T03:15:43.724020" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:15:43.128073" elapsed="0.596027"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-05T03:15:43.126418" elapsed="0.597793"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T03:15:43.724733" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.16 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T03:25:49.768032" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T03:25:49.768829" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T03:25:49.768904" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-05T03:15:43.724442" elapsed="606.044495"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T03:25:49.769238" elapsed="0.000455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.770389" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16: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.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:48.856 16  switches: flows:  118396 116514 116670 117034 114638 115709 117896 115382 114069 114454 114433 114899 114187 114818 115221 112624  total = 30.782400 per ms 
03:17:48.957 16  switches: flows:  110033 109562 106867 110789 106865 107153 109586 107362 106982 107659 106622 107645 106873 107268 108560 105624  total = 28.709525 per ms 
03:18:49.057 16  switches: flows:  110578 109584 110580 110965 110224 108967 110045 108649 107063 108493 108222 108157 109155 109301 106714 107626  total = 29.023541 per ms 
03:19:49.158 16  switches: flows:  121706 118693 122239 119895 118693 121088 119401 117959 119244 120053 118069 119659 119557 119099 118939 117309  total = 31.806895 per ms 
03:20:49.258 16  switches: flows:  124596 122704 124425 123664 121340 123557 121623 121050 122137 123251 120217 119755 123415 122200 123024 122105  total = 32.596618 per ms 
03:21:49.358 16  switches: flows:  120502 118834 118371 119078 117054 119549 118251 118455 115300 116802 115485 119228 115812 118810 116869 116032  total = 31.354808 per ms 
03:22:49.459 16  switches: flows:  130727 126971 128565 127334 126580 125554 127810 125834 124541 123570 125777 128492 125546 126852 126433 124825  total = 33.700465 per ms 
03:23:49.559 16  switches: flows:  130951 129612 128036 128952 126222 126126 131251 127637 126150 125202 127036 128989 127225 128619 129347 126399  total = 34.072296 per ms 
03:24:49.660 16  switches: flows:  131604 129848 130487 129688 127554 129104 129832 128801 126748 126116 128982 130220 126841 130234 128662 128354  total = 34.327011 per ms 
03:25:49.760 16  switches: flows:  130715 127386 127465 128793 126274 125648 128021 126989 125535 123891 125890 129706 126799 126634 126823 124870  total = 33.800830 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28709.53/34327.01/32154.67/10903.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.769916" 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-05-05T03:25:49.770904" elapsed="0.000047"/>
</return>
<status status="PASS" start="2026-05-05T03:25:49.770705" elapsed="0.000289"/>
</branch>
<status status="PASS" start="2026-05-05T03:25:49.770672" elapsed="0.000349"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T03:25:49.771120" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-05-05T03:25:49.771081" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-05-05T03:25:49.771065" elapsed="0.000117"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T03:25:49.771212" elapsed="0.000014"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T03:25:49.773898" elapsed="0.000332"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-05T03:25:49.774393" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T03:25:49.774688" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T03:25:49.771614" elapsed="0.003231"/>
</kw>
<msg time="2026-05-05T03:25:49.774973" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-05T03:15:43.121879" elapsed="606.653121"/>
</kw>
<status status="PASS" start="2026-05-05T03:15:43.121558" elapsed="606.653492"/>
</branch>
<status status="PASS" start="2026-05-05T03:15:43.121211" elapsed="606.653863"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.775531" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.16: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.16. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:48.856 16  switches: flows:  118396 116514 116670 117034 114638 115709 117896 115382 114069 114454 114433 114899 114187 114818 115221 112624  total = 30.782400 per ms 
03:17:48.957 16  switches: flows:  110033 109562 106867 110789 106865 107153 109586 107362 106982 107659 106622 107645 106873 107268 108560 105624  total = 28.709525 per ms 
03:18:49.057 16  switches: flows:  110578 109584 110580 110965 110224 108967 110045 108649 107063 108493 108222 108157 109155 109301 106714 107626  total = 29.023541 per ms 
03:19:49.158 16  switches: flows:  121706 118693 122239 119895 118693 121088 119401 117959 119244 120053 118069 119659 119557 119099 118939 117309  total = 31.806895 per ms 
03:20:49.258 16  switches: flows:  124596 122704 124425 123664 121340 123557 121623 121050 122137 123251 120217 119755 123415 122200 123024 122105  total = 32.596618 per ms 
03:21:49.358 16  switches: flows:  120502 118834 118371 119078 117054 119549 118251 118455 115300 116802 115485 119228 115812 118810 116869 116032  total = 31.354808 per ms 
03:22:49.459 16  switches: flows:  130727 126971 128565 127334 126580 125554 127810 125834 124541 123570 125777 128492 125546 126852 126433 124825  total = 33.700465 per ms 
03:23:49.559 16  switches: flows:  130951 129612 128036 128952 126222 126126 131251 127637 126150 125202 127036 128989 127225 128619 129347 126399  total = 34.072296 per ms 
03:24:49.660 16  switches: flows:  131604 129848 130487 129688 127554 129104 129832 128801 126748 126116 128982 130220 126841 130234 128662 128354  total = 34.327011 per ms 
03:25:49.760 16  switches: flows:  130715 127386 127465 128793 126274 125648 128021 126989 125535 123891 125890 129706 126799 126634 126823 124870  total = 33.800830 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28709.53/34327.01/32154.67/10903.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.775219" elapsed="0.000387"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-05T03:25:49.775754" elapsed="0.000419"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T03:25:49.776579" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T03:25:49.776670" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28709.53/34327.01/32154.67/10903.86 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-05T03:25:49.776354" elapsed="0.000340"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:25:49.777246" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28709.53/34327.01/32154.67/10903.86 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:25:49.776867" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.780613" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.777510" elapsed="0.003184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.784239" level="INFO">28709.53/34327.01/32154.67/10903.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.780892" elapsed="0.003428"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:25:49.786841" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:25:49.784552" elapsed="0.002316"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T03:25:49.789322" level="INFO">@{result_value_list} = [ 28709.53 | 34327.01 | 32154.67 | 10903.86 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T03:25:49.787061" elapsed="0.002311"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.789833" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T03:25:49.789922" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-05T03:25:49.789529" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.794617" level="INFO">min :: 28709.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-05-05T03:25:49.790314" elapsed="0.004378"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T03:25:49.790187" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.799397" level="INFO">max :: 34327.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.794940" elapsed="0.004516"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T03:25:49.794816" elapsed="0.004675"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.803987" level="INFO">avg :: 32154.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.799720" elapsed="0.004322"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T03:25:49.799575" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.810164" level="INFO">stdev :: 10903.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.804343" elapsed="0.005900"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T03:25:49.804203" elapsed="0.006088"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T03:25:49.790008" elapsed="0.020345"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.814930" level="INFO">${min} = 28709.53</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:25:49.810592" elapsed="0.004365"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.819116" level="INFO">${max} = 34327.01</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:25:49.815112" elapsed="0.004031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.822988" level="INFO">${average} = 32154.67</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:25:49.819295" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.826862" level="INFO">${stdev} = 10903.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T03:25:49.823166" elapsed="0.003722"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.827406" level="INFO">${date} = 2026-05-05 03:25:49</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-05T03:25:49.827048" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.827983" level="INFO">CBench Result: 2026-05-05 03:25:49,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28709.53,34327.01,32154.67,10903.86</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T03:25:49.827577" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T03:25:49.829264" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-05T03:25:49.828764" elapsed="0.000588"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-05T03:25:49.829504" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T03:25:49.828227" elapsed="0.001795"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-05T03:15:43.120152" elapsed="606.709927"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.830549" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-05T03:25:49.830225" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T03:25:49.831785" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-05T03:25:49.831299" elapsed="0.000513"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-05T03:25:49.832033" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-05-05T03:25:49.831887" elapsed="0.000207"/>
</branch>
<status status="PASS" start="2026-05-05T03:25:49.831868" elapsed="0.000250"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.832277" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.832456" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.832615" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.832806" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.832960" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.833105" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-05T03:25:49.833247" 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-05-05T03:25:49.833483" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-05T03:25:49.833344" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-05-05T03:25:49.833313" elapsed="0.000245"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-05T03:25:49.830970" elapsed="0.002638"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-05T03:15:43.118439" elapsed="606.715214"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-05T02:55:26.897264" elapsed="1822.936799"/>
</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>
