<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-14T03:12:58.855656" 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-14T03:12:59.433632" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:12:59.433492" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-05-14T03:12:59.433461" elapsed="0.000275"/>
</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-14T03:12:59.433882" elapsed="0.000543"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T03:12:59.434903" level="INFO">Logging into '10.30.170.112:8101' as 'karaf'.</msg>
<msg time="2026-05-14T03:13:00.133913" 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-14T03:12:59.434607" elapsed="0.699538"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T03:13:00.184586" 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-14T03:13:00.134507" elapsed="0.050184"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T03:13:00.186869" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T03:13:00.186983" 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-14T03:13:00.184941" elapsed="0.002072"/>
</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-14T03:13:00.187199" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:13:00.187585" elapsed="0.000253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:13:00.188365" 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-14T03:13:00.187992" elapsed="0.000428"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T03:13:00.188473" elapsed="0.000056"/>
</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.112
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-14T03:12:59.433102" elapsed="0.755556"/>
</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-14T03:12:59.429522" elapsed="0.759200"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T03:13:00.189313" 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-14T03:13:00.188912" elapsed="0.000460"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T03:13:00.189817" 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-14T03:13:00.189530" elapsed="0.000347"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T03:13:00.190476" 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-14T03:13:00.190031" elapsed="0.000474"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T03:13:00.191013" 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-14T03:13:00.190676" elapsed="0.000380"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T03:13:00.191621" 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-14T03:13:00.191241" elapsed="0.000407"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T03:13:00.192142" 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-14T03:13:00.191809" elapsed="0.000386"/>
</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-14T03:13:00.192510" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:13:00.192290" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:13:00.196979" 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-14T03:13:00.196566" elapsed="0.000440"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T03:13:00.198446" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T03:13:00.198538" 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-14T03:13:00.197618" elapsed="0.000944"/>
</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-14T03:13:00.198714" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T03:13:00.200196" level="INFO">Logging into '10.30.171.120:22' as 'jenkins'.</msg>
<msg time="2026-05-14T03:13:00.974864" 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 Thu May 14 03:13:00 UTC 2026

  System load:  0.05               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.120
  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-242-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-14T03:13:00.199627" elapsed="0.775417"/>
</kw>
<msg time="2026-05-14T03:13:00.975169" 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-14T03:13:00.199268" elapsed="0.776003"/>
</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-14T03:13:00.197252" elapsed="0.778150"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-14T03:13:00.984338" 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-14T03:13:00.975641" elapsed="0.010178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:13:00.986203" elapsed="0.000461"/>
</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-14T03:13:00.195997" elapsed="0.790767"/>
</kw>
<status status="PASS" start="2026-05-14T03:13:00.192637" elapsed="0.794183"/>
</branch>
<status status="PASS" start="2026-05-14T03:13:00.192265" elapsed="0.794602"/>
</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-14T03:13:00.987089" elapsed="0.000732"/>
</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-14T03:13:00.994060" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:13:00.993886" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-05-14T03:13:00.993851" elapsed="0.000312"/>
</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-14T03:13:00.997766" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:13:00.997651" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-05-14T03:13:00.997632" elapsed="0.000204"/>
</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-14T03:13:00.997976" elapsed="0.000474"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T03:13:00.998868" level="INFO">Logging into '10.30.170.112:8101' as 'karaf'.</msg>
<msg time="2026-05-14T03:13:01.174771" 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-14T03:13:00.998599" elapsed="0.176389"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.270105" 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-14T03:13:01.175351" elapsed="0.094924"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.279485" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T03:13:01.279693" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-14T03:13:01.270554" elapsed="0.009171"/>
</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-14T03:13:01.279880" elapsed="0.000306"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:13:01.280337" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:13:01.281039" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:13:01.280681" elapsed="0.000413"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T03:13:01.281170" elapsed="0.000055"/>
</return>
<msg time="2026-05-14T03:13:01.281379" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.112
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-14T03:13:00.997291" elapsed="0.284120"/>
</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-14T03:13:01.281556" elapsed="0.000581"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T03:13:01.282190" 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-14T03:13:00.993456" elapsed="0.288865"/>
</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-14T03:13:01.286133" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:13:01.285958" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-05-14T03:13:01.285935" elapsed="0.000275"/>
</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-14T03:13:01.286345" elapsed="0.000465"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.287481" level="INFO">Logging into '10.30.170.112:8101' as 'karaf'.</msg>
<msg time="2026-05-14T03:13:01.458931" 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-14T03:13:01.286958" elapsed="0.172135"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.481090" 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-14T03:13:01.459365" elapsed="0.021816"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.483004" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T03:13:01.483111" 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-14T03:13:01.481369" elapsed="0.001783"/>
</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-14T03:13:01.483291" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:13:01.483628" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:13:01.484330" 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-14T03:13:01.483974" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T03:13:01.484446" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.112
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-14T03:13:01.285619" elapsed="0.199010"/>
</kw>
<status status="PASS" start="2026-05-14T03:12:59.427626" elapsed="2.057068"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:13:01.486677" 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-14T03:13:01.485557" elapsed="0.001185"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T03:13:01.488619" 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-14T03:13:01.488260" elapsed="0.000403"/>
</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-14T03:13:01.489032" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:13:01.488788" elapsed="0.000303"/>
</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-14T03:13:01.492097" elapsed="0.000042"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:13:01.491820" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-05-14T03:13:01.491800" elapsed="0.000417"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.492577" 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-14T03:13:01.492703" 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-14T03:13:01.492354" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:13:01.493351" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.112 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.120" 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-14T03:13:01.492892" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.494041" 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-14T03:13:01.493549" elapsed="0.000519"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T03:13:01.494999" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T03:13:01.495089" 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-14T03:13:01.494664" elapsed="0.000449"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T03:13:01.495272" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.496482" level="INFO">Logging into '10.30.171.120:22' as 'jenkins'.</msg>
<msg time="2026-05-14T03:13:01.845716" 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 Thu May 14 03:13:00 UTC 2026

  System load:  0.05               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.120
  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: Thu May 14 03:13:00 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-242-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-14T03:13:01.496109" elapsed="0.349821"/>
