<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-07T16:02:02.025645" 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-04-07T16:02:02.611108" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:02:02.610957" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:02.610927" elapsed="0.000282"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:02:02.611355" elapsed="0.000546"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-07T16:02:02.612370" level="INFO">Logging into '10.30.170.226:8101' as 'karaf'.</msg>
<msg time="2026-04-07T16:02:03.294220" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-07T16:02:02.612073" elapsed="0.682327"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-07T16:02:03.343961" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-07T16:02:03.294680" elapsed="0.049351"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-07T16:02:03.345859" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-07T16:02:03.345988" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-07T16:02:03.344196" elapsed="0.001822"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-07T16:02:03.346175" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:02:03.346549" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:02:03.347227" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:02:03.346906" elapsed="0.000376"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-07T16:02:03.347335" elapsed="0.000050"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.226
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-07T16:02:02.610555" elapsed="0.736949"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-07T16:02:02.606921" elapsed="0.740645"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-07T16:02:03.348129" 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-04-07T16:02:03.347771" elapsed="0.000416"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-07T16:02:03.348611" 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-04-07T16:02:03.348345" elapsed="0.000329"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-07T16:02:03.349224" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-07T16:02:03.348833" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-07T16:02:03.349772" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-07T16:02:03.349422" elapsed="0.000394"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-07T16:02:03.350374" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-07T16:02:03.349996" elapsed="0.000405"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-07T16:02:03.350900" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-07T16:02:03.350563" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-07T16:02:03.351241" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:02:03.351028" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:02:03.355690" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:02:03.355271" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:02:03.356711" level="INFO">Length is 0.</msg>
<msg time="2026-04-07T16:02:03.356796" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:02:03.356267" elapsed="0.000554"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:02:03.356967" elapsed="0.000549"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-07T16:02:03.358546" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-04-07T16:02:04.102998" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr  7 16:02:03 UTC 2026

  System load:  0.01               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  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-682-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-07T16:02:03.358063" elapsed="0.745079"/>
