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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T02:53:17.509448" elapsed="0.686379"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T02:53:18.243728" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T02:53:18.196176" elapsed="0.047628"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T02:53:18.245600" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T02:53:18.245753" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T02:53:18.244021" elapsed="0.001767"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T02:53:18.245965" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:53:18.246355" elapsed="0.000235"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:53:18.247133" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:53:18.246771" elapsed="0.000419"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T02:53:18.247247" elapsed="0.000064"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.237
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T02:53:17.508000" elapsed="0.739445"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-31T02:53:17.504110" elapsed="0.743403"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T02:53:18.248171" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T02:53:18.247733" elapsed="0.000507"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T02:53:18.248648" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T02:53:18.248398" elapsed="0.000307"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T02:53:18.249296" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T02:53:18.248884" elapsed="0.000440"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T02:53:18.249861" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T02:53:18.249496" elapsed="0.000409"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T02:53:18.250452" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T02:53:18.250076" elapsed="0.000403"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T02:53:18.250981" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T02:53:18.250639" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-31T02:53:18.251349" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-31T02:53:18.251116" elapsed="0.000291"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T02:53:18.256062" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T02:53:18.255548" elapsed="0.000545"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T02:53:18.257471" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T02:53:18.257570" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T02:53:18.256974" elapsed="0.000622"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T02:53:18.257779" elapsed="0.000388"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T02:53:18.259283" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-31T02:53:18.997428" 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 Fri Jul 31 02:53:18 UTC 2026

  System load:  0.01               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.138
  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-50965-2-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T02:53:18.258741" elapsed="0.738885"/>
</kw>
<msg time="2026-07-31T02:53:18.997744" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T02:53:18.258336" elapsed="0.739517"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T02:53:18.256325" elapsed="0.741671"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.005854" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-31T02:53:18.998236" elapsed="0.009064"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:53:19.007578" elapsed="0.000424"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-31T02:53:18.254967" elapsed="0.753124"/>
</kw>
<status status="PASS" start="2026-07-31T02:53:18.251497" elapsed="0.756653"/>
</branch>
<status status="PASS" start="2026-07-31T02:53:18.251086" elapsed="0.757110"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T02:53:19.008454" elapsed="0.000723"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T02:53:19.018396" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-31T02:53:19.018270" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-07-31T02:53:19.018244" elapsed="0.000234"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T02:53:19.022076" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-31T02:53:19.021964" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-07-31T02:53:19.021944" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T02:53:19.022284" elapsed="0.000472"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.023172" level="INFO">Logging into '10.30.171.237:8101' as 'karaf'.</msg>
<msg time="2026-07-31T02:53:19.190914" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T02:53:19.022907" elapsed="0.168165"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.287270" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T02:53:19.191335" elapsed="0.096071"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.294779" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T02:53:19.295003" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T02:53:19.287641" elapsed="0.007394"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T02:53:19.295189" elapsed="0.000221"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:53:19.295574" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:53:19.296456" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:53:19.296145" elapsed="0.000368"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T02:53:19.296603" elapsed="0.000051"/>
</return>
<msg time="2026-07-31T02:53:19.296839" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.237
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T02:53:19.021594" elapsed="0.275279"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T02:53:19.297035" elapsed="0.000548"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T02:53:19.297636" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-31T02:53:19.017949" elapsed="0.279935"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-31T02:53:19.301627" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-31T02:53:19.301491" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-07-31T02:53:19.301467" elapsed="0.000236"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T02:53:19.301876" elapsed="0.000467"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.302779" level="INFO">Logging into '10.30.171.237:8101' as 'karaf'.</msg>
<msg time="2026-07-31T02:53:19.543605" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-31T02:53:19.302493" elapsed="0.241271"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.566511" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-31T02:53:19.544007" elapsed="0.022566"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.568288" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-31T02:53:19.568391" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-31T02:53:19.566739" elapsed="0.001681"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-31T02:53:19.568558" elapsed="0.000200"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T02:53:19.568905" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:53:19.569543" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:53:19.569236" elapsed="0.000356"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-31T02:53:19.569645" elapsed="0.000051"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.237
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-31T02:53:19.301144" elapsed="0.268694"/>
</kw>
<status status="PASS" start="2026-07-31T02:53:17.502032" elapsed="2.067868"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:53:19.572315" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:53:19.571014" elapsed="0.001370"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T02:53:19.573850" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T02:53:19.573478" elapsed="0.000416"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T02:53:19.574210" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T02:53:19.573973" elapsed="0.000295"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T02:53:19.577190" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T02:53:19.576941" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-07-31T02:53:19.576921" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.577599" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T02:53:19.577403" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T02:53:19.578320" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.138" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T02:53:19.577901" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.579000" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T02:53:19.578519" elapsed="0.000508"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T02:53:19.579957" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T02:53:19.580047" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T02:53:19.579612" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T02:53:19.580212" elapsed="0.000326"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.581434" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-31T02:53:19.906247" 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 Fri Jul 31 02:53:18 UTC 2026

  System load:  0.01               Processes:             108
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.138
  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: Fri Jul 31 02:53:18 2026 from 10.30.170.88
