<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-05T00:46:44.582072" 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-05T00:46:45.165718" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-05T00:46:45.165582" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:45.165554" elapsed="0.000263"/>
</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-05T00:46:45.165976" elapsed="0.000501"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T00:46:45.166964" level="INFO">Logging into '10.30.170.134:8101' as 'karaf'.</msg>
<msg time="2026-05-05T00:46:45.864695" 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-05T00:46:45.166653" elapsed="0.698248"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T00:46:45.913512" 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-05T00:46:45.865247" elapsed="0.048340"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T00:46:45.915589" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T00:46:45.915705" 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-05T00:46:45.913770" elapsed="0.001965"/>
</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-05T00:46:45.915900" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T00:46:45.916293" elapsed="0.000219"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:46:45.917067" 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-05T00:46:45.916659" elapsed="0.000464"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T00:46:45.917176" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.134
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-05T00:46:45.165200" elapsed="0.752160"/>
</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-05T00:46:45.161594" elapsed="0.755831"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T00:46:45.918015" 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-05T00:46:45.917617" elapsed="0.000463"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T00:46:45.918484" 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-05T00:46:45.918235" elapsed="0.000306"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T00:46:45.919112" 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-05T00:46:45.918693" elapsed="0.000452"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T00:46:45.919655" 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-05T00:46:45.919317" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T00:46:45.920248" 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-05T00:46:45.919843" elapsed="0.000433"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T00:46:45.920752" 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-05T00:46:45.920436" elapsed="0.000358"/>
</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-05T00:46:45.921173" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T00:46:45.920944" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T00:46:45.925903" 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-05T00:46:45.925494" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T00:46:45.927002" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T00:46:45.927087" 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-05T00:46:45.926494" elapsed="0.000618"/>
</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-05T00:46:45.927259" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T00:46:45.928653" level="INFO">Logging into '10.30.170.209:22' as 'jenkins'.</msg>
<msg time="2026-05-05T00:46:46.615395" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 00:46:46 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.209
  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-223-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-05T00:46:45.928147" elapsed="0.687412"/>