</kw>
<msg time="2026-05-14T03:13:01.846024" 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-14T03:13:01.495761" elapsed="0.350384"/>
</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-14T03:13:01.494289" elapsed="0.351988"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T03:13:01.847137" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.112 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T03:23:07.965885" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T03:23:07.966426" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T03:23:07.966531" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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-14T03:13:01.846511" elapsed="606.120079"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:23:07.967020" elapsed="0.000837"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.969053" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:07.030 16  switches: flows:  109375 107044 106453 109896 107023 105540 108850 107612 106127 106130 105442 106394 106439 105674 104028 103893  total = 28.432000 per ms 
03:15:07.132 16  switches: flows:  111376 110137 111059 109095 108698 107771 110667 110161 107828 108137 108472 107546 109075 107034 106914 106498  total = 28.959393 per ms 
03:16:07.233 16  switches: flows:  118354 117036 115648 117845 116552 115961 118756 117967 115844 114986 114881 115996 114437 113815 114639 114199  total = 30.896732 per ms 
03:17:07.334 16  switches: flows:  126552 123935 125489 124752 124328 122940 127017 125115 123468 125004 124128 122991 122747 122560 121362 120727  total = 32.996820 per ms 
03:18:07.436 16  switches: flows:  122774 120619 120366 120058 118588 117904 122986 120956 119804 119801 119413 119526 119142 118059 118149 116904  total = 31.864241 per ms 
03:19:07.538 16  switches: flows:  126914 124878 125365 124659 124833 122806 126552 124341 123889 125161 125001 123618 123185 121316 121604 121159  total = 33.032522 per ms 
03:20:07.639 16  switches: flows:  122960 120787 120560 122295 119109 119261 120822 119126 117918 118447 118127 118375 118280 116375 117335 116559  total = 31.719296 per ms 
03:21:07.740 16  switches: flows:  131820 129332 130243 130003 129996 126193 129394 128218 123213 122910 125079 125276 124847 123120 124140 123703  total = 33.735136 per ms 
03:22:07.841 16  switches: flows:  130380 129734 130234 127814 129109 125658 127872 126782 124560 122606 124441 124127 123672 122243 122342 122022  total = 33.503982 per ms 
03:23:07.942 16  switches: flows:  129791 128750 127372 128475 128758 125060 125793 127684 121650 126188 126268 122920 123728 123910 126117 122933  total = 33.533898 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28959.39/33735.14/32249.11/10850.97 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:23:07.968287" elapsed="0.001123"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T03:23:07.969919" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-14T03:23:07.969608" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-05-14T03:23:07.969551" elapsed="0.000617"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T03:23:07.970397" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:23:07.970310" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-05-14T03:23:07.970273" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T03:23:07.970613" elapsed="0.000030"/>
</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-14T03:23:07.974872" elapsed="0.000484"/>
</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-14T03:23:07.975559" elapsed="0.000264"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:23:07.976009" elapsed="0.000167"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T03:23:07.971339" elapsed="0.004932"/>
</kw>
<msg time="2026-05-14T03:23:07.976455" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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-14T03:13:01.489473" elapsed="606.487023"/>
</kw>
<status status="PASS" start="2026-05-14T03:13:01.489142" elapsed="606.487425"/>
</branch>
<status status="PASS" start="2026-05-14T03:13:01.488722" elapsed="606.487879"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.977278" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:07.030 16  switches: flows:  109375 107044 106453 109896 107023 105540 108850 107612 106127 106130 105442 106394 106439 105674 104028 103893  total = 28.432000 per ms 
03:15:07.132 16  switches: flows:  111376 110137 111059 109095 108698 107771 110667 110161 107828 108137 108472 107546 109075 107034 106914 106498  total = 28.959393 per ms 
03:16:07.233 16  switches: flows:  118354 117036 115648 117845 116552 115961 118756 117967 115844 114986 114881 115996 114437 113815 114639 114199  total = 30.896732 per ms 
03:17:07.334 16  switches: flows:  126552 123935 125489 124752 124328 122940 127017 125115 123468 125004 124128 122991 122747 122560 121362 120727  total = 32.996820 per ms 
03:18:07.436 16  switches: flows:  122774 120619 120366 120058 118588 117904 122986 120956 119804 119801 119413 119526 119142 118059 118149 116904  total = 31.864241 per ms 
03:19:07.538 16  switches: flows:  126914 124878 125365 124659 124833 122806 126552 124341 123889 125161 125001 123618 123185 121316 121604 121159  total = 33.032522 per ms 
03:20:07.639 16  switches: flows:  122960 120787 120560 122295 119109 119261 120822 119126 117918 118447 118127 118375 118280 116375 117335 116559  total = 31.719296 per ms 
03:21:07.740 16  switches: flows:  131820 129332 130243 130003 129996 126193 129394 128218 123213 122910 125079 125276 124847 123120 124140 123703  total = 33.735136 per ms 
03:22:07.841 16  switches: flows:  130380 129734 130234 127814 129109 125658 127872 126782 124560 122606 124441 124127 123672 122243 122342 122022  total = 33.503982 per ms 
03:23:07.942 16  switches: flows:  129791 128750 127372 128475 128758 125060 125793 127684 121650 126188 126268 122920 123728 123910 126117 122933  total = 33.533898 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28959.39/33735.14/32249.11/10850.97 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:23:07.976837" elapsed="0.000545"/>
</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-14T03:23:07.977591" elapsed="0.000510"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T03:23:07.978666" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T03:23:07.978794" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28959.39/33735.14/32249.11/10850.97 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-14T03:23:07.978348" elapsed="0.000481"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T03:23:07.979431" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28959.39/33735.14/32249.11/10850.97 | 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-14T03:23:07.979046" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.982180" 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-14T03:23:07.979674" elapsed="0.002564"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.984608" level="INFO">28959.39/33735.14/32249.11/10850.97</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:23:07.982388" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T03:23:07.987086" 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-14T03:23:07.984817" elapsed="0.002297"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T03:23:07.989577" level="INFO">@{result_value_list} = [ 28959.39 | 33735.14 | 32249.11 | 10850.97 ]</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-14T03:23:07.987322" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.990072" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T03:23:07.990177" 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-14T03:23:07.989762" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.995011" level="INFO">min :: 28959.39</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-14T03:23:07.990605" elapsed="0.004463"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T03:23:07.990471" elapsed="0.004634"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:07.999686" level="INFO">max :: 33735.14</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-14T03:23:07.995350" elapsed="0.004394"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T03:23:07.995218" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.004357" level="INFO">avg :: 32249.11</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-14T03:23:07.999998" elapsed="0.004417"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T03:23:07.999869" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.009156" level="INFO">stdev :: 10850.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-14T03:23:08.004681" elapsed="0.004535"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T03:23:08.004550" elapsed="0.004702"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T03:23:07.990273" elapsed="0.019012"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.013144" level="INFO">${min} = 28959.39</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-14T03:23:08.009444" elapsed="0.003729"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.017003" level="INFO">${max} = 33735.14</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-14T03:23:08.013328" elapsed="0.003702"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.021047" level="INFO">${average} = 32249.11</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-14T03:23:08.017197" elapsed="0.003877"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.024943" level="INFO">${stdev} = 10850.97</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-14T03:23:08.021243" elapsed="0.003727"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.025507" level="INFO">${date} = 2026-05-14 03:23:08</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-14T03:23:08.025147" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.026088" level="INFO">CBench Result: 2026-05-14 03:23:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28959.39,33735.14,32249.11,10850.97</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-14T03:23:08.025679" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T03:23:08.027254" 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-14T03:23:08.026810" elapsed="0.000512"/>
</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-14T03:23:08.027477" elapsed="0.000459"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T03:23:08.026310" elapsed="0.001691"/>
</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-14T03:13:01.487565" elapsed="606.540497"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.028606" 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-14T03:23:08.028231" elapsed="0.000432"/>
</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-14T03:23:08.029206" elapsed="0.000299"/>
</kw>
<status status="PASS" start="2026-05-14T03:23:08.028887" elapsed="0.000692"/>
</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-14T03:13:01.484865" elapsed="606.544752"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.030918" 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-14T03:23:08.030519" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.032257" 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-14T03:23:08.031909" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-14T03:23:08.032653" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:23:08.032430" elapsed="0.000281"/>
</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-14T03:23:08.035585" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:23:08.035334" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-14T03:23:08.035316" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:23:08.036016" 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-14T03:23:08.036152" 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-14T03:23:08.035801" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.036761" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.112 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.120" 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-14T03:23:08.036316" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:23:08.037374" 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-14T03:23:08.036958" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T03:23:08.038304" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T03:23:08.038393" 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-14T03:23:08.037977" elapsed="0.000440"/>
</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-14T03:23:08.038562" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T03:23:08.039806" level="INFO">Logging into '10.30.171.120:22' as 'jenkins'.</msg>
<msg time="2026-05-14T03:23:08.632416" 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 Thu May 14 03:23:08 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.120
  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: Thu May 14 03:13:01 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-242-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-14T03:23:08.039450" elapsed="0.593193"/>