[?2004h[jenkins@releng-50965-2-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T02:53:19.581084" elapsed="0.325340"/>
</kw>
<msg time="2026-07-31T02:53:19.906507" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T02:53:19.580690" elapsed="0.325901"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T02:53:19.579234" elapsed="0.327473"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T02:53:19.907221" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T03:03:26.038021" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T03:03:26.038630" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T03:03:26.038768" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T02:53:19.906939" elapsed="606.131892"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:03:26.039297" elapsed="0.000885"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.041344" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:25.132 16  switches: flows:  105411 108113 108689 103881 105996 107148 104499 104480 102286 102253 103528 102009 104632 102726 104402 101251  total = 27.855067 per ms 
02:55:25.233 16  switches: flows:  112925 115497 113385 111532 110401 114835 109764 110887 110051 107936 108376 108298 109070 108016 110567 107802  total = 29.439894 per ms 
02:56:25.333 16  switches: flows:  114776 119116 116806 113208 115872 117135 114627 112956 112672 110810 111886 110902 113959 109573 112837 109865  total = 30.232839 per ms 
02:57:25.433 16  switches: flows:  116058 122133 117652 116055 116404 117546 115728 116220 113559 113257 112159 113370 114670 110281 114881 112514  total = 30.656952 per ms 
02:58:25.534 16  switches: flows:  117688 120411 118035 115605 115917 117335 115287 114539 115025 112127 112850 113278 114770 111471 114331 111733  total = 30.622215 per ms 
02:59:25.634 16  switches: flows:  113904 115357 113091 111353 113824 111535 111315 110460 109569 107578 108851 106402 108518 107427 108903 107771  total = 29.381909 per ms 
03:00:25.734 16  switches: flows:  114631 113375 112904 115192 114482 112460 112536 113564 109213 108868 111099 106545 108295 108961 109725 108657  total = 29.625600 per ms 
03:01:25.835 16  switches: flows:  112687 113734 111162 110920 111829 111295 111147 110469 107927 107503 108682 105440 108087 108505 108280 106966  total = 29.195167 per ms 
03:02:25.935 16  switches: flows:  119374 121093 119324 117390 115899 117088 117489 115491 113902 115534 113475 114212 115223 114816 117002 113925  total = 30.968898 per ms 
03:03:26.035 16  switches: flows:  116294 118074 114767 114272 113694 113006 112562 113294 110319 109758 110223 110942 112524 110919 112356 109517  total = 29.991926 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29195.17/30968.90/30012.82/10022.55 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.040549" elapsed="0.001124"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T03:03:26.042239" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-31T03:03:26.041921" elapsed="0.000478"/>
</branch>
<status status="PASS" start="2026-07-31T03:03:26.041862" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T03:03:26.042673" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:03:26.042589" elapsed="0.000206"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:03:26.042554" elapsed="0.000294"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T03:03:26.042923" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:03:26.048193" 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-07-31T03:03:26.048672" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:03:26.048998" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T03:03:26.043648" elapsed="0.005500"/>
</kw>
<msg time="2026-07-31T03:03:26.049277" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T02:53:19.574611" elapsed="606.474692"/>
</kw>
<status status="PASS" start="2026-07-31T02:53:19.574296" elapsed="606.475057"/>
</branch>
<status status="PASS" start="2026-07-31T02:53:19.573951" elapsed="606.475427"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.049879" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:54:25.132 16  switches: flows:  105411 108113 108689 103881 105996 107148 104499 104480 102286 102253 103528 102009 104632 102726 104402 101251  total = 27.855067 per ms 
02:55:25.233 16  switches: flows:  112925 115497 113385 111532 110401 114835 109764 110887 110051 107936 108376 108298 109070 108016 110567 107802  total = 29.439894 per ms 
02:56:25.333 16  switches: flows:  114776 119116 116806 113208 115872 117135 114627 112956 112672 110810 111886 110902 113959 109573 112837 109865  total = 30.232839 per ms 
02:57:25.433 16  switches: flows:  116058 122133 117652 116055 116404 117546 115728 116220 113559 113257 112159 113370 114670 110281 114881 112514  total = 30.656952 per ms 
02:58:25.534 16  switches: flows:  117688 120411 118035 115605 115917 117335 115287 114539 115025 112127 112850 113278 114770 111471 114331 111733  total = 30.622215 per ms 
02:59:25.634 16  switches: flows:  113904 115357 113091 111353 113824 111535 111315 110460 109569 107578 108851 106402 108518 107427 108903 107771  total = 29.381909 per ms 
03:00:25.734 16  switches: flows:  114631 113375 112904 115192 114482 112460 112536 113564 109213 108868 111099 106545 108295 108961 109725 108657  total = 29.625600 per ms 
03:01:25.835 16  switches: flows:  112687 113734 111162 110920 111829 111295 111147 110469 107927 107503 108682 105440 108087 108505 108280 106966  total = 29.195167 per ms 
03:02:25.935 16  switches: flows:  119374 121093 119324 117390 115899 117088 117489 115491 113902 115534 113475 114212 115223 114816 117002 113925  total = 30.968898 per ms 
03:03:26.035 16  switches: flows:  116294 118074 114767 114272 113694 113006 112562 113294 110319 109758 110223 110942 112524 110919 112356 109517  total = 29.991926 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29195.17/30968.90/30012.82/10022.55 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.049566" elapsed="0.000387"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:03:26.050101" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T03:03:26.050880" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T03:03:26.050972" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29195.17/30968.90/30012.82/10022.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-07-31T03:03:26.050637" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:03:26.051402" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29195.17/30968.90/30012.82/10022.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-07-31T03:03:26.051150" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.053844" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.051590" elapsed="0.002316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.056264" level="INFO">29195.17/30968.90/30012.82/10022.55</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.054052" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:03:26.058651" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:03:26.056469" elapsed="0.002210"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:03:26.061102" level="INFO">@{result_value_list} = [ 29195.17 | 30968.90 | 30012.82 | 10022.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-07-31T03:03:26.058894" elapsed="0.002236"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.061598" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T03:03:26.061687" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:03:26.061282" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.066441" level="INFO">min :: 29195.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.062152" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T03:03:26.062020" elapsed="0.004511"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.071025" level="INFO">max :: 30968.90</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.066766" elapsed="0.004314"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T03:03:26.066623" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.075611" level="INFO">avg :: 30012.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.071331" elapsed="0.004357"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T03:03:26.071203" elapsed="0.004532"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.080229" level="INFO">stdev :: 10022.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-07-31T03:03:26.075956" elapsed="0.004329"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T03:03:26.075828" elapsed="0.004492"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T03:03:26.061800" elapsed="0.018553"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.084496" level="INFO">${min} = 29195.17</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:03:26.080509" elapsed="0.004014"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.088619" level="INFO">${max} = 30968.90</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:03:26.084678" elapsed="0.003968"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.092551" level="INFO">${average} = 30012.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:03:26.088830" elapsed="0.003748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.096461" level="INFO">${stdev} = 10022.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-07-31T03:03:26.092745" elapsed="0.003742"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.097034" level="INFO">${date} = 2026-07-31 03:03:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T03:03:26.096645" elapsed="0.000414"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.097610" level="INFO">CBench Result: 2026-07-31 03:03:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29195.17,30968.90,30012.82,10022.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-07-31T03:03:26.097207" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:03:26.098798" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:03:26.098322" elapsed="0.000550"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:03:26.099031" elapsed="0.000485"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T03:03:26.097832" elapsed="0.001749"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-31T02:53:19.572848" elapsed="606.526797"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.100154" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T03:03:26.099832" elapsed="0.000379"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-31T03:03:26.100762" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-07-31T03:03:26.100442" elapsed="0.000660"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T02:53:19.570047" elapsed="606.531093"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.102877" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.102473" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.104578" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:03:26.104133" elapsed="0.000492"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T03:03:26.105136" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:03:26.104898" elapsed="0.000298"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T03:03:26.108111" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:03:26.107861" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-07-31T03:03:26.107832" elapsed="0.000357"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:03:26.108550" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T03:03:26.108326" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.109266" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.237 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.138" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:03:26.108850" elapsed="0.000474"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:03:26.109882" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:03:26.109464" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:03:26.110806" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T03:03:26.110896" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:03:26.110479" elapsed="0.000441"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:03:26.111061" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T03:03:26.112268" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-31T03:03:26.682564" 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 Fri Jul 31 03:03:26 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.138
  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: Fri Jul 31 02:53:19 2026 from 10.30.170.88
[?2004h[jenkins@releng-50965-2-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T03:03:26.111917" elapsed="0.570914"/>
</kw>
<msg time="2026-07-31T03:03:26.682932" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:03:26.111529" elapsed="0.571507"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T03:03:26.110109" elapsed="0.573060"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T03:03:26.683769" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.237 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T03:13:33.722240" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T03:13:33.722941" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T03:13:33.723063" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T03:03:26.683419" elapsed="607.039706"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:13:33.724369" elapsed="0.001071"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.726739" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:31.808 16  switches: flows:  562218 550283 547933 568531 566611 568844 560789 560063 541660 538955 544089 537638 548527 541849 544087 548606  total = 147.178050 per ms 
03:05:31.909 16  switches: flows:  562143 564450 563464 570206 568768 567700 558083 561941 567290 547923 567453 573354 562418 565521 558265 575320  total = 150.318691 per ms 
03:06:32.011 16  switches: flows:  614176 614395 602877 615127 615746 617997 611723 606443 619901 607866 612934 613787 607412 619317 620206 616075  total = 163.321843 per ms 
03:07:32.112 16  switches: flows:  619057 621790 608894 619405 612617 619578 613484 620525 612867 612392 616085 613007 619999 621914 612352 616387  total = 164.063014 per ms 
03:08:32.214 16  switches: flows:  608951 611468 626601 615466 626073 614309 622210 619333 620491 619538 613325 620137 547451 623681 617953 611056  total = 163.358679 per ms 
03:09:32.316 16  switches: flows:  555643 567553 559937 533229 566856 561571 571225 565562 583306 567634 571522 574086 572456 580115 578428 584131  total = 151.298914 per ms 
03:10:32.417 16  switches: flows:  546357 557378 545813 556972 567574 563673 552459 560823 570505 546927 576260 558612 552928 564231 570491 541543  total = 148.626750 per ms 
03:11:32.518 16  switches: flows:  540944 426955 543032 554948 550746 554764 553105 546351 562861 553181 447219 538216 545496 546866 547603 548627  total = 142.443023 per ms 
03:12:33.603 16  switches: flows:  625154 612180 624846 615838 615921 630450 618061 609763 616500 620374 620203 616226 616828 610758 613284 623357  total = 161.903916 per ms 
03:13:33.707 16  switches: flows:  579027 600934 590631 588288 582917 595812 594813 597607 592909 592246 577148 597418 595085 567593 589043 586545  total = 156.863533 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142443.02/164063.01/155799.82/52466.00 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.725869" elapsed="0.001211"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T03:13:33.727688" elapsed="0.000119"/>
</return>
<status status="PASS" start="2026-07-31T03:13:33.727306" elapsed="0.000593"/>
</branch>
<status status="PASS" start="2026-07-31T03:13:33.727241" elapsed="0.000717"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T03:13:33.728182" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:13:33.728095" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:13:33.728057" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T03:13:33.728400" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:13:33.734448" elapsed="0.000819"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:13:33.735601" elapsed="0.000452"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:13:33.736350" elapsed="0.000230"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T03:13:33.729202" elapsed="0.007497"/>
</kw>
<msg time="2026-07-31T03:13:33.737001" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T03:03:26.105540" elapsed="607.631489"/>
</kw>
<status status="PASS" start="2026-07-31T03:03:26.105223" elapsed="607.631854"/>
</branch>
<status status="PASS" start="2026-07-31T03:03:26.104748" elapsed="607.632352"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.737539" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:31.808 16  switches: flows:  562218 550283 547933 568531 566611 568844 560789 560063 541660 538955 544089 537638 548527 541849 544087 548606  total = 147.178050 per ms 
03:05:31.909 16  switches: flows:  562143 564450 563464 570206 568768 567700 558083 561941 567290 547923 567453 573354 562418 565521 558265 575320  total = 150.318691 per ms 
03:06:32.011 16  switches: flows:  614176 614395 602877 615127 615746 617997 611723 606443 619901 607866 612934 613787 607412 619317 620206 616075  total = 163.321843 per ms 
03:07:32.112 16  switches: flows:  619057 621790 608894 619405 612617 619578 613484 620525 612867 612392 616085 613007 619999 621914 612352 616387  total = 164.063014 per ms 
03:08:32.214 16  switches: flows:  608951 611468 626601 615466 626073 614309 622210 619333 620491 619538 613325 620137 547451 623681 617953 611056  total = 163.358679 per ms 
03:09:32.316 16  switches: flows:  555643 567553 559937 533229 566856 561571 571225 565562 583306 567634 571522 574086 572456 580115 578428 584131  total = 151.298914 per ms 
03:10:32.417 16  switches: flows:  546357 557378 545813 556972 567574 563673 552459 560823 570505 546927 576260 558612 552928 564231 570491 541543  total = 148.626750 per ms 
03:11:32.518 16  switches: flows:  540944 426955 543032 554948 550746 554764 553105 546351 562861 553181 447219 538216 545496 546866 547603 548627  total = 142.443023 per ms 
03:12:33.603 16  switches: flows:  625154 612180 624846 615838 615921 630450 618061 609763 616500 620374 620203 616226 616828 610758 613284 623357  total = 161.903916 per ms 
03:13:33.707 16  switches: flows:  579027 600934 590631 588288 582917 595812 594813 597607 592909 592246 577148 597418 595085 567593 589043 586545  total = 156.863533 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 142443.02/164063.01/155799.82/52466.00 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.737246" elapsed="0.000367"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:13:33.737779" elapsed="0.000400"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T03:13:33.738570" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T03:13:33.738662" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 142443.02/164063.01/155799.82/52466.00 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T03:13:33.738344" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:13:33.739125" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 142443.02/164063.01/155799.82/52466.00 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:13:33.738859" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.741551" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.739300" elapsed="0.002310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.744136" level="INFO">142443.02/164063.01/155799.82/52466.00</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.741772" elapsed="0.002422"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:13:33.746608" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:13:33.744345" elapsed="0.002291"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:13:33.749112" level="INFO">@{result_value_list} = [ 142443.02 | 164063.01 | 155799.82 | 52466.00 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:13:33.746855" elapsed="0.002285"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.749617" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T03:13:33.749721" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:13:33.749296" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.754721" level="INFO">min :: 142443.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.750181" elapsed="0.004603"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T03:13:33.750050" elapsed="0.004770"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.759337" level="INFO">max :: 164063.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.755047" elapsed="0.004348"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T03:13:33.754917" elapsed="0.004513"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.764470" level="INFO">avg :: 155799.82</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.759648" elapsed="0.004880"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T03:13:33.759518" elapsed="0.005046"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.769346" level="INFO">stdev :: 52466.00</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.764806" elapsed="0.004599"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T03:13:33.764654" elapsed="0.004787"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T03:13:33.749831" elapsed="0.019641"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.773630" level="INFO">${min} = 142443.02</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:13:33.769662" elapsed="0.003996"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.777613" level="INFO">${max} = 164063.01</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:13:33.773830" elapsed="0.003810"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.781505" level="INFO">${average} = 155799.82</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:13:33.777812" elapsed="0.003721"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.785440" level="INFO">${stdev} = 52466.00</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:13:33.781686" elapsed="0.003814"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.786045" level="INFO">${date} = 2026-07-31 03:13:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T03:13:33.785665" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.786636" level="INFO">CBench Result: 2026-07-31 03:13:33,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,142443.02,164063.01,155799.82,52466.00</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.786222" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:13:33.787843" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/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-07-31T03:13:33.787374" elapsed="0.000552"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:13:33.788082" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T03:13:33.786885" elapsed="0.001736"/>
</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-07-31T03:03:26.103260" elapsed="607.685421"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.789171" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T03:13:33.788853" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-31T03:13:33.789750" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-07-31T03:13:33.789434" elapsed="0.000668"/>
</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-07-31T03:03:26.101806" elapsed="607.688336"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.791860" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.791304" elapsed="0.000626"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.793181" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-31T03:13:33.792849" elapsed="0.000413"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-31T03:13:33.793647" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:13:33.793419" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-31T03:13:33.797032" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:13:33.796776" elapsed="0.000314"/>
</branch>
<status status="PASS" start="2026-07-31T03:13:33.796756" elapsed="0.000358"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:13:33.797450" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-31T03:13:33.797249" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.798181" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.138" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:13:33.797751" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-31T03:13:33.798823" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:13:33.798381" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:13:33.799989" level="INFO">Length is 0.</msg>
<msg time="2026-07-31T03:13:33.800079" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:13:33.799599" elapsed="0.000504"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:13:33.800248" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-31T03:13:33.801453" level="INFO">Logging into '10.30.171.138:22' as 'jenkins'.</msg>
<msg time="2026-07-31T03:13:40.854248" 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 Fri Jul 31 03:13:33 UTC 2026

  System load:  0.31               Processes:             106
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.138
  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: Fri Jul 31 03:03:26 2026 from 10.30.170.88
[?2004h[jenkins@releng-50965-2-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-31T03:13:33.801098" elapsed="7.053457"/>
</kw>
<msg time="2026-07-31T03:13:40.854667" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:13:33.800753" elapsed="7.054031"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-31T03:13:33.799121" elapsed="7.055800"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-31T03:13:40.855530" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.237 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-31T03:23:46.956990" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-31T03:23:46.957576" level="INFO">${stdout} = </msg>
<msg time="2026-07-31T03:23:46.957680" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-31T03:13:40.855166" elapsed="606.102607"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:23:46.958255" elapsed="0.000789"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.960240" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.040 16  switches: flows:  107830 108773 106266 108386 108379 107950 107719 106977 103463 106568 107272 105685 105292 106307 106960 104671  total = 28.474967 per ms 
03:15:46.140 16  switches: flows:  115305 113334 110194 111316 115330 113070 112442 112384 110536 112121 113727 112556 109606 113774 113041 111387  total = 29.951982 per ms 
03:16:46.240 16  switches: flows:  116844 113478 111929 113670 117059 114021 114172 116668 111044 113903 115995 113627 111256 114563 115038 112106  total = 30.372161 per ms 
03:17:46.341 16  switches: flows:  118359 114757 112151 114981 118575 114862 114171 116209 112974 113597 115613 116944 113307 115996 116157 111740  total = 30.622059 per ms 
03:18:46.441 16  switches: flows:  120311 119000 116392 117777 121649 117092 117599 119221 116058 118400 118319 119042 115372 118471 118584 115493  total = 31.427187 per ms 
03:19:46.541 16  switches: flows:  119647 117161 115306 117348 120565 117294 116259 118047 113252 118455 117922 117772 114982 117454 117101 114000  total = 31.157394 per ms 
03:20:46.642 16  switches: flows:  114879 112978 110744 111787 115622 114409 112124 113894 109372 113410 113880 113981 111365 114273 114989 109007  total = 30.061699 per ms 
03:21:46.742 16  switches: flows:  119226 116576 114747 118724 115776 116301 115836 117953 115428 116611 116623 117828 117024 115459 116905 116696  total = 31.076494 per ms 
03:22:46.842 16  switches: flows:  114865 112967 108757 113682 111302 112062 111034 110619 110576 111832 112573 111967 113045 112046 111647 111250  total = 29.787332 per ms 
03:23:46.943 16  switches: flows:  119270 117419 113467 117035 115327 116219 115127 115230 114706 117082 115741 117675 115062 115140 116535 115580  total = 30.891977 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29787.33/31427.19/30594.25/10212.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.959414" elapsed="0.001172"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-31T03:23:46.961158" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-07-31T03:23:46.960827" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-07-31T03:23:46.960772" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-31T03:23:46.961598" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-31T03:23:46.961517" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:23:46.961480" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-31T03:23:46.961840" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-31T03:23:46.966375" elapsed="0.000362"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-31T03:23:46.966885" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-31T03:23:46.967186" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-31T03:23:46.962553" elapsed="0.004784"/>
</kw>
<msg time="2026-07-31T03:23:46.967468" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-31T03:13:33.794069" elapsed="613.173426"/>
</kw>
<status status="PASS" start="2026-07-31T03:13:33.793750" elapsed="613.173796"/>
</branch>
<status status="PASS" start="2026-07-31T03:13:33.793392" elapsed="613.174177"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.968017" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.237:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.237. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:46.040 16  switches: flows:  107830 108773 106266 108386 108379 107950 107719 106977 103463 106568 107272 105685 105292 106307 106960 104671  total = 28.474967 per ms 
03:15:46.140 16  switches: flows:  115305 113334 110194 111316 115330 113070 112442 112384 110536 112121 113727 112556 109606 113774 113041 111387  total = 29.951982 per ms 
03:16:46.240 16  switches: flows:  116844 113478 111929 113670 117059 114021 114172 116668 111044 113903 115995 113627 111256 114563 115038 112106  total = 30.372161 per ms 
03:17:46.341 16  switches: flows:  118359 114757 112151 114981 118575 114862 114171 116209 112974 113597 115613 116944 113307 115996 116157 111740  total = 30.622059 per ms 
03:18:46.441 16  switches: flows:  120311 119000 116392 117777 121649 117092 117599 119221 116058 118400 118319 119042 115372 118471 118584 115493  total = 31.427187 per ms 
03:19:46.541 16  switches: flows:  119647 117161 115306 117348 120565 117294 116259 118047 113252 118455 117922 117772 114982 117454 117101 114000  total = 31.157394 per ms 
03:20:46.642 16  switches: flows:  114879 112978 110744 111787 115622 114409 112124 113894 109372 113410 113880 113981 111365 114273 114989 109007  total = 30.061699 per ms 
03:21:46.742 16  switches: flows:  119226 116576 114747 118724 115776 116301 115836 117953 115428 116611 116623 117828 117024 115459 116905 116696  total = 31.076494 per ms 
03:22:46.842 16  switches: flows:  114865 112967 108757 113682 111302 112062 111034 110619 110576 111832 112573 111967 113045 112046 111647 111250  total = 29.787332 per ms 
03:23:46.943 16  switches: flows:  119270 117419 113467 117035 115327 116219 115127 115230 114706 117082 115741 117675 115062 115140 116535 115580  total = 30.891977 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29787.33/31427.19/30594.25/10212.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.967711" elapsed="0.000396"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-31T03:23:46.968257" elapsed="0.000389"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-31T03:23:46.969228" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-31T03:23:46.969319" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29787.33/31427.19/30594.25/10212.94 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-31T03:23:46.969001" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:23:46.969804" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29787.33/31427.19/30594.25/10212.94 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:23:46.969530" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.972207" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.969976" elapsed="0.002288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.974600" level="INFO">29787.33/31427.19/30594.25/10212.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.972410" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:23:46.977027" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:23:46.974823" elapsed="0.002231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-31T03:23:46.979438" level="INFO">@{result_value_list} = [ 29787.33 | 31427.19 | 30594.25 | 10212.94 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-31T03:23:46.977243" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.979943" level="INFO">Length is 4.</msg>
<msg time="2026-07-31T03:23:46.980029" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-31T03:23:46.979621" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.984822" level="INFO">min :: 29787.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-07-31T03:23:46.980541" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-31T03:23:46.980406" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.989381" level="INFO">max :: 31427.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.985130" elapsed="0.004307"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-31T03:23:46.985005" elapsed="0.004466"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.993945" level="INFO">avg :: 30594.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.989682" elapsed="0.004324"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-31T03:23:46.989553" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:46.998576" level="INFO">stdev :: 10212.94</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:46.994250" elapsed="0.004381"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-31T03:23:46.994123" elapsed="0.004541"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-31T03:23:46.980152" elapsed="0.018542"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.002633" level="INFO">${min} = 29787.33</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:23:46.998870" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.007146" level="INFO">${max} = 31427.19</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:23:47.002851" elapsed="0.004323"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.011107" level="INFO">${average} = 30594.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:23:47.007331" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.015037" level="INFO">${stdev} = 10212.94</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-31T03:23:47.011293" elapsed="0.003771"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.015574" level="INFO">${date} = 2026-07-31 03:23:47</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-31T03:23:47.015223" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.016167" level="INFO">CBench Result: 2026-07-31 03:23:47,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29787.33,31427.19,30594.25,10212.94</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-31T03:23:47.015761" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-31T03:23:47.017408" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-manganese/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-31T03:23:47.016905" elapsed="0.000571"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-31T03:23:47.017629" elapsed="0.000497"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-31T03:23:47.016379" elapsed="0.001813"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-31T03:13:33.792268" elapsed="613.225985"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.018732" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-31T03:23:47.018405" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-31T03:23:47.020025" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-31T03:23:47.019511" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-31T03:23:47.020287" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-07-31T03:23:47.020134" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-07-31T03:23:47.020114" elapsed="0.000265"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.020562" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.020736" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.020898" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.021104" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.021255" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.021402" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.021555" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-31T03:23:47.021797" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-31T03:23:47.021637" elapsed="0.000213"/>
</branch>
<status status="NOT RUN" start="2026-07-31T03:23:47.021620" elapsed="0.000254"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-07-31T03:23:47.019173" elapsed="0.002751"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-31T03:13:33.790784" elapsed="613.231187"/>
</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-07-31T02:53:16.937627" elapsed="1830.086994"/>
</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>
