<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-19T04:42:41.725906" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-19T04:42:42.276793" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-07-19T04:42:42.276651" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:42.276619" elapsed="0.000293"/>
</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-07-19T04:42:42.277060" elapsed="0.000548"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-19T04:42:42.278088" level="INFO">Logging into '10.30.171.117:8101' as 'karaf'.</msg>
<msg time="2026-07-19T04:42:42.960590" 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-07-19T04:42:42.277786" elapsed="0.683103"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-19T04:42:43.010568" 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-07-19T04:42:42.961464" elapsed="0.049178"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-19T04:42:43.012418" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-19T04:42:43.012534" 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-07-19T04:42:43.010823" elapsed="0.001741"/>
</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-07-19T04:42:43.012723" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T04:42:43.013106" elapsed="0.000270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:42:43.013884" 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-07-19T04:42:43.013532" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T04:42:43.013995" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-19T04:42:42.276262" elapsed="0.737942"/>
</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-07-19T04:42:42.272570" elapsed="0.741701"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T04:42:43.014846" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-19T04:42:43.014467" elapsed="0.000437"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T04:42:43.015330" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-19T04:42:43.015061" elapsed="0.000325"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-19T04:42:43.015938" 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-07-19T04:42:43.015543" elapsed="0.000422"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T04:42:43.016501" 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-07-19T04:42:43.016160" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-19T04:42:43.017064" 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-07-19T04:42:43.016692" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T04:42:43.017610" 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-07-19T04:42:43.017294" elapsed="0.000358"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-19T04:42:43.017966" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-19T04:42:43.017747" elapsed="0.000274"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T04:42:43.022560" 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-07-19T04:42:43.022123" elapsed="0.000465"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T04:42:43.023640" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T04:42:43.023724" 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-07-19T04:42:43.023171" elapsed="0.000578"/>
</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-07-19T04:42:43.023896" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T04:42:43.025559" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-07-19T04:42:43.839931" 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 Sun Jul 19 04:42:43 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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-48317-784-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-07-19T04:42:43.024774" elapsed="0.815341"/>
</kw>
<msg time="2026-07-19T04:42:43.840242" 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-07-19T04:42:43.024420" elapsed="0.815929"/>
</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-07-19T04:42:43.022798" elapsed="0.817694"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-19T04:42:43.849542" 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-07-19T04:42:43.840755" elapsed="0.010738"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T04:42:43.851893" elapsed="0.000625"/>
</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-07-19T04:42:43.021589" elapsed="0.831071"/>
</kw>
<status status="PASS" start="2026-07-19T04:42:43.018110" elapsed="0.834646"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:43.017718" elapsed="0.835106"/>
</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-07-19T04:42:43.853202" elapsed="0.001096"/>
</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-07-19T04:42:43.862219" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-19T04:42:43.862023" elapsed="0.000276"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:43.861987" elapsed="0.000346"/>
</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-07-19T04:42:43.867267" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-19T04:42:43.867148" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:43.867113" elapsed="0.000227"/>
</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-07-19T04:42:43.867477" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-19T04:42:43.868370" level="INFO">Logging into '10.30.171.117:8101' as 'karaf'.</msg>
<msg time="2026-07-19T04:42:44.066757" 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-07-19T04:42:43.868081" elapsed="0.198783"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.174951" 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-07-19T04:42:44.067039" elapsed="0.108003"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.193712" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-07-19T04:42:44.193933" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-07-19T04:42:44.175249" elapsed="0.018719"/>
</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-07-19T04:42:44.194121" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T04:42:44.194504" elapsed="0.000204"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:42:44.195179" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.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-07-19T04:42:44.194853" elapsed="0.000386"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T04:42:44.195290" elapsed="0.000052"/>
</return>
<msg time="2026-07-19T04:42:44.195491" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-19T04:42:43.866765" elapsed="0.328760"/>
</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-07-19T04:42:44.195678" elapsed="0.000645"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T04:42:44.196378" elapsed="0.000033"/>
</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-07-19T04:42:43.861576" elapsed="0.334939"/>
</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-07-19T04:42:44.200491" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-19T04:42:44.200363" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:44.200339" elapsed="0.000229"/>
</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-07-19T04:42:44.200723" elapsed="0.000507"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.201861" level="INFO">Logging into '10.30.171.117:8101' as 'karaf'.</msg>
<msg time="2026-07-19T04:42:44.356294" 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-07-19T04:42:44.201386" elapsed="0.155028"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.394002" 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-07-19T04:42:44.356616" elapsed="0.037455"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.396205" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-19T04:42:44.396317" 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-07-19T04:42:44.394262" elapsed="0.002085"/>
</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-07-19T04:42:44.396490" elapsed="0.000203"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T04:42:44.396842" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:42:44.397559" 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-07-19T04:42:44.397234" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-19T04:42:44.397662" elapsed="0.000075"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.117
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-19T04:42:44.200015" elapsed="0.197867"/>
</kw>
<status status="PASS" start="2026-07-19T04:42:42.270816" elapsed="2.127178"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:42:44.400321" 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-07-19T04:42:44.399129" elapsed="0.001284"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T04:42:44.401953" 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-07-19T04:42:44.401546" elapsed="0.000452"/>
</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-07-19T04:42:44.402348" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-19T04:42:44.402082" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-19T04:42:44.405585" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-19T04:42:44.405330" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:44.405310" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.406036" 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-07-19T04:42:44.406185" 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-07-19T04:42:44.405823" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:42:44.406786" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.76" 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-07-19T04:42:44.406353" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.407486" 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-07-19T04:42:44.406992" elapsed="0.000521"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T04:42:44.408456" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T04:42:44.408548" 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-07-19T04:42:44.408105" elapsed="0.000471"/>
</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-07-19T04:42:44.408725" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.409979" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-07-19T04:42:44.740822" 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 Sun Jul 19 04:42:43 UTC 2026

  System load:  0.11               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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: Sun Jul 19 04:42:43 2026 from 10.30.170.74
