<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-02T06:33:13.333977" 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-08-02T06:33:13.922218" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-02T06:33:13.922045" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:13.922012" elapsed="0.000312"/>
</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-08-02T06:33:13.922472" elapsed="0.000547"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T06:33:13.923505" level="INFO">Logging into '10.30.170.245:8101' as 'karaf'.</msg>
<msg time="2026-08-02T06:33:14.691828" 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-08-02T06:33:13.923206" elapsed="0.768820"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T06:33:14.740251" 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-08-02T06:33:14.692330" elapsed="0.048072"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T06:33:14.742544" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T06:33:14.742678" 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-08-02T06:33:14.740691" elapsed="0.002025"/>
</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-08-02T06:33:14.742909" elapsed="0.000352"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:33:14.743428" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:33:14.744223" 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-08-02T06:33:14.743806" elapsed="0.000477"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T06:33:14.744339" elapsed="0.000058"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T06:33:13.921654" elapsed="0.822869"/>
</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-08-02T06:33:13.917865" elapsed="0.826724"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T06:33:14.745226" 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-08-02T06:33:14.744792" elapsed="0.000510"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T06:33:14.745742" 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-08-02T06:33:14.745470" elapsed="0.000330"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T06:33:14.746405" 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-08-02T06:33:14.745959" elapsed="0.000475"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T06:33:14.746947" 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-08-02T06:33:14.746607" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T06:33:14.747617" 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-08-02T06:33:14.747216" elapsed="0.000429"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T06:33:14.748207" 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-08-02T06:33:14.747853" elapsed="0.000398"/>
</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-08-02T06:33:14.748570" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:33:14.748342" elapsed="0.000285"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:33:14.753533" 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-08-02T06:33:14.753047" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T06:33:14.754714" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T06:33:14.754805" 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-08-02T06:33:14.754196" elapsed="0.000634"/>
</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-08-02T06:33:14.755005" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T06:33:14.756608" level="INFO">Logging into '10.30.171.149:22' as 'jenkins'.</msg>
<msg time="2026-08-02T06:33:15.513521" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  2 06:33:15 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.149
  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-4-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-08-02T06:33:14.756016" elapsed="0.757713"/>
