<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-30T02:54:55.385882" 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-30T02:54:55.951980" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-07-30T02:54:55.951825" elapsed="0.000261"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:55.951794" elapsed="0.000322"/>
</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-30T02:54:55.952271" elapsed="0.000591"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T02:54:55.953370" level="INFO">Logging into '10.30.170.192:8101' as 'karaf'.</msg>
<msg time="2026-07-30T02:54:56.722496" 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-30T02:54:55.953042" elapsed="0.769702"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T02:54:56.769700" 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-30T02:54:56.723058" elapsed="0.046727"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T02:54:56.771538" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T02:54:56.771652" 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-30T02:54:56.769979" elapsed="0.001703"/>
</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-30T02:54:56.771842" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:54:56.772213" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:54:56.772939" 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-30T02:54:56.772600" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T02:54:56.773056" elapsed="0.000056"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.192
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-30T02:54:55.951395" elapsed="0.821842"/>
</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-30T02:54:55.947699" elapsed="0.825601"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T02:54:56.773997" 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-30T02:54:56.773546" elapsed="0.000521"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T02:54:56.774502" 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-30T02:54:56.774224" elapsed="0.000337"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T02:54:56.775130" 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-30T02:54:56.774718" elapsed="0.000441"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T02:54:56.775692" 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-30T02:54:56.775329" elapsed="0.000407"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T02:54:56.776295" 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-30T02:54:56.775910" elapsed="0.000413"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T02:54:56.776836" 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-30T02:54:56.776515" elapsed="0.000363"/>
</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-30T02:54:56.777180" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T02:54:56.776963" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T02:54:56.781828" 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-30T02:54:56.781372" elapsed="0.000484"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T02:54:56.782868" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T02:54:56.782952" 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-30T02:54:56.782422" elapsed="0.000555"/>
</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-30T02:54:56.783124" elapsed="0.000366"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T02:54:56.784506" level="INFO">Logging into '10.30.171.227:22' as 'jenkins'.</msg>
<msg time="2026-07-30T02:54:57.486044" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 02:54:57 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.227
  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-1-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-30T02:54:56.784002" elapsed="0.702200"/>
