<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-03T03:03:32.881800" 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-03T03:03:33.461010" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:03:33.460869" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:33.460841" elapsed="0.000268"/>
</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-03T03:03:33.461254" elapsed="0.000517"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-03T03:03:33.462239" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-08-03T03:03:34.281595" 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-03T03:03:33.461942" elapsed="0.819844"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-03T03:03:34.332452" 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-03T03:03:34.282077" elapsed="0.050548"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-03T03:03:34.335554" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-03T03:03:34.335715" 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-03T03:03:34.332920" elapsed="0.002840"/>
</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-03T03:03:34.336025" elapsed="0.000308"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:03:34.336585" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:03:34.337686" 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-03T03:03:34.337168" elapsed="0.000602"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:03:34.337848" elapsed="0.000072"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
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-03T03:03:33.460490" elapsed="0.877605"/>
</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-03T03:03:33.456850" elapsed="0.881335"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:03:34.338997" 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-03T03:03:34.338466" elapsed="0.000636"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:03:34.339930" 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-03T03:03:34.339335" elapsed="0.000744"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-03T03:03:34.340876" 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-03T03:03:34.340315" elapsed="0.000589"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:03:34.341460" 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-03T03:03:34.341095" elapsed="0.000411"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-03T03:03:34.342036" 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-03T03:03:34.341655" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:03:34.342587" 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-03T03:03:34.342227" elapsed="0.000409"/>
</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-03T03:03:34.342978" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:03:34.342734" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:03:34.347773" 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-03T03:03:34.347233" elapsed="0.000571"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:03:34.349062" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:03:34.349178" 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-03T03:03:34.348478" elapsed="0.000731"/>
</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-03T03:03:34.349371" elapsed="0.000489"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:03:34.351158" level="INFO">Logging into '10.30.170.216:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:03:35.187304" 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 Mon Aug  3 03:03:34 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.216
  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-5-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-03T03:03:34.350510" elapsed="0.836956"/>
</kw>
<msg time="2026-08-03T03:03:35.187558" 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-03T03:03:34.350054" elapsed="0.837593"/>
</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-03T03:03:34.348071" elapsed="0.839693"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.195915" 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-03T03:03:35.187965" elapsed="0.009255"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:03:35.197420" elapsed="0.000270"/>
</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-03T03:03:34.346566" elapsed="0.851266"/>
</kw>
<status status="PASS" start="2026-08-03T03:03:34.343111" elapsed="0.854801"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:34.342707" elapsed="0.855266"/>
</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-03T03:03:35.198333" elapsed="0.001006"/>
</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-03T03:03:35.208930" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:03:35.208805" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:35.208781" elapsed="0.000227"/>
</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-03T03:03:35.212560" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:03:35.212442" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:35.212410" elapsed="0.000220"/>
</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-03T03:03:35.212760" elapsed="0.000429"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.213627" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-08-03T03:03:35.426510" 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-03T03:03:35.213337" elapsed="0.213314"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.524548" 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-03T03:03:35.426876" elapsed="0.097923"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.529477" 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-03T03:03:35.529707" 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-03T03:03:35.525136" elapsed="0.004605"/>
</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-03T03:03:35.529888" elapsed="0.000301"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:03:35.530346" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:03:35.531088" 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-03T03:03:35.530749" elapsed="0.000395"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:03:35.531198" elapsed="0.000058"/>
</return>
<msg time="2026-08-03T03:03:35.531446" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 1.0.0            x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
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-03T03:03:35.212059" elapsed="0.319422"/>
</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-03T03:03:35.531631" elapsed="0.000582"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:03:35.532267" elapsed="0.000036"/>
</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-03T03:03:35.208196" elapsed="0.324228"/>
</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-03T03:03:35.536301" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:03:35.536163" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:35.536139" elapsed="0.000237"/>
</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-03T03:03:35.536526" elapsed="0.000485"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.537484" level="INFO">Logging into '10.30.171.37:8101' as 'karaf'.</msg>
<msg time="2026-08-03T03:03:35.718070" 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-03T03:03:35.537164" elapsed="0.181054"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.744746" 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-03T03:03:35.718485" elapsed="0.026323"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.746562" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-03T03:03:35.746666" 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-03T03:03:35.744961" elapsed="0.001734"/>
</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-03T03:03:35.746828" elapsed="0.000194"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:03:35.747166" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:03:35.747844" 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-03T03:03:35.747522" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-03T03:03:35.747945" elapsed="0.000055"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.37
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-03T03:03:35.535828" elapsed="0.212291"/>
</kw>
<status status="PASS" start="2026-08-03T03:03:33.454891" elapsed="2.293291"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:03:35.750600" 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-03T03:03:35.749517" elapsed="0.001147"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:03:35.752126" 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-03T03:03:35.751776" elapsed="0.000393"/>
</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-03T03:03:35.752506" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:03:35.752248" elapsed="0.000317"/>
</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-03T03:03:35.755508" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:03:35.755245" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:35.755226" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.755921" 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-03T03:03:35.756051" 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-03T03:03:35.755719" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:03:35.756647" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.216" 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-03T03:03:35.756211" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.757336" 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-03T03:03:35.756874" elapsed="0.000488"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:03:35.758269" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:03:35.758358" 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-03T03:03:35.757949" elapsed="0.000432"/>
</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-03T03:03:35.758537" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:03:35.759742" level="INFO">Logging into '10.30.170.216:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:03:36.104211" 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 Mon Aug  3 03:03:34 UTC 2026

  System load:  0.04               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.216
  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: Mon Aug  3 03:03:35 2026 from 10.30.170.111
