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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-06T03:12:32.637355" elapsed="0.785798"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T03:12:33.471628" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-06T03:12:33.423470" elapsed="0.048234"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T03:12:33.473649" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T03:12:33.473773" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-06T03:12:33.471878" elapsed="0.001926"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-06T03:12:33.473963" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:12:33.474333" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:12:33.475166" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:12:33.474800" elapsed="0.000423"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T03:12:33.475281" elapsed="0.000060"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-06T03:12:32.635708" elapsed="0.839767"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-06T03:12:32.631997" elapsed="0.843573"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T03:12:33.476231" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T03:12:33.475817" elapsed="0.000472"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T03:12:33.476911" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T03:12:33.476468" elapsed="0.000506"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T03:12:33.477603" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-06T03:12:33.477167" elapsed="0.000465"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T03:12:33.478171" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T03:12:33.477802" elapsed="0.000413"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T03:12:33.478760" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-06T03:12:33.478361" elapsed="0.000426"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T03:12:33.479288" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T03:12:33.478947" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-06T03:12:33.479670" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:12:33.479426" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:12:33.484494" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:12:33.484028" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:12:33.485743" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T03:12:33.485831" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:12:33.485174" elapsed="0.000681"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:12:33.486005" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T03:12:33.487473" level="INFO">Logging into '10.30.171.253:22' as 'jenkins'.</msg>
<msg time="2026-05-06T03:12:34.158775" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed May  6 03:12:33 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.253
  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-226-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T03:12:33.486927" elapsed="0.672075"/>