</kw>
<msg time="2026-05-14T03:23:08.632745" 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-14T03:23:08.039081" elapsed="0.593772"/>
</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-14T03:23:08.037603" elapsed="0.595382"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T03:23:08.633678" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.112 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T03:31:50.020836" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-05-14T03:31:50.022934" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T03:31:50.023052" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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-14T03:23:08.633266" elapsed="521.389876"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:31:50.025189" elapsed="0.002059"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.028056" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:13.741 16  switches: flows:  491188 447591 420815 495031 406571 416248 438601 413268 402296 380099 445174 446101 391486 482320 430892 406647  total = 115.238800 per ms 
03:25:13.909 16  switches: flows:  417110 414197 468041 417155 441397 426370 464342 464254 415817 412409 413805 421364 446761 403641 430531 437816  total = 114.596443 per ms 
03:26:14.010 16  switches: flows:  561149 576535 573969 578182 566257 559561 568515 568344 556521 563187 558153 552280 569567 567707 549369 559860  total = 150.233601 per ms 
03:27:14.113 16  switches: flows:  583926 570790 559667 570392 569210 569530 572576 569583 571586 578833 574404 571393 571490 575405 580185 577880  total = 152.521273 per ms 
03:28:14.214 16  switches: flows:  584487 543040 581556 584288 588295 586612 589216 581548 589087 583183 593036 584327 584145 579671 586122 587980  total = 155.181173 per ms 
03:29:14.439 16  switches: flows:  576988 575207 564025 565353 568339 568395 575434 575301 568823 572187 548565 572392 573033 571897 572374 570018  total = 151.406468 per ms 
03:30:14.541 16  switches: flows:  576209 577273 559275 572264 568657 574925 570650 568051 572924 568076 588993 559265 572673 570610 575683 573286  total = 152.223521 per ms 
03:31:14.697 16  switches: flows:  551410 557334 559717 566812 558707 554608 562641 555450 565748 565739 549816 550708 550673 564984 528559 557024  total = 147.947614 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:31:50.027533" elapsed="0.000760"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T03:31:50.028633" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-05-14T03:31:50.028417" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-05-14T03:31:50.028383" elapsed="0.000388"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T03:31:50.028905" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:31:50.028853" elapsed="0.000128"/>
</branch>
<status status="NOT RUN" start="2026-05-14T03:31:50.028830" elapsed="0.000182"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T03:31:50.029056" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T03:31:50.032791" elapsed="0.000563"/>
</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-14T03:31:50.033563" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:31:50.033946" elapsed="0.000105"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T03:31:50.029551" elapsed="0.004554"/>
</kw>
<msg time="2026-05-14T03:31:50.034253" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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-14T03:23:08.033056" elapsed="522.001224"/>
</kw>
<status status="PASS" start="2026-05-14T03:23:08.032737" elapsed="522.001593"/>
</branch>
<status status="PASS" start="2026-05-14T03:23:08.032407" elapsed="522.001947"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.034789" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:13.741 16  switches: flows:  491188 447591 420815 495031 406571 416248 438601 413268 402296 380099 445174 446101 391486 482320 430892 406647  total = 115.238800 per ms 
03:25:13.909 16  switches: flows:  417110 414197 468041 417155 441397 426370 464342 464254 415817 412409 413805 421364 446761 403641 430531 437816  total = 114.596443 per ms 
03:26:14.010 16  switches: flows:  561149 576535 573969 578182 566257 559561 568515 568344 556521 563187 558153 552280 569567 567707 549369 559860  total = 150.233601 per ms 
03:27:14.113 16  switches: flows:  583926 570790 559667 570392 569210 569530 572576 569583 571586 578833 574404 571393 571490 575405 580185 577880  total = 152.521273 per ms 
03:28:14.214 16  switches: flows:  584487 543040 581556 584288 588295 586612 589216 581548 589087 583183 593036 584327 584145 579671 586122 587980  total = 155.181173 per ms 
03:29:14.439 16  switches: flows:  576988 575207 564025 565353 568339 568395 575434 575301 568823 572187 548565 572392 573033 571897 572374 570018  total = 151.406468 per ms 
03:30:14.541 16  switches: flows:  576209 577273 559275 572264 568657 574925 570650 568051 572924 568076 588993 559265 572673 570610 575683 573286  total = 152.223521 per ms 
03:31:14.697 16  switches: flows:  551410 557334 559717 566812 558707 554608 562641 555450 565748 565739 549816 550708 550673 564984 528559 557024  total = 147.947614 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:31:50.034498" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.036035" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:13.741 16  switches: flows:  491188 447591 420815 495031 406571 416248 438601 413268 402296 380099 445174 446101 391486 482320 430892 406647  total = 115.238800 per ms 
03:25:13.909 16  switches: flows:  417110 414197 468041 417155 441397 426370 464342 464254 415817 412409 413805 421364 446761 403641 430531 437816  total = 114.596443 per ms 
03:26:14.010 16  switches: flows:  561149 576535 573969 578182 566257 559561 568515 568344 556521 563187 558153 552280 569567 567707 549369 559860  total = 150.233601 per ms 
03:27:14.113 16  switches: flows:  583926 570790 559667 570392 569210 569530 572576 569583 571586 578833 574404 571393 571490 575405 580185 577880  total = 152.521273 per ms 
03:28:14.214 16  switches: flows:  584487 543040 581556 584288 588295 586612 589216 581548 589087 583183 593036 584327 584145 579671 586122 587980  total = 155.181173 per ms 
03:29:14.439 16  switches: flows:  576988 575207 564025 565353 568339 568395 575434 575301 568823 572187 548565 572392 573033 571897 572374 570018  total = 151.406468 per ms 
03:30:14.541 16  switches: flows:  576209 577273 559275 572264 568657 574925 570650 568051 572924 568076 588993 559265 572673 570610 575683 573286  total = 152.223521 per ms 
03:31:14.697 16  switches: flows:  551410 557334 559717 566812 558707 554608 562641 555450 565748 565739 549816 550708 550673 564984 528559 557024  total = 147.947614 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-05-14T03:31:50.035011" elapsed="0.001225">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:13.741 16  switches: flows:  491188 447591 420815 495031 406571 416248 438601 413268 402296 380099 445174 446101 391486 482320 430892 406647  total = 115.238800 per ms 
03:25:13.909 16  switches: flows:  417110 414197 468041 417155 441397 426370 464342 464254 415817 412409 413805 421364 446761 403641 430531 437816  total = 114.596443 per ms 
03:26:14.010 16  switches: flows:  561149 576535 573969 578182 566257 559561 568515 568344 556521 563187 558153 552280 569567 567707 549369 559860  total = 150.233601 per ms 
03:27:14.113 16  switches: flows:  583926 570790 559667 570392 569210 569530 572576 569583 571586 578833 574404 571393 571490 575405 580185 577880  total = 152.521273 per ms 
03:28:14.214 16  switches: flows:  584487 543040 581556 584288 588295 586612 589216 581548 589087 583183 593036 584327 584145 579671 586122 587980  total = 155.181173 per ms 
03:29:14.439 16  switches: flows:  576988 575207 564025 565353 568339 568395 575434 575301 568823 572187 548565 572392 573033 571897 572374 570018  total = 151.406468 per ms 
03:30:14.541 16  switches: flows:  576209 577273 559275 572264 568657 574925 570650 568051 572924 568076 588993 559265 572673 570610 575683 573286  total = 152.223521 per ms 
03:31:14.697 16  switches: flows:  551410 557334 559717 566812 558707 554608 562641 555450 565748 565739 549816 550708 550673 564984 528559 557024  total = 147.947614 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.036467" elapsed="0.000023"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.036642" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.036803" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.037052" elapsed="0.000033"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-14T03:31:50.037255" elapsed="0.000022"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-14T03:31:50.037423" elapsed="0.000020"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T03:31:50.037589" elapsed="0.000020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.037870" elapsed="0.000019"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-05-14T03:31:50.037742" elapsed="0.000180"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-05-14T03:31:50.037670" elapsed="0.000280"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T03:31:50.038097" elapsed="0.000034"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T03:31:50.038274" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T03:31:50.038433" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-14T03:31:50.038591" elapsed="0.000020"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.038756" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.038911" elapsed="0.000020"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-05-14T03:31:50.039065" elapsed="0.000023"/>
</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="FAIL" start="2026-05-14T03:23:08.031322" elapsed="522.007937">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:13.741 16  switches: flows:  491188 447591 420815 495031 406571 416248 438601 413268 402296 380099 445174 446101 391486 482320 430892 406647  total = 115.238800 per ms 
03:25:13.909 16  switches: flows:  417110 414197 468041 417155 441397 426370 464342 464254 415817 412409 413805 421364 446761 403641 430531 437816  total = 114.596443 per ms 
03:26:14.010 16  switches: flows:  561149 576535 573969 578182 566257 559561 568515 568344 556521 563187 558153 552280 569567 567707 549369 559860  total = 150.233601 per ms 
03:27:14.113 16  switches: flows:  583926 570790 559667 570392 569210 569530 572576 569583 571586 578833 574404 571393 571490 575405 580185 577880  total = 152.521273 per ms 
03:28:14.214 16  switches: flows:  584487 543040 581556 584288 588295 586612 589216 581548 589087 583183 593036 584327 584145 579671 586122 587980  total = 155.181173 per ms 
03:29:14.439 16  switches: flows:  576988 575207 564025 565353 568339 568395 575434 575301 568823 572187 548565 572392 573033 571897 572374 570018  total = 151.406468 per ms 
03:30:14.541 16  switches: flows:  576209 577273 559275 572264 568657 574925 570650 568051 572924 568076 588993 559265 572673 570610 575683 573286  total = 152.223521 per ms 
03:31:14.697 16  switches: flows:  551410 557334 559717 566812 558707 554608 562641 555450 565748 565739 549816 550708 550673 564984 528559 557024  total = 147.947614 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-05-14T03:31:50.039465" elapsed="0.000022"/>
</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-14T03:31:50.040053" elapsed="0.000292"/>
</kw>
<status status="PASS" start="2026-05-14T03:31:50.039747" elapsed="0.000670"/>
</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="FAIL" start="2026-05-14T03:23:08.029931" elapsed="522.010523">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:13.741 16  switches: flows:  491188 447591 420815 495031 406571 416248 438601 413268 402296 380099 445174 446101 391486 482320 430892 406647  total = 115.238800 per ms 
03:25:13.909 16  switches: flows:  417110 414197 468041 417155 441397 426370 464342 464254 415817 412409 413805 421364 446761 403641 430531 437816  total = 114.596443 per ms 
03:26:14.010 16  switches: flows:  561149 576535 573969 578182 566257 559561 568515 568344 556521 563187 558153 552280 569567 567707 549369 559860  total = 150.233601 per ms 
03:27:14.113 16  switches: flows:  583926 570790 559667 570392 569210 569530 572576 569583 571586 578833 574404 571393 571490 575405 580185 577880  total = 152.521273 per ms 
03:28:14.214 16  switches: flows:  584487 543040 581556 584288 588295 586612 589216 581548 589087 583183 593036 584327 584145 579671 586122 587980  total = 155.181173 per ms 
03:29:14.439 16  switches: flows:  576988 575207 564025 565353 568339 568395 575434 575301 568823 572187 548565 572392 573033 571897 572374 570018  total = 151.406468 per ms 
03:30:14.541 16  switches: flows:  576209 577273 559275 572264 568657 574925 570650 568051 572924 568076 588993 559265 572673 570610 575683 573286  total = 152.223521 per ms 
03:31:14.697 16  switches: flows:  551410 557334 559717 566812 558707 554608 562641 555450 565748 565739 549816 550708 550673 564984 528559 557024  total = 147.947614 per ms 
controller msgbuf_read() = 0:   closed connection ... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.042094" 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-14T03:31:50.041696" elapsed="0.000474"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.043520" 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-14T03:31:50.043049" elapsed="0.000514"/>
</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-14T03:31:50.043858" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:31:50.043635" elapsed="0.000281"/>
</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-14T03:31:50.047461" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:31:50.047204" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-05-14T03:31:50.047184" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:31:50.048286" 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-14T03:31:50.048725" 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-14T03:31:50.047709" elapsed="0.001082"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.050475" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.112 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.120" 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-14T03:31:50.049342" elapsed="0.001270"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T03:31:50.051893" 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-14T03:31:50.050940" elapsed="0.001012"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T03:31:50.054027" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T03:31:50.054172" 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-14T03:31:50.053439" elapsed="0.000769"/>
</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-14T03:31:50.054410" elapsed="0.000493"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T03:31:50.056110" level="INFO">Logging into '10.30.171.120:22' as 'jenkins'.</msg>
<msg time="2026-05-14T03:31:50.623856" 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 Thu May 14 03:31:50 UTC 2026

  System load:  0.1                Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.120
  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: Thu May 14 03:23:08 2026 from 10.30.171.62
