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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-04T03:07:57.696177" elapsed="0.735701"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T03:07:58.482795" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-04T03:07:58.432200" elapsed="0.050701"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T03:07:58.485329" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T03:07:58.485489" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-04T03:07:58.483187" elapsed="0.002344"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-04T03:07:58.485754" elapsed="0.000347"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:07:58.486342" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:07:58.487182" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:07:58.486796" elapsed="0.000451"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T03:07:58.487303" elapsed="0.000063"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.88
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-04T03:07:57.694618" elapsed="0.792879"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-04T03:07:57.691006" elapsed="0.796559"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T03:07:58.488179" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-04T03:07:58.487763" elapsed="0.000488"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T03:07:58.488658" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-04T03:07:58.488407" elapsed="0.000314"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T03:07:58.489335" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-04T03:07:58.488898" elapsed="0.000465"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T03:07:58.489912" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-04T03:07:58.489568" elapsed="0.000406"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T03:07:58.490536" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-04T03:07:58.490146" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T03:07:58.491058" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-04T03:07:58.490723" elapsed="0.000378"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-04T03:07:58.491422" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:07:58.491194" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:07:58.495982" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:07:58.495544" elapsed="0.000466"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:07:58.497306" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T03:07:58.497390" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:07:58.496568" elapsed="0.000847"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:07:58.497578" elapsed="0.000363"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T03:07:58.499124" level="INFO">Logging into '10.30.171.136:22' as 'jenkins'.</msg>
<msg time="2026-04-04T03:07:59.221663" 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 Sat Apr  4 03:07:58 UTC 2026

  System load:  0.02               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.136
  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-163-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-04T03:07:58.498531" elapsed="0.723290"/>
</kw>
<msg time="2026-04-04T03:07:59.221917" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:07:58.498122" elapsed="0.723916"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-04T03:07:58.496225" elapsed="0.725944"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.230206" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-04T03:07:59.222393" elapsed="0.009592"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:07:59.232252" elapsed="0.000390"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-04T03:07:58.494979" elapsed="0.737754"/>
</kw>
<status status="PASS" start="2026-04-04T03:07:58.491559" elapsed="0.741229"/>
</branch>
<status status="PASS" start="2026-04-04T03:07:58.491165" elapsed="0.741670"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-04T03:07:59.233078" elapsed="0.000672"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-04T03:07:59.240255" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-04T03:07:59.240081" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-04-04T03:07:59.240047" elapsed="0.000322"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-04T03:07:59.243913" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-04T03:07:59.243802" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-04-04T03:07:59.243782" elapsed="0.000217"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:07:59.244130" elapsed="0.000430"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.244979" level="INFO">Logging into '10.30.170.88:8101' as 'karaf'.</msg>
<msg time="2026-04-04T03:07:59.491248" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-04T03:07:59.244706" elapsed="0.246729"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.587217" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-04T03:07:59.491739" elapsed="0.095549"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.592739" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T03:07:59.592951" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-04T03:07:59.587451" elapsed="0.005534"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-04T03:07:59.593131" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:07:59.593481" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:07:59.594392" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:07:59.594069" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T03:07:59.594503" elapsed="0.000058"/>
</return>
<msg time="2026-04-04T03:07:59.594719" 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.170.88
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-04T03:07:59.243430" elapsed="0.351320"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-04T03:07:59.594898" elapsed="0.000559"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T03:07:59.595507" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-04T03:07:59.239620" elapsed="0.356042"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-04T03:07:59.599419" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-04T03:07:59.599281" elapsed="0.000191"/>
</branch>
<status status="PASS" start="2026-04-04T03:07:59.599254" elapsed="0.000243"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:07:59.599628" elapsed="0.000509"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.600548" level="INFO">Logging into '10.30.170.88:8101' as 'karaf'.</msg>
<msg time="2026-04-04T03:07:59.761921" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-04T03:07:59.600288" elapsed="0.161765"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.785774" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-04T03:07:59.762246" elapsed="0.023591"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.787576" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-04T03:07:59.787677" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-04T03:07:59.786012" elapsed="0.001694"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-04T03:07:59.787839" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:07:59.788188" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:07:59.788842" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:07:59.788547" elapsed="0.000347"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-04T03:07:59.788970" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.88
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-04T03:07:59.598936" elapsed="0.190213"/>
</kw>
<status status="PASS" start="2026-04-04T03:07:57.689155" elapsed="2.100059"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:07:59.791474" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:07:59.790390" elapsed="0.001338"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T03:07:59.793258" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-04T03:07:59.792857" elapsed="0.000449"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-04T03:07:59.793631" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:07:59.793391" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-04T03:07:59.796687" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:07:59.796430" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-04-04T03:07:59.796368" elapsed="0.000402"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.797141" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-04T03:07:59.796903" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:07:59.797861" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.136" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:07:59.797432" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.798565" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:07:59.798081" elapsed="0.000511"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:07:59.799529" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T03:07:59.799621" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:07:59.799198" elapsed="0.000448"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:07:59.799828" elapsed="0.000461"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T03:07:59.801261" level="INFO">Logging into '10.30.171.136:22' as 'jenkins'.</msg>
<msg time="2026-04-04T03:08:00.140667" 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 Sat Apr  4 03:07:58 UTC 2026

  System load:  0.02               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.136
  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: Sat Apr  4 03:07:59 2026 from 10.30.170.110