</kw>
<msg time="2026-05-06T03:12:34.159128" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:12:33.486542" elapsed="0.672724"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T03:12:33.484775" elapsed="0.674667"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.170122" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-06T03:12:34.159779" elapsed="0.012457"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:12:34.172599" elapsed="0.000475"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-06T03:12:33.483422" elapsed="0.689768"/>
</kw>
<status status="PASS" start="2026-05-06T03:12:33.479802" elapsed="0.693447"/>
</branch>
<status status="PASS" start="2026-05-06T03:12:33.479398" elapsed="0.693907"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T03:12:34.173637" elapsed="0.000773"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-06T03:12:34.181426" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-06T03:12:34.181211" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-05-06T03:12:34.181173" elapsed="0.000413"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-06T03:12:34.186993" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-06T03:12:34.186864" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-05-06T03:12:34.186842" elapsed="0.000234"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:12:34.187230" elapsed="0.000574"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.188280" level="INFO">Logging into '10.30.171.136:8101' as 'karaf'.</msg>
<msg time="2026-05-06T03:12:34.402161" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-06T03:12:34.187981" elapsed="0.214405"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.499609" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-06T03:12:34.402733" elapsed="0.097029"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.517915" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T03:12:34.518165" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-06T03:12:34.500024" elapsed="0.018174"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-06T03:12:34.518344" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:12:34.518793" elapsed="0.000245"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:12:34.519598" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:12:34.519189" elapsed="0.000467"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T03:12:34.519712" elapsed="0.000063"/>
</return>
<msg time="2026-05-06T03:12:34.519938" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-06T03:12:34.186442" elapsed="0.333528"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T03:12:34.520131" elapsed="0.000685"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T03:12:34.520871" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-06T03:12:34.180734" elapsed="0.340273"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-06T03:12:34.525192" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-06T03:12:34.525038" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-06T03:12:34.525014" elapsed="0.000265"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:12:34.525421" elapsed="0.000861"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.526755" level="INFO">Logging into '10.30.171.136:8101' as 'karaf'.</msg>
<msg time="2026-05-06T03:12:34.725728" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-06T03:12:34.526460" elapsed="0.199393"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.753533" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-06T03:12:34.726070" elapsed="0.027558"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.755450" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-06T03:12:34.755560" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-06T03:12:34.753854" elapsed="0.001736"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-06T03:12:34.755727" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:12:34.756069" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:12:34.756869" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:12:34.756389" elapsed="0.000531"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-06T03:12:34.756968" elapsed="0.000040"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-06T03:12:34.524691" elapsed="0.232424"/>
</kw>
<status status="PASS" start="2026-05-06T03:12:32.630033" elapsed="2.127153"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:12:34.759637" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:12:34.758415" elapsed="0.001290"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T03:12:34.761338" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T03:12:34.760977" elapsed="0.000405"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T03:12:34.761727" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:12:34.761460" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-06T03:12:34.764857" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:12:34.764607" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-05-06T03:12:34.764587" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.765275" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-06T03:12:34.765070" elapsed="0.000355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:12:34.766041" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.253" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:12:34.765575" elapsed="0.000528"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.766731" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:12:34.766242" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:12:34.767663" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T03:12:34.767754" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:12:34.767328" elapsed="0.000450"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:12:34.767919" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T03:12:34.769123" level="INFO">Logging into '10.30.171.253:22' as 'jenkins'.</msg>
<msg time="2026-05-06T03:12:35.080203" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed May  6 03:12:33 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.253
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Wed May  6 03:12:34 2026 from 10.30.170.220
[?2004h[jenkins@releng-63164-226-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T03:12:34.768766" elapsed="0.311806"/>
</kw>
<msg time="2026-05-06T03:12:35.080695" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:12:34.768403" elapsed="0.312422"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T03:12:34.766958" elapsed="0.314043"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T03:12:35.082250" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T03:22:41.209787" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T03:22:41.210445" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T03:22:41.210591" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-06T03:12:35.081339" elapsed="606.129314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:22:41.211172" elapsed="0.000789"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.213110" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:40.293 16  switches: flows:  128702 130375 127890 131135 127340 130458 128928 128567 126308 121639 123464 123100 120582 126199 124079 119212  total = 33.632967 per ms 
03:14:40.393 16  switches: flows:  142440 142115 140244 142294 138398 140063 135772 141129 138203 136267 136153 132751 134470 136728 134948 133404  total = 36.695005 per ms 
03:15:40.494 16  switches: flows:  142696 143126 142653 146332 140127 141994 138072 144585 139635 137309 138819 133953 138092 138325 137432 136410  total = 37.263758 per ms 
03:16:40.596 16  switches: flows:  143830 144288 145835 148878 142530 143358 139651 143630 141721 139999 141044 137043 140160 140659 140214 135277  total = 37.738891 per ms 
03:17:40.697 16  switches: flows:  141700 144271 143035 147311 142910 143254 138783 146861 141526 140983 139271 135555 140338 140770 140007 138336  total = 37.685592 per ms 
03:18:40.798 16  switches: flows:  143349 141824 144671 149040 141923 141944 139903 144612 139121 140188 140473 138677 139872 140848 138272 136375  total = 37.622047 per ms 
03:19:40.899 16  switches: flows:  144902 143644 144215 146933 142919 142818 141315 147689 139473 142166 139385 135276 141618 143365 141951 136987  total = 37.847485 per ms 
03:20:41.001 16  switches: flows:  143640 142998 142689 148698 141821 142362 141123 146736 139603 141965 139525 138856 138677 142985 139309 135195  total = 37.706410 per ms 
03:21:41.102 16  switches: flows:  142146 142333 141038 144751 140211 139720 140459 145921 138281 139597 140076 135455 137263 140133 137619 134782  total = 37.267539 per ms 
03:22:41.203 16  switches: flows:  144833 142275 143869 146345 142828 143333 142211 146251 139881 141122 140682 138171 138969 141474 139613 136347  total = 37.739985 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36695.00/37847.48/37507.41/12507.29 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.212342" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T03:22:41.213966" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-06T03:22:41.213664" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-05-06T03:22:41.213606" elapsed="0.000570"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T03:22:41.214396" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-06T03:22:41.214311" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-05-06T03:22:41.214274" elapsed="0.000298"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T03:22:41.214652" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:22:41.220134" elapsed="0.000802"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:22:41.221257" elapsed="0.000321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:22:41.221709" 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-05-06T03:22:41.215324" elapsed="0.006536"/>
</kw>
<msg time="2026-05-06T03:22:41.221988" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-06T03:12:34.762163" elapsed="606.459852"/>
</kw>
<status status="PASS" start="2026-05-06T03:12:34.761829" elapsed="606.460236"/>
</branch>
<status status="PASS" start="2026-05-06T03:12:34.761438" elapsed="606.460652"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.222562" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:40.293 16  switches: flows:  128702 130375 127890 131135 127340 130458 128928 128567 126308 121639 123464 123100 120582 126199 124079 119212  total = 33.632967 per ms 
03:14:40.393 16  switches: flows:  142440 142115 140244 142294 138398 140063 135772 141129 138203 136267 136153 132751 134470 136728 134948 133404  total = 36.695005 per ms 
03:15:40.494 16  switches: flows:  142696 143126 142653 146332 140127 141994 138072 144585 139635 137309 138819 133953 138092 138325 137432 136410  total = 37.263758 per ms 
03:16:40.596 16  switches: flows:  143830 144288 145835 148878 142530 143358 139651 143630 141721 139999 141044 137043 140160 140659 140214 135277  total = 37.738891 per ms 
03:17:40.697 16  switches: flows:  141700 144271 143035 147311 142910 143254 138783 146861 141526 140983 139271 135555 140338 140770 140007 138336  total = 37.685592 per ms 
03:18:40.798 16  switches: flows:  143349 141824 144671 149040 141923 141944 139903 144612 139121 140188 140473 138677 139872 140848 138272 136375  total = 37.622047 per ms 
03:19:40.899 16  switches: flows:  144902 143644 144215 146933 142919 142818 141315 147689 139473 142166 139385 135276 141618 143365 141951 136987  total = 37.847485 per ms 
03:20:41.001 16  switches: flows:  143640 142998 142689 148698 141821 142362 141123 146736 139603 141965 139525 138856 138677 142985 139309 135195  total = 37.706410 per ms 
03:21:41.102 16  switches: flows:  142146 142333 141038 144751 140211 139720 140459 145921 138281 139597 140076 135455 137263 140133 137619 134782  total = 37.267539 per ms 
03:22:41.203 16  switches: flows:  144833 142275 143869 146345 142828 143333 142211 146251 139881 141122 140682 138171 138969 141474 139613 136347  total = 37.739985 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36695.00/37847.48/37507.41/12507.29 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.222228" elapsed="0.000413"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T03:22:41.222819" elapsed="0.000381"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T03:22:41.223623" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T03:22:41.223728" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36695.00/37847.48/37507.41/12507.29 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-06T03:22:41.223359" elapsed="0.000395"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:22:41.224168" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36695.00/37847.48/37507.41/12507.29 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:22:41.223909" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.226617" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.224388" elapsed="0.002284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.229004" level="INFO">36695.00/37847.48/37507.41/12507.29</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.226816" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:22:41.231364" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:22:41.229206" elapsed="0.002185"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:22:41.233829" level="INFO">@{result_value_list} = [ 36695.00 | 37847.48 | 37507.41 | 12507.29 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:22:41.231592" elapsed="0.002265"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.234309" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T03:22:41.234395" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:22:41.234008" elapsed="0.000411"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.239059" level="INFO">min :: 36695.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.234822" elapsed="0.004293"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T03:22:41.234694" elapsed="0.004456"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.243587" level="INFO">max :: 37847.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.239371" elapsed="0.004271"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T03:22:41.239240" elapsed="0.004437"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.248063" level="INFO">avg :: 37507.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-05-06T03:22:41.243889" elapsed="0.004229"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T03:22:41.243765" elapsed="0.004387"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.252697" level="INFO">stdev :: 12507.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.248382" elapsed="0.004370"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T03:22:41.248256" elapsed="0.004531"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T03:22:41.234488" elapsed="0.018332"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.256666" level="INFO">${min} = 36695.00</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:22:41.252975" elapsed="0.003719"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.260750" level="INFO">${max} = 37847.48</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:22:41.256843" elapsed="0.003934"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.264653" level="INFO">${average} = 37507.41</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:22:41.260925" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.268614" level="INFO">${stdev} = 12507.29</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:22:41.264827" elapsed="0.003816"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.269155" level="INFO">${date} = 2026-05-06 03:22:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-06T03:22:41.268799" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.269783" level="INFO">CBench Result: 2026-05-06 03:22:41,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36695.00,37847.48,37507.41,12507.29</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.269339" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T03:22:41.270845" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T03:22:41.270433" elapsed="0.000477"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T03:22:41.271057" elapsed="0.000505"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T03:22:41.269974" elapsed="0.001652"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-06T03:12:34.760328" elapsed="606.511358"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.272144" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-06T03:22:41.271835" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-06T03:22:41.272738" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-05-06T03:22:41.272430" elapsed="0.000662"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T03:12:34.757376" elapsed="606.515754"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.274578" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.274180" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.275856" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T03:22:41.275523" elapsed="0.000375"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T03:22:41.276239" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:22:41.276007" elapsed="0.000290"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-06T03:22:41.279518" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:22:41.279240" elapsed="0.000357"/>
</branch>
<status status="PASS" start="2026-05-06T03:22:41.279217" elapsed="0.000413"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:22:41.279995" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-06T03:22:41.279773" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.280734" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.136 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.253" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:22:41.280306" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:22:41.281310" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:22:41.280925" elapsed="0.000411"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:22:41.282215" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T03:22:41.282302" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:22:41.281915" elapsed="0.000411"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:22:41.282464" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T03:22:41.283651" level="INFO">Logging into '10.30.171.253:22' as 'jenkins'.</msg>
<msg time="2026-05-06T03:22:41.862000" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed May  6 03:22:41 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.253
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Wed May  6 03:12:35 2026 from 10.30.170.220
[?2004h[jenkins@releng-63164-226-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T03:22:41.283287" elapsed="0.578900"/>
</kw>
<msg time="2026-05-06T03:22:41.862274" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:22:41.282951" elapsed="0.579417"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T03:22:41.281549" elapsed="0.580937"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T03:22:41.863077" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.136 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T03:32:47.922938" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T03:32:47.923485" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T03:32:47.923672" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-06T03:22:41.862741" elapsed="606.060995"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:32:47.924181" elapsed="0.000852"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.926275" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:46.997 16  switches: flows:  635603 636230 637896 630749 625350 630312 626910 632384 613234 612302 614334 626037 609545 613920 620223 619587  total = 166.410267 per ms 
03:24:47.099 16  switches: flows:  688436 677820 680465 680421 676432 678943 685318 679914 692627 668197 680437 681946 689463 686997 687305 685710  total = 181.700518 per ms 
03:25:47.202 16  switches: flows:  695248 687180 682482 678937 685426 684895 682404 682466 696334 692395 692723 693851 692503 687454 691370 688773  total = 183.262324 per ms 
03:26:47.304 16  switches: flows:  693984 685848 682281 696113 684425 684250 684971 686021 688433 688892 687436 690784 683334 690761 678756 698320  total = 183.100369 per ms 
03:27:47.406 16  switches: flows:  705780 702611 700446 702552 707628 691553 703282 694966 708784 703852 704297 705408 704103 696956 702770 700603  total = 186.945803 per ms 
03:28:47.507 16  switches: flows:  686514 692424 687413 693627 687439 692305 692504 685153 689095 680137 682544 700152 679889 689054 680355 692147  total = 183.203725 per ms 
03:29:47.608 16  switches: flows:  678845 689542 682994 677509 682508 671015 694411 684539 675663 687804 676597 687016 688016 677361 684869 692459  total = 181.878432 per ms 
03:30:47.709 16  switches: flows:  695210 690858 694314 684957 685355 694478 696388 689177 691473 680446 701751 698324 696204 694921 689545 693934  total = 184.311924 per ms 
03:31:47.811 16  switches: flows:  683652 680309 681955 673905 686590 684534 691444 675371 685875 684432 681495 687294 681137 684793 692789 686896  total = 182.067790 per ms 
03:32:47.912 16  switches: flows:  645090 649137 651811 659031 647755 650808 648358 650913 654445 653351 650948 657780 657994 651314 654725 644207  total = 173.502714 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 173502.71/186945.80/182219.29/60836.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.925448" elapsed="0.001186"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T03:32:47.927301" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-06T03:32:47.926893" elapsed="0.000574"/>
</branch>
<status status="PASS" start="2026-05-06T03:32:47.926794" elapsed="0.000776"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T03:32:47.927838" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-05-06T03:32:47.927746" elapsed="0.000193"/>
</branch>
<status status="NOT RUN" start="2026-05-06T03:32:47.927705" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T03:32:47.928070" elapsed="0.000033"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:32:47.933232" elapsed="0.000363"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:32:47.933749" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:32:47.934041" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T03:32:47.928837" elapsed="0.005360"/>
</kw>
<msg time="2026-05-06T03:32:47.934324" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-06T03:22:41.276647" elapsed="606.657704"/>
</kw>
<status status="PASS" start="2026-05-06T03:22:41.276323" elapsed="606.658076"/>
</branch>
<status status="PASS" start="2026-05-06T03:22:41.275986" elapsed="606.658437"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.934869" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:46.997 16  switches: flows:  635603 636230 637896 630749 625350 630312 626910 632384 613234 612302 614334 626037 609545 613920 620223 619587  total = 166.410267 per ms 
03:24:47.099 16  switches: flows:  688436 677820 680465 680421 676432 678943 685318 679914 692627 668197 680437 681946 689463 686997 687305 685710  total = 181.700518 per ms 
03:25:47.202 16  switches: flows:  695248 687180 682482 678937 685426 684895 682404 682466 696334 692395 692723 693851 692503 687454 691370 688773  total = 183.262324 per ms 
03:26:47.304 16  switches: flows:  693984 685848 682281 696113 684425 684250 684971 686021 688433 688892 687436 690784 683334 690761 678756 698320  total = 183.100369 per ms 
03:27:47.406 16  switches: flows:  705780 702611 700446 702552 707628 691553 703282 694966 708784 703852 704297 705408 704103 696956 702770 700603  total = 186.945803 per ms 
03:28:47.507 16  switches: flows:  686514 692424 687413 693627 687439 692305 692504 685153 689095 680137 682544 700152 679889 689054 680355 692147  total = 183.203725 per ms 
03:29:47.608 16  switches: flows:  678845 689542 682994 677509 682508 671015 694411 684539 675663 687804 676597 687016 688016 677361 684869 692459  total = 181.878432 per ms 
03:30:47.709 16  switches: flows:  695210 690858 694314 684957 685355 694478 696388 689177 691473 680446 701751 698324 696204 694921 689545 693934  total = 184.311924 per ms 
03:31:47.811 16  switches: flows:  683652 680309 681955 673905 686590 684534 691444 675371 685875 684432 681495 687294 681137 684793 692789 686896  total = 182.067790 per ms 
03:32:47.912 16  switches: flows:  645090 649137 651811 659031 647755 650808 648358 650913 654445 653351 650948 657780 657994 651314 654725 644207  total = 173.502714 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 173502.71/186945.80/182219.29/60836.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.934581" elapsed="0.000361"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T03:32:47.935090" elapsed="0.000378"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T03:32:47.935876" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T03:32:47.935969" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 173502.71/186945.80/182219.29/60836.58 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-06T03:32:47.935655" elapsed="0.000339"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:32:47.936402" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 173502.71/186945.80/182219.29/60836.58 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:32:47.936146" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.938770" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.936589" elapsed="0.002240"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.941159" level="INFO">173502.71/186945.80/182219.29/60836.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.938972" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:32:47.943528" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:32:47.941361" elapsed="0.002195"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:32:47.945984" level="INFO">@{result_value_list} = [ 173502.71 | 186945.80 | 182219.29 | 60836.58 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:32:47.943815" elapsed="0.002197"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.946467" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T03:32:47.946572" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:32:47.946164" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.951177" level="INFO">min :: 173502.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-05-06T03:32:47.946969" elapsed="0.004266"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T03:32:47.946843" elapsed="0.004426"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.957523" level="INFO">max :: 186945.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.951487" elapsed="0.006127"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T03:32:47.951362" elapsed="0.006302"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.962376" level="INFO">avg :: 182219.29</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.957967" elapsed="0.004466"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T03:32:47.957788" elapsed="0.004680"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.967140" level="INFO">stdev :: 60836.58</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.962705" elapsed="0.004492"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T03:32:47.962576" elapsed="0.004657"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T03:32:47.946662" elapsed="0.020602"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.971906" level="INFO">${min} = 173502.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:32:47.967420" elapsed="0.004514"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.975747" level="INFO">${max} = 186945.80</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:32:47.972090" elapsed="0.003686"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.979574" level="INFO">${average} = 182219.29</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:32:47.975942" elapsed="0.003660"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.984450" level="INFO">${stdev} = 60836.58</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:32:47.979784" elapsed="0.004694"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.985006" level="INFO">${date} = 2026-05-06 03:32:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-06T03:32:47.984654" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.985620" level="INFO">CBench Result: 2026-05-06 03:32:47,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,173502.71,186945.80,182219.29,60836.58</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.985176" elapsed="0.000508"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T03:32:47.986732" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T03:32:47.986297" elapsed="0.000502"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T03:32:47.986948" elapsed="0.000458"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T03:32:47.985828" elapsed="0.001643"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-06T03:22:41.274939" elapsed="606.712610"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.988024" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-06T03:32:47.987708" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-06T03:32:47.988605" elapsed="0.000260"/>
</kw>
<status status="PASS" start="2026-05-06T03:32:47.988291" elapsed="0.000645"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T03:22:41.273566" elapsed="606.715409"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.990319" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.989943" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.991606" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-06T03:32:47.991257" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-06T03:32:47.992036" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:32:47.991813" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-06T03:32:47.994913" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:32:47.994671" elapsed="0.000298"/>
</branch>
<status status="PASS" start="2026-05-06T03:32:47.994652" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:32:47.995317" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-06T03:32:47.995123" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.996057" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.253" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:32:47.995613" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-06T03:32:47.996668" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:32:47.996253" elapsed="0.000441"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:32:47.997740" level="INFO">Length is 0.</msg>
<msg time="2026-05-06T03:32:47.997835" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:32:47.997260" elapsed="0.000599"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:32:47.998001" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-06T03:32:47.999182" level="INFO">Logging into '10.30.171.253:22' as 'jenkins'.</msg>
<msg time="2026-05-06T03:32:48.578991" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Wed May  6 03:32:48 UTC 2026

  System load:  0.34               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.253
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Wed May  6 03:22:41 2026 from 10.30.170.220
[?2004h[jenkins@releng-63164-226-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-06T03:32:47.998828" elapsed="0.580345"/>
</kw>
<msg time="2026-05-06T03:32:48.579254" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:32:47.998471" elapsed="0.580857"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-06T03:32:47.996893" elapsed="0.582541"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-06T03:32:48.579952" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-06T03:42:54.615078" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-06T03:42:54.615748" level="INFO">${stdout} = </msg>
<msg time="2026-05-06T03:42:54.615857" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-06T03:32:48.579656" elapsed="606.036258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:42:54.616423" elapsed="0.000821"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.618402" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:53.708 16  switches: flows:  151374 150129 150866 147011 146871 152738 145299 145019 137999 142468 139039 142961 139203 140373 145243 139822  total = 38.606917 per ms 
03:34:53.809 16  switches: flows:  152453 144400 152773 145522 149842 150267 143917 146397 138557 140929 138324 142075 138465 139105 141552 137148  total = 38.298094 per ms 
03:35:53.909 16  switches: flows:  151056 145644 151469 145401 150088 149496 147838 145401 138336 141387 139390 141812 138725 139306 139756 136719  total = 38.299690 per ms 
03:36:54.010 16  switches: flows:  150953 146987 152060 148002 147248 150450 147682 148451 138037 142843 140412 142390 138577 138201 139090 140255  total = 38.463042 per ms 
03:37:54.110 16  switches: flows:  153047 145087 151168 147220 149332 150749 150389 149251 138637 141728 139760 141454 139437 137533 138891 140686  total = 38.508538 per ms 
03:38:54.211 16  switches: flows:  152013 147108 150287 147147 148353 149039 149244 146141 139335 142524 138069 140989 139824 139113 140699 138157  total = 38.402849 per ms 
03:39:54.312 16  switches: flows:  152692 149775 153643 149974 151353 152984 149692 149951 142042 145226 142477 144542 141977 143571 139684 143402  total = 39.150994 per ms 
03:40:54.412 16  switches: flows:  152119 147467 152904 148883 150057 150193 150971 150958 140614 143461 141767 143907 139477 141253 143208 143272  total = 38.943501 per ms 
03:41:54.512 16  switches: flows:  152423 147134 153841 146880 148099 149695 150139 148125 140776 141498 142874 142672 138308 137696 140181 141938  total = 38.640171 per ms 
03:42:54.612 16  switches: flows:  153673 146380 153170 145098 149385 152758 151087 147417 140530 142504 140233 141643 138332 141745 140138 141158  total = 38.689614 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38298.09/39150.99/38599.61/12869.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.617644" elapsed="0.001113"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-06T03:42:54.619241" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-06T03:42:54.618942" elapsed="0.000651"/>
</branch>
<status status="PASS" start="2026-05-06T03:42:54.618889" elapsed="0.000766"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-06T03:42:54.619920" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-05-06T03:42:54.619801" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-05-06T03:42:54.619751" elapsed="0.000333"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-06T03:42:54.620171" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-06T03:42:54.625571" elapsed="0.000328"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-06T03:42:54.626042" elapsed="0.000160"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-06T03:42:54.626326" elapsed="0.000095"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-06T03:42:54.620940" elapsed="0.005532"/>
</kw>
<msg time="2026-05-06T03:42:54.626617" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-06T03:32:47.992434" elapsed="606.634210"/>
</kw>
<status status="PASS" start="2026-05-06T03:32:47.992123" elapsed="606.634569"/>
</branch>
<status status="PASS" start="2026-05-06T03:32:47.991790" elapsed="606.634927"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.627141" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:53.708 16  switches: flows:  151374 150129 150866 147011 146871 152738 145299 145019 137999 142468 139039 142961 139203 140373 145243 139822  total = 38.606917 per ms 
03:34:53.809 16  switches: flows:  152453 144400 152773 145522 149842 150267 143917 146397 138557 140929 138324 142075 138465 139105 141552 137148  total = 38.298094 per ms 
03:35:53.909 16  switches: flows:  151056 145644 151469 145401 150088 149496 147838 145401 138336 141387 139390 141812 138725 139306 139756 136719  total = 38.299690 per ms 
03:36:54.010 16  switches: flows:  150953 146987 152060 148002 147248 150450 147682 148451 138037 142843 140412 142390 138577 138201 139090 140255  total = 38.463042 per ms 
03:37:54.110 16  switches: flows:  153047 145087 151168 147220 149332 150749 150389 149251 138637 141728 139760 141454 139437 137533 138891 140686  total = 38.508538 per ms 
03:38:54.211 16  switches: flows:  152013 147108 150287 147147 148353 149039 149244 146141 139335 142524 138069 140989 139824 139113 140699 138157  total = 38.402849 per ms 
03:39:54.312 16  switches: flows:  152692 149775 153643 149974 151353 152984 149692 149951 142042 145226 142477 144542 141977 143571 139684 143402  total = 39.150994 per ms 
03:40:54.412 16  switches: flows:  152119 147467 152904 148883 150057 150193 150971 150958 140614 143461 141767 143907 139477 141253 143208 143272  total = 38.943501 per ms 
03:41:54.512 16  switches: flows:  152423 147134 153841 146880 148099 149695 150139 148125 140776 141498 142874 142672 138308 137696 140181 141938  total = 38.640171 per ms 
03:42:54.612 16  switches: flows:  153673 146380 153170 145098 149385 152758 151087 147417 140530 142504 140233 141643 138332 141745 140138 141158  total = 38.689614 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38298.09/39150.99/38599.61/12869.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.626858" elapsed="0.000356"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-06T03:42:54.627356" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-06T03:42:54.628116" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-06T03:42:54.628206" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38298.09/39150.99/38599.61/12869.47 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-06T03:42:54.627901" elapsed="0.000329"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:42:54.628666" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38298.09/39150.99/38599.61/12869.47 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:42:54.628384" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.630991" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.628834" elapsed="0.002213"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.633524" level="INFO">38298.09/39150.99/38599.61/12869.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.631189" elapsed="0.002392"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:42:54.635888" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:42:54.633728" elapsed="0.002187"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-06T03:42:54.638275" level="INFO">@{result_value_list} = [ 38298.09 | 39150.99 | 38599.61 | 12869.47 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-06T03:42:54.636097" elapsed="0.002205"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.638774" level="INFO">Length is 4.</msg>
<msg time="2026-05-06T03:42:54.638860" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-06T03:42:54.638455" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.643440" level="INFO">min :: 38298.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.639259" elapsed="0.004237"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-06T03:42:54.639135" elapsed="0.004411"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.647919" level="INFO">max :: 39150.99</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.643754" elapsed="0.004220"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-06T03:42:54.643633" elapsed="0.004375"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.652393" level="INFO">avg :: 38599.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.648216" elapsed="0.004232"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-06T03:42:54.648090" elapsed="0.004392"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.656972" level="INFO">stdev :: 12869.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.652706" elapsed="0.004321"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-06T03:42:54.652584" elapsed="0.004477"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-06T03:42:54.638955" elapsed="0.018135"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.660981" level="INFO">${min} = 38298.09</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:42:54.657241" elapsed="0.003767"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.664940" level="INFO">${max} = 39150.99</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:42:54.661159" elapsed="0.003807"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.668716" level="INFO">${average} = 38599.61</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:42:54.665113" elapsed="0.003629"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.672524" level="INFO">${stdev} = 12869.47</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-06T03:42:54.668889" elapsed="0.003662"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.673043" level="INFO">${date} = 2026-05-06 03:42:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-06T03:42:54.672704" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.673630" level="INFO">CBench Result: 2026-05-06 03:42:54,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38298.09,39150.99,38599.61,12869.47</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-06T03:42:54.673215" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-06T03:42:54.674741" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-06T03:42:54.674272" elapsed="0.000536"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-06T03:42:54.674954" elapsed="0.000450"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-06T03:42:54.673818" elapsed="0.001648"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-06T03:32:47.990711" elapsed="606.684830"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.675987" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-06T03:42:54.675686" elapsed="0.000357"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-06T03:42:54.677244" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-06T03:42:54.676763" elapsed="0.000508"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-06T03:42:54.677489" elapsed="0.000043"/>
</return>
<status status="PASS" start="2026-05-06T03:42:54.677345" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-05-06T03:42:54.677326" elapsed="0.000262"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.677731" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.677886" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.678048" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.678237" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.678385" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.678544" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.678688" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-06T03:42:54.678904" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-06T03:42:54.678770" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-05-06T03:42:54.678753" elapsed="0.000226"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-06T03:42:54.676418" elapsed="0.002611"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-06T03:32:47.989386" elapsed="606.689688"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-06T03:12:32.054600" elapsed="1822.625177"/>
</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>