[?2004h[jenkins@releng-50965-5-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-03T03:03:35.759369" elapsed="0.345012"/>
</kw>
<msg time="2026-08-03T03:03:36.104479" 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-03T03:03:35.759021" elapsed="0.345585"/>
</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-03T03:03:35.757576" elapsed="0.347154"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-03T03:03:36.105274" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-03T03:13:42.206292" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-03T03:13:42.206986" level="INFO">${stdout} = </msg>
<msg time="2026-08-03T03:13:42.207100" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:03:36.104973" elapsed="606.102197"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:13:42.207772" elapsed="0.000960"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.209998" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:41.283 16  switches: flows:  104186 101823 103749 103604 105168 102620 105714 102298 101724 102650 102837 103113 100799 102492 103952 100759  total = 27.458133 per ms 
03:05:41.383 16  switches: flows:  117609 114358 117488 113014 117116 114837 116727 115598 115284 115553 113456 112359 111809 115200 112693 113923  total = 30.566012 per ms 
03:06:41.483 16  switches: flows:  117948 115674 117945 118183 118567 116893 117485 116958 115608 116532 114384 116288 114165 116741 113789 115804  total = 30.997590 per ms 
03:07:41.586 16  switches: flows:  116054 114028 117170 116109 117103 116022 115533 116162 114210 113979 111989 114559 113215 114514 113181 114333  total = 30.583725 per ms 
03:08:41.686 16  switches: flows:  120494 118321 117669 120109 119720 118754 118767 119801 118516 114628 117971 115804 115616 118214 118057 115609  total = 31.415015 per ms 
03:09:41.787 16  switches: flows:  113053 113135 112923 112481 112493 113360 113224 111756 112084 110359 111541 109629 109823 112541 112028 109389  total = 29.780532 per ms 
03:10:41.887 16  switches: flows:  118553 115491 118180 117283 115980 117461 116853 117028 115872 114739 115280 114723 114834 114736 115965 114650  total = 30.908888 per ms 
03:11:41.987 16  switches: flows:  119427 116253 118428 117089 118030 120162 117539 119383 115515 116685 117547 115513 116673 117332 118646 116221  total = 31.288495 per ms 
03:12:42.088 16  switches: flows:  119554 117292 121225 117106 117426 118890 117064 119177 117630 117349 117435 118625 116800 117120 119323 116903  total = 31.429521 per ms 
03:13:42.188 16  switches: flows:  121604 119263 122009 120858 120711 119856 119871 119922 120193 119468 118566 120712 120600 119927 121186 119019  total = 32.009280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29780.53/32009.28/30997.67/10350.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:42.209120" elapsed="0.001204"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-03T03:13:42.210882" elapsed="0.000095"/>
</return>
<status status="PASS" start="2026-08-03T03:13:42.210563" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:42.210499" elapsed="0.000627"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-03T03:13:42.211417" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:13:42.211302" elapsed="0.000215"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:13:42.211263" elapsed="0.000304"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-03T03:13:42.211645" 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-03T03:13:42.217007" elapsed="0.000346"/>
</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-03T03:13:42.217516" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:13:42.217820" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-03T03:13:42.212370" elapsed="0.005603"/>
</kw>
<msg time="2026-08-03T03:13:42.218102" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:03:35.752928" elapsed="606.465202"/>
</kw>
<status status="PASS" start="2026-08-03T03:03:35.752593" elapsed="606.465586"/>
</branch>
<status status="PASS" start="2026-08-03T03:03:35.752226" elapsed="606.465977"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.218669" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:41.283 16  switches: flows:  104186 101823 103749 103604 105168 102620 105714 102298 101724 102650 102837 103113 100799 102492 103952 100759  total = 27.458133 per ms 
03:05:41.383 16  switches: flows:  117609 114358 117488 113014 117116 114837 116727 115598 115284 115553 113456 112359 111809 115200 112693 113923  total = 30.566012 per ms 
03:06:41.483 16  switches: flows:  117948 115674 117945 118183 118567 116893 117485 116958 115608 116532 114384 116288 114165 116741 113789 115804  total = 30.997590 per ms 
03:07:41.586 16  switches: flows:  116054 114028 117170 116109 117103 116022 115533 116162 114210 113979 111989 114559 113215 114514 113181 114333  total = 30.583725 per ms 
03:08:41.686 16  switches: flows:  120494 118321 117669 120109 119720 118754 118767 119801 118516 114628 117971 115804 115616 118214 118057 115609  total = 31.415015 per ms 
03:09:41.787 16  switches: flows:  113053 113135 112923 112481 112493 113360 113224 111756 112084 110359 111541 109629 109823 112541 112028 109389  total = 29.780532 per ms 
03:10:41.887 16  switches: flows:  118553 115491 118180 117283 115980 117461 116853 117028 115872 114739 115280 114723 114834 114736 115965 114650  total = 30.908888 per ms 
03:11:41.987 16  switches: flows:  119427 116253 118428 117089 118030 120162 117539 119383 115515 116685 117547 115513 116673 117332 118646 116221  total = 31.288495 per ms 
03:12:42.088 16  switches: flows:  119554 117292 121225 117106 117426 118890 117064 119177 117630 117349 117435 118625 116800 117120 119323 116903  total = 31.429521 per ms 
03:13:42.188 16  switches: flows:  121604 119263 122009 120858 120711 119856 119871 119922 120193 119468 118566 120712 120600 119927 121186 119019  total = 32.009280 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29780.53/32009.28/30997.67/10350.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:42.218345" elapsed="0.000398"/>
</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-03T03:13:42.218898" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-03T03:13:42.219713" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-03T03:13:42.219805" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29780.53/32009.28/30997.67/10350.37 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-03T03:13:42.219471" elapsed="0.000358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:13:42.220249" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29780.53/32009.28/30997.67/10350.37 | 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-03T03:13:42.219981" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.222673" 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-03T03:13:42.220433" elapsed="0.002298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.225125" level="INFO">29780.53/32009.28/30997.67/10350.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:42.222878" elapsed="0.002302"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:13:42.227655" 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-03T03:13:42.225328" elapsed="0.002356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:13:42.230149" level="INFO">@{result_value_list} = [ 29780.53 | 32009.28 | 30997.67 | 10350.37 ]</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-03T03:13:42.227899" elapsed="0.002279"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.230665" level="INFO">Length is 4.</msg>
<msg time="2026-08-03T03:13:42.230755" 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-03T03:13:42.230335" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.235529" level="INFO">min :: 29780.53</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-03T03:13:42.231209" elapsed="0.004377"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-03T03:13:42.231045" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.240122" level="INFO">max :: 32009.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-03T03:13:42.235839" elapsed="0.004339"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-03T03:13:42.235713" elapsed="0.004500"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.244774" level="INFO">avg :: 30997.67</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-03T03:13:42.240444" elapsed="0.004388"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-03T03:13:42.240301" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.249435" level="INFO">stdev :: 10350.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:13:42.245089" elapsed="0.004405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-03T03:13:42.244960" elapsed="0.004569"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-03T03:13:42.230850" elapsed="0.018713"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.253795" level="INFO">${min} = 29780.53</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-03T03:13:42.250024" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.257947" level="INFO">${max} = 32009.28</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-03T03:13:42.253996" elapsed="0.003978"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.261929" level="INFO">${average} = 30997.67</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-03T03:13:42.258129" elapsed="0.003828"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.266013" level="INFO">${stdev} = 10350.37</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-03T03:13:42.262113" elapsed="0.003926"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.266576" level="INFO">${date} = 2026-08-03 03:13:42</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-03T03:13:42.266200" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.267173" level="INFO">CBench Result: 2026-08-03 03:13:42,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29780.53,32009.28,30997.67,10350.37</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-03T03:13:42.266748" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:13:42.268335" 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-03T03:13:42.267897" elapsed="0.000517"/>
</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-03T03:13:42.268564" elapsed="0.000462"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-03T03:13:42.267416" elapsed="0.001674"/>
</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-03T03:03:35.751122" elapsed="606.518028"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.269638" 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-03T03:13:42.269300" elapsed="0.000393"/>
</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-03T03:13:42.270206" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-08-03T03:13:42.269907" elapsed="0.000654"/>
</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-03T03:03:35.748331" elapsed="606.522268"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.272368" 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-03T03:13:42.271985" elapsed="0.000455"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.273738" 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-03T03:13:42.273389" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-03T03:13:42.274128" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:13:42.273904" elapsed="0.000479"/>
</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-03T03:13:42.277774" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:13:42.277492" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:42.277469" elapsed="0.000393"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:13:42.278225" 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-03T03:13:42.278346" 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-03T03:13:42.278002" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.278951" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.216" 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-03T03:13:42.278521" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:13:42.279563" 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-03T03:13:42.279148" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:13:42.280486" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:13:42.280574" 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-03T03:13:42.280161" elapsed="0.000437"/>
</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-03T03:13:42.280736" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:13:42.281939" level="INFO">Logging into '10.30.170.216:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:13:42.869614" 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 Mon Aug  3 03:13:42 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.216
  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: Mon Aug  3 03:03:36 2026 from 10.30.170.111
[?2004h[jenkins@releng-50965-5-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-03T03:13:42.281585" elapsed="0.588256"/>
</kw>
<msg time="2026-08-03T03:13:42.869936" 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-03T03:13:42.281228" elapsed="0.588803"/>
</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-03T03:13:42.279788" elapsed="0.590362"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-03T03:13:42.870691" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-03T03:23:49.119272" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-03T03:23:49.120270" level="INFO">${stdout} = </msg>
<msg time="2026-08-03T03:23:49.120348" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37: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-03T03:13:42.870372" elapsed="606.250027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:23:49.120819" elapsed="0.000509"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.122138" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:48.135 16  switches: flows:  602983 605968 601886 607653 630925 626049 613522 615091 607351 611318 589231 611409 596108 594194 605767 600542  total = 161.999950 per ms 
03:15:48.238 16  switches: flows:  650500 657430 642676 650521 642678 664939 655579 643839 637580 648621 664195 648644 655374 644242 649518 648594  total = 173.122093 per ms 
03:16:48.339 16  switches: flows:  683815 686046 683448 691154 672663 677152 683615 690034 683697 685088 682031 685778 694326 695634 684777 679571  total = 182.340893 per ms 
03:17:48.465 16  switches: flows:  696536 697749 703841 699651 700953 694652 693986 703693 692192 695778 702754 699311 697296 703787 693380 691212  total = 185.720481 per ms 
03:18:48.567 16  switches: flows:  685392 690325 686172 681939 681649 684575 690114 689098 692498 684866 687436 698782 690591 684640 672952 687112  total = 182.828233 per ms 
03:19:48.669 16  switches: flows:  594733 593839 534217 579136 590665 587942 536776 600206 575738 595453 596826 597234 576911 600436 593836 537566  total = 154.597729 per ms 
03:20:48.770 16  switches: flows:  635493 660285 650581 644351 652789 651056 640386 651179 638064 638954 653715 652182 648848 647490 650676 641003  total = 172.326761 per ms 
03:21:48.889 16  switches: flows:  658848 661205 648395 654154 651157 647292 657887 657470 646793 641602 653004 663330 656004 664714 644288 651088  total = 173.942797 per ms 
03:22:48.991 16  switches: flows:  646894 636571 652939 653557 643587 637839 631350 640760 640541 630564 636294 641599 647597 652129 647513 638440  total = 171.013280 per ms 
03:23:49.093 16  switches: flows:  659620 664383 681329 671409 673606 673530 675125 671328 682422 668532 678853 682204 680602 660754 677317 672622  total = 179.255934 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154597.73/185720.48/175016.47/58994.27 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:49.121615" elapsed="0.000731"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-03T03:23:49.122712" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-08-03T03:23:49.122497" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-08-03T03:23:49.122461" elapsed="0.000399"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-03T03:23:49.122991" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:23:49.122941" elapsed="0.000104"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:23:49.122919" elapsed="0.000155"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-03T03:23:49.123115" elapsed="0.000018"/>
</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-03T03:23:49.126961" elapsed="0.000506"/>
</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-03T03:23:49.127673" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:23:49.128103" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-03T03:23:49.123641" elapsed="0.004679"/>
</kw>
<msg time="2026-08-03T03:23:49.128532" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37: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-03T03:13:42.274785" elapsed="606.853785"/>
</kw>
<status status="PASS" start="2026-08-03T03:13:42.274440" elapsed="606.854207"/>
</branch>
<status status="PASS" start="2026-08-03T03:13:42.273881" elapsed="606.854800"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.129363" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:48.135 16  switches: flows:  602983 605968 601886 607653 630925 626049 613522 615091 607351 611318 589231 611409 596108 594194 605767 600542  total = 161.999950 per ms 
03:15:48.238 16  switches: flows:  650500 657430 642676 650521 642678 664939 655579 643839 637580 648621 664195 648644 655374 644242 649518 648594  total = 173.122093 per ms 
03:16:48.339 16  switches: flows:  683815 686046 683448 691154 672663 677152 683615 690034 683697 685088 682031 685778 694326 695634 684777 679571  total = 182.340893 per ms 
03:17:48.465 16  switches: flows:  696536 697749 703841 699651 700953 694652 693986 703693 692192 695778 702754 699311 697296 703787 693380 691212  total = 185.720481 per ms 
03:18:48.567 16  switches: flows:  685392 690325 686172 681939 681649 684575 690114 689098 692498 684866 687436 698782 690591 684640 672952 687112  total = 182.828233 per ms 
03:19:48.669 16  switches: flows:  594733 593839 534217 579136 590665 587942 536776 600206 575738 595453 596826 597234 576911 600436 593836 537566  total = 154.597729 per ms 
03:20:48.770 16  switches: flows:  635493 660285 650581 644351 652789 651056 640386 651179 638064 638954 653715 652182 648848 647490 650676 641003  total = 172.326761 per ms 
03:21:48.889 16  switches: flows:  658848 661205 648395 654154 651157 647292 657887 657470 646793 641602 653004 663330 656004 664714 644288 651088  total = 173.942797 per ms 
03:22:48.991 16  switches: flows:  646894 636571 652939 653557 643587 637839 631350 640760 640541 630564 636294 641599 647597 652129 647513 638440  total = 171.013280 per ms 
03:23:49.093 16  switches: flows:  659620 664383 681329 671409 673606 673530 675125 671328 682422 668532 678853 682204 680602 660754 677317 672622  total = 179.255934 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154597.73/185720.48/175016.47/58994.27 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:49.128928" elapsed="0.000560"/>
</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-03T03:23:49.129704" elapsed="0.000509"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-03T03:23:49.130791" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-03T03:23:49.130927" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154597.73/185720.48/175016.47/58994.27 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-03T03:23:49.130474" elapsed="0.000487"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:23:49.131591" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154597.73/185720.48/175016.47/58994.27 | 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-03T03:23:49.131170" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.134870" 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-03T03:23:49.131836" elapsed="0.003095"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.137356" level="INFO">154597.73/185720.48/175016.47/58994.27</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:23:49.135081" elapsed="0.002350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:23:49.139781" 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-03T03:23:49.137582" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:23:49.142308" level="INFO">@{result_value_list} = [ 154597.73 | 185720.48 | 175016.47 | 58994.27 ]</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-03T03:23:49.140014" elapsed="0.002322"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.142826" level="INFO">Length is 4.</msg>
<msg time="2026-08-03T03:23:49.142915" 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-03T03:23:49.142510" elapsed="0.000428"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.147967" level="INFO">min :: 154597.73</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-03T03:23:49.143337" elapsed="0.004689"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-03T03:23:49.143206" elapsed="0.004857"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.152742" level="INFO">max :: 185720.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-03T03:23:49.148286" elapsed="0.004514"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-03T03:23:49.148156" elapsed="0.004682"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.157927" level="INFO">avg :: 175016.47</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-03T03:23:49.153067" elapsed="0.004937"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-03T03:23:49.152935" elapsed="0.005108"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.162928" level="INFO">stdev :: 58994.27</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-03T03:23:49.158322" elapsed="0.004674"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-03T03:23:49.158151" elapsed="0.004883"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-03T03:23:49.143010" elapsed="0.020058"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.167000" level="INFO">${min} = 154597.73</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-03T03:23:49.163243" elapsed="0.003784"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.170931" level="INFO">${max} = 185720.48</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-03T03:23:49.167179" elapsed="0.003779"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.174890" level="INFO">${average} = 175016.47</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-03T03:23:49.171109" elapsed="0.003808"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.178817" level="INFO">${stdev} = 58994.27</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-03T03:23:49.175068" elapsed="0.003776"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.179352" level="INFO">${date} = 2026-08-03 03:23:49</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-03T03:23:49.179003" elapsed="0.000375"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.179949" level="INFO">CBench Result: 2026-08-03 03:23:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154597.73,185720.48,175016.47,58994.27</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-03T03:23:49.179543" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:23:49.181129" 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-03T03:23:49.180672" elapsed="0.000523"/>
</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-03T03:23:49.181343" elapsed="0.000493"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-03T03:23:49.180170" elapsed="0.001736"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-03T03:13:42.272754" elapsed="606.909216"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.182504" 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-03T03:23:49.182167" elapsed="0.000393"/>
</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-03T03:23:49.183072" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-08-03T03:23:49.182766" elapsed="0.000649"/>
</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-03T03:13:42.271314" elapsed="606.912153"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.184851" 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-03T03:23:49.184470" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.186123" 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-03T03:23:49.185791" elapsed="0.000394"/>
</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-03T03:23:49.186579" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:23:49.186331" elapsed="0.000306"/>
</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-03T03:23:49.189663" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:23:49.189403" elapsed="0.000316"/>
</branch>
<status status="PASS" start="2026-08-03T03:23:49.189381" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:23:49.190066" 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-03T03:23:49.190184" 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-03T03:23:49.189873" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.190851" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.216" 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-03T03:23:49.190395" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-03T03:23:49.191469" 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-03T03:23:49.191057" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:23:49.192383" level="INFO">Length is 0.</msg>
<msg time="2026-08-03T03:23:49.192503" 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-03T03:23:49.192068" elapsed="0.000461"/>
</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-03T03:23:49.192669" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-03T03:23:49.193866" level="INFO">Logging into '10.30.170.216:22' as 'jenkins'.</msg>
<msg time="2026-08-03T03:23:49.782737" 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 Mon Aug  3 03:23:49 UTC 2026

  System load:  0.24               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.216
  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: Mon Aug  3 03:13:42 2026 from 10.30.170.111
[?2004h[jenkins@releng-50965-5-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-03T03:23:49.193508" elapsed="0.589449"/>
</kw>
<msg time="2026-08-03T03:23:49.783056" 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-03T03:23:49.193146" elapsed="0.589996"/>
</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-03T03:23:49.191695" elapsed="0.591563"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-03T03:23:49.783814" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.37 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-03T03:33:55.869556" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-03T03:33:55.870111" level="INFO">${stdout} = </msg>
<msg time="2026-08-03T03:33:55.870217" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:23:49.783500" elapsed="606.086774"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:33:55.870754" elapsed="0.000850"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.872767" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:54.948 16  switches: flows:  95753 91727 95772 94348 95274 95119 94388 94489 93679 92793 94207 94187 93001 91541 93537 92806  total = 25.043683 per ms 
03:25:55.048 16  switches: flows:  118183 115753 119663 116365 119535 119618 116411 116685 116817 117915 117845 116993 116791 114327 116687 114926  total = 31.189847 per ms 
03:26:55.149 16  switches: flows:  118717 117311 121031 118094 118644 120452 119316 118276 117695 118939 118083 116683 118946 115806 117903 116612  total = 31.489202 per ms 
03:27:55.249 16  switches: flows:  117964 117570 118694 118164 118233 119323 118407 118105 118728 116025 118197 114670 118959 114097 116039 114507  total = 31.242524 per ms 
03:28:55.349 16  switches: flows:  120766 121908 122333 121748 120017 122471 121080 121019 121150 119540 121956 118005 122434 118380 117919 115739  total = 32.054225 per ms 
03:29:55.450 16  switches: flows:  119144 121022 118986 121189 117672 121227 121662 120354 119693 117613 120430 118361 120817 117038 117884 116111  total = 31.766802 per ms 
03:30:55.550 16  switches: flows:  118404 119655 119318 117953 117442 120256 118790 118688 117619 117396 118767 115419 119050 114897 116209 113726  total = 31.340852 per ms 
03:31:55.650 16  switches: flows:  121244 120760 123038 120273 121258 123563 121519 120527 119115 120978 121434 120302 120078 118764 119272 117754  total = 32.111060 per ms 
03:32:55.750 16  switches: flows:  119354 116803 118875 115923 118259 119518 119309 118912 115852 117781 116950 116689 118223 114253 116371 115585  total = 31.258755 per ms 
03:33:55.851 16  switches: flows:  117986 118131 120029 118408 120389 118362 117370 119662 118811 117711 116022 116168 117293 116966 117651 114714  total = 31.375525 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31189.85/32111.06/31536.53/10517.47 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:33:55.872009" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-03T03:33:55.873673" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-03T03:33:55.873291" elapsed="0.000539"/>
</branch>
<status status="PASS" start="2026-08-03T03:33:55.873239" elapsed="0.000647"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-03T03:33:55.874103" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-03T03:33:55.874012" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:33:55.873977" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-03T03:33:55.874311" elapsed="0.000034"/>
</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-03T03:33:55.880321" elapsed="0.000698"/>
</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-03T03:33:55.881165" elapsed="0.000160"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-03T03:33:55.881469" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-03T03:33:55.875050" elapsed="0.006571"/>
</kw>
<msg time="2026-08-03T03:33:55.881756" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</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-03T03:23:49.186981" elapsed="606.694802"/>
</kw>
<status status="PASS" start="2026-08-03T03:23:49.186664" elapsed="606.695169"/>
</branch>
<status status="PASS" start="2026-08-03T03:23:49.186307" elapsed="606.695549"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.882289" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.37:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.37. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:54.948 16  switches: flows:  95753 91727 95772 94348 95274 95119 94388 94489 93679 92793 94207 94187 93001 91541 93537 92806  total = 25.043683 per ms 
03:25:55.048 16  switches: flows:  118183 115753 119663 116365 119535 119618 116411 116685 116817 117915 117845 116993 116791 114327 116687 114926  total = 31.189847 per ms 
03:26:55.149 16  switches: flows:  118717 117311 121031 118094 118644 120452 119316 118276 117695 118939 118083 116683 118946 115806 117903 116612  total = 31.489202 per ms 
03:27:55.249 16  switches: flows:  117964 117570 118694 118164 118233 119323 118407 118105 118728 116025 118197 114670 118959 114097 116039 114507  total = 31.242524 per ms 
03:28:55.349 16  switches: flows:  120766 121908 122333 121748 120017 122471 121080 121019 121150 119540 121956 118005 122434 118380 117919 115739  total = 32.054225 per ms 
03:29:55.450 16  switches: flows:  119144 121022 118986 121189 117672 121227 121662 120354 119693 117613 120430 118361 120817 117038 117884 116111  total = 31.766802 per ms 
03:30:55.550 16  switches: flows:  118404 119655 119318 117953 117442 120256 118790 118688 117619 117396 118767 115419 119050 114897 116209 113726  total = 31.340852 per ms 
03:31:55.650 16  switches: flows:  121244 120760 123038 120273 121258 123563 121519 120527 119115 120978 121434 120302 120078 118764 119272 117754  total = 32.111060 per ms 
03:32:55.750 16  switches: flows:  119354 116803 118875 115923 118259 119518 119309 118912 115852 117781 116950 116689 118223 114253 116371 115585  total = 31.258755 per ms 
03:33:55.851 16  switches: flows:  117986 118131 120029 118408 120389 118362 117370 119662 118811 117711 116022 116168 117293 116966 117651 114714  total = 31.375525 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31189.85/32111.06/31536.53/10517.47 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:33:55.882002" elapsed="0.000361"/>
</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-03T03:33:55.882525" elapsed="0.000361"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-03T03:33:55.883262" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-03T03:33:55.883352" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31189.85/32111.06/31536.53/10517.47 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-03T03:33:55.883046" elapsed="0.000330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:33:55.883804" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31189.85/32111.06/31536.53/10517.47 | 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-03T03:33:55.883546" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.886269" 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-03T03:33:55.883986" elapsed="0.002340"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.888700" level="INFO">31189.85/32111.06/31536.53/10517.47</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:33:55.886488" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:33:55.891098" 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-03T03:33:55.888903" elapsed="0.002221"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-03T03:33:55.893635" level="INFO">@{result_value_list} = [ 31189.85 | 32111.06 | 31536.53 | 10517.47 ]</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-03T03:33:55.891309" elapsed="0.002353"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.894122" level="INFO">Length is 4.</msg>
<msg time="2026-08-03T03:33:55.894210" 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-03T03:33:55.893815" elapsed="0.000419"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.898954" level="INFO">min :: 31189.85</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-03T03:33:55.894627" elapsed="0.004383"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-03T03:33:55.894500" elapsed="0.004545"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.903564" level="INFO">max :: 32111.06</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-03T03:33:55.899255" elapsed="0.004365"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-03T03:33:55.899130" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.908189" level="INFO">avg :: 31536.53</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-03T03:33:55.903861" elapsed="0.004383"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-03T03:33:55.903736" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.912840" level="INFO">stdev :: 10517.47</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-03T03:33:55.908504" elapsed="0.004393"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-03T03:33:55.908366" elapsed="0.004565"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-03T03:33:55.894296" elapsed="0.018664"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.916919" level="INFO">${min} = 31189.85</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-03T03:33:55.913140" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.920981" level="INFO">${max} = 32111.06</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-03T03:33:55.917099" elapsed="0.003909"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.924918" level="INFO">${average} = 31536.53</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-03T03:33:55.921188" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.928817" level="INFO">${stdev} = 10517.47</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-03T03:33:55.925096" elapsed="0.003748"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.929341" level="INFO">${date} = 2026-08-03 03:33:55</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-03T03:33:55.929004" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.929937" level="INFO">CBench Result: 2026-08-03 03:33:55,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31189.85,32111.06,31536.53,10517.47</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-03T03:33:55.929530" elapsed="0.000463"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-03T03:33:55.931069" 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-03T03:33:55.930609" elapsed="0.000528"/>
</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-03T03:33:55.931287" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-03T03:33:55.930128" elapsed="0.001696"/>
</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-03T03:23:49.185219" elapsed="606.746664"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.932358" 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-03T03:33:55.932048" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-03T03:33:55.933625" 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-03T03:33:55.933141" elapsed="0.000511"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-03T03:33:55.933873" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-08-03T03:33:55.933727" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-08-03T03:33:55.933708" elapsed="0.000253"/>
</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-03T03:33:55.934101" 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-03T03:33:55.934256" 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-03T03:33:55.934428" elapsed="0.000021"/>
</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-03T03:33:55.934622" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-03T03:33:55.934772" 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-03T03:33:55.934923" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-03T03:33:55.935072" 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-03T03:33:55.935289" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-03T03:33:55.935155" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-08-03T03:33:55.935138" elapsed="0.000226"/>
</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-03T03:33:55.932793" elapsed="0.002636"/>
</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-03T03:23:49.183898" elapsed="606.751605"/>
</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-03T03:03:32.883443" elapsed="1823.052586"/>
</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>