[?2004h[jenkins@releng-63164-163-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-04T03:07:59.800870" elapsed="0.339987"/>
</kw>
<msg time="2026-04-04T03:08:00.140988" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:07:59.800507" elapsed="0.340576"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-04T03:07:59.798795" elapsed="0.342420"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T03:08:00.142096" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T03:18:06.248591" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T03:18:06.249233" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T03:18:06.249350" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88: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-04-04T03:08:00.141452" elapsed="606.107965"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:18:06.249869" elapsed="0.000761"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.252195" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:05.339 16  switches: flows:  93661 94723 92042 93796 95322 94142 93894 95349 92504 93869 90211 92076 92878 92841 89855 94406  total = 24.859483 per ms 
03:10:05.439 16  switches: flows:  113377 108408 106536 107886 109037 107551 110807 108336 107685 107869 107095 108440 108788 108877 107981 109073  total = 28.914169 per ms 
03:11:05.540 16  switches: flows:  122033 117412 114784 118799 117486 115619 115918 118405 114786 115710 114497 116033 117147 116188 113881 115994  total = 31.025947 per ms 
03:12:05.641 16  switches: flows:  128208 122631 122904 123094 121838 121476 123193 124879 121151 122118 121379 121933 122527 123176 121111 121597  total = 32.665707 per ms 
03:13:05.741 16  switches: flows:  118059 115323 114085 115238 115231 114694 115528 117298 112831 112520 111999 112254 113858 112293 112018 113316  total = 30.391625 per ms 
03:14:05.841 16  switches: flows:  106837 105891 103794 103996 104930 104141 104219 102754 101729 101698 101408 100513 101114 101368 99742 101832  total = 27.387059 per ms 
03:15:05.942 16  switches: flows:  118359 116194 116295 115760 117276 114341 115345 113589 114667 113738 111613 112561 112570 111968 111382 112429  total = 30.417301 per ms 
03:16:06.042 16  switches: flows:  115209 110521 113860 113038 116637 113952 112554 113507 109536 111133 108822 111370 110456 111638 108934 109545  total = 29.795440 per ms 
03:17:06.143 16  switches: flows:  111989 108182 110148 111461 112907 107261 109516 111911 106813 109040 106296 106501 107786 109136 108409 107667  total = 29.035034 per ms 
03:18:06.243 16  switches: flows:  107335 107282 105933 106055 106634 104670 104722 105512 104413 106102 103378 102687 103253 106201 105898 103070  total = 28.005638 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27387.06/32665.71/29737.55/10028.54 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.251043" elapsed="0.001480"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T03:18:06.253052" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-04T03:18:06.252717" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-04-04T03:18:06.252659" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T03:18:06.253477" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-04T03:18:06.253397" elapsed="0.000169"/>
</branch>
<status status="NOT RUN" start="2026-04-04T03:18:06.253362" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T03:18:06.253683" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:18:06.257794" elapsed="0.000347"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:18:06.258287" elapsed="0.000168"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:18:06.258584" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T03:18:06.254427" elapsed="0.004307"/>
</kw>
<msg time="2026-04-04T03:18:06.258861" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88: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-04-04T03:07:59.794063" elapsed="606.464824"/>
</kw>
<status status="PASS" start="2026-04-04T03:07:59.793720" elapsed="606.465232"/>
</branch>
<status status="PASS" start="2026-04-04T03:07:59.793366" elapsed="606.465611"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.259403" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:09:05.339 16  switches: flows:  93661 94723 92042 93796 95322 94142 93894 95349 92504 93869 90211 92076 92878 92841 89855 94406  total = 24.859483 per ms 
03:10:05.439 16  switches: flows:  113377 108408 106536 107886 109037 107551 110807 108336 107685 107869 107095 108440 108788 108877 107981 109073  total = 28.914169 per ms 
03:11:05.540 16  switches: flows:  122033 117412 114784 118799 117486 115619 115918 118405 114786 115710 114497 116033 117147 116188 113881 115994  total = 31.025947 per ms 
03:12:05.641 16  switches: flows:  128208 122631 122904 123094 121838 121476 123193 124879 121151 122118 121379 121933 122527 123176 121111 121597  total = 32.665707 per ms 
03:13:05.741 16  switches: flows:  118059 115323 114085 115238 115231 114694 115528 117298 112831 112520 111999 112254 113858 112293 112018 113316  total = 30.391625 per ms 
03:14:05.841 16  switches: flows:  106837 105891 103794 103996 104930 104141 104219 102754 101729 101698 101408 100513 101114 101368 99742 101832  total = 27.387059 per ms 
03:15:05.942 16  switches: flows:  118359 116194 116295 115760 117276 114341 115345 113589 114667 113738 111613 112561 112570 111968 111382 112429  total = 30.417301 per ms 
03:16:06.042 16  switches: flows:  115209 110521 113860 113038 116637 113952 112554 113507 109536 111133 108822 111370 110456 111638 108934 109545  total = 29.795440 per ms 
03:17:06.143 16  switches: flows:  111989 108182 110148 111461 112907 107261 109516 111911 106813 109040 106296 106501 107786 109136 108409 107667  total = 29.035034 per ms 
03:18:06.243 16  switches: flows:  107335 107282 105933 106055 106634 104670 104722 105512 104413 106102 103378 102687 103253 106201 105898 103070  total = 28.005638 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27387.06/32665.71/29737.55/10028.54 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.259115" elapsed="0.000360"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-04T03:18:06.259634" elapsed="0.000417"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T03:18:06.260443" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T03:18:06.260533" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27387.06/32665.71/29737.55/10028.54 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-04T03:18:06.260216" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:18:06.260978" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27387.06/32665.71/29737.55/10028.54 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:18:06.260709" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.263346" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.261148" elapsed="0.002254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.265741" level="INFO">27387.06/32665.71/29737.55/10028.54</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.263562" elapsed="0.002234"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:18:06.268167" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:18:06.265957" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:18:06.270591" level="INFO">@{result_value_list} = [ 27387.06 | 32665.71 | 29737.55 | 10028.54 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:18:06.268388" elapsed="0.002230"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.271091" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T03:18:06.271178" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:18:06.270771" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.275871" level="INFO">min :: 27387.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.271605" elapsed="0.004337"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T03:18:06.271462" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.280413" level="INFO">max :: 32665.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.276200" elapsed="0.004269"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T03:18:06.276070" elapsed="0.004433"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.285042" level="INFO">avg :: 29737.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.280717" elapsed="0.004383"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T03:18:06.280591" elapsed="0.004544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.289590" level="INFO">stdev :: 10028.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-04-04T03:18:06.285352" elapsed="0.004295"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T03:18:06.285226" elapsed="0.004464"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T03:18:06.271272" elapsed="0.018452"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.293686" level="INFO">${min} = 27387.06</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:18:06.289881" elapsed="0.003832"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.297522" level="INFO">${max} = 32665.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:18:06.293868" elapsed="0.003681"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.301545" level="INFO">${average} = 29737.55</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:18:06.297706" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.305432" level="INFO">${stdev} = 10028.54</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:18:06.301728" elapsed="0.003730"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.305993" level="INFO">${date} = 2026-04-04 03:18:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-04T03:18:06.305616" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.306572" level="INFO">CBench Result: 2026-04-04 03:18:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27387.06,32665.71,29737.55,10028.54</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.306166" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T03:18:06.307701" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-04T03:18:06.307257" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-04T03:18:06.307919" elapsed="0.000467"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T03:18:06.306770" elapsed="0.001681"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-04T03:07:59.792183" elapsed="606.516330"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.308991" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-04T03:18:06.308662" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-04T03:18:06.309555" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-04T03:18:06.309258" elapsed="0.000634"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-04T03:07:59.789371" elapsed="606.520573"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.311434" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.310996" elapsed="0.000496"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.312833" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-04T03:18:06.312507" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-04T03:18:06.313224" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:18:06.313007" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-04T03:18:06.316220" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:18:06.315950" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-04-04T03:18:06.315913" elapsed="0.000389"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:18:06.316629" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-04T03:18:06.316432" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.317342" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.88 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.136" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:18:06.316906" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:18:06.317957" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:18:06.317540" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:18:06.318882" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T03:18:06.318984" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:18:06.318560" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:18:06.319149" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T03:18:06.320365" level="INFO">Logging into '10.30.171.136:22' as 'jenkins'.</msg>
<msg time="2026-04-04T03:18:06.931607" 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 Sat Apr  4 03:18:06 UTC 2026

  System load:  0.99               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.136
  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: Sat Apr  4 03:08:00 2026 from 10.30.170.110
[?2004h[jenkins@releng-63164-163-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-04T03:18:06.320009" elapsed="0.611783"/>
</kw>
<msg time="2026-04-04T03:18:06.931903" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:18:06.319651" elapsed="0.612362"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-04T03:18:06.318186" elapsed="0.613947"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T03:18:06.932670" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.88 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T03:28:14.316392" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T03:28:14.322528" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T03:28:14.322585" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-04T03:18:06.932353" elapsed="607.390716"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:28:14.326306" elapsed="0.002465"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.329858" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:12.058 16  switches: flows:  493658 498660 496517 498688 500693 498755 494892 500632 489008 485581 492757 494329 484986 494620 489306 490419  total = 131.725017 per ms 
03:20:12.159 16  switches: flows:  424727 435687 423588 426838 429731 427354 422510 424189 428693 420257 433568 432473 425576 425042 424291 431421  total = 113.740546 per ms 
03:21:12.266 16  switches: flows:  452886 458168 464989 471293 459950 460655 457253 461096 466985 461418 447131 452041 454397 452182 452128 460186  total = 121.997103 per ms 
03:22:12.374 16  switches: flows:  485041 471446 489118 488794 492685 492168 491709 492444 489865 489941 492536 489334 492530 484586 497054 481029  total = 130.104599 per ms 
03:23:13.691 16  switches: flows:  469321 465755 464168 471221 461773 463950 473381 471702 457674 466788 469188 466989 471170 466227 467748 465573  total = 121.869227 per ms 
03:24:13.896 16  switches: flows:  514742 522438 516967 515158 516297 515026 519384 521274 513354 517361 511697 517460 509575 515448 520854 511929  total = 137.183944 per ms 
03:25:13.997 16  switches: flows:  480656 465435 476742 462619 480036 482637 478283 476593 478724 477354 475466 483763 473293 479081 471634 474321  total = 126.730072 per ms 
03:26:14.098 16  switches: flows:  494535 488119 495152 478977 484217 478132 488740 487349 485808 483432 481710 489599 486216 487719 479455 489102  total = 129.420683 per ms 
03:27:14.200 16  switches: flows:  472605 469673 468341 473448 473773 470936 465919 458503 467193 472383 463966 464670 473255 466116 467206 480598  total = 124.932499 per ms 
03:28:14.302 16  switches: flows:  509424 507823 498356 504970 505452 506382 507302 513264 512767 506297 508559 507699 506736 503784 504797 505891  total = 134.931112 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113740.55/137183.94/126767.75/42795.65 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.329008" elapsed="0.001039"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T03:28:14.330300" elapsed="0.000507"/>
</return>
<status status="PASS" start="2026-04-04T03:28:14.330141" elapsed="0.000708"/>
</branch>
<status status="PASS" start="2026-04-04T03:28:14.330112" elapsed="0.000764"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T03:28:14.330991" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-04T03:28:14.330938" elapsed="0.000095"/>
</branch>
<status status="NOT RUN" start="2026-04-04T03:28:14.330919" elapsed="0.000135"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T03:28:14.331085" 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-04-04T03:28:14.335120" elapsed="0.000441"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:28:14.335718" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:28:14.336050" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T03:28:14.332394" elapsed="0.003819"/>
</kw>
<msg time="2026-04-04T03:28:14.336346" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-04T03:18:06.313611" elapsed="608.022762"/>
</kw>
<status status="PASS" start="2026-04-04T03:18:06.313306" elapsed="608.023116"/>
</branch>
<status status="PASS" start="2026-04-04T03:18:06.312985" elapsed="608.023460"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.336906" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:19:12.058 16  switches: flows:  493658 498660 496517 498688 500693 498755 494892 500632 489008 485581 492757 494329 484986 494620 489306 490419  total = 131.725017 per ms 
03:20:12.159 16  switches: flows:  424727 435687 423588 426838 429731 427354 422510 424189 428693 420257 433568 432473 425576 425042 424291 431421  total = 113.740546 per ms 
03:21:12.266 16  switches: flows:  452886 458168 464989 471293 459950 460655 457253 461096 466985 461418 447131 452041 454397 452182 452128 460186  total = 121.997103 per ms 
03:22:12.374 16  switches: flows:  485041 471446 489118 488794 492685 492168 491709 492444 489865 489941 492536 489334 492530 484586 497054 481029  total = 130.104599 per ms 
03:23:13.691 16  switches: flows:  469321 465755 464168 471221 461773 463950 473381 471702 457674 466788 469188 466989 471170 466227 467748 465573  total = 121.869227 per ms 
03:24:13.896 16  switches: flows:  514742 522438 516967 515158 516297 515026 519384 521274 513354 517361 511697 517460 509575 515448 520854 511929  total = 137.183944 per ms 
03:25:13.997 16  switches: flows:  480656 465435 476742 462619 480036 482637 478283 476593 478724 477354 475466 483763 473293 479081 471634 474321  total = 126.730072 per ms 
03:26:14.098 16  switches: flows:  494535 488119 495152 478977 484217 478132 488740 487349 485808 483432 481710 489599 486216 487719 479455 489102  total = 129.420683 per ms 
03:27:14.200 16  switches: flows:  472605 469673 468341 473448 473773 470936 465919 458503 467193 472383 463966 464670 473255 466116 467206 480598  total = 124.932499 per ms 
03:28:14.302 16  switches: flows:  509424 507823 498356 504970 505452 506382 507302 513264 512767 506297 508559 507699 506736 503784 504797 505891  total = 134.931112 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 113740.55/137183.94/126767.75/42795.65 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.336603" elapsed="0.000394"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-04T03:28:14.337147" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T03:28:14.337899" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T03:28:14.338007" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 113740.55/137183.94/126767.75/42795.65 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-04T03:28:14.337681" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:28:14.338442" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 113740.55/137183.94/126767.75/42795.65 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:28:14.338186" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.340903" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.338615" elapsed="0.002363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.343309" level="INFO">113740.55/137183.94/126767.75/42795.65</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.341126" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:28:14.345743" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:28:14.343515" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:28:14.348389" level="INFO">@{result_value_list} = [ 113740.55 | 137183.94 | 126767.75 | 42795.65 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:28:14.346167" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.348874" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T03:28:14.348981" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:28:14.348572" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.353893" level="INFO">min :: 113740.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.349384" elapsed="0.004585"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T03:28:14.349257" elapsed="0.004748"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.358602" level="INFO">max :: 137183.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.354223" elapsed="0.004437"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T03:28:14.354094" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.363287" level="INFO">avg :: 126767.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.358912" elapsed="0.004431"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T03:28:14.358784" elapsed="0.004596"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.368053" level="INFO">stdev :: 42795.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.363599" elapsed="0.004594"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T03:28:14.363469" elapsed="0.004765"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T03:28:14.349073" elapsed="0.019195"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.372126" level="INFO">${min} = 113740.55</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:28:14.368432" elapsed="0.003722"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.376021" level="INFO">${max} = 137183.94</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:28:14.372343" elapsed="0.003705"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.379935" level="INFO">${average} = 126767.75</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:28:14.376201" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.383814" level="INFO">${stdev} = 42795.65</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:28:14.380128" elapsed="0.003714"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.384364" level="INFO">${date} = 2026-04-04 03:28:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-04T03:28:14.384017" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.384990" level="INFO">CBench Result: 2026-04-04 03:28:14,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,113740.55,137183.94,126767.75,42795.65</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.384565" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T03:28:14.386946" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-04T03:28:14.385659" elapsed="0.001357"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-04T03:28:14.387168" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T03:28:14.385189" elapsed="0.002503"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-04T03:18:06.311826" elapsed="608.075927"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.388232" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-04T03:28:14.387900" elapsed="0.000390"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-04T03:28:14.388825" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-04-04T03:28:14.388494" elapsed="0.000685"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-04T03:18:06.310426" elapsed="608.078792"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.390561" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.390177" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.391824" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-04T03:28:14.391496" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-04T03:28:14.392218" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:28:14.391997" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-04T03:28:14.395317" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:28:14.395070" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-04-04T03:28:14.395050" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:28:14.395719" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-04T03:28:14.395532" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.396431" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.136" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:28:14.396012" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-04T03:28:14.397050" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:28:14.396625" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:28:14.397969" level="INFO">Length is 0.</msg>
<msg time="2026-04-04T03:28:14.398059" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:28:14.397647" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:28:14.398223" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-04T03:28:14.399402" level="INFO">Logging into '10.30.171.136:22' as 'jenkins'.</msg>
<msg time="2026-04-04T03:28:14.993563" 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 Sat Apr  4 03:28:14 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.136
  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: Sat Apr  4 03:18:06 2026 from 10.30.170.110
[?2004h[jenkins@releng-63164-163-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-04T03:28:14.399050" elapsed="0.594667"/>
</kw>
<msg time="2026-04-04T03:28:14.993797" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:28:14.398693" elapsed="0.595177"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-04T03:28:14.397275" elapsed="0.596723"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-04T03:28:14.994487" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.88 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-04T03:38:21.086654" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-04T03:38:21.087079" level="INFO">${stdout} = </msg>
<msg time="2026-04-04T03:38:21.087152" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88: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-04-04T03:28:14.994197" elapsed="606.092996"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:38:21.087518" elapsed="0.000515"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.088730" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:29:20.164 16  switches: flows:  100365 99642 100268 100414 98235 100028 99732 98575 99803 99946 96252 98607 98629 98506 98054 100133  total = 26.453150 per ms 
03:30:20.265 16  switches: flows:  100977 102026 99552 100371 99359 101400 100589 101972 98255 100873 98228 97978 98820 100500 97447 100145  total = 26.597056 per ms 
03:31:20.367 16  switches: flows:  111205 113216 111888 112909 112159 110297 111251 113426 112459 109457 107210 108912 109881 110723 110061 108759  total = 29.514291 per ms 
03:32:20.468 16  switches: flows:  119754 122817 122633 122392 122179 119406 121092 123434 122027 121810 119840 117019 119141 119798 120027 118074  total = 32.136981 per ms 
03:33:20.569 16  switches: flows:  116553 118683 116192 121254 118911 116424 115949 121278 117624 120278 116047 113945 114630 117834 117203 113826  total = 31.224864 per ms 
03:34:20.670 16  switches: flows:  121481 121535 122294 125964 124218 120363 121314 124619 121293 123669 121155 116568 119043 121313 120659 117387  total = 32.327176 per ms 
03:35:20.772 16  switches: flows:  122124 123280 121642 126698 124134 121052 123962 126385 123822 124524 120695 118630 119154 121963 124350 118919  total = 32.634411 per ms 
03:36:20.873 16  switches: flows:  118509 116274 117431 119507 118340 118594 117840 117167 116076 116959 113408 112971 115887 115358 115772 114497  total = 31.024703 per ms 
03:37:20.974 16  switches: flows:  117406 115455 117307 118212 117716 115164 115669 114179 114075 115039 111178 111151 114241 110919 112879 114954  total = 30.541421 per ms 
03:38:21.075 16  switches: flows:  116261 114671 117413 117374 117269 116657 117036 114393 113869 115215 111857 112769 111828 110496 115051 115238  total = 30.572244 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26597.06/32634.41/30730.35/10389.43 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.088257" elapsed="0.000716"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-04T03:38:21.089284" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-04-04T03:38:21.089093" elapsed="0.000287"/>
</branch>
<status status="PASS" start="2026-04-04T03:38:21.089058" elapsed="0.000359"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-04T03:38:21.089541" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-04T03:38:21.089493" elapsed="0.000102"/>
</branch>
<status status="NOT RUN" start="2026-04-04T03:38:21.089472" elapsed="0.000152"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-04T03:38:21.089665" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-04T03:38:21.093416" elapsed="0.000440"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-04T03:38:21.094071" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-04T03:38:21.094482" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-04T03:38:21.090106" elapsed="0.004618"/>
</kw>
<msg time="2026-04-04T03:38:21.094894" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88: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-04-04T03:28:14.392617" elapsed="606.702318"/>
</kw>
<status status="PASS" start="2026-04-04T03:28:14.392302" elapsed="606.702716"/>
</branch>
<status status="PASS" start="2026-04-04T03:28:14.391975" elapsed="606.703076"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.095667" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.88:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.88. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:29:20.164 16  switches: flows:  100365 99642 100268 100414 98235 100028 99732 98575 99803 99946 96252 98607 98629 98506 98054 100133  total = 26.453150 per ms 
03:30:20.265 16  switches: flows:  100977 102026 99552 100371 99359 101400 100589 101972 98255 100873 98228 97978 98820 100500 97447 100145  total = 26.597056 per ms 
03:31:20.367 16  switches: flows:  111205 113216 111888 112909 112159 110297 111251 113426 112459 109457 107210 108912 109881 110723 110061 108759  total = 29.514291 per ms 
03:32:20.468 16  switches: flows:  119754 122817 122633 122392 122179 119406 121092 123434 122027 121810 119840 117019 119141 119798 120027 118074  total = 32.136981 per ms 
03:33:20.569 16  switches: flows:  116553 118683 116192 121254 118911 116424 115949 121278 117624 120278 116047 113945 114630 117834 117203 113826  total = 31.224864 per ms 
03:34:20.670 16  switches: flows:  121481 121535 122294 125964 124218 120363 121314 124619 121293 123669 121155 116568 119043 121313 120659 117387  total = 32.327176 per ms 
03:35:20.772 16  switches: flows:  122124 123280 121642 126698 124134 121052 123962 126385 123822 124524 120695 118630 119154 121963 124350 118919  total = 32.634411 per ms 
03:36:20.873 16  switches: flows:  118509 116274 117431 119507 118340 118594 117840 117167 116076 116959 113408 112971 115887 115358 115772 114497  total = 31.024703 per ms 
03:37:20.974 16  switches: flows:  117406 115455 117307 118212 117716 115164 115669 114179 114075 115039 111178 111151 114241 110919 112879 114954  total = 30.541421 per ms 
03:38:21.075 16  switches: flows:  116261 114671 117413 117374 117269 116657 117036 114393 113869 115215 111857 112769 111828 110496 115051 115238  total = 30.572244 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26597.06/32634.41/30730.35/10389.43 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.095253" elapsed="0.000513"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-04T03:38:21.095986" elapsed="0.000511"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-04T03:38:21.097061" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-04T03:38:21.097210" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26597.06/32634.41/30730.35/10389.43 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-04T03:38:21.096739" elapsed="0.000505"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:38:21.097819" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26597.06/32634.41/30730.35/10389.43 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:38:21.097483" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.101213" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.098072" elapsed="0.003220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.104510" level="INFO">26597.06/32634.41/30730.35/10389.43</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.101503" elapsed="0.003098"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:38:21.107849" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:38:21.104810" elapsed="0.003074"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-04T03:38:21.111202" level="INFO">@{result_value_list} = [ 26597.06 | 32634.41 | 30730.35 | 10389.43 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-04T03:38:21.108186" elapsed="0.003053"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.111883" level="INFO">Length is 4.</msg>
<msg time="2026-04-04T03:38:21.112021" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-04T03:38:21.111445" elapsed="0.000610"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.118555" level="INFO">min :: 26597.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.112600" elapsed="0.006042"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-04T03:38:21.112423" elapsed="0.006273"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.125083" level="INFO">max :: 32634.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.119037" elapsed="0.006128"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-04T03:38:21.118822" elapsed="0.006394"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.131865" level="INFO">avg :: 30730.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.125546" elapsed="0.006438"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-04T03:38:21.125337" elapsed="0.006700"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.138257" level="INFO">stdev :: 10389.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.132354" elapsed="0.005982"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-04T03:38:21.132160" elapsed="0.006224"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-04T03:38:21.112147" elapsed="0.026283"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.143768" level="INFO">${min} = 26597.06</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:38:21.138662" elapsed="0.005143"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.149174" level="INFO">${max} = 32634.41</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:38:21.144079" elapsed="0.005132"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.154572" level="INFO">${average} = 30730.35</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:38:21.149428" elapsed="0.005182"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.159969" level="INFO">${stdev} = 10389.43</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-04T03:38:21.154825" elapsed="0.005182"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.160737" level="INFO">${date} = 2026-04-04 03:38:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-04T03:38:21.160231" elapsed="0.000540"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.161558" level="INFO">CBench Result: 2026-04-04 03:38:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26597.06,32634.41,30730.35,10389.43</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-04T03:38:21.161005" elapsed="0.000628"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-04T03:38:21.163168" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-04T03:38:21.162518" elapsed="0.000738"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-04T03:38:21.163468" elapsed="0.000641"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-04T03:38:21.161844" elapsed="0.002354"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-04T03:28:14.390928" elapsed="606.773352"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.164889" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-04T03:38:21.164477" elapsed="0.000511"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-04T03:38:21.166616" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-04T03:38:21.165936" elapsed="0.000716"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-04T03:38:21.166974" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-04-04T03:38:21.166760" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-04-04T03:38:21.166731" elapsed="0.000372"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.167294" elapsed="0.000027"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.167526" elapsed="0.000026"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.167735" elapsed="0.000027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.168040" elapsed="0.000029"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.168248" elapsed="0.000027"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.168452" elapsed="0.000033"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.168684" elapsed="0.000033"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-04T03:38:21.169007" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-04T03:38:21.168801" elapsed="0.000276"/>
</branch>
<status status="NOT RUN" start="2026-04-04T03:38:21.168778" elapsed="0.000332"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-04T03:38:21.165484" elapsed="0.003697"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-04T03:28:14.389625" elapsed="606.779618"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-04T03:07:57.110464" elapsed="1824.059599"/>
</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>