[?2004h[jenkins@releng-48317-784-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-07-19T04:42:44.409597" elapsed="0.331443"/>
</kw>
<msg time="2026-07-19T04:42:44.741154" 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-07-19T04:42:44.409241" elapsed="0.332017"/>
</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-07-19T04:42:44.407720" elapsed="0.333671"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-19T04:42:44.741989" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-19T04:52:50.926882" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-19T04:52:50.927470" level="INFO">${stdout} = </msg>
<msg time="2026-07-19T04:52:50.927578" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117: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-07-19T04:42:44.741632" elapsed="606.186006"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T04:52:50.928113" elapsed="0.000827"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.930208" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:43:50.025 16  switches: flows:  80870 81579 80325 81284 77828 78089 79103 78726 79050 80024 80452 79049 76219 75060 78414 78223  total = 21.071583 per ms 
04:44:50.127 16  switches: flows:  103751 101513 101219 99990 98578 103084 101661 100504 100638 100001 98865 98169 96800 98547 100660 98267  total = 26.659617 per ms 
04:45:50.227 16  switches: flows:  108545 108417 111003 109341 108718 109044 107634 111420 106393 107690 104755 104962 101327 103048 107743 105727  total = 28.548486 per ms 
04:46:50.328 16  switches: flows:  118730 119258 121378 121377 121482 121891 120607 120527 118632 118820 115315 116510 112261 114990 118386 115580  total = 31.543059 per ms 
04:47:50.428 16  switches: flows:  120906 121112 124603 123189 122036 122018 121472 123744 120628 120435 117952 117071 114196 115771 119906 117396  total = 31.987184 per ms 
04:48:50.528 16  switches: flows:  123079 122625 123372 123150 122379 124382 123045 123205 121008 120429 119288 118476 117520 116208 120398 117567  total = 32.215030 per ms 
04:49:50.630 16  switches: flows:  124773 123831 123603 123071 121737 123904 122754 124377 119709 121991 119998 118793 116878 116908 120147 118671  total = 32.298501 per ms 
04:50:50.730 16  switches: flows:  125691 122422 122741 124524 121667 123178 123232 124527 120612 122770 121635 118828 118524 119969 120237 117731  total = 32.417382 per ms 
04:51:50.830 16  switches: flows:  114697 115508 115441 114064 112321 113759 113312 113430 111226 112925 112311 109393 107740 110344 111008 109759  total = 29.904053 per ms 
04:52:50.931 16  switches: flows:  122605 124823 124824 120833 120065 124311 121565 123108 121108 118611 116788 120422 117507 117170 120362 118498  total = 32.156326 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26659.62/32417.38/30858.85/10466.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T04:52:50.929416" elapsed="0.001132"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-19T04:52:50.931061" elapsed="0.000108"/>
</return>
<status status="PASS" start="2026-07-19T04:52:50.930751" elapsed="0.000504"/>
</branch>
<status status="PASS" start="2026-07-19T04:52:50.930690" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-19T04:52:50.931532" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-19T04:52:50.931446" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-07-19T04:52:50.931409" elapsed="0.000267"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-19T04:52:50.931759" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-19T04:52:50.935848" elapsed="0.000363"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-19T04:52:50.936369" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T04:52:50.936685" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-19T04:52:50.932480" elapsed="0.004358"/>
</kw>
<msg time="2026-07-19T04:52:50.936972" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117: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-07-19T04:42:44.402934" elapsed="606.534065"/>
</kw>
<status status="PASS" start="2026-07-19T04:42:44.402437" elapsed="606.534611"/>
</branch>
<status status="PASS" start="2026-07-19T04:42:44.402057" elapsed="606.535015"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.937554" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:43:50.025 16  switches: flows:  80870 81579 80325 81284 77828 78089 79103 78726 79050 80024 80452 79049 76219 75060 78414 78223  total = 21.071583 per ms 
04:44:50.127 16  switches: flows:  103751 101513 101219 99990 98578 103084 101661 100504 100638 100001 98865 98169 96800 98547 100660 98267  total = 26.659617 per ms 
04:45:50.227 16  switches: flows:  108545 108417 111003 109341 108718 109044 107634 111420 106393 107690 104755 104962 101327 103048 107743 105727  total = 28.548486 per ms 
04:46:50.328 16  switches: flows:  118730 119258 121378 121377 121482 121891 120607 120527 118632 118820 115315 116510 112261 114990 118386 115580  total = 31.543059 per ms 
04:47:50.428 16  switches: flows:  120906 121112 124603 123189 122036 122018 121472 123744 120628 120435 117952 117071 114196 115771 119906 117396  total = 31.987184 per ms 
04:48:50.528 16  switches: flows:  123079 122625 123372 123150 122379 124382 123045 123205 121008 120429 119288 118476 117520 116208 120398 117567  total = 32.215030 per ms 
04:49:50.630 16  switches: flows:  124773 123831 123603 123071 121737 123904 122754 124377 119709 121991 119998 118793 116878 116908 120147 118671  total = 32.298501 per ms 
04:50:50.730 16  switches: flows:  125691 122422 122741 124524 121667 123178 123232 124527 120612 122770 121635 118828 118524 119969 120237 117731  total = 32.417382 per ms 
04:51:50.830 16  switches: flows:  114697 115508 115441 114064 112321 113759 113312 113430 111226 112925 112311 109393 107740 110344 111008 109759  total = 29.904053 per ms 
04:52:50.931 16  switches: flows:  122605 124823 124824 120833 120065 124311 121565 123108 121108 118611 116788 120422 117507 117170 120362 118498  total = 32.156326 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26659.62/32417.38/30858.85/10466.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T04:52:50.937233" elapsed="0.000395"/>
</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-07-19T04:52:50.937779" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-19T04:52:50.938575" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-19T04:52:50.938668" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26659.62/32417.38/30858.85/10466.44 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-07-19T04:52:50.938343" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T04:52:50.939109" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26659.62/32417.38/30858.85/10466.44 | 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-07-19T04:52:50.938849" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.941570" 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-07-19T04:52:50.939304" elapsed="0.002323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.944009" level="INFO">26659.62/32417.38/30858.85/10466.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T04:52:50.941776" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T04:52:50.946508" 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-07-19T04:52:50.944233" elapsed="0.002303"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T04:52:50.948974" level="INFO">@{result_value_list} = [ 26659.62 | 32417.38 | 30858.85 | 10466.44 ]</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-07-19T04:52:50.946736" elapsed="0.002265"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.949515" level="INFO">Length is 4.</msg>
<msg time="2026-07-19T04:52:50.949611" 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-07-19T04:52:50.949173" elapsed="0.000463"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.954397" level="INFO">min :: 26659.62</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-07-19T04:52:50.950041" elapsed="0.004414"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-19T04:52:50.949907" elapsed="0.004583"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.959073" level="INFO">max :: 32417.38</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-07-19T04:52:50.954718" elapsed="0.004426"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-19T04:52:50.954588" elapsed="0.004593"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.963795" level="INFO">avg :: 30858.85</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-07-19T04:52:50.959399" elapsed="0.004454"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-19T04:52:50.959270" elapsed="0.004619"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.968862" level="INFO">stdev :: 10466.44</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-07-19T04:52:50.964110" elapsed="0.004819"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-19T04:52:50.963980" elapsed="0.004990"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-19T04:52:50.949708" elapsed="0.019299"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.973760" level="INFO">${min} = 26659.62</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-07-19T04:52:50.969216" elapsed="0.004574"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.978520" level="INFO">${max} = 32417.38</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-07-19T04:52:50.973980" elapsed="0.004567"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.982563" level="INFO">${average} = 30858.85</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-07-19T04:52:50.978703" elapsed="0.003887"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.986628" level="INFO">${stdev} = 10466.44</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-07-19T04:52:50.982745" elapsed="0.003914"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.987214" level="INFO">${date} = 2026-07-19 04:52:50</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-19T04:52:50.986823" elapsed="0.000417"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.987804" level="INFO">CBench Result: 2026-07-19 04:52:50,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26659.62,32417.38,30858.85,10466.44</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-07-19T04:52:50.987392" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T04:52:50.988928" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-19T04:52:50.988516" elapsed="0.000478"/>
</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-07-19T04:52:50.989162" elapsed="0.000495"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-19T04:52:50.988012" elapsed="0.001710"/>
</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-07-19T04:42:44.400872" elapsed="606.588911"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.990280" 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-07-19T04:52:50.989938" elapsed="0.000400"/>
</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-07-19T04:52:50.990925" elapsed="0.000366"/>
</kw>
<status status="PASS" start="2026-07-19T04:52:50.990589" elapsed="0.000796"/>
</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-07-19T04:42:44.398196" elapsed="606.593239"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.992940" 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-07-19T04:52:50.992550" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.994323" 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-07-19T04:52:50.993973" elapsed="0.000392"/>
</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-07-19T04:52:50.994707" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-19T04:52:50.994481" elapsed="0.000285"/>
</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-07-19T04:52:50.997774" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-19T04:52:50.997520" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-19T04:52:50.997500" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-19T04:52:50.998225" 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-07-19T04:52:50.998347" 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-07-19T04:52:50.997993" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T04:52:50.998930" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.117 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.76" 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-07-19T04:52:50.998511" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T04:52:50.999563" 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-07-19T04:52:50.999142" elapsed="0.000454"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T04:52:51.000498" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T04:52:51.000588" 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-07-19T04:52:51.000190" elapsed="0.000422"/>
</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-07-19T04:52:51.000753" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T04:52:51.001980" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-07-19T04:52:51.598696" 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 Sun Jul 19 04:52:51 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  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: Sun Jul 19 04:42:44 2026 from 10.30.170.74
[?2004h[jenkins@releng-48317-784-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-07-19T04:52:51.001622" elapsed="0.597362"/>
</kw>
<msg time="2026-07-19T04:52:51.599110" 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-07-19T04:52:51.001246" elapsed="0.598025"/>
</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-07-19T04:52:50.999797" elapsed="0.599652"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-19T04:52:51.600251" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.117 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-19T05:00:37.724865" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-07-19T05:00:37.725651" level="INFO">${stdout} = </msg>
<msg time="2026-07-19T05:00:37.725763" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117: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-07-19T04:52:51.599798" elapsed="466.126033"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T05:00:37.726462" elapsed="0.000763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:00:37.728452" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:53:56.729 16  switches: flows:  494608 518585 501708 486535 493182 500357 475737 495536 488693 470894 489897 488843 462492 479935 501823 495205  total = 130.733833 per ms 
04:54:56.830 16  switches: flows:  497460 487952 504078 499953 512222 507271 516611 504970 502913 499909 493941 504295 493786 510801 467428 501511  total = 133.193599 per ms 
04:55:56.933 16  switches: flows:  286933 291494 277641 296682 282676 271807 295402 290958 303299 156083 297733 273601 298791 281308 283280 280697  total = 74.346580 per ms 
04:56:57.034 16  switches: flows:  577717 565186 575263 565891 581868 588144 584995 570439 569134 577575 568428 568569 570141 565413 566360 574323  total = 152.566730 per ms 
04:57:57.136 16  switches: flows:  520111 520810 517928 519225 520940 520156 521192 513672 520253 519188 515698 514427 531397 523850 523105 522051  total = 138.500684 per ms 
04:58:57.239 16  switches: flows:  418676 410930 474743 430187 488965 467269 463524 470945 477626 480093 393252 423132 453642 470345 430180 417245  total = 119.310931 per ms 
04:59:57.341 16  switches: flows:  511560 533671 542286 526545 519480 505038 507864 529736 508400 533673 505027 521338 526145 525947 535287 540039  total = 139.298157 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-07-19T05:00:37.727615" elapsed="0.001131"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-19T05:00:37.729370" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-07-19T05:00:37.728960" elapsed="0.000584"/>
</branch>
<status status="PASS" start="2026-07-19T05:00:37.728898" elapsed="0.000702"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-19T05:00:37.729815" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-19T05:00:37.729732" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-07-19T05:00:37.729695" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-19T05:00:37.730059" elapsed="0.000043"/>
</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-07-19T05:00:37.734481" elapsed="0.000347"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-19T05:00:37.734994" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T05:00:37.735324" elapsed="0.000109"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-19T05:00:37.731001" elapsed="0.004487"/>
</kw>
<msg time="2026-07-19T05:00:37.735620" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117: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-07-19T04:52:50.995112" elapsed="466.740535"/>
</kw>
<status status="PASS" start="2026-07-19T04:52:50.994792" elapsed="466.740906"/>
</branch>
<status status="PASS" start="2026-07-19T04:52:50.994459" elapsed="466.741263"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:00:37.736192" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:53:56.729 16  switches: flows:  494608 518585 501708 486535 493182 500357 475737 495536 488693 470894 489897 488843 462492 479935 501823 495205  total = 130.733833 per ms 
04:54:56.830 16  switches: flows:  497460 487952 504078 499953 512222 507271 516611 504970 502913 499909 493941 504295 493786 510801 467428 501511  total = 133.193599 per ms 
04:55:56.933 16  switches: flows:  286933 291494 277641 296682 282676 271807 295402 290958 303299 156083 297733 273601 298791 281308 283280 280697  total = 74.346580 per ms 
04:56:57.034 16  switches: flows:  577717 565186 575263 565891 581868 588144 584995 570439 569134 577575 568428 568569 570141 565413 566360 574323  total = 152.566730 per ms 
04:57:57.136 16  switches: flows:  520111 520810 517928 519225 520940 520156 521192 513672 520253 519188 515698 514427 531397 523850 523105 522051  total = 138.500684 per ms 
04:58:57.239 16  switches: flows:  418676 410930 474743 430187 488965 467269 463524 470945 477626 480093 393252 423132 453642 470345 430180 417245  total = 119.310931 per ms 
04:59:57.341 16  switches: flows:  511560 533671 542286 526545 519480 505038 507864 529736 508400 533673 505027 521338 526145 525947 535287 540039  total = 139.298157 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-07-19T05:00:37.735870" elapsed="0.000394"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-07-19T05:00:37.736888" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:53:56.729 16  switches: flows:  494608 518585 501708 486535 493182 500357 475737 495536 488693 470894 489897 488843 462492 479935 501823 495205  total = 130.733833 per ms 
04:54:56.830 16  switches: flows:  497460 487952 504078 499953 512222 507271 516611 504970 502913 499909 493941 504295 493786 510801 467428 501511  total = 133.193599 per ms 
04:55:56.933 16  switches: flows:  286933 291494 277641 296682 282676 271807 295402 290958 303299 156083 297733 273601 298791 281308 283280 280697  total = 74.346580 per ms 
04:56:57.034 16  switches: flows:  577717 565186 575263 565891 581868 588144 584995 570439 569134 577575 568428 568569 570141 565413 566360 574323  total = 152.566730 per ms 
04:57:57.136 16  switches: flows:  520111 520810 517928 519225 520940 520156 521192 513672 520253 519188 515698 514427 531397 523850 523105 522051  total = 138.500684 per ms 
04:58:57.239 16  switches: flows:  418676 410930 474743 430187 488965 467269 463524 470945 477626 480093 393252 423132 453642 470345 430180 417245  total = 119.310931 per ms 
04:59:57.341 16  switches: flows:  511560 533671 542286 526545 519480 505038 507864 529736 508400 533673 505027 521338 526145 525947 535287 540039  total = 139.298157 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-07-19T05:00:37.736415" elapsed="0.000681">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:53:56.729 16  switches: flows:  494608 518585 501708 486535 493182 500357 475737 495536 488693 470894 489897 488843 462492 479935 501823 495205  total = 130.733833 per ms 
04:54:56.830 16  switches: flows:  497460 487952 504078 499953 512222 507271 516611 504970 502913 499909 493941 504295 493786 510801 467428 501511  total = 133.193599 per ms 
04:55:56.933 16  switches: flows:  286933 291494 277641 296682 282676 271807 295402 290958 303299 156083 297733 273601 298791 281308 283280 280697  total = 74.346580 per ms 
04:56:57.034 16  switches: flows:  577717 565186 575263 565891 581868 588144 584995 570439 569134 577575 568428 568569 570141 565413 566360 574323  total = 152.566730 per ms 
04:57:57.136 16  switches: flows:  520111 520810 517928 519225 520940 520156 521192 513672 520253 519188 515698 514427 531397 523850 523105 522051  total = 138.500684 per ms 
04:58:57.239 16  switches: flows:  418676 410930 474743 430187 488965 467269 463524 470945 477626 480093 393252 423132 453642 470345 430180 417245  total = 119.310931 per ms 
04:59:57.341 16  switches: flows:  511560 533671 542286 526545 519480 505038 507864 529736 508400 533673 505027 521338 526145 525947 535287 540039  total = 139.298157 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-07-19T05:00:37.737370" elapsed="0.000027"/>
</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-07-19T05:00:37.737555" elapsed="0.000022"/>
</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-07-19T05:00:37.737721" 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-07-19T05:00:37.737892" elapsed="0.000032"/>
</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-07-19T05:00:37.738074" elapsed="0.000021"/>
</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-07-19T05:00:37.738255" elapsed="0.000021"/>
</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-07-19T05:00:37.738420" elapsed="0.000021"/>
</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-07-19T05:00:37.738703" elapsed="0.000021"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-07-19T05:00:37.738578" elapsed="0.000178"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-07-19T05:00:37.738504" elapsed="0.000282"/>
</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-07-19T05:00:37.738948" elapsed="0.000022"/>
</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-07-19T05:00:37.739117" elapsed="0.000035"/>
</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-07-19T05:00:37.739299" 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-07-19T05:00:37.739476" 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-07-19T05:00:37.739647" 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-07-19T05:00:37.739806" elapsed="0.000019"/>
</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-07-19T05:00:37.739974" elapsed="0.000025"/>
</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-07-19T04:52:50.993380" elapsed="466.746802">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:53:56.729 16  switches: flows:  494608 518585 501708 486535 493182 500357 475737 495536 488693 470894 489897 488843 462492 479935 501823 495205  total = 130.733833 per ms 
04:54:56.830 16  switches: flows:  497460 487952 504078 499953 512222 507271 516611 504970 502913 499909 493941 504295 493786 510801 467428 501511  total = 133.193599 per ms 
04:55:56.933 16  switches: flows:  286933 291494 277641 296682 282676 271807 295402 290958 303299 156083 297733 273601 298791 281308 283280 280697  total = 74.346580 per ms 
04:56:57.034 16  switches: flows:  577717 565186 575263 565891 581868 588144 584995 570439 569134 577575 568428 568569 570141 565413 566360 574323  total = 152.566730 per ms 
04:57:57.136 16  switches: flows:  520111 520810 517928 519225 520940 520156 521192 513672 520253 519188 515698 514427 531397 523850 523105 522051  total = 138.500684 per ms 
04:58:57.239 16  switches: flows:  418676 410930 474743 430187 488965 467269 463524 470945 477626 480093 393252 423132 453642 470345 430180 417245  total = 119.310931 per ms 
04:59:57.341 16  switches: flows:  511560 533671 542286 526545 519480 505038 507864 529736 508400 533673 505027 521338 526145 525947 535287 540039  total = 139.298157 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-07-19T05:00:37.740364" elapsed="0.000021"/>
</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-07-19T05:00:37.740972" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-07-19T05:00:37.740647" elapsed="0.000732"/>
</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-07-19T04:52:50.991849" elapsed="466.749568">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
04:53:56.729 16  switches: flows:  494608 518585 501708 486535 493182 500357 475737 495536 488693 470894 489897 488843 462492 479935 501823 495205  total = 130.733833 per ms 
04:54:56.830 16  switches: flows:  497460 487952 504078 499953 512222 507271 516611 504970 502913 499909 493941 504295 493786 510801 467428 501511  total = 133.193599 per ms 
04:55:56.933 16  switches: flows:  286933 291494 277641 296682 282676 271807 295402 290958 303299 156083 297733 273601 298791 281308 283280 280697  total = 74.346580 per ms 
04:56:57.034 16  switches: flows:  577717 565186 575263 565891 581868 588144 584995 570439 569134 577575 568428 568569 570141 565413 566360 574323  total = 152.566730 per ms 
04:57:57.136 16  switches: flows:  520111 520810 517928 519225 520940 520156 521192 513672 520253 519188 515698 514427 531397 523850 523105 522051  total = 138.500684 per ms 
04:58:57.239 16  switches: flows:  418676 410930 474743 430187 488965 467269 463524 470945 477626 480093 393252 423132 453642 470345 430180 417245  total = 119.310931 per ms 
04:59:57.341 16  switches: flows:  511560 533671 542286 526545 519480 505038 507864 529736 508400 533673 505027 521338 526145 525947 535287 540039  total = 139.298157 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-07-19T05:00:37.743181" 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-07-19T05:00:37.742696" elapsed="0.000548"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-19T05:00:37.744950" 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-07-19T05:00:37.744252" elapsed="0.000745"/>
</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-07-19T05:00:37.745348" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-19T05:00:37.745105" 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-07-19T05:00:37.748742" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-19T05:00:37.748481" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-07-19T05:00:37.748460" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-19T05:00:37.749209" 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-07-19T05:00:37.749332" 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-07-19T05:00:37.748978" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:00:37.749937" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.76" 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-07-19T05:00:37.749498" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-19T05:00:37.750562" 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-07-19T05:00:37.750154" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T05:00:37.751523" level="INFO">Length is 0.</msg>
<msg time="2026-07-19T05:00:37.751614" 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-07-19T05:00:37.751204" elapsed="0.000435"/>
</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-07-19T05:00:37.751784" elapsed="0.000365"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-19T05:00:37.753061" level="INFO">Logging into '10.30.170.76:22' as 'jenkins'.</msg>
<msg time="2026-07-19T05:00:38.394517" 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 Sun Jul 19 05:00:37 UTC 2026

  System load:  0.19               Processes:             106
  Usage of /:   19.8% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.76
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

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: Sun Jul 19 04:52:51 2026 from 10.30.170.74
[?2004h[jenkins@releng-48317-784-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-07-19T05:00:37.752657" elapsed="0.642223"/>
</kw>
<msg time="2026-07-19T05:00:38.395056" 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-07-19T05:00:37.752307" elapsed="0.642930"/>
</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-07-19T05:00:37.750795" elapsed="0.644668"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-19T05:00:38.396548" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.117 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-19T05:10:44.456660" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-19T05:10:44.457355" level="INFO">${stdout} = </msg>
<msg time="2026-07-19T05:10:44.457468" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117: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-07-19T05:00:38.395929" elapsed="606.061606"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T05:10:44.458050" elapsed="0.000728"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.460203" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:01:43.547 16  switches: flows:  97456 105023 95785 96180 95692 95250 94827 96185 93049 94590 94014 94592 99508 92324 93534 93728  total = 25.528950 per ms 
05:02:43.648 16  switches: flows:  117056 113336 115078 114382 114858 115540 114407 113754 111919 113903 113546 114772 112376 111736 113347 113368  total = 30.338930 per ms 
05:03:43.749 16  switches: flows:  117802 114270 115164 114447 115635 115456 114810 115976 111772 115379 112908 114086 113418 111005 113763 114322  total = 30.452712 per ms 
05:04:43.851 16  switches: flows:  113698 110916 111687 110304 111112 110695 111887 112233 109522 112102 110646 111618 109018 107999 111237 110112  total = 29.530452 per ms 
05:05:43.952 16  switches: flows:  104154 101499 102487 102861 103944 103735 101568 102867 99864 102486 100796 101004 101209 100482 104035 99625  total = 27.164895 per ms 
05:06:44.053 16  switches: flows:  110506 110236 108410 110572 109697 107932 110488 108150 107532 107866 108187 109585 106527 106202 108580 109490  total = 28.950990 per ms 
05:07:44.154 16  switches: flows:  107509 105790 105609 105605 104866 104100 105403 105052 102658 104285 104572 103543 103149 101862 103686 104251  total = 27.819209 per ms 
05:08:44.256 16  switches: flows:  103266 101773 101793 103736 103258 101414 102537 103648 101568 100930 101045 99853 100466 99362 101096 98967  total = 27.033385 per ms 
05:09:44.357 16  switches: flows:  98882 98659 97583 98739 99410 97128 97065 99173 96194 96716 96305 96894 95870 94288 97453 96283  total = 25.900770 per ms 
05:10:44.458 16  switches: flows:  84775 84344 84257 85987 85031 87067 86021 86594 84665 86294 84286 85494 84695 82655 84389 84762  total = 22.650775 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22650.77/30452.71/27760.24/9542.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T05:10:44.459347" elapsed="0.001030"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-19T05:10:44.460895" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-07-19T05:10:44.460581" elapsed="0.000486"/>
</branch>
<status status="PASS" start="2026-07-19T05:10:44.460525" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-19T05:10:44.461382" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-19T05:10:44.461297" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-07-19T05:10:44.461259" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-19T05:10:44.461595" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-19T05:10:44.466324" elapsed="0.000356"/>
</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-07-19T05:10:44.466834" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-19T05:10:44.467179" elapsed="0.000127"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-19T05:10:44.462339" elapsed="0.005040"/>
</kw>
<msg time="2026-07-19T05:10:44.467550" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117: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-07-19T05:00:37.745759" elapsed="606.721826"/>
</kw>
<status status="PASS" start="2026-07-19T05:00:37.745434" elapsed="606.722215"/>
</branch>
<status status="PASS" start="2026-07-19T05:00:37.745084" elapsed="606.722589"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.468163" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.117:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.117. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
05:01:43.547 16  switches: flows:  97456 105023 95785 96180 95692 95250 94827 96185 93049 94590 94014 94592 99508 92324 93534 93728  total = 25.528950 per ms 
05:02:43.648 16  switches: flows:  117056 113336 115078 114382 114858 115540 114407 113754 111919 113903 113546 114772 112376 111736 113347 113368  total = 30.338930 per ms 
05:03:43.749 16  switches: flows:  117802 114270 115164 114447 115635 115456 114810 115976 111772 115379 112908 114086 113418 111005 113763 114322  total = 30.452712 per ms 
05:04:43.851 16  switches: flows:  113698 110916 111687 110304 111112 110695 111887 112233 109522 112102 110646 111618 109018 107999 111237 110112  total = 29.530452 per ms 
05:05:43.952 16  switches: flows:  104154 101499 102487 102861 103944 103735 101568 102867 99864 102486 100796 101004 101209 100482 104035 99625  total = 27.164895 per ms 
05:06:44.053 16  switches: flows:  110506 110236 108410 110572 109697 107932 110488 108150 107532 107866 108187 109585 106527 106202 108580 109490  total = 28.950990 per ms 
05:07:44.154 16  switches: flows:  107509 105790 105609 105605 104866 104100 105403 105052 102658 104285 104572 103543 103149 101862 103686 104251  total = 27.819209 per ms 
05:08:44.256 16  switches: flows:  103266 101773 101793 103736 103258 101414 102537 103648 101568 100930 101045 99853 100466 99362 101096 98967  total = 27.033385 per ms 
05:09:44.357 16  switches: flows:  98882 98659 97583 98739 99410 97128 97065 99173 96194 96716 96305 96894 95870 94288 97453 96283  total = 25.900770 per ms 
05:10:44.458 16  switches: flows:  84775 84344 84257 85987 85031 87067 86021 86594 84665 86294 84286 85494 84695 82655 84389 84762  total = 22.650775 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22650.77/30452.71/27760.24/9542.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T05:10:44.467821" elapsed="0.000453"/>
</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-07-19T05:10:44.468428" elapsed="0.000387"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-19T05:10:44.469230" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-19T05:10:44.469324" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22650.77/30452.71/27760.24/9542.49 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-07-19T05:10:44.468982" elapsed="0.000366"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T05:10:44.469769" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22650.77/30452.71/27760.24/9542.49 | 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-07-19T05:10:44.469508" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.472391" 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-07-19T05:10:44.469981" elapsed="0.002471"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.474876" level="INFO">22650.77/30452.71/27760.24/9542.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-19T05:10:44.472605" elapsed="0.002328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T05:10:44.477372" 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-07-19T05:10:44.475088" elapsed="0.002312"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-19T05:10:44.480411" level="INFO">@{result_value_list} = [ 22650.77 | 30452.71 | 27760.24 | 9542.49 ]</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-07-19T05:10:44.477596" elapsed="0.002856"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.481012" level="INFO">Length is 4.</msg>
<msg time="2026-07-19T05:10:44.481104" 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-07-19T05:10:44.480666" elapsed="0.000462"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.486205" level="INFO">min :: 22650.77</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-07-19T05:10:44.481557" elapsed="0.004709"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-19T05:10:44.481419" elapsed="0.004885"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.491329" level="INFO">max :: 30452.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-07-19T05:10:44.486534" elapsed="0.004864"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-19T05:10:44.486397" elapsed="0.005043"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.497297" level="INFO">avg :: 27760.24</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-07-19T05:10:44.491731" elapsed="0.005635"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-19T05:10:44.491566" elapsed="0.005847"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.503669" level="INFO">stdev :: 9542.49</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-07-19T05:10:44.497780" elapsed="0.005969"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-19T05:10:44.497594" elapsed="0.006203"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-19T05:10:44.481218" elapsed="0.022624"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.509269" level="INFO">${min} = 22650.77</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-07-19T05:10:44.504065" elapsed="0.005240"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.514041" level="INFO">${max} = 30452.71</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-19T05:10:44.509515" elapsed="0.004555"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.518097" level="INFO">${average} = 27760.24</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-07-19T05:10:44.514247" elapsed="0.003878"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.522288" level="INFO">${stdev} = 9542.49</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-07-19T05:10:44.518306" elapsed="0.004023"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.522950" level="INFO">${date} = 2026-07-19 05:10:44</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-19T05:10:44.522528" elapsed="0.000449"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.523662" level="INFO">CBench Result: 2026-07-19 05:10:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22650.77,30452.71,27760.24,9542.49</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-07-19T05:10:44.523190" elapsed="0.000531"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-19T05:10:44.525118" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-19T05:10:44.524420" elapsed="0.000789"/>
</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-07-19T05:10:44.525363" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-19T05:10:44.523898" elapsed="0.002024"/>
</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-07-19T05:00:37.743560" elapsed="606.782479"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.526532" 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-07-19T05:10:44.526213" elapsed="0.000377"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-19T05:10:44.527885" 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-07-19T05:10:44.527373" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-19T05:10:44.528173" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-07-19T05:10:44.528000" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-07-19T05:10:44.527976" elapsed="0.000295"/>
</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-07-19T05:10:44.528421" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-19T05:10:44.528580" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-19T05:10:44.528743" 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-07-19T05:10:44.528905" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-19T05:10:44.529055" elapsed="0.000019"/>
</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-07-19T05:10:44.529216" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-19T05:10:44.529363" 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-07-19T05:10:44.529582" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-19T05:10:44.529446" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-07-19T05:10:44.529429" elapsed="0.000229"/>
</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-07-19T05:10:44.527006" elapsed="0.002702"/>
</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-07-19T05:00:37.741795" elapsed="606.787958"/>
</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-07-19T04:42:41.727478" elapsed="1682.803353"/>
</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>