</kw>
<msg time="2026-04-07T16:02:04.103231" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:02:03.357694" elapsed="0.745626"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-07T16:02:03.355923" elapsed="0.747528"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.109198" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-07T16:02:04.103684" elapsed="0.007054"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:02:04.110989" elapsed="0.000361"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-07T16:02:03.354749" elapsed="0.756688"/>
</kw>
<status status="PASS" start="2026-04-07T16:02:03.351367" elapsed="0.760123"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:03.351003" elapsed="0.760533"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-07T16:02:04.111782" elapsed="0.000647"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-07T16:02:04.118571" elapsed="0.000047"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:02:04.118400" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:04.118367" elapsed="0.000336"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-07T16:02:04.123434" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:02:04.123320" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:04.123299" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:02:04.123652" elapsed="0.000439"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.124502" level="INFO">Logging into '10.30.170.226:8101' as 'karaf'.</msg>
<msg time="2026-04-07T16:02:04.303547" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-07T16:02:04.124240" elapsed="0.179465"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.400463" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-07T16:02:04.303940" elapsed="0.096625"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.411551" 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-04-07T16:02:04.411758" 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-04-07T16:02:04.400787" elapsed="0.011004"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-07T16:02:04.411958" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:02:04.412349" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:02:04.413060" 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-04-07T16:02:04.412748" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-07T16:02:04.413177" elapsed="0.000047"/>
</return>
<msg time="2026-04-07T16:02:04.413386" 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.170.226
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-07T16:02:04.122957" elapsed="0.290462"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-07T16:02:04.413569" elapsed="0.000514"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-07T16:02:04.414136" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-07T16:02:04.117977" elapsed="0.296315"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-07T16:02:04.418067" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:02:04.417933" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:04.417909" elapsed="0.000231"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:02:04.418272" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.419154" level="INFO">Logging into '10.30.170.226:8101' as 'karaf'.</msg>
<msg time="2026-04-07T16:02:04.602868" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-07T16:02:04.418892" elapsed="0.184146"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.627853" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-07T16:02:04.603323" elapsed="0.024609"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.629855" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-07T16:02:04.629967" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-07T16:02:04.628117" elapsed="0.001880"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-07T16:02:04.630138" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:02:04.630491" elapsed="0.000237"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:02:04.631191" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:02:04.630872" elapsed="0.000370"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-07T16:02:04.631296" elapsed="0.000056"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.226
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-07T16:02:04.417554" elapsed="0.213917"/>
</kw>
<status status="PASS" start="2026-04-07T16:02:02.605023" elapsed="2.026519"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:02:04.633948" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:02:04.632757" elapsed="0.001271"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-07T16:02:04.635521" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-07T16:02:04.635167" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-07T16:02:04.635938" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:02:04.635691" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-07T16:02:04.639052" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:02:04.638796" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:04.638775" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.639474" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-07T16:02:04.639269" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:02:04.640223" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.226 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:02:04.639795" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.640922" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:02:04.640425" elapsed="0.000524"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:02:04.641911" level="INFO">Length is 0.</msg>
<msg time="2026-04-07T16:02:04.642003" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:02:04.641552" elapsed="0.000475"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:02:04.642171" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.643420" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-04-07T16:02:04.961978" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr  7 16:02:03 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr  7 16:02:04 2026 from 10.30.171.7
[?2004h[jenkins@releng-48317-682-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-07T16:02:04.643049" elapsed="0.319119"/>
</kw>
<msg time="2026-04-07T16:02:04.962256" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:02:04.642680" elapsed="0.319663"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-07T16:02:04.641152" elapsed="0.321315"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-07T16:02:04.963292" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.226 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-07T16:12:11.068464" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-07T16:12:11.069017" level="INFO">${stdout} = </msg>
<msg time="2026-04-07T16:12:11.069122" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226: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-04-07T16:02:04.962723" elapsed="606.106459"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:12:11.069651" elapsed="0.001075"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.071871" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.226. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
16:03:10.150 16  switches: flows:  109504 110643 109969 108488 109539 109748 111231 109745 101957 104709 105923 104910 104676 104902 105780 106022  total = 28.629100 per ms 
16:04:10.251 16  switches: flows:  141514 144819 143077 140411 141144 142599 141274 142264 131649 135850 132561 131111 132593 133157 135288 133270  total = 36.647982 per ms 
16:05:10.352 16  switches: flows:  150807 146540 150567 145741 148758 142727 144279 146826 137899 142230 138893 141284 137264 139913 143537 137333  total = 38.179545 per ms 
16:06:10.452 16  switches: flows:  148446 152689 147567 150643 146275 151069 145331 146264 145104 140239 145613 142863 142801 140913 142992 143897  total = 38.813562 per ms 
16:07:10.552 16  switches: flows:  150868 153598 148583 150423 150147 152913 148997 148067 145118 143601 142101 143040 144251 142031 146367 146598  total = 39.212891 per ms 
16:08:10.653 16  switches: flows:  153523 151691 147001 149295 148225 151418 150441 148080 139994 141520 141947 143702 143802 142934 142018 144928  total = 38.943623 per ms 
16:09:10.753 16  switches: flows:  153890 153898 149506 149623 149538 153080 152153 149456 143271 142522 145312 144304 148124 143528 142786 146318  total = 39.389384 per ms 
16:10:10.854 16  switches: flows:  155344 154893 149841 151033 151445 156144 155866 156336 150963 149996 147794 147820 147612 145506 143842 144123  total = 40.075331 per ms 
16:11:10.955 16  switches: flows:  152641 155155 150811 150395 149087 154499 150881 151121 149336 148413 146457 147218 146342 143481 143109 144812  total = 39.663038 per ms 
16:12:11.056 16  switches: flows:  155618 154626 156329 152319 153006 153344 151001 153190 145534 145133 146721 144653 145212 145510 144085 144845  total = 39.785652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36647.98/40075.33/38967.89/13026.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.071110" elapsed="0.001068"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-07T16:12:11.072779" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-07T16:12:11.072378" elapsed="0.000559"/>
</branch>
<status status="PASS" start="2026-04-07T16:12:11.072321" elapsed="0.000673"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-07T16:12:11.073214" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:12:11.073130" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-04-07T16:12:11.073094" elapsed="0.000262"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-07T16:12:11.073429" 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-04-07T16:12:11.077844" elapsed="0.000332"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:12:11.078324" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:12:11.078672" elapsed="0.000110"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-07T16:12:11.074153" elapsed="0.004683"/>
</kw>
<msg time="2026-04-07T16:12:11.078972" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226: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-04-07T16:02:04.636347" elapsed="606.442652"/>
</kw>
<status status="PASS" start="2026-04-07T16:02:04.636025" elapsed="606.443024"/>
</branch>
<status status="PASS" start="2026-04-07T16:02:04.635665" elapsed="606.443407"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.079502" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.226. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
16:03:10.150 16  switches: flows:  109504 110643 109969 108488 109539 109748 111231 109745 101957 104709 105923 104910 104676 104902 105780 106022  total = 28.629100 per ms 
16:04:10.251 16  switches: flows:  141514 144819 143077 140411 141144 142599 141274 142264 131649 135850 132561 131111 132593 133157 135288 133270  total = 36.647982 per ms 
16:05:10.352 16  switches: flows:  150807 146540 150567 145741 148758 142727 144279 146826 137899 142230 138893 141284 137264 139913 143537 137333  total = 38.179545 per ms 
16:06:10.452 16  switches: flows:  148446 152689 147567 150643 146275 151069 145331 146264 145104 140239 145613 142863 142801 140913 142992 143897  total = 38.813562 per ms 
16:07:10.552 16  switches: flows:  150868 153598 148583 150423 150147 152913 148997 148067 145118 143601 142101 143040 144251 142031 146367 146598  total = 39.212891 per ms 
16:08:10.653 16  switches: flows:  153523 151691 147001 149295 148225 151418 150441 148080 139994 141520 141947 143702 143802 142934 142018 144928  total = 38.943623 per ms 
16:09:10.753 16  switches: flows:  153890 153898 149506 149623 149538 153080 152153 149456 143271 142522 145312 144304 148124 143528 142786 146318  total = 39.389384 per ms 
16:10:10.854 16  switches: flows:  155344 154893 149841 151033 151445 156144 155866 156336 150963 149996 147794 147820 147612 145506 143842 144123  total = 40.075331 per ms 
16:11:10.955 16  switches: flows:  152641 155155 150811 150395 149087 154499 150881 151121 149336 148413 146457 147218 146342 143481 143109 144812  total = 39.663038 per ms 
16:12:11.056 16  switches: flows:  155618 154626 156329 152319 153006 153344 151001 153190 145534 145133 146721 144653 145212 145510 144085 144845  total = 39.785652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 36647.98/40075.33/38967.89/13026.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.079213" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-07T16:12:11.079741" elapsed="0.000374"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-07T16:12:11.080531" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-07T16:12:11.080649" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 36647.98/40075.33/38967.89/13026.21 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-07T16:12:11.080275" elapsed="0.000400"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:12:11.081105" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 36647.98/40075.33/38967.89/13026.21 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:12:11.080840" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.083504" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.081280" elapsed="0.002281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.085954" level="INFO">36647.98/40075.33/38967.89/13026.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.083723" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:12:11.088360" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:12:11.086161" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:12:11.090819" level="INFO">@{result_value_list} = [ 36647.98 | 40075.33 | 38967.89 | 13026.21 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:12:11.088605" elapsed="0.002242"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.091306" level="INFO">Length is 4.</msg>
<msg time="2026-04-07T16:12:11.091394" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:12:11.091001" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.097138" level="INFO">min :: 36647.98</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.091835" elapsed="0.005376"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-07T16:12:11.091704" elapsed="0.005543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.102475" level="INFO">max :: 40075.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.097507" elapsed="0.005036"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-07T16:12:11.097366" elapsed="0.005236"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.107700" level="INFO">avg :: 38967.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.102836" elapsed="0.004924"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-07T16:12:11.102697" elapsed="0.005098"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.112360" level="INFO">stdev :: 13026.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.108017" elapsed="0.004403"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-07T16:12:11.107887" elapsed="0.004589"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-07T16:12:11.091490" elapsed="0.021021"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.116385" level="INFO">${min} = 36647.98</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:12:11.112689" elapsed="0.003723"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.120463" level="INFO">${max} = 40075.33</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:12:11.116630" elapsed="0.003870"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.125809" level="INFO">${average} = 38967.89</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:12:11.120731" elapsed="0.005108"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.129792" level="INFO">${stdev} = 13026.21</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:12:11.125993" elapsed="0.003825"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.130331" level="INFO">${date} = 2026-04-07 16:12:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-07T16:12:11.129977" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.130928" level="INFO">CBench Result: 2026-04-07 16:12:11,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,36647.98,40075.33,38967.89,13026.21</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.130503" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-07T16:12:11.132065" 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-04-07T16:12:11.131640" elapsed="0.000491"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-07T16:12:11.132284" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-07T16:12:11.131135" elapsed="0.001721"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-07T16:02:04.634476" elapsed="606.498440"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.133380" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-07T16:12:11.133068" elapsed="0.000368"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-07T16:12:11.134078" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-04-07T16:12:11.133683" elapsed="0.000748"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-07T16:02:04.631749" elapsed="606.502719"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.136135" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.135752" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.137659" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-07T16:12:11.137303" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-07T16:12:11.138049" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:12:11.137825" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-07T16:12:11.141082" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:12:11.140833" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-04-07T16:12:11.140813" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:12:11.141507" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-07T16:12:11.141292" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.142222" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.226 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:12:11.141806" elapsed="0.000473"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:12:11.142835" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:12:11.142418" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:12:11.143759" level="INFO">Length is 0.</msg>
<msg time="2026-04-07T16:12:11.143846" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:12:11.143434" elapsed="0.000436"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:12:11.144010" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-07T16:12:11.145224" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-04-07T16:12:11.726232" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr  7 16:12:11 UTC 2026

  System load:  1.01               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr  7 16:02:04 2026 from 10.30.171.7
[?2004h[jenkins@releng-48317-682-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-07T16:12:11.144873" elapsed="0.581567"/>
</kw>
<msg time="2026-04-07T16:12:11.726535" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:12:11.144492" elapsed="0.582156"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-07T16:12:11.143062" elapsed="0.583706"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-07T16:12:11.727312" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.226 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-07T16:22:17.781638" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-07T16:22:17.782102" level="INFO">${stdout} = </msg>
<msg time="2026-04-07T16:22:17.782206" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-07T16:12:11.726999" elapsed="606.055263"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:22:17.782724" elapsed="0.000636"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.784473" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.226. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
16:13:16.847 16  switches: flows:  629132 629606 616839 634143 625935 636666 628789 635047 613165 616334 627583 619961 605651 616710 627615 618568  total = 166.362400 per ms 
16:14:16.948 16  switches: flows:  670614 666754 664691 670407 671694 671380 671692 669763 671325 669706 672553 666503 670480 676443 664601 670584  total = 178.352408 per ms 
16:15:17.050 16  switches: flows:  671613 665530 671722 684636 674654 669531 674490 671595 670488 664206 674333 677539 670896 672142 675296 674187  total = 179.078619 per ms 
16:16:17.154 16  switches: flows:  684329 684552 687846 686205 686526 683937 677842 685102 685120 687586 684847 695685 682525 679254 671552 687565  total = 182.194788 per ms 
16:17:17.257 16  switches: flows:  669357 677077 672177 681145 676522 681385 672041 681979 669833 669435 665964 679062 674684 673470 671433 669648  total = 179.447014 per ms 
16:18:17.360 16  switches: flows:  677616 675587 683054 694916 690844 677681 674945 675117 684921 670060 694964 694220 687082 675762 674908 683750  total = 181.613874 per ms 
16:19:17.462 16  switches: flows:  676145 679409 674770 687131 671562 674792 674675 676584 672362 672545 667883 680471 679308 675943 674621 679937  total = 179.998166 per ms 
16:20:17.563 16  switches: flows:  673746 671507 673983 685569 672147 675581 673997 675957 670047 677228 677712 678348 676308 676379 671356 673261  total = 179.749722 per ms 
16:21:17.665 16  switches: flows:  677748 681080 675116 689402 673368 678203 671199 679459 676850 673891 684106 684408 678616 677197 665433 683716  total = 180.525140 per ms 
16:22:17.767 16  switches: flows:  675823 683584 682616 684838 681516 683010 675303 693446 683309 672085 680927 688123 675539 684647 681099 685828  total = 181.555623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 178352.41/182194.79/180279.48/60105.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.783763" elapsed="0.001037"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-07T16:22:17.785298" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-07T16:22:17.784993" elapsed="0.000454"/>
</branch>
<status status="PASS" start="2026-04-07T16:22:17.784940" elapsed="0.000563"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-07T16:22:17.785749" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:22:17.785666" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-04-07T16:22:17.785629" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-07T16:22:17.785957" 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-04-07T16:22:17.791439" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:22:17.792137" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:22:17.792544" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-07T16:22:17.786669" elapsed="0.006116"/>
</kw>
<msg time="2026-04-07T16:22:17.792961" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-07T16:12:11.138446" elapsed="606.654552"/>
</kw>
<status status="PASS" start="2026-04-07T16:12:11.138134" elapsed="606.654933"/>
</branch>
<status status="PASS" start="2026-04-07T16:12:11.137803" elapsed="606.655296"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.793746" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.226. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
16:13:16.847 16  switches: flows:  629132 629606 616839 634143 625935 636666 628789 635047 613165 616334 627583 619961 605651 616710 627615 618568  total = 166.362400 per ms 
16:14:16.948 16  switches: flows:  670614 666754 664691 670407 671694 671380 671692 669763 671325 669706 672553 666503 670480 676443 664601 670584  total = 178.352408 per ms 
16:15:17.050 16  switches: flows:  671613 665530 671722 684636 674654 669531 674490 671595 670488 664206 674333 677539 670896 672142 675296 674187  total = 179.078619 per ms 
16:16:17.154 16  switches: flows:  684329 684552 687846 686205 686526 683937 677842 685102 685120 687586 684847 695685 682525 679254 671552 687565  total = 182.194788 per ms 
16:17:17.257 16  switches: flows:  669357 677077 672177 681145 676522 681385 672041 681979 669833 669435 665964 679062 674684 673470 671433 669648  total = 179.447014 per ms 
16:18:17.360 16  switches: flows:  677616 675587 683054 694916 690844 677681 674945 675117 684921 670060 694964 694220 687082 675762 674908 683750  total = 181.613874 per ms 
16:19:17.462 16  switches: flows:  676145 679409 674770 687131 671562 674792 674675 676584 672362 672545 667883 680471 679308 675943 674621 679937  total = 179.998166 per ms 
16:20:17.563 16  switches: flows:  673746 671507 673983 685569 672147 675581 673997 675957 670047 677228 677712 678348 676308 676379 671356 673261  total = 179.749722 per ms 
16:21:17.665 16  switches: flows:  677748 681080 675116 689402 673368 678203 671199 679459 676850 673891 684106 684408 678616 677197 665433 683716  total = 180.525140 per ms 
16:22:17.767 16  switches: flows:  675823 683584 682616 684838 681516 683010 675303 693446 683309 672085 680927 688123 675539 684647 681099 685828  total = 181.555623 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 178352.41/182194.79/180279.48/60105.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.793297" elapsed="0.000583"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-07T16:22:17.794126" elapsed="0.000644"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-07T16:22:17.795349" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-07T16:22:17.795477" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 178352.41/182194.79/180279.48/60105.50 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-07T16:22:17.795022" elapsed="0.000489"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:22:17.796102" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 178352.41/182194.79/180279.48/60105.50 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:22:17.795748" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.799522" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.796345" elapsed="0.003248"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.802055" level="INFO">178352.41/182194.79/180279.48/60105.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.799754" elapsed="0.002358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:22:17.804504" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:22:17.802268" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:22:17.806970" level="INFO">@{result_value_list} = [ 178352.41 | 182194.79 | 180279.48 | 60105.50 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:22:17.804741" elapsed="0.002256"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.807454" level="INFO">Length is 4.</msg>
<msg time="2026-04-07T16:22:17.807541" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:22:17.807151" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.812258" level="INFO">min :: 178352.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.807960" elapsed="0.004359"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-07T16:22:17.807832" elapsed="0.004522"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.817051" level="INFO">max :: 182194.79</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.812568" elapsed="0.004539"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-07T16:22:17.812442" elapsed="0.004701"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.821718" level="INFO">avg :: 180279.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.817359" elapsed="0.004415"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-07T16:22:17.817230" elapsed="0.004579"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.826393" level="INFO">stdev :: 60105.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.822026" elapsed="0.004423"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-07T16:22:17.821897" elapsed="0.004587"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-07T16:22:17.807645" elapsed="0.018992"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.830828" level="INFO">${min} = 178352.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:22:17.826804" elapsed="0.004050"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.834768" level="INFO">${max} = 182194.79</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:22:17.831018" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.838662" level="INFO">${average} = 180279.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:22:17.834947" elapsed="0.003741"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.842552" level="INFO">${stdev} = 60105.50</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:22:17.838838" elapsed="0.003765"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.843109" level="INFO">${date} = 2026-04-07 16:22:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-07T16:22:17.842762" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.843702" level="INFO">CBench Result: 2026-04-07 16:22:17,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,178352.41,182194.79,180279.48,60105.50</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.843281" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-07T16:22:17.844777" 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>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-07T16:22:17.844363" elapsed="0.000480"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-07T16:22:17.844997" elapsed="0.000460"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-07T16:22:17.843896" elapsed="0.001626"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-07T16:12:11.136661" elapsed="606.708937"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.846061" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-07T16:22:17.845749" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-07T16:22:17.846664" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-04-07T16:22:17.846328" elapsed="0.000678"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-07T16:12:11.135092" elapsed="606.711951"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.848414" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.848032" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.849819" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-07T16:22:17.849470" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-07T16:22:17.850193" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:22:17.849971" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-07T16:22:17.853465" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:22:17.853214" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-07T16:22:17.853194" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:22:17.853884" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-07T16:22:17.853695" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.854615" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.226 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:22:17.854160" elapsed="0.000516"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-07T16:22:17.855219" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:22:17.854826" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:22:17.856297" level="INFO">Length is 0.</msg>
<msg time="2026-04-07T16:22:17.856390" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:22:17.855840" elapsed="0.000574"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:22:17.856557" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-07T16:22:17.857779" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-04-07T16:22:18.437687" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Apr  7 16:22:18 UTC 2026

  System load:  0.49               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Apr  7 16:12:11 2026 from 10.30.171.7
[?2004h[jenkins@releng-48317-682-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-07T16:22:17.857389" elapsed="0.580491"/>
</kw>
<msg time="2026-04-07T16:22:18.437971" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:22:17.857048" elapsed="0.581008"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-07T16:22:17.855446" elapsed="0.582727"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-07T16:22:18.438759" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.226 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-07T16:32:24.462884" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-07T16:32:24.463434" level="INFO">${stdout} = </msg>
<msg time="2026-04-07T16:32:24.463545" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226: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-04-07T16:22:18.438409" elapsed="606.025236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:32:24.464082" elapsed="0.000702"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.466010" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.226. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
16:23:23.543 16  switches: flows:  143913 147602 145707 145267 142588 141865 147449 144371 144238 141040 140099 140470 143148 143132 139359 142824  total = 38.217867 per ms 
16:24:23.643 16  switches: flows:  143876 148796 144642 145733 140512 141965 145380 145636 146324 140538 138051 138983 142984 144968 137077 138880  total = 38.008976 per ms 
16:25:23.744 16  switches: flows:  147389 151755 151022 151186 146766 147194 152021 151280 152201 143631 143536 145387 150227 149464 141986 142498  total = 39.393204 per ms 
16:26:23.844 16  switches: flows:  145704 152067 152854 146979 145174 147098 149540 147527 147990 143968 145133 139818 146736 148111 140686 140485  total = 38.932829 per ms 
16:27:23.944 16  switches: flows:  139049 142302 145289 141523 138598 140911 141883 143986 141337 136144 136950 133759 140748 142226 133225 137191  total = 37.189932 per ms 
16:28:24.044 16  switches: flows:  139191 143438 142780 143477 141250 139940 145991 143691 142145 136112 134153 136587 142298 142434 136552 136155  total = 37.374170 per ms 
16:29:24.146 16  switches: flows:  147970 150197 151096 149437 145248 144943 149229 147460 150058 144563 142505 142106 147697 147351 140149 140492  total = 38.942496 per ms 
16:30:24.246 16  switches: flows:  142284 145607 144482 145221 139904 140302 147365 145162 145045 140242 137198 139251 143444 142791 139538 136893  total = 37.848963 per ms 
16:31:24.346 16  switches: flows:  146758 150959 149858 145815 147755 145623 148856 149695 149920 142943 141258 140848 149228 146597 140826 141951  total = 38.916545 per ms 
16:32:24.447 16  switches: flows:  147145 149748 150004 149747 145841 146275 149386 150813 149124 142200 142613 142760 146740 147936 141240 142185  total = 38.997408 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37189.93/39393.20/38400.50/12822.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.465218" elapsed="0.001019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-07T16:32:24.466633" elapsed="0.000055"/>
</return>
<status status="PASS" start="2026-04-07T16:32:24.466369" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-04-07T16:32:24.466329" elapsed="0.000455"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-07T16:32:24.466929" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-07T16:32:24.466874" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-04-07T16:32:24.466850" elapsed="0.000173"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-07T16:32:24.467069" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-07T16:32:24.470993" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-07T16:32:24.471745" elapsed="0.000237"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-07T16:32:24.472210" elapsed="0.000166"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-07T16:32:24.467561" elapsed="0.004897"/>
</kw>
<msg time="2026-04-07T16:32:24.472686" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226: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-04-07T16:22:17.850615" elapsed="606.622113"/>
</kw>
<status status="PASS" start="2026-04-07T16:22:17.850278" elapsed="606.622530"/>
</branch>
<status status="PASS" start="2026-04-07T16:22:17.849950" elapsed="606.622893"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.473518" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.226:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.226. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
16:23:23.543 16  switches: flows:  143913 147602 145707 145267 142588 141865 147449 144371 144238 141040 140099 140470 143148 143132 139359 142824  total = 38.217867 per ms 
16:24:23.643 16  switches: flows:  143876 148796 144642 145733 140512 141965 145380 145636 146324 140538 138051 138983 142984 144968 137077 138880  total = 38.008976 per ms 
16:25:23.744 16  switches: flows:  147389 151755 151022 151186 146766 147194 152021 151280 152201 143631 143536 145387 150227 149464 141986 142498  total = 39.393204 per ms 
16:26:23.844 16  switches: flows:  145704 152067 152854 146979 145174 147098 149540 147527 147990 143968 145133 139818 146736 148111 140686 140485  total = 38.932829 per ms 
16:27:23.944 16  switches: flows:  139049 142302 145289 141523 138598 140911 141883 143986 141337 136144 136950 133759 140748 142226 133225 137191  total = 37.189932 per ms 
16:28:24.044 16  switches: flows:  139191 143438 142780 143477 141250 139940 145991 143691 142145 136112 134153 136587 142298 142434 136552 136155  total = 37.374170 per ms 
16:29:24.146 16  switches: flows:  147970 150197 151096 149437 145248 144943 149229 147460 150058 144563 142505 142106 147697 147351 140149 140492  total = 38.942496 per ms 
16:30:24.246 16  switches: flows:  142284 145607 144482 145221 139904 140302 147365 145162 145045 140242 137198 139251 143444 142791 139538 136893  total = 37.848963 per ms 
16:31:24.346 16  switches: flows:  146758 150959 149858 145815 147755 145623 148856 149695 149920 142943 141258 140848 149228 146597 140826 141951  total = 38.916545 per ms 
16:32:24.447 16  switches: flows:  147145 149748 150004 149747 145841 146275 149386 150813 149124 142200 142613 142760 146740 147936 141240 142185  total = 38.997408 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 37189.93/39393.20/38400.50/12822.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.473088" elapsed="0.000573"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-07T16:32:24.473886" elapsed="0.000555"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-07T16:32:24.474927" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-07T16:32:24.475020" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 37189.93/39393.20/38400.50/12822.55 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-07T16:32:24.474686" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:32:24.475458" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 37189.93/39393.20/38400.50/12822.55 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:32:24.475202" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.477914" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.475656" elapsed="0.002315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.480494" level="INFO">37189.93/39393.20/38400.50/12822.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.478116" elapsed="0.002434"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:32:24.482959" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:32:24.480718" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-07T16:32:24.485424" level="INFO">@{result_value_list} = [ 37189.93 | 39393.20 | 38400.50 | 12822.55 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-07T16:32:24.483172" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.485925" level="INFO">Length is 4.</msg>
<msg time="2026-04-07T16:32:24.486013" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-07T16:32:24.485621" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.490734" level="INFO">min :: 37189.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.486413" elapsed="0.004377"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-07T16:32:24.486284" elapsed="0.004541"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.495337" level="INFO">max :: 39393.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.491036" elapsed="0.004357"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-07T16:32:24.490910" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.499975" level="INFO">avg :: 38400.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.495652" elapsed="0.004380"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-07T16:32:24.495510" elapsed="0.004556"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.504606" level="INFO">stdev :: 12822.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.500280" elapsed="0.004383"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-07T16:32:24.500148" elapsed="0.004549"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-07T16:32:24.486101" elapsed="0.018625"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.508705" level="INFO">${min} = 37189.93</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:32:24.504884" elapsed="0.003849"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.512654" level="INFO">${max} = 39393.20</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:32:24.508888" elapsed="0.003813"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.516702" level="INFO">${average} = 38400.50</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:32:24.512857" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.520804" level="INFO">${stdev} = 12822.55</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-07T16:32:24.516881" elapsed="0.003950"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.521371" level="INFO">${date} = 2026-04-07 16:32:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-07T16:32:24.520993" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.521976" level="INFO">CBench Result: 2026-04-07 16:32:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,37189.93,39393.20,38400.50,12822.55</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-07T16:32:24.521549" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-07T16:32:24.523097" 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-04-07T16:32:24.522651" elapsed="0.000513"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-07T16:32:24.523315" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-07T16:32:24.522168" elapsed="0.001688"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-07T16:22:17.848913" elapsed="606.675004"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.524372" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-07T16:32:24.524063" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-07T16:32:24.525690" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-07T16:32:24.525161" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-07T16:32:24.525941" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-04-07T16:32:24.525794" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-04-07T16:32:24.525774" elapsed="0.000255"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-07T16:32:24.526191" 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-04-07T16:32:24.526350" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-07T16:32:24.526516" 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-04-07T16:32:24.526750" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-07T16:32:24.526904" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-07T16:32:24.527053" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-07T16:32:24.527203" 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-04-07T16:32:24.527425" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-07T16:32:24.527287" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-04-07T16:32:24.527270" elapsed="0.000231"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-07T16:32:24.524826" elapsed="0.002726"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-07T16:22:17.847521" elapsed="606.680092"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-07T16:02:02.027369" elapsed="1822.500756"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