</kw>
<msg time="2026-05-05T00:46:46.615654" 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-05T00:46:45.927765" elapsed="0.687985"/>
</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-05T00:46:45.926155" elapsed="0.689720"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-05T00:46:46.623341" 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-05T00:46:46.616119" elapsed="0.008693"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T00:46:46.625031" elapsed="0.000561"/>
</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-05T00:46:45.924960" elapsed="0.700698"/>
</kw>
<status status="PASS" start="2026-05-05T00:46:45.921535" elapsed="0.704161"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:45.920895" elapsed="0.704840"/>
</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-05T00:46:46.625896" elapsed="0.000554"/>
</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-05T00:46:46.631635" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-05T00:46:46.631462" elapsed="0.000247"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:46.631426" elapsed="0.000319"/>
</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-05T00:46:46.636903" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-05T00:46:46.636740" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:46.636710" elapsed="0.000315"/>
</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-05T00:46:46.637242" elapsed="0.000638"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T00:46:46.638532" level="INFO">Logging into '10.30.170.134:8101' as 'karaf'.</msg>
<msg time="2026-05-05T00:46:46.831198" 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-05T00:46:46.638143" elapsed="0.193234"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T00:46:46.938762" 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-05T00:46:46.831648" elapsed="0.107208"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T00:46:46.953532" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05T00:46:46.953747" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05T00:46:46.939094" elapsed="0.014686"/>
</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-05T00:46:46.953923" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T00:46:46.954333" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:46:46.955013" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           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-05T00:46:46.954671" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T00:46:46.955120" elapsed="0.000049"/>
</return>
<msg time="2026-05-05T00:46:46.955319" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.134
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-05T00:46:46.636217" elapsed="0.319134"/>
</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-05T00:46:46.955508" elapsed="0.000568"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T00:46:46.956131" 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-05T00:46:46.631018" elapsed="0.325243"/>
</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-05T00:46:46.959991" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-05T00:46:46.959839" elapsed="0.000199"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:46.959816" elapsed="0.000247"/>
</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-05T00:46:46.960191" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-05T00:46:46.961059" level="INFO">Logging into '10.30.170.134:8101' as 'karaf'.</msg>
<msg time="2026-05-05T00:46:47.146067" 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-05T00:46:46.960777" elapsed="0.185438"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-05T00:46:47.179762" 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-05T00:46:47.146460" elapsed="0.033362"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-05T00:46:47.181800" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-05T00:46:47.181908" 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-05T00:46:47.179991" elapsed="0.001960"/>
</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-05T00:46:47.182089" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T00:46:47.182450" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:46:47.183197" 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-05T00:46:47.182830" elapsed="0.000417"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-05T00:46:47.183300" elapsed="0.000053"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.134
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-05T00:46:46.959513" elapsed="0.223960"/>
</kw>
<status status="PASS" start="2026-05-05T00:46:45.159851" elapsed="2.023687"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:46:47.185666" 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-05T00:46:47.184597" elapsed="0.001134"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T00:46:47.187296" 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-05T00:46:47.186945" elapsed="0.000394"/>
</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-05T00:46:47.187657" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T00:46:47.187419" elapsed="0.000296"/>
</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-05T00:46:47.190676" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T00:46:47.190426" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:47.190406" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T00:46:47.191109" 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-05T00:46:47.191230" 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-05T00:46:47.190891" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:46:47.191815" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.209" 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-05T00:46:47.191392" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T00:46:47.192487" 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-05T00:46:47.192029" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T00:46:47.193440" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T00:46:47.193531" 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-05T00:46:47.193114" elapsed="0.000442"/>
</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-05T00:46:47.193697" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T00:46:47.194978" level="INFO">Logging into '10.30.170.209:22' as 'jenkins'.</msg>
<msg time="2026-05-05T00:46:47.525173" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 00:46:46 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.209
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May  5 00:46:46 2026 from 10.30.171.189
[?2004h[jenkins@releng-63164-223-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-05T00:46:47.194576" elapsed="0.330815"/>
</kw>
<msg time="2026-05-05T00:46:47.525489" 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-05T00:46:47.194201" elapsed="0.331389"/>
</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-05T00:46:47.192713" elapsed="0.333014"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T00:46:47.526656" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T00:56:53.643107" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T00:56:53.643523" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T00:56:53.643592" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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-05T00:46:47.526003" elapsed="606.117627"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T00:56:53.643949" elapsed="0.000579"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.645271" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:52.727 16  switches: flows:  129532 133437 131942 132028 129564 129569 126987 124995 120459 121686 122627 122668 127083 122094 122135 121785  total = 33.643183 per ms 
00:48:52.828 16  switches: flows:  144069 141406 142651 142444 138113 140334 138236 138880 134179 135182 137249 132625 138296 137291 136254 133237  total = 36.779366 per ms 
00:49:52.928 16  switches: flows:  141027 137865 136520 135312 135146 132979 134354 133272 129350 127204 132223 130864 132785 130444 130893 125165  total = 35.364371 per ms 
00:50:53.029 16  switches: flows:  144209 143115 142664 141648 138527 139350 142629 140362 136462 136783 138051 133747 137503 137961 134613 133932  total = 36.964151 per ms 
00:51:53.131 16  switches: flows:  141396 142899 141460 140953 141518 138778 143473 140799 136058 133552 135360 131001 137544 135878 133753 131598  total = 36.705694 per ms 
00:52:53.233 16  switches: flows:  143068 144760 141892 141847 136880 137321 140870 138862 133256 131835 135009 131337 135432 135003 132244 130848  total = 36.446877 per ms 
00:53:53.336 16  switches: flows:  147966 142622 141949 142084 142298 143781 139807 141199 134857 133928 136697 134990 136716 137388 136286 132405  total = 37.021062 per ms 
00:54:53.437 16  switches: flows:  145872 140402 141952 136404 142103 142096 138341 140489 131280 133310 135021 132278 135816 133772 136064 131350  total = 36.548149 per ms 
00:55:53.538 16  switches: flows:  146239 143921 143847 141959 143516 143483 141123 144141 133594 138054 134079 137356 138243 135382 138725 134634  total = 37.242746 per ms 
00:56:53.639 16  switches: flows:  147875 143259 145612 141662 144154 144424 142244 143838 134980 138519 135360 138243 137466 135337 139375 134704  total = 37.388355 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35364.37/37388.36/36717.86/12252.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T00:56:53.644767" elapsed="0.000718"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T00:56:53.645924" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-05T00:56:53.645710" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-05-05T00:56:53.645669" elapsed="0.000422"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T00:56:53.646276" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-05T00:56:53.646222" elapsed="0.000112"/>
</branch>
<status status="NOT RUN" start="2026-05-05T00:56:53.646197" elapsed="0.000168"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T00:56:53.646413" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-05T00:56:53.649974" elapsed="0.000507"/>
</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-05T00:56:53.650688" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T00:56:53.651127" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T00:56:53.646858" elapsed="0.004484"/>
</kw>
<msg time="2026-05-05T00:56:53.651525" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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-05T00:46:47.188083" elapsed="606.463480"/>
</kw>
<status status="PASS" start="2026-05-05T00:46:47.187744" elapsed="606.463886"/>
</branch>
<status status="PASS" start="2026-05-05T00:46:47.187395" elapsed="606.464269"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.652304" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:52.727 16  switches: flows:  129532 133437 131942 132028 129564 129569 126987 124995 120459 121686 122627 122668 127083 122094 122135 121785  total = 33.643183 per ms 
00:48:52.828 16  switches: flows:  144069 141406 142651 142444 138113 140334 138236 138880 134179 135182 137249 132625 138296 137291 136254 133237  total = 36.779366 per ms 
00:49:52.928 16  switches: flows:  141027 137865 136520 135312 135146 132979 134354 133272 129350 127204 132223 130864 132785 130444 130893 125165  total = 35.364371 per ms 
00:50:53.029 16  switches: flows:  144209 143115 142664 141648 138527 139350 142629 140362 136462 136783 138051 133747 137503 137961 134613 133932  total = 36.964151 per ms 
00:51:53.131 16  switches: flows:  141396 142899 141460 140953 141518 138778 143473 140799 136058 133552 135360 131001 137544 135878 133753 131598  total = 36.705694 per ms 
00:52:53.233 16  switches: flows:  143068 144760 141892 141847 136880 137321 140870 138862 133256 131835 135009 131337 135432 135003 132244 130848  total = 36.446877 per ms 
00:53:53.336 16  switches: flows:  147966 142622 141949 142084 142298 143781 139807 141199 134857 133928 136697 134990 136716 137388 136286 132405  total = 37.021062 per ms 
00:54:53.437 16  switches: flows:  145872 140402 141952 136404 142103 142096 138341 140489 131280 133310 135021 132278 135816 133772 136064 131350  total = 36.548149 per ms 
00:55:53.538 16  switches: flows:  146239 143921 143847 141959 143516 143483 141123 144141 133594 138054 134079 137356 138243 135382 138725 134634  total = 37.242746 per ms 
00:56:53.639 16  switches: flows:  147875 143259 145612 141662 144154 144424 142244 143838 134980 138519 135360 138243 137466 135337 139375 134704  total = 37.388355 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35364.37/37388.36/36717.86/12252.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T00:56:53.651864" elapsed="0.000543"/>
</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-05T00:56:53.652610" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T00:56:53.653685" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T00:56:53.653815" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35364.37/37388.36/36717.86/12252.06 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-05T00:56:53.653368" elapsed="0.000482"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T00:56:53.654463" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35364.37/37388.36/36717.86/12252.06 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T00:56:53.654085" elapsed="0.000416"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.657826" 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-05T00:56:53.654703" elapsed="0.003203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.660436" level="INFO">35364.37/37388.36/36717.86/12252.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T00:56:53.658157" elapsed="0.002335"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T00:56:53.662859" 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-05T00:56:53.660640" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T00:56:53.665368" level="INFO">@{result_value_list} = [ 35364.37 | 37388.36 | 36717.86 | 12252.06 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-05T00:56:53.663105" elapsed="0.002291"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.665863" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T00:56:53.665969" 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-05T00:56:53.665550" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.670733" level="INFO">min :: 35364.37</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-05T00:56:53.666423" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T00:56:53.666291" elapsed="0.004540"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.675373" level="INFO">max :: 37388.36</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-05T00:56:53.671074" elapsed="0.004359"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T00:56:53.670927" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.680019" level="INFO">avg :: 36717.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T00:56:53.675693" elapsed="0.004385"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T00:56:53.675561" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.684633" level="INFO">stdev :: 12252.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T00:56:53.680337" elapsed="0.004354"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T00:56:53.680206" elapsed="0.004521"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T00:56:53.666065" elapsed="0.018696"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.688714" level="INFO">${min} = 35364.37</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-05T00:56:53.684944" elapsed="0.003797"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.692624" level="INFO">${max} = 37388.36</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-05T00:56:53.688893" elapsed="0.003758"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.697354" level="INFO">${average} = 36717.86</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T00:56:53.692804" elapsed="0.004579"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.701452" level="INFO">${stdev} = 12252.06</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T00:56:53.697542" elapsed="0.003937"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.702023" level="INFO">${date} = 2026-05-05 00:56:53</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-05T00:56:53.701637" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.702649" level="INFO">CBench Result: 2026-05-05 00:56:53,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35364.37,37388.36,36717.86,12252.06</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T00:56:53.702228" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T00:56:53.703795" 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-05T00:56:53.703370" elapsed="0.000491"/>
</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-05T00:56:53.704026" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T00:56:53.702863" elapsed="0.001708"/>
</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-05T00:46:47.186269" elapsed="606.518365"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.705116" 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-05T00:56:53.704783" elapsed="0.000389"/>
</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-05T00:56:53.705686" elapsed="0.000290"/>
</kw>
<status status="PASS" start="2026-05-05T00:56:53.705385" elapsed="0.000663"/>
</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-05T00:46:47.183691" elapsed="606.522394"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.707895" 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-05T00:56:53.707494" elapsed="0.000476"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.709360" 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-05T00:56:53.709022" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-05T00:56:53.709791" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T00:56:53.709560" 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-05T00:56:53.712809" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-05T00:56:53.712553" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-05-05T00:56:53.712533" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T00:56:53.713272" 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-05T00:56:53.713397" 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-05T00:56:53.713044" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.714011" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.134 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.209" 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-05T00:56:53.713561" elapsed="0.000510"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T00:56:53.714652" 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-05T00:56:53.714244" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T00:56:53.715602" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T00:56:53.715693" 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-05T00:56:53.715283" elapsed="0.000434"/>
</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-05T00:56:53.715859" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T00:56:53.717082" level="INFO">Logging into '10.30.170.209:22' as 'jenkins'.</msg>
<msg time="2026-05-05T00:56:54.323471" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 00:56:53 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.209
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May  5 00:46:47 2026 from 10.30.171.189
[?2004h[jenkins@releng-63164-223-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-05T00:56:53.716705" elapsed="0.606996"/>
</kw>
<msg time="2026-05-05T00:56:54.323796" 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-05T00:56:53.716363" elapsed="0.607527"/>
</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-05T00:56:53.714882" elapsed="0.609159"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T00:56:54.324592" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.134 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T01:07:00.410123" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T01:07:00.410700" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T01:07:00.410809" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134: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-05T00:56:54.324287" elapsed="606.086580"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:07:00.411341" elapsed="0.000757"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.413251" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:59.463 16  switches: flows:  556826 564852 556397 547265 558615 561547 543205 562103 545148 534035 541867 550809 531217 551555 542101 553094  total = 146.677267 per ms 
00:58:59.564 16  switches: flows:  592210 602870 592949 606188 596808 600630 599306 592685 600242 601034 601984 591343 596330 600984 598203 596902  total = 159.243305 per ms 
00:59:59.665 16  switches: flows:  610684 607618 612912 603967 604519 605749 602858 612269 602835 615646 612782 609522 606318 590816 597397 611479  total = 161.517790 per ms 
01:00:59.766 16  switches: flows:  631445 632649 629201 637199 629829 634670 644670 636820 623831 633343 635286 634714 635643 635096 644591 637068  total = 168.983151 per ms 
01:01:59.868 16  switches: flows:  682825 682058 674653 672433 677894 671788 678644 673066 675640 679565 676423 675592 669845 678292 669491 689134  total = 180.152856 per ms 
01:02:59.969 16  switches: flows:  609814 601208 595211 606179 602922 606578 605953 605805 595416 604984 608340 602238 603803 602332 607651 602991  total = 160.752256 per ms 
01:04:00.070 16  switches: flows:  684505 683653 677923 685366 685679 673768 679413 676460 692419 682312 674490 682695 679919 686903 684434 689340  total = 181.683098 per ms 
01:05:00.203 16  switches: flows:  674158 671900 668562 668167 670981 658626 673251 675567 675608 673971 674056 685045 673527 669935 677864 675554  total = 179.050055 per ms 
01:06:00.305 16  switches: flows:  662885 679797 666784 667772 673798 674581 675770 694004 666122 680021 669426 670756 680336 675391 674479 679806  total = 179.559453 per ms 
01:07:00.407 16  switches: flows:  681973 688167 684495 686769 690815 683925 690069 683766 685196 692059 680195 692522 687541 682002 686644 683284  total = 182.681154 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159243.30/182681.15/172624.79/58295.41 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:07:00.412493" elapsed="0.001058"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T01:07:00.414098" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-05T01:07:00.413760" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-05-05T01:07:00.413689" elapsed="0.000622"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T01:07:00.414526" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:07:00.414442" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-05T01:07:00.414405" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T01:07:00.414737" 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-05T01:07:00.420330" elapsed="0.000677"/>
</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-05T01:07:00.421153" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:07:00.421448" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T01:07:00.415432" elapsed="0.006179"/>
</kw>
<msg time="2026-05-05T01:07:00.421738" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134: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-05T00:56:53.710227" elapsed="606.711538"/>
</kw>
<status status="PASS" start="2026-05-05T00:56:53.709877" elapsed="606.711936"/>
</branch>
<status status="PASS" start="2026-05-05T00:56:53.709536" elapsed="606.712302"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.422291" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:59.463 16  switches: flows:  556826 564852 556397 547265 558615 561547 543205 562103 545148 534035 541867 550809 531217 551555 542101 553094  total = 146.677267 per ms 
00:58:59.564 16  switches: flows:  592210 602870 592949 606188 596808 600630 599306 592685 600242 601034 601984 591343 596330 600984 598203 596902  total = 159.243305 per ms 
00:59:59.665 16  switches: flows:  610684 607618 612912 603967 604519 605749 602858 612269 602835 615646 612782 609522 606318 590816 597397 611479  total = 161.517790 per ms 
01:00:59.766 16  switches: flows:  631445 632649 629201 637199 629829 634670 644670 636820 623831 633343 635286 634714 635643 635096 644591 637068  total = 168.983151 per ms 
01:01:59.868 16  switches: flows:  682825 682058 674653 672433 677894 671788 678644 673066 675640 679565 676423 675592 669845 678292 669491 689134  total = 180.152856 per ms 
01:02:59.969 16  switches: flows:  609814 601208 595211 606179 602922 606578 605953 605805 595416 604984 608340 602238 603803 602332 607651 602991  total = 160.752256 per ms 
01:04:00.070 16  switches: flows:  684505 683653 677923 685366 685679 673768 679413 676460 692419 682312 674490 682695 679919 686903 684434 689340  total = 181.683098 per ms 
01:05:00.203 16  switches: flows:  674158 671900 668562 668167 670981 658626 673251 675567 675608 673971 674056 685045 673527 669935 677864 675554  total = 179.050055 per ms 
01:06:00.305 16  switches: flows:  662885 679797 666784 667772 673798 674581 675770 694004 666122 680021 669426 670756 680336 675391 674479 679806  total = 179.559453 per ms 
01:07:00.407 16  switches: flows:  681973 688167 684495 686769 690815 683925 690069 683766 685196 692059 680195 692522 687541 682002 686644 683284  total = 182.681154 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 159243.30/182681.15/172624.79/58295.41 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:07:00.421996" elapsed="0.000368"/>
</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-05T01:07:00.422514" elapsed="0.000367"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T01:07:00.423272" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T01:07:00.423362" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 159243.30/182681.15/172624.79/58295.41 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-05T01:07:00.423055" elapsed="0.000332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:07:00.423793" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 159243.30/182681.15/172624.79/58295.41 | 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-05T01:07:00.423543" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.426254" 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-05T01:07:00.424012" elapsed="0.002298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.428685" level="INFO">159243.30/182681.15/172624.79/58295.41</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:07:00.426455" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:07:00.431102" 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-05T01:07:00.428889" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:07:00.433574" level="INFO">@{result_value_list} = [ 159243.30 | 182681.15 | 172624.79 | 58295.41 ]</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-05T01:07:00.431318" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.434081" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T01:07:00.434169" 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-05T01:07:00.433760" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.438862" level="INFO">min :: 159243.30</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-05T01:07:00.434563" elapsed="0.004357"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T01:07:00.434435" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.443643" level="INFO">max :: 182681.15</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-05T01:07:00.439185" elapsed="0.004515"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T01:07:00.439059" elapsed="0.004677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.448314" level="INFO">avg :: 172624.79</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-05T01:07:00.444003" elapsed="0.004367"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T01:07:00.443824" elapsed="0.004580"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.453057" level="INFO">stdev :: 58295.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-05T01:07:00.448636" elapsed="0.004479"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T01:07:00.448493" elapsed="0.004657"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T01:07:00.434255" elapsed="0.018927"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.457230" level="INFO">${min} = 159243.30</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-05T01:07:00.453339" elapsed="0.003918"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.461577" level="INFO">${max} = 182681.15</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-05T01:07:00.457411" elapsed="0.004199"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.465557" level="INFO">${average} = 172624.79</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-05T01:07:00.461788" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.469518" level="INFO">${stdev} = 58295.41</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-05T01:07:00.465735" elapsed="0.003810"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.470071" level="INFO">${date} = 2026-05-05 01:07:00</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-05T01:07:00.469703" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.470658" level="INFO">CBench Result: 2026-05-05 01:07:00,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,159243.30,182681.15,172624.79,58295.41</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-05T01:07:00.470242" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T01:07:00.471772" 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-05T01:07:00.471349" elapsed="0.000511"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-05T01:07:00.472039" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T01:07:00.470850" elapsed="0.001714"/>
</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-05T00:56:53.708300" elapsed="606.764323"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.473098" 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-05T01:07:00.472771" elapsed="0.000384"/>
</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-05T01:07:00.473657" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-05-05T01:07:00.473361" elapsed="0.000649"/>
</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-05T00:56:53.706805" elapsed="606.767243"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.475383" 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-05T01:07:00.475001" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.476678" 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-05T01:07:00.476347" elapsed="0.000373"/>
</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-05T01:07:00.477085" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:07:00.476848" elapsed="0.000295"/>
</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-05T01:07:00.480069" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:07:00.479774" elapsed="0.000351"/>
</branch>
<status status="PASS" start="2026-05-05T01:07:00.479755" elapsed="0.000394"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:07:00.480455" 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-05T01:07:00.480572" 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-05T01:07:00.480279" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.481168" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.209" 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-05T01:07:00.480732" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-05T01:07:00.481770" 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-05T01:07:00.481364" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:07:00.482836" level="INFO">Length is 0.</msg>
<msg time="2026-05-05T01:07:00.482947" 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-05T01:07:00.482388" elapsed="0.000586"/>
</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-05T01:07:00.483115" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-05T01:07:00.484331" level="INFO">Logging into '10.30.170.209:22' as 'jenkins'.</msg>
<msg time="2026-05-05T01:07:01.066514" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue May  5 01:07:00 UTC 2026

  System load:  0.46               Processes:             104
  Usage of /:   19.4% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.209
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue May  5 00:56:54 2026 from 10.30.171.189
[?2004h[jenkins@releng-63164-223-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-05T01:07:00.483974" elapsed="0.582736"/>
</kw>
<msg time="2026-05-05T01:07:01.066803" 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-05T01:07:00.483591" elapsed="0.583298"/>
</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-05T01:07:00.482013" elapsed="0.585019"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-05T01:07:01.067591" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.134 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-05T01:17:07.326855" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-05T01:17:07.327736" level="INFO">${stdout} = </msg>
<msg time="2026-05-05T01:17:07.327894" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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-05T01:07:01.067268" elapsed="606.260766"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:17:07.328666" elapsed="0.001468"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.331810" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:06.413 16  switches: flows:  146933 144604 150165 147576 149101 148863 143127 149446 144753 145890 141856 144186 144890 140380 144755 141271  total = 38.796600 per ms 
01:09:06.514 16  switches: flows:  147788 144319 150964 146291 149092 148506 143689 147604 142286 144980 141495 143254 141820 141336 146729 140692  total = 38.616281 per ms 
01:10:06.615 16  switches: flows:  142551 143877 146346 140872 145882 145146 138365 145058 138924 145840 138125 141284 137841 137467 142259 136599  total = 37.710975 per ms 
01:11:06.716 16  switches: flows:  149389 147496 150734 143488 152816 151608 143534 149126 142843 147933 140899 144210 145097 143561 147514 142276  total = 38.976836 per ms 
01:12:06.817 16  switches: flows:  149321 145545 152989 146358 151502 151292 146872 149035 143974 148315 144505 145781 143050 144053 147533 140380  total = 39.109784 per ms 
01:13:06.918 16  switches: flows:  148015 145832 148937 144764 150834 150009 145892 150001 143112 147837 141769 144726 142366 142773 146895 141010  total = 38.848028 per ms 
01:14:07.019 16  switches: flows:  146899 147244 147526 148837 150614 148012 147766 150365 143890 148940 143002 146827 141120 141833 147092 139718  total = 38.929707 per ms 
01:15:07.120 16  switches: flows:  149021 148297 150447 146757 151030 151440 146075 150928 143462 149662 144690 147230 142249 142460 145812 141844  total = 39.124713 per ms 
01:16:07.221 16  switches: flows:  149476 146427 151925 145178 152753 149742 146764 150219 143536 150164 143950 146008 143492 142961 147832 139175  total = 39.094800 per ms 
01:17:07.322 16  switches: flows:  145548 143683 145681 141733 146181 144510 141250 143660 139371 145044 137925 141042 138143 135954 141526 135344  total = 37.713642 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37710.97/39124.71/38680.53/12904.75 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:17:07.330681" elapsed="0.001571"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-05T01:17:07.332982" elapsed="0.000106"/>
</return>
<status status="PASS" start="2026-05-05T01:17:07.332525" elapsed="0.000687"/>
</branch>
<status status="PASS" start="2026-05-05T01:17:07.332452" elapsed="0.000851"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-05T01:17:07.333619" elapsed="0.000045"/>
</return>
<status status="NOT RUN" start="2026-05-05T01:17:07.333498" elapsed="0.000257"/>
</branch>
<status status="NOT RUN" start="2026-05-05T01:17:07.333442" elapsed="0.000388"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-05T01:17:07.334364" elapsed="0.000071"/>
</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-05T01:17:07.339308" elapsed="0.000507"/>
</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-05T01:17:07.340043" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-05T01:17:07.340455" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-05T01:17:07.335426" elapsed="0.005244"/>
</kw>
<msg time="2026-05-05T01:17:07.340856" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134: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-05T01:07:00.477484" elapsed="606.863411"/>
</kw>
<status status="PASS" start="2026-05-05T01:07:00.477170" elapsed="606.863811"/>
</branch>
<status status="PASS" start="2026-05-05T01:07:00.476827" elapsed="606.864192"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.341662" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.134:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.134. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:06.413 16  switches: flows:  146933 144604 150165 147576 149101 148863 143127 149446 144753 145890 141856 144186 144890 140380 144755 141271  total = 38.796600 per ms 
01:09:06.514 16  switches: flows:  147788 144319 150964 146291 149092 148506 143689 147604 142286 144980 141495 143254 141820 141336 146729 140692  total = 38.616281 per ms 
01:10:06.615 16  switches: flows:  142551 143877 146346 140872 145882 145146 138365 145058 138924 145840 138125 141284 137841 137467 142259 136599  total = 37.710975 per ms 
01:11:06.716 16  switches: flows:  149389 147496 150734 143488 152816 151608 143534 149126 142843 147933 140899 144210 145097 143561 147514 142276  total = 38.976836 per ms 
01:12:06.817 16  switches: flows:  149321 145545 152989 146358 151502 151292 146872 149035 143974 148315 144505 145781 143050 144053 147533 140380  total = 39.109784 per ms 
01:13:06.918 16  switches: flows:  148015 145832 148937 144764 150834 150009 145892 150001 143112 147837 141769 144726 142366 142773 146895 141010  total = 38.848028 per ms 
01:14:07.019 16  switches: flows:  146899 147244 147526 148837 150614 148012 147766 150365 143890 148940 143002 146827 141120 141833 147092 139718  total = 38.929707 per ms 
01:15:07.120 16  switches: flows:  149021 148297 150447 146757 151030 151440 146075 150928 143462 149662 144690 147230 142249 142460 145812 141844  total = 39.124713 per ms 
01:16:07.221 16  switches: flows:  149476 146427 151925 145178 152753 149742 146764 150219 143536 150164 143950 146008 143492 142961 147832 139175  total = 39.094800 per ms 
01:17:07.322 16  switches: flows:  145548 143683 145681 141733 146181 144510 141250 143660 139371 145044 137925 141042 138143 135954 141526 135344  total = 37.713642 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37710.97/39124.71/38680.53/12904.75 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:17:07.341242" elapsed="0.000524"/>
</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-05T01:17:07.341984" elapsed="0.000494"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-05T01:17:07.343018" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-05T01:17:07.343144" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37710.97/39124.71/38680.53/12904.75 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-05T01:17:07.342700" elapsed="0.000475"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:17:07.343736" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37710.97/39124.71/38680.53/12904.75 | 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-05T01:17:07.343369" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.347134" 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-05T01:17:07.343996" elapsed="0.003220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.351413" level="INFO">37710.97/39124.71/38680.53/12904.75</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:17:07.347424" elapsed="0.004076"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:17:07.354810" 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-05T01:17:07.351753" elapsed="0.003096"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-05T01:17:07.358202" level="INFO">@{result_value_list} = [ 37710.97 | 39124.71 | 38680.53 | 12904.75 ]</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-05T01:17:07.355177" elapsed="0.003064"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.358953" level="INFO">Length is 4.</msg>
<msg time="2026-05-05T01:17:07.359077" 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-05T01:17:07.358462" elapsed="0.000650"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.365639" level="INFO">min :: 37710.97</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-05T01:17:07.359690" elapsed="0.006032"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-05T01:17:07.359462" elapsed="0.006309"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.371944" level="INFO">max :: 39124.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-05T01:17:07.366078" elapsed="0.005947"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-05T01:17:07.365889" elapsed="0.006190"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.378681" level="INFO">avg :: 38680.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:17:07.372436" elapsed="0.006339"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-05T01:17:07.372210" elapsed="0.006623"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.385262" level="INFO">stdev :: 12904.75</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-05T01:17:07.379207" elapsed="0.006141"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-05T01:17:07.378993" elapsed="0.006408"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-05T01:17:07.359204" elapsed="0.026243"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.390924" level="INFO">${min} = 37710.97</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-05T01:17:07.385701" elapsed="0.005284"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.396272" level="INFO">${max} = 39124.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-05T01:17:07.391226" elapsed="0.005081"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.401672" level="INFO">${average} = 38680.53</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-05T01:17:07.396519" elapsed="0.005191"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.405912" level="INFO">${stdev} = 12904.75</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-05T01:17:07.401953" elapsed="0.004005"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.406528" level="INFO">${date} = 2026-05-05 01:17:07</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-05T01:17:07.406128" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.407218" level="INFO">CBench Result: 2026-05-05 01:17:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37710.97,39124.71,38680.53,12904.75</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-05T01:17:07.406726" elapsed="0.000553"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-05T01:17:07.408554" 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-05T01:17:07.408009" elapsed="0.000619"/>
</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-05T01:17:07.408784" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-05T01:17:07.407466" elapsed="0.001894"/>
</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-05T01:07:00.475749" elapsed="606.933673"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.409992" 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-05T01:17:07.409599" elapsed="0.000456"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-05T01:17:07.411369" 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-05T01:17:07.410841" elapsed="0.000555"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-05T01:17:07.411686" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-05-05T01:17:07.411488" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-05-05T01:17:07.411462" elapsed="0.000349"/>
</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-05T01:17:07.412003" elapsed="0.000025"/>
</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-05T01:17:07.412168" 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-05T01:17:07.412335" 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-05T01:17:07.412547" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-05T01:17:07.412699" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-05T01:17:07.412868" elapsed="0.000023"/>
</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-05T01:17:07.413070" elapsed="0.000027"/>
</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-05T01:17:07.413306" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-05T01:17:07.413167" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-05-05T01:17:07.413149" elapsed="0.000235"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-05T01:17:07.410472" elapsed="0.002965"/>
</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-05T01:07:00.474452" elapsed="606.939033"/>
</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-05T00:46:44.583789" elapsed="1822.830474"/>
</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>