[?2004h[jenkins@releng-63164-242-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-14T03:31:50.055615" elapsed="0.568545"/>
</kw>
<msg time="2026-05-14T03:31:50.624247" 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-14T03:31:50.055113" elapsed="0.569214"/>
</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-14T03:31:50.052464" elapsed="0.571978"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T03:31:50.624959" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.112 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T03:41:56.664557" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T03:41:56.665190" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T03:41:56.665343" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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-14T03:31:50.624656" elapsed="606.040751"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:41:56.665882" elapsed="0.000736"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.667749" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:55.745 16  switches: flows:  120646 119306 117829 119380 117250 113619 116448 115502 112479 115259 113570 115764 114232 114748 115293 113347  total = 30.911200 per ms 
03:33:55.846 16  switches: flows:  125177 125287 124349 121851 120725 117128 120487 122554 115422 117147 117523 116291 117796 120394 119420 116500  total = 31.914220 per ms 
03:34:55.946 16  switches: flows:  123837 122278 121291 117777 120568 117684 119467 119048 115049 116636 116026 118372 117188 117682 117325 118133  total = 31.586557 per ms 
03:35:56.046 16  switches: flows:  119170 118023 118273 116815 119481 113779 117059 117116 112892 115738 114282 113248 113874 111095 116190 114427  total = 30.806247 per ms 
03:36:56.147 16  switches: flows:  125512 122337 126119 125594 125363 123818 122706 124517 121190 122015 119797 118804 119034 119218 123581 122876  total = 32.653497 per ms 
03:37:56.247 16  switches: flows:  124293 123170 126207 125112 127057 123451 120852 123190 120853 122655 118376 119178 119900 119248 123129 121284  total = 32.578181 per ms 
03:38:56.347 16  switches: flows:  119136 118469 120839 120910 120274 117914 115574 116771 114449 116308 113914 114577 113177 113789 118752 117355  total = 31.151442 per ms 
03:39:56.447 16  switches: flows:  125906 127458 125795 122921 124834 122962 122377 123807 123258 120086 118097 123014 117200 121795 122207 122993  total = 32.690609 per ms 
03:40:56.548 16  switches: flows:  121106 121317 120887 117519 122182 118342 116829 119168 118486 114943 114296 117263 115971 114721 117699 118248  total = 31.430463 per ms 
03:41:56.648 16  switches: flows:  114669 117027 117395 113369 116576 113974 113311 113222 113746 110625 108765 112523 108964 110986 111144 112671  total = 30.099166 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30099.17/32690.61/31656.71/10586.08 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:41:56.666990" elapsed="0.000930"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T03:41:56.668419" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-05-14T03:41:56.668093" elapsed="0.000494"/>
</branch>
<status status="PASS" start="2026-05-14T03:41:56.668044" elapsed="0.000601"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T03:41:56.668858" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-14T03:41:56.668774" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-05-14T03:41:56.668739" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T03:41:56.669066" elapsed="0.000030"/>
</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-14T03:41:56.673226" elapsed="0.000469"/>
</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-14T03:41:56.673911" elapsed="0.000240"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T03:41:56.674333" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T03:41:56.669884" elapsed="0.004662"/>
</kw>
<msg time="2026-05-14T03:41:56.674725" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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-14T03:31:50.044524" elapsed="606.630238"/>
</kw>
<status status="PASS" start="2026-05-14T03:31:50.043941" elapsed="606.630891"/>
</branch>
<status status="PASS" start="2026-05-14T03:31:50.043615" elapsed="606.631249"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.675488" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.112: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.112. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:32:55.745 16  switches: flows:  120646 119306 117829 119380 117250 113619 116448 115502 112479 115259 113570 115764 114232 114748 115293 113347  total = 30.911200 per ms 
03:33:55.846 16  switches: flows:  125177 125287 124349 121851 120725 117128 120487 122554 115422 117147 117523 116291 117796 120394 119420 116500  total = 31.914220 per ms 
03:34:55.946 16  switches: flows:  123837 122278 121291 117777 120568 117684 119467 119048 115049 116636 116026 118372 117188 117682 117325 118133  total = 31.586557 per ms 
03:35:56.046 16  switches: flows:  119170 118023 118273 116815 119481 113779 117059 117116 112892 115738 114282 113248 113874 111095 116190 114427  total = 30.806247 per ms 
03:36:56.147 16  switches: flows:  125512 122337 126119 125594 125363 123818 122706 124517 121190 122015 119797 118804 119034 119218 123581 122876  total = 32.653497 per ms 
03:37:56.247 16  switches: flows:  124293 123170 126207 125112 127057 123451 120852 123190 120853 122655 118376 119178 119900 119248 123129 121284  total = 32.578181 per ms 
03:38:56.347 16  switches: flows:  119136 118469 120839 120910 120274 117914 115574 116771 114449 116308 113914 114577 113177 113789 118752 117355  total = 31.151442 per ms 
03:39:56.447 16  switches: flows:  125906 127458 125795 122921 124834 122962 122377 123807 123258 120086 118097 123014 117200 121795 122207 122993  total = 32.690609 per ms 
03:40:56.548 16  switches: flows:  121106 121317 120887 117519 122182 118342 116829 119168 118486 114943 114296 117263 115971 114721 117699 118248  total = 31.430463 per ms 
03:41:56.648 16  switches: flows:  114669 117027 117395 113369 116576 113974 113311 113222 113746 110625 108765 112523 108964 110986 111144 112671  total = 30.099166 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30099.17/32690.61/31656.71/10586.08 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:41:56.675055" elapsed="0.000642"/>
</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-14T03:41:56.675911" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T03:41:56.676976" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T03:41:56.677099" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30099.17/32690.61/31656.71/10586.08 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-14T03:41:56.676673" elapsed="0.000480"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T03:41:56.677793" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30099.17/32690.61/31656.71/10586.08 | 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-14T03:41:56.677413" elapsed="0.000432"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.680244" 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-14T03:41:56.678019" elapsed="0.002280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.682738" level="INFO">30099.17/32690.61/31656.71/10586.08</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:41:56.680451" elapsed="0.002346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T03:41:56.685131" 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-14T03:41:56.682949" elapsed="0.002211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T03:41:56.687505" level="INFO">@{result_value_list} = [ 30099.17 | 32690.61 | 31656.71 | 10586.08 ]</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-14T03:41:56.685324" elapsed="0.002208"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.687986" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T03:41:56.688074" 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-14T03:41:56.687683" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.692752" level="INFO">min :: 30099.17</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-14T03:41:56.688498" elapsed="0.004312"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T03:41:56.688369" elapsed="0.004476"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.697390" level="INFO">max :: 32690.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T03:41:56.693058" elapsed="0.004389"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T03:41:56.692933" elapsed="0.004549"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.702044" level="INFO">avg :: 31656.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-14T03:41:56.697700" elapsed="0.004401"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T03:41:56.697572" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.706808" level="INFO">stdev :: 10586.08</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-14T03:41:56.702365" elapsed="0.004500"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T03:41:56.702239" elapsed="0.004661"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T03:41:56.688181" elapsed="0.018748"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.710785" level="INFO">${min} = 30099.17</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-14T03:41:56.707087" elapsed="0.003737"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.714910" level="INFO">${max} = 32690.61</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-14T03:41:56.710978" elapsed="0.003959"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.718813" level="INFO">${average} = 31656.71</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-14T03:41:56.715088" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.722718" level="INFO">${stdev} = 10586.08</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-14T03:41:56.718990" elapsed="0.003754"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.723270" level="INFO">${date} = 2026-05-14 03:41:56</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-14T03:41:56.722908" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.723846" level="INFO">CBench Result: 2026-05-14 03:41:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30099.17,32690.61,31656.71,10586.08</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-14T03:41:56.723440" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T03:41:56.724988" 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-14T03:41:56.724523" elapsed="0.000534"/>
</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-14T03:41:56.725235" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T03:41:56.724040" elapsed="0.001735"/>
</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-14T03:31:50.042482" elapsed="606.683387"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.726362" 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-14T03:41:56.726022" elapsed="0.000397"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T03:41:56.727651" 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-14T03:41:56.727150" elapsed="0.000527"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-14T03:41:56.727902" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-05-14T03:41:56.727755" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-05-14T03:41:56.727735" elapsed="0.000255"/>
</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-14T03:41:56.728148" elapsed="0.000023"/>
</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-14T03:41:56.728306" 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-14T03:41:56.728463" 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-14T03:41:56.728614" elapsed="0.000019"/>
</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-14T03:41:56.728764" 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-14T03:41:56.728908" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-14T03:41:56.729048" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-14T03:41:56.729311" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-14T03:41:56.729145" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-05-14T03:41:56.729113" elapsed="0.000276"/>
</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-14T03:41:56.726798" elapsed="0.002641"/>
</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-14T03:31:50.040800" elapsed="606.688685"/>
</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="FAIL" start="2026-05-14T03:12:58.857261" elapsed="1737.872819"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