</kw>
<msg time="2026-08-02T06:33:15.513850" 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-08-02T06:33:14.755625" elapsed="0.758343"/>
</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-08-02T06:33:14.753777" elapsed="0.760361"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-02T06:33:15.521664" 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-08-02T06:33:15.514456" elapsed="0.008880"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:33:15.523604" elapsed="0.000406"/>
</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-08-02T06:33:14.752447" elapsed="0.771684"/>
</kw>
<status status="PASS" start="2026-08-02T06:33:14.748923" elapsed="0.775349"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:14.748315" elapsed="0.776021"/>
</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-08-02T06:33:15.524677" elapsed="0.001078"/>
</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-08-02T06:33:15.534493" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-02T06:33:15.534350" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:15.534322" elapsed="0.000265"/>
</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-08-02T06:33:15.538398" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-02T06:33:15.538275" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:15.538254" elapsed="0.000218"/>
</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-08-02T06:33:15.538628" elapsed="0.000500"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T06:33:15.539584" level="INFO">Logging into '10.30.170.245:8101' as 'karaf'.</msg>
<msg time="2026-08-02T06:33:15.715728" 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-08-02T06:33:15.539302" elapsed="0.176612"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T06:33:15.812045" 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-08-02T06:33:15.716219" elapsed="0.096057"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T06:33:15.818390" 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-08-02T06:33:15.818726" 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-08-02T06:33:15.812607" elapsed="0.006173"/>
</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-08-02T06:33:15.819055" elapsed="0.000443"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:33:15.819730" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:33:15.820757" 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-08-02T06:33:15.820311" elapsed="0.000528"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T06:33:15.820910" elapsed="0.000071"/>
</return>
<msg time="2026-08-02T06:33:15.821235" 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.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T06:33:15.537871" elapsed="0.283450"/>
</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-08-02T06:33:15.821587" elapsed="0.000802"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T06:33:15.822466" elapsed="0.000051"/>
</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-08-02T06:33:15.533959" elapsed="0.288736"/>
</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-08-02T06:33:15.828835" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-02T06:33:15.828633" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:15.828597" elapsed="0.000358"/>
</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-08-02T06:33:15.829218" elapsed="0.000766"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-02T06:33:15.830619" level="INFO">Logging into '10.30.170.245:8101' as 'karaf'.</msg>
<msg time="2026-08-02T06:33:15.998355" 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-08-02T06:33:15.830242" elapsed="0.168314"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-02T06:33:16.024208" 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-08-02T06:33:15.998886" elapsed="0.025495"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-02T06:33:16.027155" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-02T06:33:16.027325" 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-08-02T06:33:16.024692" elapsed="0.002672"/>
</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-08-02T06:33:16.027563" elapsed="0.000344"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:33:16.028176" elapsed="0.000277"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:33:16.029067" 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-08-02T06:33:16.028645" elapsed="0.000490"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-02T06:33:16.029281" elapsed="0.000073"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.245
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-02T06:33:15.828076" elapsed="0.201444"/>
</kw>
<status status="PASS" start="2026-08-02T06:33:13.916002" elapsed="2.113608"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:33:16.032836" 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-08-02T06:33:16.031031" elapsed="0.001903"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T06:33:16.034936" 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-08-02T06:33:16.034438" elapsed="0.000564"/>
</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-08-02T06:33:16.035487" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:33:16.035119" elapsed="0.000448"/>
</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-08-02T06:33:16.039934" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:33:16.039537" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:16.039503" elapsed="0.000567"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:33:16.040713" 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-08-02T06:33:16.040892" 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-08-02T06:33:16.040308" elapsed="0.000621"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:33:16.041755" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.149" 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-08-02T06:33:16.041127" elapsed="0.000716"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:33:16.042715" 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-08-02T06:33:16.042040" elapsed="0.000712"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T06:33:16.044124" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T06:33:16.044276" 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-08-02T06:33:16.043658" elapsed="0.000653"/>
</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-08-02T06:33:16.044566" elapsed="0.000489"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T06:33:16.046282" level="INFO">Logging into '10.30.171.149:22' as 'jenkins'.</msg>
<msg time="2026-08-02T06:33:16.466347" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  2 06:33:15 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  2 06:33:15 2026 from 10.30.171.27
[?2004h[jenkins@releng-50965-4-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-08-02T06:33:16.045770" elapsed="0.420828"/>
</kw>
<msg time="2026-08-02T06:33:16.466708" 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-08-02T06:33:16.045299" elapsed="0.421528"/>
</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-08-02T06:33:16.043050" elapsed="0.423950"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T06:33:16.467709" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T06:43:22.604535" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T06:43:22.605270" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T06:43:22.605445" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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-08-02T06:33:16.467316" elapsed="606.138202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:43:22.606017" elapsed="0.000809"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.608142" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:34:21.687 16  switches: flows:  124280 118846 122513 121553 119701 123162 121814 119289 124449 118544 116621 115048 119944 119693 117207 119978  total = 32.044033 per ms 
06:35:21.788 16  switches: flows:  143455 139072 143191 143580 138707 138471 143124 137347 137154 141168 136048 133168 137357 138521 136872 139177  total = 37.044998 per ms 
06:36:21.889 16  switches: flows:  130716 125999 129567 131043 126853 126430 130311 124265 125878 128805 122140 124470 125299 126860 125135 128245  total = 33.810481 per ms 
06:37:21.989 16  switches: flows:  138497 135099 135154 134325 135361 137667 133643 134865 132280 136618 134092 129020 133913 132711 133975 135332  total = 35.816075 per ms 
06:38:22.089 16  switches: flows:  138237 134594 134018 134774 133182 136436 131732 131408 130239 135056 131494 127654 132940 130594 133118 131947  total = 35.397952 per ms 
06:39:22.190 16  switches: flows:  142694 141345 137999 137905 139412 140849 138614 136409 136910 139852 136106 134279 137514 135757 136733 136002  total = 36.744994 per ms 
06:40:22.290 16  switches: flows:  145660 142284 143090 143417 142881 142415 142342 143556 140397 140964 139983 136669 138726 137827 138701 141858  total = 37.616720 per ms 
06:41:22.390 16  switches: flows:  135354 132715 128055 132748 131067 129026 131875 130792 129696 131470 129141 129632 128984 127661 130173 129640  total = 34.742484 per ms 
06:42:22.490 16  switches: flows:  123543 119931 118470 119428 117647 120955 118389 118972 119452 120162 118808 116697 116730 116820 116424 117169  total = 31.607157 per ms 
06:43:22.591 16  switches: flows:  124596 120604 120511 123953 121100 123413 124055 120957 119806 120162 119749 119881 121940 119046 122529 120827  total = 32.331478 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31607.16/37616.72/35012.48/11836.31 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:43:22.607278" elapsed="0.001183"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T06:43:22.608812" elapsed="0.000068"/>
</return>
<status status="PASS" start="2026-08-02T06:43:22.608603" elapsed="0.000336"/>
</branch>
<status status="PASS" start="2026-08-02T06:43:22.608564" elapsed="0.000411"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T06:43:22.609115" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-02T06:43:22.609062" elapsed="0.000134"/>
</branch>
<status status="NOT RUN" start="2026-08-02T06:43:22.609038" elapsed="0.000191"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T06:43:22.609279" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T06:43:22.612990" elapsed="0.000520"/>
</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-08-02T06:43:22.613719" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:43:22.614135" elapsed="0.000169"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T06:43:22.609750" elapsed="0.004634"/>
</kw>
<msg time="2026-08-02T06:43:22.614587" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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-08-02T06:33:16.036105" elapsed="606.578524"/>
</kw>
<status status="PASS" start="2026-08-02T06:33:16.035608" elapsed="606.579092"/>
</branch>
<status status="PASS" start="2026-08-02T06:33:16.035084" elapsed="606.579649"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.615374" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:34:21.687 16  switches: flows:  124280 118846 122513 121553 119701 123162 121814 119289 124449 118544 116621 115048 119944 119693 117207 119978  total = 32.044033 per ms 
06:35:21.788 16  switches: flows:  143455 139072 143191 143580 138707 138471 143124 137347 137154 141168 136048 133168 137357 138521 136872 139177  total = 37.044998 per ms 
06:36:21.889 16  switches: flows:  130716 125999 129567 131043 126853 126430 130311 124265 125878 128805 122140 124470 125299 126860 125135 128245  total = 33.810481 per ms 
06:37:21.989 16  switches: flows:  138497 135099 135154 134325 135361 137667 133643 134865 132280 136618 134092 129020 133913 132711 133975 135332  total = 35.816075 per ms 
06:38:22.089 16  switches: flows:  138237 134594 134018 134774 133182 136436 131732 131408 130239 135056 131494 127654 132940 130594 133118 131947  total = 35.397952 per ms 
06:39:22.190 16  switches: flows:  142694 141345 137999 137905 139412 140849 138614 136409 136910 139852 136106 134279 137514 135757 136733 136002  total = 36.744994 per ms 
06:40:22.290 16  switches: flows:  145660 142284 143090 143417 142881 142415 142342 143556 140397 140964 139983 136669 138726 137827 138701 141858  total = 37.616720 per ms 
06:41:22.390 16  switches: flows:  135354 132715 128055 132748 131067 129026 131875 130792 129696 131470 129141 129632 128984 127661 130173 129640  total = 34.742484 per ms 
06:42:22.490 16  switches: flows:  123543 119931 118470 119428 117647 120955 118389 118972 119452 120162 118808 116697 116730 116820 116424 117169  total = 31.607157 per ms 
06:43:22.591 16  switches: flows:  124596 120604 120511 123953 121100 123413 124055 120957 119806 120162 119749 119881 121940 119046 122529 120827  total = 32.331478 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31607.16/37616.72/35012.48/11836.31 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:43:22.614936" elapsed="0.000559"/>
</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-08-02T06:43:22.615717" elapsed="0.000537"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T06:43:22.616820" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T06:43:22.616951" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31607.16/37616.72/35012.48/11836.31 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-08-02T06:43:22.616479" elapsed="0.000508"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T06:43:22.617604" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31607.16/37616.72/35012.48/11836.31 | 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-08-02T06:43:22.617226" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.620862" 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-08-02T06:43:22.617851" elapsed="0.003070"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.623456" level="INFO">31607.16/37616.72/35012.48/11836.31</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:43:22.621071" elapsed="0.002445"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T06:43:22.625936" 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-08-02T06:43:22.623676" elapsed="0.002289"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T06:43:22.628482" level="INFO">@{result_value_list} = [ 31607.16 | 37616.72 | 35012.48 | 11836.31 ]</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-08-02T06:43:22.626194" elapsed="0.002316"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.629006" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T06:43:22.629099" 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-08-02T06:43:22.628667" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.633994" level="INFO">min :: 31607.16</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-08-02T06:43:22.629575" elapsed="0.004479"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T06:43:22.629438" elapsed="0.004653"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.638675" level="INFO">max :: 37616.72</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-08-02T06:43:22.634332" elapsed="0.004400"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T06:43:22.634201" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.643648" level="INFO">avg :: 35012.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:43:22.639004" elapsed="0.004704"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T06:43:22.638858" elapsed="0.004885"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.648685" level="INFO">stdev :: 11836.31</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-08-02T06:43:22.643969" elapsed="0.004774"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T06:43:22.643835" elapsed="0.004943"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T06:43:22.629215" elapsed="0.019596"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.652739" level="INFO">${min} = 31607.16</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-08-02T06:43:22.648975" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.657006" level="INFO">${max} = 37616.72</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-08-02T06:43:22.652921" elapsed="0.004112"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.660970" level="INFO">${average} = 35012.48</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T06:43:22.657210" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.665013" level="INFO">${stdev} = 11836.31</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-08-02T06:43:22.661153" elapsed="0.003887"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.665606" level="INFO">${date} = 2026-08-02 06:43:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T06:43:22.665221" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.666206" level="INFO">CBench Result: 2026-08-02 06:43:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31607.16,37616.72,35012.48,11836.31</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-08-02T06:43:22.665781" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T06:43:22.667368" 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-08-02T06:43:22.666905" elapsed="0.000538"/>
</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-08-02T06:43:22.667596" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T06:43:22.666423" elapsed="0.001706"/>
</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-08-02T06:33:16.033532" elapsed="606.634678"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.668700" 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-08-02T06:43:22.668374" elapsed="0.000384"/>
</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-08-02T06:43:22.669300" elapsed="0.000281"/>
</kw>
<status status="PASS" start="2026-08-02T06:43:22.668975" elapsed="0.000680"/>
</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-08-02T06:33:16.029808" elapsed="606.639886"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.671327" 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-08-02T06:43:22.670860" elapsed="0.000562"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.672854" 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-08-02T06:43:22.672365" elapsed="0.000533"/>
</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-08-02T06:43:22.673288" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:43:22.673038" elapsed="0.000311"/>
</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-08-02T06:43:22.676360" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:43:22.676056" elapsed="0.000364"/>
</branch>
<status status="PASS" start="2026-08-02T06:43:22.676037" elapsed="0.000409"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:43:22.676807" 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-08-02T06:43:22.676930" 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-08-02T06:43:22.676594" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.677555" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.245 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.149" 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-08-02T06:43:22.677091" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:43:22.678173" 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-08-02T06:43:22.677758" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T06:43:22.679106" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T06:43:22.679215" 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-08-02T06:43:22.678790" 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-08-02T06:43:22.679398" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T06:43:22.680632" level="INFO">Logging into '10.30.171.149:22' as 'jenkins'.</msg>
<msg time="2026-08-02T06:43:23.272931" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  2 06:43:22 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  2 06:33:16 2026 from 10.30.171.27
[?2004h[jenkins@releng-50965-4-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-08-02T06:43:22.680266" elapsed="0.592984"/>
</kw>
<msg time="2026-08-02T06:43:23.273399" 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-08-02T06:43:22.679904" elapsed="0.593644"/>
</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-08-02T06:43:22.678406" elapsed="0.595354"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T06:43:23.274688" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.245 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T06:53:29.315688" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T06:53:29.316358" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T06:53:29.316474" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.245: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-08-02T06:43:23.274139" elapsed="606.042397"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:53:29.317056" elapsed="0.000880"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.319098" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:44:28.388 16  switches: flows:  520309 518778 513030 509878 515245 514315 513198 514396 497827 499058 495067 503012 501157 502510 498030 493777  total = 135.159783 per ms 
06:45:28.490 16  switches: flows:  607175 596804 587913 591869 587217 595829 606083 594400 598666 583980 607238 598408 598584 599563 606701 590686  total = 158.918509 per ms 
06:46:28.590 16  switches: flows:  604427 607880 613091 603343 607979 602544 612490 613355 603894 603916 619384 605337 605599 605830 608117 606036  total = 161.783691 per ms 
06:47:28.691 16  switches: flows:  590569 593952 594801 589732 586308 581608 580789 591113 585501 588974 600166 576178 583702 587296 579126 581495  total = 156.258951 per ms 
06:48:28.795 16  switches: flows:  579987 583253 593253 563710 580207 582615 581424 577005 589963 579898 579881 576145 565056 578020 570497 573960  total = 153.985206 per ms 
06:49:28.896 16  switches: flows:  570310 575951 588185 574788 569319 564117 572721 576013 563464 574291 580738 572378 575150 575917 575092 582741  total = 152.928548 per ms 
06:50:28.997 16  switches: flows:  628777 627215 627801 622193 640558 631082 629251 625596 627859 631477 629729 630146 621709 624975 636629 621829  total = 167.332815 per ms 
06:51:29.100 16  switches: flows:  635745 637655 627275 628427 627018 636136 618789 624706 636938 631219 633376 635190 629381 619998 636411 629772  total = 167.847253 per ms 
06:52:29.201 16  switches: flows:  616423 628967 625300 632044 631761 622423 623733 631859 622553 612167 627432 631962 626267 628444 627726 621266  total = 166.558596 per ms 
06:53:29.303 16  switches: flows:  604329 602420 614748 600352 610560 616643 615823 613628 605297 604667 613260 617100 609658 611405 616545 615677  total = 162.591123 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152928.55/167847.25/160911.63/53908.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:53:29.318368" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T06:53:29.319955" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-08-02T06:53:29.319654" elapsed="0.000485"/>
</branch>
<status status="PASS" start="2026-08-02T06:53:29.319603" elapsed="0.000625"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T06:53:29.320443" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-02T06:53:29.320359" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-08-02T06:53:29.320322" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T06:53:29.320672" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T06:53:29.325784" elapsed="0.000333"/>
</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-08-02T06:53:29.326281" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T06:53:29.326585" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T06:53:29.321385" elapsed="0.005354"/>
</kw>
<msg time="2026-08-02T06:53:29.326866" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.245: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-08-02T06:43:22.673700" elapsed="606.653193"/>
</kw>
<status status="PASS" start="2026-08-02T06:43:22.673376" elapsed="606.653566"/>
</branch>
<status status="PASS" start="2026-08-02T06:43:22.673013" elapsed="606.653953"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.327408" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:44:28.388 16  switches: flows:  520309 518778 513030 509878 515245 514315 513198 514396 497827 499058 495067 503012 501157 502510 498030 493777  total = 135.159783 per ms 
06:45:28.490 16  switches: flows:  607175 596804 587913 591869 587217 595829 606083 594400 598666 583980 607238 598408 598584 599563 606701 590686  total = 158.918509 per ms 
06:46:28.590 16  switches: flows:  604427 607880 613091 603343 607979 602544 612490 613355 603894 603916 619384 605337 605599 605830 608117 606036  total = 161.783691 per ms 
06:47:28.691 16  switches: flows:  590569 593952 594801 589732 586308 581608 580789 591113 585501 588974 600166 576178 583702 587296 579126 581495  total = 156.258951 per ms 
06:48:28.795 16  switches: flows:  579987 583253 593253 563710 580207 582615 581424 577005 589963 579898 579881 576145 565056 578020 570497 573960  total = 153.985206 per ms 
06:49:28.896 16  switches: flows:  570310 575951 588185 574788 569319 564117 572721 576013 563464 574291 580738 572378 575150 575917 575092 582741  total = 152.928548 per ms 
06:50:28.997 16  switches: flows:  628777 627215 627801 622193 640558 631082 629251 625596 627859 631477 629729 630146 621709 624975 636629 621829  total = 167.332815 per ms 
06:51:29.100 16  switches: flows:  635745 637655 627275 628427 627018 636136 618789 624706 636938 631219 633376 635190 629381 619998 636411 629772  total = 167.847253 per ms 
06:52:29.201 16  switches: flows:  616423 628967 625300 632044 631761 622423 623733 631859 622553 612167 627432 631962 626267 628444 627726 621266  total = 166.558596 per ms 
06:53:29.303 16  switches: flows:  604329 602420 614748 600352 610560 616643 615823 613628 605297 604667 613260 617100 609658 611405 616545 615677  total = 162.591123 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152928.55/167847.25/160911.63/53908.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:53:29.327105" elapsed="0.000376"/>
</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-08-02T06:53:29.327626" elapsed="0.000357"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T06:53:29.328373" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T06:53:29.328462" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152928.55/167847.25/160911.63/53908.03 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-08-02T06:53:29.328141" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T06:53:29.328922" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152928.55/167847.25/160911.63/53908.03 | 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-08-02T06:53:29.328664" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.331371" 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-08-02T06:53:29.329093" elapsed="0.002335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.333804" level="INFO">152928.55/167847.25/160911.63/53908.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:53:29.331573" elapsed="0.002287"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T06:53:29.336246" 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-08-02T06:53:29.334008" elapsed="0.002265"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T06:53:29.338728" level="INFO">@{result_value_list} = [ 152928.55 | 167847.25 | 160911.63 | 53908.03 ]</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-08-02T06:53:29.336459" elapsed="0.002297"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.339226" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T06:53:29.339315" 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-08-02T06:53:29.338909" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.344231" level="INFO">min :: 152928.55</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:53:29.339723" elapsed="0.004565"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T06:53:29.339594" elapsed="0.004729"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.348921" level="INFO">max :: 167847.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T06:53:29.344541" elapsed="0.004437"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T06:53:29.344412" elapsed="0.004602"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.353593" level="INFO">avg :: 160911.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-08-02T06:53:29.349246" elapsed="0.004404"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T06:53:29.349102" elapsed="0.004582"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.358256" level="INFO">stdev :: 53908.03</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-08-02T06:53:29.353901" elapsed="0.004412"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T06:53:29.353771" elapsed="0.004577"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T06:53:29.339405" elapsed="0.018979"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.362295" level="INFO">${min} = 152928.55</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-08-02T06:53:29.358544" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.366458" level="INFO">${max} = 167847.25</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-08-02T06:53:29.362481" elapsed="0.004003"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.370399" level="INFO">${average} = 160911.63</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-08-02T06:53:29.366641" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.374319" level="INFO">${stdev} = 53908.03</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-08-02T06:53:29.370578" elapsed="0.003768"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.374853" level="INFO">${date} = 2026-08-02 06:53:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T06:53:29.374505" elapsed="0.000374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.375447" level="INFO">CBench Result: 2026-08-02 06:53:29,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152928.55,167847.25,160911.63,53908.03</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-08-02T06:53:29.375025" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T06:53:29.376527" 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-08-02T06:53:29.376111" elapsed="0.000482"/>
</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-08-02T06:53:29.376778" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T06:53:29.375647" elapsed="0.001671"/>
</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-08-02T06:43:22.671754" elapsed="606.705629"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.377846" 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-08-02T06:53:29.377532" elapsed="0.000370"/>
</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-08-02T06:53:29.378424" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-08-02T06:53:29.378107" elapsed="0.000651"/>
</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-08-02T06:43:22.670233" elapsed="606.708563"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.379980" 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-08-02T06:53:29.379602" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.381269" 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-08-02T06:53:29.380925" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-02T06:53:29.381641" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:53:29.381423" elapsed="0.000276"/>
</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-08-02T06:53:29.384777" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-02T06:53:29.384496" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-08-02T06:53:29.384477" elapsed="0.000381"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:53:29.385179" 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-08-02T06:53:29.385300" 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-08-02T06:53:29.384989" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.386007" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.149" 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-08-02T06:53:29.385462" elapsed="0.000604"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-02T06:53:29.386618" 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-08-02T06:53:29.386220" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T06:53:29.387548" level="INFO">Length is 0.</msg>
<msg time="2026-08-02T06:53:29.387636" 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-08-02T06:53:29.387235" elapsed="0.000425"/>
</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-08-02T06:53:29.387800" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-02T06:53:29.388985" level="INFO">Logging into '10.30.171.149:22' as 'jenkins'.</msg>
<msg time="2026-08-02T06:53:29.967096" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  2 06:53:29 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  2 06:43:23 2026 from 10.30.171.27
[?2004h[jenkins@releng-50965-4-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-08-02T06:53:29.388623" elapsed="0.578684"/>
</kw>
<msg time="2026-08-02T06:53:29.967390" 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-08-02T06:53:29.388283" elapsed="0.579188"/>
</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-08-02T06:53:29.386845" elapsed="0.580742"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-02T06:53:29.968105" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.245 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-02T07:03:36.020146" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-02T07:03:36.020729" level="INFO">${stdout} = </msg>
<msg time="2026-08-02T07:03:36.020839" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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-08-02T06:53:29.967810" elapsed="606.053087"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T07:03:36.021410" elapsed="0.000648"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.023259" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:54:35.101 16  switches: flows:  118092 122665 116134 119388 133838 117889 123820 115614 121359 116059 117099 120094 115822 117951 119669 119525  total = 31.916967 per ms 
06:55:35.201 16  switches: flows:  116465 119914 115391 116327 121387 117243 118503 117133 119465 114121 119033 118225 113948 117535 120179 118298  total = 31.333770 per ms 
06:56:35.302 16  switches: flows:  115103 120661 118106 118026 121960 117200 115699 116200 120235 115016 121190 117617 115528 117035 117753 116432  total = 31.343675 per ms 
06:57:35.402 16  switches: flows:  119549 124985 115056 118767 123128 118992 120286 120478 123500 118309 116753 119291 116804 120906 121216 121796  total = 31.943608 per ms 
06:58:35.502 16  switches: flows:  116676 121432 113484 115209 120844 114952 115971 116357 120421 115043 116753 117042 115056 117225 118303 116834  total = 31.141373 per ms 
06:59:35.603 16  switches: flows:  115593 120934 116798 114897 119450 115276 116133 115702 118580 115945 119495 117443 112291 117909 116972 116640  total = 31.115616 per ms 
07:00:35.703 16  switches: flows:  117933 120546 117768 118780 118381 117220 116352 117683 118770 116465 119212 116730 115312 114674 116162 116446  total = 31.255051 per ms 
07:01:35.803 16  switches: flows:  118249 120988 117491 117303 119492 118442 119364 118195 120681 116214 119763 116363 116304 118538 116346 116157  total = 31.445670 per ms 
07:02:35.903 16  switches: flows:  120871 123557 118077 121853 121461 121109 120727 121818 121913 119114 120124 120352 119835 120066 118816 119261  total = 32.095653 per ms 
07:03:36.004 16  switches: flows:  122499 123772 118992 118923 122697 122028 121097 119220 123297 120731 120394 118489 118336 120645 121426 118439  total = 32.129434 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31115.62/32129.43/31533.76/10518.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T07:03:36.022496" elapsed="0.001056"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-02T07:03:36.024020" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-08-02T07:03:36.023726" elapsed="0.000491"/>
</branch>
<status status="PASS" start="2026-08-02T07:03:36.023676" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-02T07:03:36.024489" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-02T07:03:36.024406" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-08-02T07:03:36.024370" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-02T07:03:36.024698" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-02T07:03:36.030271" 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-08-02T07:03:36.030762" elapsed="0.000167"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-02T07:03:36.031059" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-02T07:03:36.025449" elapsed="0.005779"/>
</kw>
<msg time="2026-08-02T07:03:36.031362" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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-08-02T06:53:29.382040" elapsed="606.649350"/>
</kw>
<status status="PASS" start="2026-08-02T06:53:29.381724" elapsed="606.649716"/>
</branch>
<status status="PASS" start="2026-08-02T06:53:29.381403" elapsed="606.650060"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.031901" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.245: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.245. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
06:54:35.101 16  switches: flows:  118092 122665 116134 119388 133838 117889 123820 115614 121359 116059 117099 120094 115822 117951 119669 119525  total = 31.916967 per ms 
06:55:35.201 16  switches: flows:  116465 119914 115391 116327 121387 117243 118503 117133 119465 114121 119033 118225 113948 117535 120179 118298  total = 31.333770 per ms 
06:56:35.302 16  switches: flows:  115103 120661 118106 118026 121960 117200 115699 116200 120235 115016 121190 117617 115528 117035 117753 116432  total = 31.343675 per ms 
06:57:35.402 16  switches: flows:  119549 124985 115056 118767 123128 118992 120286 120478 123500 118309 116753 119291 116804 120906 121216 121796  total = 31.943608 per ms 
06:58:35.502 16  switches: flows:  116676 121432 113484 115209 120844 114952 115971 116357 120421 115043 116753 117042 115056 117225 118303 116834  total = 31.141373 per ms 
06:59:35.603 16  switches: flows:  115593 120934 116798 114897 119450 115276 116133 115702 118580 115945 119495 117443 112291 117909 116972 116640  total = 31.115616 per ms 
07:00:35.703 16  switches: flows:  117933 120546 117768 118780 118381 117220 116352 117683 118770 116465 119212 116730 115312 114674 116162 116446  total = 31.255051 per ms 
07:01:35.803 16  switches: flows:  118249 120988 117491 117303 119492 118442 119364 118195 120681 116214 119763 116363 116304 118538 116346 116157  total = 31.445670 per ms 
07:02:35.903 16  switches: flows:  120871 123557 118077 121853 121461 121109 120727 121818 121913 119114 120124 120352 119835 120066 118816 119261  total = 32.095653 per ms 
07:03:36.004 16  switches: flows:  122499 123772 118992 118923 122697 122028 121097 119220 123297 120731 120394 118489 118336 120645 121426 118439  total = 32.129434 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31115.62/32129.43/31533.76/10518.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T07:03:36.031611" elapsed="0.000364"/>
</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-08-02T07:03:36.032122" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-02T07:03:36.032895" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-02T07:03:36.032985" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31115.62/32129.43/31533.76/10518.28 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-08-02T07:03:36.032675" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T07:03:36.033468" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31115.62/32129.43/31533.76/10518.28 | 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-08-02T07:03:36.033209" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.035883" 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-08-02T07:03:36.033640" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.039147" level="INFO">31115.62/32129.43/31533.76/10518.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T07:03:36.036089" elapsed="0.003211"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T07:03:36.043070" 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-08-02T07:03:36.039630" elapsed="0.003468"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-02T07:03:36.045611" level="INFO">@{result_value_list} = [ 31115.62 | 32129.43 | 31533.76 | 10518.28 ]</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-08-02T07:03:36.043326" elapsed="0.002313"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.046122" level="INFO">Length is 4.</msg>
<msg time="2026-08-02T07:03:36.046231" 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-08-02T07:03:36.045804" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.051236" level="INFO">min :: 31115.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-02T07:03:36.046647" elapsed="0.004648"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-02T07:03:36.046518" elapsed="0.004814"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.055980" level="INFO">max :: 32129.43</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-08-02T07:03:36.051560" elapsed="0.004478"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-02T07:03:36.051426" elapsed="0.004647"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.060847" level="INFO">avg :: 31533.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-08-02T07:03:36.056308" elapsed="0.004604"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-02T07:03:36.056159" elapsed="0.004791"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.065831" level="INFO">stdev :: 10518.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-08-02T07:03:36.061210" elapsed="0.004680"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-02T07:03:36.061036" elapsed="0.004890"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-02T07:03:36.046324" elapsed="0.019633"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.070219" level="INFO">${min} = 31115.62</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-02T07:03:36.066185" elapsed="0.004065"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.074503" level="INFO">${max} = 32129.43</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-08-02T07:03:36.070409" elapsed="0.004121"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.078579" level="INFO">${average} = 31533.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-08-02T07:03:36.074689" elapsed="0.003918"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.082654" level="INFO">${stdev} = 10518.28</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-08-02T07:03:36.078762" elapsed="0.003919"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.083252" level="INFO">${date} = 2026-08-02 07:03:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-02T07:03:36.082852" elapsed="0.000428"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.083892" level="INFO">CBench Result: 2026-08-02 07:03:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31115.62,32129.43,31533.76,10518.28</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-08-02T07:03:36.083465" elapsed="0.000485"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-02T07:03:36.085207" 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-08-02T07:03:36.084685" elapsed="0.000599"/>
</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-08-02T07:03:36.085468" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-02T07:03:36.084128" elapsed="0.001893"/>
</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-08-02T06:53:29.380362" elapsed="606.705723"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.086647" 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-08-02T07:03:36.086255" elapsed="0.000451"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-02T07:03:36.088017" 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-08-02T07:03:36.087511" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-02T07:03:36.088309" elapsed="0.000042"/>
</return>
<status status="PASS" start="2026-08-02T07:03:36.088131" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-08-02T07:03:36.088108" elapsed="0.000343"/>
</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-08-02T07:03:36.088617" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-02T07:03:36.088776" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-02T07:03:36.088936" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-02T07:03:36.089192" elapsed="0.000023"/>
</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-08-02T07:03:36.089348" elapsed="0.000026"/>
</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-08-02T07:03:36.089542" elapsed="0.000025"/>
</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-08-02T07:03:36.089710" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-02T07:03:36.089939" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-02T07:03:36.089799" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-08-02T07:03:36.089782" elapsed="0.000233"/>
</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-08-02T07:03:36.087107" elapsed="0.002960"/>
</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-08-02T06:53:29.379085" elapsed="606.711032"/>
</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-08-02T06:33:13.335742" elapsed="1822.754877"/>
</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>