</kw>
<msg time="2026-07-30T02:54:57.486295" 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-30T02:54:56.783648" elapsed="0.702764"/>
</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-30T02:54:56.782064" elapsed="0.704472"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-30T02:54:57.494324" 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-30T02:54:57.486749" elapsed="0.009463"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:54:57.496657" elapsed="0.000592"/>
</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-30T02:54:56.780823" elapsed="0.716643"/>
</kw>
<status status="PASS" start="2026-07-30T02:54:56.777529" elapsed="0.720026"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:56.776938" elapsed="0.720681"/>
</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-30T02:54:57.497958" elapsed="0.001043"/>
</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-30T02:54:57.509118" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-07-30T02:54:57.508836" elapsed="0.000403"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:57.508782" elapsed="0.000511"/>
</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-30T02:54:57.517573" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-07-30T02:54:57.517213" elapsed="0.000470"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:57.517168" elapsed="0.000566"/>
</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-30T02:54:57.518043" elapsed="0.000684"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T02:54:57.519149" level="INFO">Logging into '10.30.170.192:8101' as 'karaf'.</msg>
<msg time="2026-07-30T02:54:57.699270" 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-30T02:54:57.518878" elapsed="0.180619"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T02:54:57.797510" 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-30T02:54:57.699843" elapsed="0.097828"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T02:54:57.813795" 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-30T02:54:57.814025" 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-30T02:54:57.797925" elapsed="0.016134"/>
</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-30T02:54:57.814268" elapsed="0.000351"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:54:57.814797" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:54:57.815523" 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-30T02:54:57.815167" elapsed="0.000414"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T02:54:57.815635" elapsed="0.000053"/>
</return>
<msg time="2026-07-30T02:54:57.815839" 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.170.192
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-30T02:54:57.516397" elapsed="0.299475"/>
</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-30T02:54:57.816022" elapsed="0.000558"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T02:54:57.816671" elapsed="0.000035"/>
</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-30T02:54:57.508117" elapsed="0.308692"/>
</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-30T02:54:57.820560" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-30T02:54:57.820424" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:57.820401" elapsed="0.000230"/>
</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-30T02:54:57.820761" elapsed="0.000482"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-30T02:54:57.821677" level="INFO">Logging into '10.30.170.192:8101' as 'karaf'.</msg>
<msg time="2026-07-30T02:54:58.006085" 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-30T02:54:57.821416" elapsed="0.184834"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-30T02:54:58.030956" 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-30T02:54:58.006527" elapsed="0.024547"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-30T02:54:58.033100" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-30T02:54:58.033232" 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-30T02:54:58.031309" elapsed="0.001954"/>
</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-30T02:54:58.033425" elapsed="0.000267"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T02:54:58.033844" elapsed="0.000253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:54:58.034586" 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-30T02:54:58.034243" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-30T02:54:58.034692" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.192
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-30T02:54:57.820080" elapsed="0.214779"/>
</kw>
<status status="PASS" start="2026-07-30T02:54:55.945865" elapsed="2.089058"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:54:58.037032" 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-30T02:54:58.035796" elapsed="0.001302"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T02:54:58.038604" 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-30T02:54:58.038222" elapsed="0.000426"/>
</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-30T02:54:58.038969" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-30T02:54:58.038727" 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-30T02:54:58.042014" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-30T02:54:58.041760" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:58.041740" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T02:54:58.042479" 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-30T02:54:58.042628" 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-30T02:54:58.042231" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T02:54:58.043231" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.192 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.227" 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-30T02:54:58.042795" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T02:54:58.043922" 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-30T02:54:58.043457" elapsed="0.000493"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T02:54:58.044884" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T02:54:58.044975" 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-30T02:54:58.044559" 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-30T02:54:58.045164" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T02:54:58.046397" level="INFO">Logging into '10.30.171.227:22' as 'jenkins'.</msg>
<msg time="2026-07-30T02:54:58.428203" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 02:54:57 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 02:54:57 2026 from 10.30.171.223
[?2004h[jenkins@releng-50965-1-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-30T02:54:58.046022" elapsed="0.382400"/>
</kw>
<msg time="2026-07-30T02:54:58.428509" 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-30T02:54:58.045671" elapsed="0.382927"/>
</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-30T02:54:58.044160" elapsed="0.384563"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T02:54:58.429309" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.192 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T03:05:04.529484" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T03:05:04.530084" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T03:05:04.530249" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192: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-30T02:54:58.428941" elapsed="606.101379"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:05:04.530900" elapsed="0.000921"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.533183" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.192. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:03.610 16  switches: flows:  106408 105870 110197 106697 107068 107831 105482 106658 107256 104995 105261 107745 103020 107080 107541 109056  total = 28.469417 per ms 
02:57:03.711 16  switches: flows:  111288 112604 111960 108696 109259 109298 109832 110134 110896 108866 109708 108612 109450 107706 110900 110565  total = 29.280563 per ms 
02:58:03.813 16  switches: flows:  117150 121270 121188 116041 118578 118293 116596 115989 116479 116347 114182 117728 118068 117489 118216 118379  total = 31.313471 per ms 
02:59:03.913 16  switches: flows:  115736 119088 117335 114931 117773 117178 117079 117040 116043 115542 113592 116233 115706 114074 115737 117817  total = 30.963334 per ms 
03:00:04.013 16  switches: flows:  116956 119081 116320 115140 117912 117019 117082 116461 116421 115936 115975 116494 116239 113728 115635 116751  total = 31.000735 per ms 
03:01:04.114 16  switches: flows:  119170 119641 117139 115747 120496 119650 119454 117093 117877 117299 116858 118151 116712 115621 116483 118588  total = 31.380497 per ms 
03:02:04.214 16  switches: flows:  108510 109660 108268 105518 109174 109970 110306 107224 107081 108416 106939 106830 107327 106751 107270 108616  total = 28.749643 per ms 
03:03:04.314 16  switches: flows:  119117 118449 118520 116349 115581 117494 115590 116632 116578 113636 115377 115649 116994 115088 115394 116346  total = 30.994848 per ms 
03:04:04.415 16  switches: flows:  117874 117813 116266 115424 114472 116603 116199 116136 113170 113265 113394 112759 113254 114046 116175 115736  total = 30.658617 per ms 
03:05:04.516 16  switches: flows:  112171 111828 108648 111145 111054 109715 109799 110200 108537 107135 107919 107820 109745 106993 110701 108980  total = 29.157114 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28749.64/31380.50/30388.76/10175.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:05:04.532266" elapsed="0.001308"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T03:05:04.534238" elapsed="0.000092"/>
</return>
<status status="PASS" start="2026-07-30T03:05:04.533815" elapsed="0.000639"/>
</branch>
<status status="PASS" start="2026-07-30T03:05:04.533745" elapsed="0.000767"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T03:05:04.534792" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:05:04.534690" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:05:04.534641" elapsed="0.000334"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T03:05:04.535114" elapsed="0.000035"/>
</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-30T03:05:04.539115" elapsed="0.000517"/>
</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-30T03:05:04.539860" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:05:04.540326" elapsed="0.000168"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T03:05:04.535718" elapsed="0.004854"/>
</kw>
<msg time="2026-07-30T03:05:04.540767" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192: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-30T02:54:58.039401" elapsed="606.501404"/>
</kw>
<status status="PASS" start="2026-07-30T02:54:58.039057" elapsed="606.501816"/>
</branch>
<status status="PASS" start="2026-07-30T02:54:58.038704" elapsed="606.502201"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.541576" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.192. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:56:03.610 16  switches: flows:  106408 105870 110197 106697 107068 107831 105482 106658 107256 104995 105261 107745 103020 107080 107541 109056  total = 28.469417 per ms 
02:57:03.711 16  switches: flows:  111288 112604 111960 108696 109259 109298 109832 110134 110896 108866 109708 108612 109450 107706 110900 110565  total = 29.280563 per ms 
02:58:03.813 16  switches: flows:  117150 121270 121188 116041 118578 118293 116596 115989 116479 116347 114182 117728 118068 117489 118216 118379  total = 31.313471 per ms 
02:59:03.913 16  switches: flows:  115736 119088 117335 114931 117773 117178 117079 117040 116043 115542 113592 116233 115706 114074 115737 117817  total = 30.963334 per ms 
03:00:04.013 16  switches: flows:  116956 119081 116320 115140 117912 117019 117082 116461 116421 115936 115975 116494 116239 113728 115635 116751  total = 31.000735 per ms 
03:01:04.114 16  switches: flows:  119170 119641 117139 115747 120496 119650 119454 117093 117877 117299 116858 118151 116712 115621 116483 118588  total = 31.380497 per ms 
03:02:04.214 16  switches: flows:  108510 109660 108268 105518 109174 109970 110306 107224 107081 108416 106939 106830 107327 106751 107270 108616  total = 28.749643 per ms 
03:03:04.314 16  switches: flows:  119117 118449 118520 116349 115581 117494 115590 116632 116578 113636 115377 115649 116994 115088 115394 116346  total = 30.994848 per ms 
03:04:04.415 16  switches: flows:  117874 117813 116266 115424 114472 116603 116199 116136 113170 113265 113394 112759 113254 114046 116175 115736  total = 30.658617 per ms 
03:05:04.516 16  switches: flows:  112171 111828 108648 111145 111054 109715 109799 110200 108537 107135 107919 107820 109745 106993 110701 108980  total = 29.157114 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28749.64/31380.50/30388.76/10175.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:05:04.541118" elapsed="0.000579"/>
</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-30T03:05:04.541910" elapsed="0.000666"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T03:05:04.543157" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T03:05:04.543292" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28749.64/31380.50/30388.76/10175.63 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-30T03:05:04.542809" elapsed="0.000521"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:05:04.543850" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28749.64/31380.50/30388.76/10175.63 | 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-30T03:05:04.543577" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.546545" 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-30T03:05:04.544062" elapsed="0.002550"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.549166" level="INFO">28749.64/31380.50/30388.76/10175.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:05:04.546779" elapsed="0.002447"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:05:04.551805" 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-30T03:05:04.549397" elapsed="0.002437"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:05:04.554437" level="INFO">@{result_value_list} = [ 28749.64 | 31380.50 | 30388.76 | 10175.63 ]</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-30T03:05:04.552048" elapsed="0.002417"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.554947" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T03:05:04.555039" 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-30T03:05:04.554623" elapsed="0.000440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.560176" level="INFO">min :: 28749.64</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-30T03:05:04.555520" elapsed="0.004715"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T03:05:04.555357" elapsed="0.004915"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.565713" level="INFO">max :: 31380.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:05:04.560573" elapsed="0.005209"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T03:05:04.560399" elapsed="0.005433"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.570888" level="INFO">avg :: 30388.76</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-30T03:05:04.566096" elapsed="0.004855"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T03:05:04.565926" elapsed="0.005068"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.576164" level="INFO">stdev :: 10175.63</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-30T03:05:04.571272" elapsed="0.004953"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T03:05:04.571120" elapsed="0.005154"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T03:05:04.555140" elapsed="0.021171"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.580630" level="INFO">${min} = 28749.64</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-30T03:05:04.576500" elapsed="0.004160"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.585319" level="INFO">${max} = 31380.50</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-30T03:05:04.580840" elapsed="0.004571"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.589795" level="INFO">${average} = 30388.76</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-30T03:05:04.585663" elapsed="0.004160"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.594124" level="INFO">${stdev} = 10175.63</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-30T03:05:04.590000" elapsed="0.004160"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.595010" level="INFO">${date} = 2026-07-30 03:05:04</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-30T03:05:04.594405" elapsed="0.000633"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.595688" level="INFO">CBench Result: 2026-07-30 03:05:04,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28749.64,31380.50,30388.76,10175.63</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-30T03:05:04.595205" elapsed="0.000553"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:05:04.596997" 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-30T03:05:04.596530" elapsed="0.000544"/>
</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-30T03:05:04.597246" elapsed="0.000540"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T03:05:04.595954" elapsed="0.001901"/>
</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-30T02:54:58.037586" elapsed="606.560343"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.598590" 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-30T03:05:04.598116" elapsed="0.000542"/>
</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-30T03:05:04.599259" elapsed="0.000300"/>
</kw>
<status status="PASS" start="2026-07-30T03:05:04.598898" elapsed="0.000744"/>
</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-30T02:54:58.035066" elapsed="606.564616"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.601119" 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-30T03:05:04.600676" elapsed="0.000513"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.602603" 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-30T03:05:04.602192" elapsed="0.000456"/>
</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-30T03:05:04.603083" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:05:04.602819" elapsed="0.000328"/>
</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-30T03:05:04.606327" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:05:04.606016" elapsed="0.000391"/>
</branch>
<status status="PASS" start="2026-07-30T03:05:04.605987" elapsed="0.000444"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:05:04.606801" 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-30T03:05:04.606928" 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-30T03:05:04.606575" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.607637" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.192 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.227" 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-30T03:05:04.607164" elapsed="0.000533"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:05:04.608354" 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-30T03:05:04.607879" elapsed="0.000508"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:05:04.609399" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T03:05:04.609494" 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-30T03:05:04.609025" elapsed="0.000494"/>
</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-30T03:05:04.609681" elapsed="0.000356"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T03:05:04.611089" level="INFO">Logging into '10.30.171.227:22' as 'jenkins'.</msg>
<msg time="2026-07-30T03:05:05.252807" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 03:05:04 UTC 2026

  System load:  1.05               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.227
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 02:54:58 2026 from 10.30.171.223
[?2004h[jenkins@releng-50965-1-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-30T03:05:04.610689" elapsed="0.642352"/>
</kw>
<msg time="2026-07-30T03:05:05.253140" 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-30T03:05:04.610212" elapsed="0.643037"/>
</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-30T03:05:04.608606" elapsed="0.644795"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T03:05:05.254008" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.192 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T03:15:11.808245" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T03:15:11.808691" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T03:15:11.808764" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.192: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-30T03:05:05.253663" elapsed="606.555141"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:15:11.809142" elapsed="0.000508"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.810454" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.192:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.192. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:10.395 16  switches: flows:  472133 449343 466137 450361 447218 460588 468650 457537 439514 453115 443358 449931 447616 443945 425880 438699  total = 120.233750 per ms 
03:07:10.500 16  switches: flows:  535943 541985 543380 543305 547052 540576 545365 551555 546283 547747 553080 538050 537587 535382 540345 549160  total = 144.696377 per ms 
03:08:10.601 16  switches: flows:  484943 484840 492789 489271 490725 490603 488510 488991 485607 475695 485165 476738 466573 468561 471755 487381  total = 128.585954 per ms 
03:09:11.195 16  switches: flows:  470788 463015 471592 464165 468723 473156 463249 477865 463194 477182 463535 476316 468499 476717 463387 466677  total = 123.909969 per ms 
03:10:11.297 16  switches: flows:  541107 534903 541905 535818 528255 535346 518899 526071 523933 534678 528894 530213 524926 528549 537152 541702  total = 141.634019 per ms 
03:11:11.399 16  switches: flows:  534810 537182 528727 525828 529106 529498 525835 524251 511325 521360 519151 524211 526411 530517 526828 522669  total = 140.059101 per ms 
03:12:11.500 16  switches: flows:  569946 570091 557774 536514 568777 513888 562741 571155 560507 507276 560580 566039 565021 571105 562546 550933  total = 147.999809 per ms 
03:13:11.601 16  switches: flows:  523795 511877 521216 521791 514471 524486 511397 515893 520990 519286 525239 510985 522402 517697 520675 518372  total = 138.110882 per ms 
03:14:11.703 16  switches: flows:  584351 586399 593236 580074 584496 592849 588827 592388 588169 586440 587040 588406 584733 583264 590568 588547  total = 156.400369 per ms 
03:15:11.804 16  switches: flows:  579351 577188 564945 571612 579140 572563 579342 573273 589833 577569 575757 565498 580446 577972 576070 577449  total = 153.374999 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123909.97/156400.37/141641.28/48267.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:15:11.809909" elapsed="0.000762"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T03:15:11.811049" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-07-30T03:15:11.810831" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-07-30T03:15:11.810790" elapsed="0.000400"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T03:15:11.811327" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:15:11.811273" elapsed="0.000136"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:15:11.811250" elapsed="0.000190"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T03:15:11.811485" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-30T03:15:11.816386" elapsed="0.000500"/>
</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-30T03:15:11.817107" elapsed="0.000269"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:15:11.817571" elapsed="0.000154"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T03:15:11.812039" elapsed="0.005765"/>
</kw>
<msg time="2026-07-30T03:15:11.817993" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.192: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-30T03:05:04.603519" elapsed="607.214514"/>
</kw>
<status status="PASS" start="2026-07-30T03:05:04.603174" elapsed="607.214930"/>
</branch>
<status status="PASS" start="2026-07-30T03:05:04.602784" elapsed="607.215353"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.818826" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.192:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.192. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:06:10.395 16  switches: flows:  472133 449343 466137 450361 447218 460588 468650 457537 439514 453115 443358 449931 447616 443945 425880 438699  total = 120.233750 per ms 
03:07:10.500 16  switches: flows:  535943 541985 543380 543305 547052 540576 545365 551555 546283 547747 553080 538050 537587 535382 540345 549160  total = 144.696377 per ms 
03:08:10.601 16  switches: flows:  484943 484840 492789 489271 490725 490603 488510 488991 485607 475695 485165 476738 466573 468561 471755 487381  total = 128.585954 per ms 
03:09:11.195 16  switches: flows:  470788 463015 471592 464165 468723 473156 463249 477865 463194 477182 463535 476316 468499 476717 463387 466677  total = 123.909969 per ms 
03:10:11.297 16  switches: flows:  541107 534903 541905 535818 528255 535346 518899 526071 523933 534678 528894 530213 524926 528549 537152 541702  total = 141.634019 per ms 
03:11:11.399 16  switches: flows:  534810 537182 528727 525828 529106 529498 525835 524251 511325 521360 519151 524211 526411 530517 526828 522669  total = 140.059101 per ms 
03:12:11.500 16  switches: flows:  569946 570091 557774 536514 568777 513888 562741 571155 560507 507276 560580 566039 565021 571105 562546 550933  total = 147.999809 per ms 
03:13:11.601 16  switches: flows:  523795 511877 521216 521791 514471 524486 511397 515893 520990 519286 525239 510985 522402 517697 520675 518372  total = 138.110882 per ms 
03:14:11.703 16  switches: flows:  584351 586399 593236 580074 584496 592849 588827 592388 588169 586440 587040 588406 584733 583264 590568 588547  total = 156.400369 per ms 
03:15:11.804 16  switches: flows:  579351 577188 564945 571612 579140 572563 579342 573273 589833 577569 575757 565498 580446 577972 576070 577449  total = 153.374999 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123909.97/156400.37/141641.28/48267.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:15:11.818368" elapsed="0.000571"/>
</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-30T03:15:11.819159" elapsed="0.000562"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T03:15:11.820256" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T03:15:11.820402" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 123909.97/156400.37/141641.28/48267.01 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-30T03:15:11.819948" elapsed="0.000490"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:15:11.821013" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 123909.97/156400.37/141641.28/48267.01 | 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-30T03:15:11.820656" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.824103" 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-30T03:15:11.821252" elapsed="0.002909"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.826527" level="INFO">123909.97/156400.37/141641.28/48267.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:15:11.824307" elapsed="0.002277"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:15:11.828932" 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-30T03:15:11.826755" elapsed="0.002204"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:15:11.831409" level="INFO">@{result_value_list} = [ 123909.97 | 156400.37 | 141641.28 | 48267.01 ]</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-30T03:15:11.829160" elapsed="0.002278"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.831905" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T03:15:11.831993" 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-30T03:15:11.831594" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.836900" level="INFO">min :: 123909.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:15:11.832419" elapsed="0.004539"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T03:15:11.832274" elapsed="0.004721"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.841717" level="INFO">max :: 156400.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:15:11.837215" elapsed="0.004572"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T03:15:11.837087" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.846613" level="INFO">avg :: 141641.28</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-30T03:15:11.842143" elapsed="0.004529"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T03:15:11.841940" elapsed="0.004767"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.851494" level="INFO">stdev :: 48267.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-30T03:15:11.847012" elapsed="0.004540"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T03:15:11.846864" elapsed="0.004724"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T03:15:11.832085" elapsed="0.019535"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.856022" level="INFO">${min} = 123909.97</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-30T03:15:11.851786" elapsed="0.004264"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.860598" level="INFO">${max} = 156400.37</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-30T03:15:11.856207" elapsed="0.004419"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.864558" level="INFO">${average} = 141641.28</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-30T03:15:11.860783" elapsed="0.003803"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.868690" level="INFO">${stdev} = 48267.01</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-30T03:15:11.864740" elapsed="0.003981"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.869415" level="INFO">${date} = 2026-07-30 03:15:11</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-30T03:15:11.868907" elapsed="0.000543"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.870076" level="INFO">CBench Result: 2026-07-30 03:15:11,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,123909.97,156400.37,141641.28,48267.01</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-30T03:15:11.869646" elapsed="0.000499"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:15:11.871755" 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-30T03:15:11.871219" elapsed="0.000607"/>
</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-30T03:15:11.871979" elapsed="0.000608"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T03:15:11.870322" elapsed="0.002354"/>
</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-30T03:05:04.601558" elapsed="607.271187"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.873228" 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-30T03:15:11.872897" elapsed="0.000390"/>
</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-30T03:15:11.873852" elapsed="0.000355"/>
</kw>
<status status="PASS" start="2026-07-30T03:15:11.873535" elapsed="0.000760"/>
</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-30T03:05:04.600029" elapsed="607.274331"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.875949" 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-30T03:15:11.875491" elapsed="0.000534"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.877593" 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-30T03:15:11.877165" elapsed="0.000484"/>
</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-30T03:15:11.878104" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:15:11.877814" elapsed="0.000367"/>
</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-30T03:15:11.881855" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:15:11.881597" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-07-30T03:15:11.881577" elapsed="0.000360"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:15:11.882285" 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-30T03:15:11.882426" 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-30T03:15:11.882075" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.883038" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.192 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.227" 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-30T03:15:11.882589" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-30T03:15:11.883664" 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-30T03:15:11.883239" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:15:11.884607" level="INFO">Length is 0.</msg>
<msg time="2026-07-30T03:15:11.884696" 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-30T03:15:11.884270" elapsed="0.000450"/>
</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-30T03:15:11.884862" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-30T03:15:11.886105" level="INFO">Logging into '10.30.171.227:22' as 'jenkins'.</msg>
<msg time="2026-07-30T03:15:13.372256" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Jul 30 03:15:12 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Jul 30 03:05:05 2026 from 10.30.171.223
[?2004h[jenkins@releng-50965-1-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-30T03:15:11.885729" elapsed="1.486783"/>
</kw>
<msg time="2026-07-30T03:15:13.372606" 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-30T03:15:11.885356" elapsed="1.487360"/>
</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-30T03:15:11.883894" elapsed="1.488986"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-30T03:15:13.373499" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.192 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-30T03:25:19.405197" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-30T03:25:19.405770" level="INFO">${stdout} = </msg>
<msg time="2026-07-30T03:25:19.405879" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192: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-30T03:15:13.373134" elapsed="606.032802"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:25:19.406434" elapsed="0.000699"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.408432" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.192. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:18.494 16  switches: flows:  101796 100589 102400 101110 100750 99984 100019 100111 100344 98047 100806 99086 98936 99217 98185 98066  total = 26.657433 per ms 
03:17:18.594 16  switches: flows:  117916 114581 114123 114620 115274 115836 116438 114762 114512 114980 116094 115433 114395 113164 112284 111987  total = 30.555599 per ms 
03:18:18.695 16  switches: flows:  116670 114669 114280 114799 113627 113170 117302 113230 112769 115094 116948 113994 113526 112545 111591 111843  total = 30.383498 per ms 
03:19:18.797 16  switches: flows:  116480 114755 114995 115819 115918 116129 114895 115438 115442 115663 115872 113323 113631 112559 113829 113372  total = 30.584260 per ms 
03:20:18.898 16  switches: flows:  99078 99637 99041 100255 99706 98483 99589 99321 98081 98347 97435 98856 98305 97923 97307 96338  total = 26.251196 per ms 
03:21:18.999 16  switches: flows:  91915 90336 91751 91720 91496 88999 90400 91293 91221 90009 89246 89191 89674 90657 87023 87399  total = 23.998761 per ms 
03:22:19.101 16  switches: flows:  112819 110826 112362 112377 111394 108429 112264 110527 109141 111187 111989 106904 111136 110817 108942 107734  total = 29.431398 per ms 
03:23:19.201 16  switches: flows:  118855 116636 118652 119052 115679 114615 117395 117287 115917 117898 117719 113322 114864 116814 115715 114181  total = 31.024865 per ms 
03:24:19.303 16  switches: flows:  116138 114733 116877 118537 115146 113591 116196 116381 113533 116220 114165 112731 113162 114667 113884 114031  total = 30.615391 per ms 
03:25:19.404 16  switches: flows:  113124 109284 110514 110440 109993 108456 111696 109028 108388 107659 108376 107177 108856 109130 108119 105953  total = 29.054656 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23998.76/31024.86/29099.96/9961.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:25:19.407532" elapsed="0.001227"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-30T03:25:19.409406" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-30T03:25:19.409036" elapsed="0.000531"/>
</branch>
<status status="PASS" start="2026-07-30T03:25:19.408972" elapsed="0.000652"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-30T03:25:19.409854" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-30T03:25:19.409759" elapsed="0.000196"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:25:19.409718" elapsed="0.000284"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-30T03:25:19.410070" 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-30T03:25:19.414928" elapsed="0.000343"/>
</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-30T03:25:19.415440" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-30T03:25:19.415741" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-30T03:25:19.410821" elapsed="0.005077"/>
</kw>
<msg time="2026-07-30T03:25:19.416032" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192: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-30T03:15:11.878632" elapsed="607.537428"/>
</kw>
<status status="PASS" start="2026-07-30T03:15:11.878213" elapsed="607.537897"/>
</branch>
<status status="PASS" start="2026-07-30T03:15:11.877785" elapsed="607.538348"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.416596" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.192:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.192. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:16:18.494 16  switches: flows:  101796 100589 102400 101110 100750 99984 100019 100111 100344 98047 100806 99086 98936 99217 98185 98066  total = 26.657433 per ms 
03:17:18.594 16  switches: flows:  117916 114581 114123 114620 115274 115836 116438 114762 114512 114980 116094 115433 114395 113164 112284 111987  total = 30.555599 per ms 
03:18:18.695 16  switches: flows:  116670 114669 114280 114799 113627 113170 117302 113230 112769 115094 116948 113994 113526 112545 111591 111843  total = 30.383498 per ms 
03:19:18.797 16  switches: flows:  116480 114755 114995 115819 115918 116129 114895 115438 115442 115663 115872 113323 113631 112559 113829 113372  total = 30.584260 per ms 
03:20:18.898 16  switches: flows:  99078 99637 99041 100255 99706 98483 99589 99321 98081 98347 97435 98856 98305 97923 97307 96338  total = 26.251196 per ms 
03:21:18.999 16  switches: flows:  91915 90336 91751 91720 91496 88999 90400 91293 91221 90009 89246 89191 89674 90657 87023 87399  total = 23.998761 per ms 
03:22:19.101 16  switches: flows:  112819 110826 112362 112377 111394 108429 112264 110527 109141 111187 111989 106904 111136 110817 108942 107734  total = 29.431398 per ms 
03:23:19.201 16  switches: flows:  118855 116636 118652 119052 115679 114615 117395 117287 115917 117898 117719 113322 114864 116814 115715 114181  total = 31.024865 per ms 
03:24:19.303 16  switches: flows:  116138 114733 116877 118537 115146 113591 116196 116381 113533 116220 114165 112731 113162 114667 113884 114031  total = 30.615391 per ms 
03:25:19.404 16  switches: flows:  113124 109284 110514 110440 109993 108456 111696 109028 108388 107659 108376 107177 108856 109130 108119 105953  total = 29.054656 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 23998.76/31024.86/29099.96/9961.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:25:19.416283" elapsed="0.000388"/>
</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-30T03:25:19.416850" elapsed="0.000452"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-30T03:25:19.417709" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-30T03:25:19.417801" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 23998.76/31024.86/29099.96/9961.19 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-30T03:25:19.417484" elapsed="0.000342"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:25:19.418233" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 23998.76/31024.86/29099.96/9961.19 | 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-30T03:25:19.417978" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.420656" 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-30T03:25:19.418421" elapsed="0.002291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.423152" level="INFO">23998.76/31024.86/29099.96/9961.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:25:19.420917" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:25:19.425659" 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-30T03:25:19.423378" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-30T03:25:19.428245" level="INFO">@{result_value_list} = [ 23998.76 | 31024.86 | 29099.96 | 9961.19 ]</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-30T03:25:19.425910" elapsed="0.002364"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.428772" level="INFO">Length is 4.</msg>
<msg time="2026-07-30T03:25:19.428917" 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-30T03:25:19.428451" elapsed="0.000493"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.433817" level="INFO">min :: 23998.76</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-30T03:25:19.429355" elapsed="0.004522"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-30T03:25:19.429209" elapsed="0.004704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.439000" level="INFO">max :: 31024.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-30T03:25:19.434134" elapsed="0.004929"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-30T03:25:19.434005" elapsed="0.005095"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.444029" level="INFO">avg :: 29099.96</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-30T03:25:19.439367" elapsed="0.004722"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-30T03:25:19.439206" elapsed="0.004920"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.449033" level="INFO">stdev :: 9961.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-30T03:25:19.444359" elapsed="0.004735"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-30T03:25:19.444213" elapsed="0.004916"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-30T03:25:19.429014" elapsed="0.020146"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.453150" level="INFO">${min} = 23998.76</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-30T03:25:19.449325" elapsed="0.003853"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.457154" level="INFO">${max} = 31024.86</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-30T03:25:19.453380" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.461079" level="INFO">${average} = 29099.96</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-30T03:25:19.457351" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.465146" level="INFO">${stdev} = 9961.19</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-30T03:25:19.461274" elapsed="0.003909"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.465775" level="INFO">${date} = 2026-07-30 03:25:19</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-30T03:25:19.465399" elapsed="0.000403"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.466412" level="INFO">CBench Result: 2026-07-30 03:25:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,23998.76,31024.86,29099.96,9961.19</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-30T03:25:19.465952" elapsed="0.000519"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-30T03:25:19.467645" 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-30T03:25:19.467121" elapsed="0.000595"/>
</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-30T03:25:19.467872" elapsed="0.000509"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-30T03:25:19.466630" elapsed="0.001822"/>
</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-30T03:15:11.876453" elapsed="607.592062"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.469103" 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-30T03:25:19.468670" elapsed="0.000506"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-30T03:25:19.470540" 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-30T03:25:19.469970" elapsed="0.000605"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-30T03:25:19.470855" elapsed="0.000041"/>
</return>
<status status="PASS" start="2026-07-30T03:25:19.470672" elapsed="0.000262"/>
</branch>
<status status="PASS" start="2026-07-30T03:25:19.470646" elapsed="0.000320"/>
</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-30T03:25:19.471156" elapsed="0.000030"/>
</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-30T03:25:19.471397" elapsed="0.000032"/>
</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-30T03:25:19.471628" elapsed="0.000027"/>
</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-30T03:25:19.471900" elapsed="0.000028"/>
</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-30T03:25:19.472102" elapsed="0.000027"/>
</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-30T03:25:19.472305" elapsed="0.000049"/>
</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-30T03:25:19.472536" elapsed="0.000035"/>
</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-30T03:25:19.472790" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-30T03:25:19.472645" elapsed="0.000210"/>
</branch>
<status status="NOT RUN" start="2026-07-30T03:25:19.472627" elapsed="0.000253"/>
</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-30T03:25:19.469618" elapsed="0.003315"/>
</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-30T03:15:11.874924" elapsed="607.598077"/>
</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-30T02:54:55.387519" elapsed="1824.085974"/>
</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>
