<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-14T02:01:53.557097" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-14T02:01:54.137209" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:01:54.137076" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:54.137046" elapsed="0.000261"/>
</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-05-14T02:01:54.137452" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T02:01:54.138474" level="INFO">Logging into '10.30.171.50:8101' as 'karaf'.</msg>
<msg time="2026-05-14T02:01:54.711486" 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-05-14T02:01:54.138177" elapsed="0.573497"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T02:01:54.760366" 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-05-14T02:01:54.711984" elapsed="0.048451"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T02:01:54.762166" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T02:01:54.762279" 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-05-14T02:01:54.760600" elapsed="0.001710"/>
</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-05-14T02:01:54.762465" elapsed="0.000209"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:01:54.762834" elapsed="0.000236"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:01:54.763568" 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-05-14T02:01:54.763221" elapsed="0.000401"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T02:01:54.763678" elapsed="0.000059"/>
</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.50
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-14T02:01:54.136687" elapsed="0.627199"/>
</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-05-14T02:01:54.133018" elapsed="0.630935"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T02:01:54.764559" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T02:01:54.764144" elapsed="0.000473"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T02:01:54.765044" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T02:01:54.764770" elapsed="0.000330"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T02:01:54.765651" 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-05-14T02:01:54.765253" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T02:01:54.766231" 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-05-14T02:01:54.765889" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T02:01:54.766789" 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-05-14T02:01:54.766419" elapsed="0.000397"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T02:01:54.767312" 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-05-14T02:01:54.767001" elapsed="0.000352"/>
</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-05-14T02:01:54.767685" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:01:54.767467" elapsed="0.000273"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:01:54.772382" 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-05-14T02:01:54.771973" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:01:54.773446" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T02:01:54.773527" 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-05-14T02:01:54.772984" elapsed="0.000567"/>
</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-05-14T02:01:54.773708" elapsed="0.000371"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T02:01:54.775106" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-05-14T02:01:55.459737" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 02:01:55 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.20
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-719-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-05-14T02:01:54.774580" elapsed="0.685342"/>
</kw>
<msg time="2026-05-14T02:01:55.460023" 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-05-14T02:01:54.774233" elapsed="0.685890"/>
</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-05-14T02:01:54.772613" elapsed="0.687639"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-14T02:01:55.468280" 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-05-14T02:01:55.460477" elapsed="0.009558"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:01:55.470228" elapsed="0.000294"/>
</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-05-14T02:01:54.771430" elapsed="0.699156"/>
</kw>
<status status="PASS" start="2026-05-14T02:01:54.768058" elapsed="0.702565"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:54.767417" elapsed="0.703243"/>
</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-05-14T02:01:55.470815" elapsed="0.000531"/>
</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-05-14T02:01:55.475805" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:01:55.475682" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:55.475657" elapsed="0.000247"/>
</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-05-14T02:01:55.479496" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:01:55.479384" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:55.479364" elapsed="0.000201"/>
</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-05-14T02:01:55.479695" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T02:01:55.480560" level="INFO">Logging into '10.30.171.50:8101' as 'karaf'.</msg>
<msg time="2026-05-14T02:01:55.664142" 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-05-14T02:01:55.480296" elapsed="0.184020"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T02:01:55.762832" 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-05-14T02:01:55.664592" elapsed="0.098443"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T02:01:55.768298" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T02:01:55.768516" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-14T02:01:55.763348" elapsed="0.005205"/>
</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-05-14T02:01:55.768714" elapsed="0.000332"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:01:55.769251" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:01:55.769989" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:01:55.769639" elapsed="0.000407"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T02:01:55.770096" elapsed="0.000055"/>
</return>
<msg time="2026-05-14T02:01:55.770307" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.50
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-14T02:01:55.479028" elapsed="0.291311"/>
</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-05-14T02:01:55.770485" elapsed="0.000588"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T02:01:55.771125" elapsed="0.000034"/>
</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-05-14T02:01:55.475365" elapsed="0.295896"/>
</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-05-14T02:01:55.775050" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:01:55.774912" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:55.774888" elapsed="0.000241"/>
</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-05-14T02:01:55.775257" elapsed="0.000666"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-14T02:01:55.776620" level="INFO">Logging into '10.30.171.50:8101' as 'karaf'.</msg>
<msg time="2026-05-14T02:01:56.015598" 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-05-14T02:01:55.776341" elapsed="0.239569"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-14T02:01:56.062565" 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-05-14T02:01:56.016383" elapsed="0.046316"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-14T02:01:56.064693" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-14T02:01:56.064805" 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-05-14T02:01:56.062983" elapsed="0.001851"/>
</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-05-14T02:01:56.064988" elapsed="0.000305"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:01:56.065443" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:01:56.066221" 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-05-14T02:01:56.065868" elapsed="0.000418"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-14T02:01:56.066343" elapsed="0.000069"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.50
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-14T02:01:55.774567" elapsed="0.291975"/>
</kw>
<status status="PASS" start="2026-05-14T02:01:54.131241" elapsed="1.935368"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:01:56.069370" 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-05-14T02:01:56.067933" elapsed="0.001503"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T02:01:56.070986" 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-05-14T02:01:56.070615" elapsed="0.000415"/>
</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-05-14T02:01:56.071368" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:01:56.071120" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-14T02:01:56.074454" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:01:56.074202" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:56.074183" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:01:56.074903" 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-05-14T02:01:56.075028" 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-05-14T02:01:56.074673" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:01:56.075609" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.20" 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-05-14T02:01:56.075190" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:01:56.076313" 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-05-14T02:01:56.075809" elapsed="0.000530"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:01:56.077302" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T02:01:56.077392" 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-05-14T02:01:56.076929" elapsed="0.000487"/>
</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-05-14T02:01:56.077561" elapsed="0.000355"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T02:01:56.078784" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-05-14T02:01:56.400885" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 02:01:55 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.20
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu May 14 02:01:55 2026 from 10.30.171.171
[?2004h[jenkins@releng-48317-719-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-05-14T02:01:56.078424" elapsed="0.322739"/>
</kw>
<msg time="2026-05-14T02:01:56.401272" 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-05-14T02:01:56.078071" elapsed="0.323315"/>
</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-05-14T02:01:56.076540" elapsed="0.324996"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T02:01:56.402634" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T02:12:02.513087" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T02:12:02.513635" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T02:12:02.513740" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-05-14T02:01:56.401809" elapsed="606.111990"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:12:02.514292" elapsed="0.000868"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.516295" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:01.601 16  switches: flows:  118082 113194 111985 115236 111674 116450 114492 114577 112556 110553 111372 107205 111113 108458 110665 110032  total = 29.960733 per ms 
02:04:01.703 16  switches: flows:  126241 124040 123822 126293 120885 127504 126096 127681 121961 122589 120033 117580 121509 116621 119766 119770  total = 32.651988 per ms 
02:05:01.804 16  switches: flows:  126950 124256 126313 129211 122232 130768 129013 126665 127301 123753 119643 118757 124371 119554 121848 123564  total = 33.181224 per ms 
02:06:01.905 16  switches: flows:  129279 128068 131420 133617 126456 130749 131900 131792 128878 127787 128215 122120 128095 124400 126057 128005  total = 34.223483 per ms 
02:07:02.006 16  switches: flows:  128756 126590 128915 130941 125854 129927 129850 127336 126553 128264 123780 121964 127015 122146 124418 125676  total = 33.743404 per ms 
02:08:02.107 16  switches: flows:  129418 127385 129632 131535 125926 132453 130544 126821 128587 128363 124332 121918 127527 123383 125911 127733  total = 33.967606 per ms 
02:09:02.208 16  switches: flows:  130452 128900 129633 130509 127243 130238 131264 131231 127035 126511 125838 122132 126397 124796 126884 127308  total = 34.049362 per ms 
02:10:02.308 16  switches: flows:  133033 130207 130614 133612 130946 131967 132233 133833 131980 130843 127550 125383 127639 129464 129127 126203  total = 34.686041 per ms 
02:11:02.409 16  switches: flows:  123681 120271 121836 124339 120666 120616 121788 122253 120533 119850 117027 116086 117062 119018 119418 117037  total = 31.971335 per ms 
02:12:02.510 16  switches: flows:  126541 124007 123553 125750 122322 122341 123268 123327 120635 121593 120416 118662 121142 120161 121198 121040  total = 32.544948 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31971.34/34686.04/33446.60/11181.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:12:02.515527" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T02:12:02.517137" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-05-14T02:12:02.516777" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-05-14T02:12:02.516718" elapsed="0.000644"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T02:12:02.517574" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:12:02.517491" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-14T02:12:02.517456" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T02:12:02.517784" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T02:12:02.523482" elapsed="0.000765"/>
</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-05-14T02:12:02.524571" elapsed="0.000477"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:12:02.525342" elapsed="0.000219"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T02:12:02.518498" elapsed="0.007178"/>
</kw>
<msg time="2026-05-14T02:12:02.525978" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-05-14T02:01:56.071778" elapsed="606.454233"/>
</kw>
<status status="PASS" start="2026-05-14T02:01:56.071454" elapsed="606.454609"/>
</branch>
<status status="PASS" start="2026-05-14T02:01:56.071094" elapsed="606.454993"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.526514" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:03:01.601 16  switches: flows:  118082 113194 111985 115236 111674 116450 114492 114577 112556 110553 111372 107205 111113 108458 110665 110032  total = 29.960733 per ms 
02:04:01.703 16  switches: flows:  126241 124040 123822 126293 120885 127504 126096 127681 121961 122589 120033 117580 121509 116621 119766 119770  total = 32.651988 per ms 
02:05:01.804 16  switches: flows:  126950 124256 126313 129211 122232 130768 129013 126665 127301 123753 119643 118757 124371 119554 121848 123564  total = 33.181224 per ms 
02:06:01.905 16  switches: flows:  129279 128068 131420 133617 126456 130749 131900 131792 128878 127787 128215 122120 128095 124400 126057 128005  total = 34.223483 per ms 
02:07:02.006 16  switches: flows:  128756 126590 128915 130941 125854 129927 129850 127336 126553 128264 123780 121964 127015 122146 124418 125676  total = 33.743404 per ms 
02:08:02.107 16  switches: flows:  129418 127385 129632 131535 125926 132453 130544 126821 128587 128363 124332 121918 127527 123383 125911 127733  total = 33.967606 per ms 
02:09:02.208 16  switches: flows:  130452 128900 129633 130509 127243 130238 131264 131231 127035 126511 125838 122132 126397 124796 126884 127308  total = 34.049362 per ms 
02:10:02.308 16  switches: flows:  133033 130207 130614 133612 130946 131967 132233 133833 131980 130843 127550 125383 127639 129464 129127 126203  total = 34.686041 per ms 
02:11:02.409 16  switches: flows:  123681 120271 121836 124339 120666 120616 121788 122253 120533 119850 117027 116086 117062 119018 119418 117037  total = 31.971335 per ms 
02:12:02.510 16  switches: flows:  126541 124007 123553 125750 122322 122341 123268 123327 120635 121593 120416 118662 121142 120161 121198 121040  total = 32.544948 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31971.34/34686.04/33446.60/11181.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:12:02.526227" 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-05-14T02:12:02.526738" elapsed="0.000431"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T02:12:02.527559" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T02:12:02.527655" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31971.34/34686.04/33446.60/11181.48 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-05-14T02:12:02.527329" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:12:02.528109" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31971.34/34686.04/33446.60/11181.48 | 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-05-14T02:12:02.527835" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.530525" 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-05-14T02:12:02.528279" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.532974" level="INFO">31971.34/34686.04/33446.60/11181.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:12:02.530725" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:12:02.535389" 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-05-14T02:12:02.533180" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:12:02.537836" level="INFO">@{result_value_list} = [ 31971.34 | 34686.04 | 33446.60 | 11181.48 ]</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-05-14T02:12:02.535607" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.538336" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T02:12:02.538423" 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-05-14T02:12:02.538031" elapsed="0.000415"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.543173" level="INFO">min :: 31971.34</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-05-14T02:12:02.538862" elapsed="0.004367"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T02:12:02.538717" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.547786" level="INFO">max :: 34686.04</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-05-14T02:12:02.543484" elapsed="0.004371"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T02:12:02.543357" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.552380" level="INFO">avg :: 33446.60</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-05-14T02:12:02.548107" elapsed="0.004328"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T02:12:02.547981" elapsed="0.004488"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.557008" level="INFO">stdev :: 11181.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-05-14T02:12:02.552687" elapsed="0.004376"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T02:12:02.552560" elapsed="0.004537"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T02:12:02.538518" elapsed="0.018611"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.561289" level="INFO">${min} = 31971.34</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-05-14T02:12:02.557286" elapsed="0.004045"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.565262" level="INFO">${max} = 34686.04</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-05-14T02:12:02.561492" elapsed="0.003796"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.569343" level="INFO">${average} = 33446.60</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-05-14T02:12:02.565439" elapsed="0.003931"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.573274" level="INFO">${stdev} = 11181.48</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-05-14T02:12:02.569521" elapsed="0.003778"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.573817" level="INFO">${date} = 2026-05-14 02:12:02</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-14T02:12:02.573457" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.574410" level="INFO">CBench Result: 2026-05-14 02:12:02,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31971.34,34686.04,33446.60,11181.48</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-05-14T02:12:02.574006" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T02:12:02.575493" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T02:12:02.575090" elapsed="0.000469"/>
</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-05-14T02:12:02.575711" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T02:12:02.574605" elapsed="0.001644"/>
</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-05-14T02:01:56.069962" elapsed="606.506348"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.576781" 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-05-14T02:12:02.576462" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-14T02:12:02.577534" elapsed="0.000263"/>
</kw>
<status status="PASS" start="2026-05-14T02:12:02.577235" elapsed="0.000650"/>
</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-05-14T02:01:56.066786" elapsed="606.511138"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.579372" 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-05-14T02:12:02.578987" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.580671" 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-05-14T02:12:02.580342" elapsed="0.000371"/>
</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-05-14T02:12:02.581072" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:12:02.580821" elapsed="0.000309"/>
</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-05-14T02:12:02.584108" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:12:02.583859" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-14T02:12:02.583822" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:12:02.584512" 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-05-14T02:12:02.584628" 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-05-14T02:12:02.584325" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.585244" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.20" 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-05-14T02:12:02.584786" elapsed="0.000514"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:12:02.585830" 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-05-14T02:12:02.585438" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:12:02.586743" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T02:12:02.586829" 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-05-14T02:12:02.586442" elapsed="0.000426"/>
</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-05-14T02:12:02.587009" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T02:12:02.588182" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-05-14T02:12:03.175861" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 02:12:02 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu May 14 02:01:56 2026 from 10.30.171.171
[?2004h[jenkins@releng-48317-719-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-05-14T02:12:02.587817" elapsed="0.588221"/>
</kw>
<msg time="2026-05-14T02:12:03.176115" 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-05-14T02:12:02.587478" elapsed="0.588717"/>
</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-05-14T02:12:02.586072" elapsed="0.590230"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T02:12:03.176825" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.50 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T02:22:09.558110" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T02:22:09.558655" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T02:22:09.558760" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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-05-14T02:12:03.176510" elapsed="606.382314"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:22:09.559296" elapsed="0.000750"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.561162" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:08.303 16  switches: flows:  517502 517271 521781 528964 524689 520161 536511 520202 507222 514110 513885 505280 515768 503630 490601 514503  total = 137.534667 per ms 
02:14:08.405 16  switches: flows:  479997 483215 444139 494012 421951 482894 434760 497419 464954 417756 488851 482570 454444 427745 464225 479093  total = 123.426708 per ms 
02:15:08.505 16  switches: flows:  571985 565178 573320 577871 571927 572155 561064 558427 572405 566919 567122 577347 573060 570717 578899 562713  total = 151.763927 per ms 
02:16:08.607 16  switches: flows:  585089 580877 577834 592911 583131 590648 584690 580566 584437 582801 587913 575700 589117 592259 588296 586974  total = 155.790266 per ms 
02:17:08.709 16  switches: flows:  598267 595406 582269 602965 592398 585907 602237 599319 598830 582865 604442 570305 596309 593776 595178 588709  total = 157.886211 per ms 
02:18:08.811 16  switches: flows:  612896 606319 617372 594737 608698 609794 616373 608557 615500 606641 613060 556976 605380 611252 611159 619978  total = 161.638297 per ms 
02:19:08.953 16  switches: flows:  580512 570574 572604 582094 580236 577786 566864 585915 578971 584408 574535 576596 579335 587293 572492 573098  total = 153.690453 per ms 
02:20:09.055 16  switches: flows:  582748 577174 587890 577004 596146 583867 556390 552829 630383 626165 594460 613979 573736 590734 560163 578744  total = 156.109721 per ms 
02:21:09.448 16  switches: flows:  620828 592678 625804 613829 610699 617068 610725 600492 609769 607019 598924 614260 622805 609652 606971 606056  total = 161.732881 per ms 
02:22:09.550 16  switches: flows:  623992 599593 602965 601928 603237 615334 592242 598952 592372 601824 609630 610409 607243 600651 604190 618884  total = 161.118131 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123426.71/161732.88/153684.07/52439.68 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:22:09.560413" elapsed="0.001053"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T02:22:09.561993" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-14T02:22:09.561658" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-05-14T02:22:09.561605" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T02:22:09.562410" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:22:09.562328" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-14T02:22:09.562292" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T02:22:09.562614" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T02:22:09.568172" elapsed="0.000752"/>
</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-05-14T02:22:09.569254" elapsed="0.000412"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:22:09.569833" elapsed="0.000120"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T02:22:09.563302" elapsed="0.006704"/>
</kw>
<msg time="2026-05-14T02:22:09.570133" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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-05-14T02:12:02.581470" elapsed="606.988689"/>
</kw>
<status status="PASS" start="2026-05-14T02:12:02.581155" elapsed="606.989053"/>
</branch>
<status status="PASS" start="2026-05-14T02:12:02.580802" elapsed="606.989428"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.570661" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:08.303 16  switches: flows:  517502 517271 521781 528964 524689 520161 536511 520202 507222 514110 513885 505280 515768 503630 490601 514503  total = 137.534667 per ms 
02:14:08.405 16  switches: flows:  479997 483215 444139 494012 421951 482894 434760 497419 464954 417756 488851 482570 454444 427745 464225 479093  total = 123.426708 per ms 
02:15:08.505 16  switches: flows:  571985 565178 573320 577871 571927 572155 561064 558427 572405 566919 567122 577347 573060 570717 578899 562713  total = 151.763927 per ms 
02:16:08.607 16  switches: flows:  585089 580877 577834 592911 583131 590648 584690 580566 584437 582801 587913 575700 589117 592259 588296 586974  total = 155.790266 per ms 
02:17:08.709 16  switches: flows:  598267 595406 582269 602965 592398 585907 602237 599319 598830 582865 604442 570305 596309 593776 595178 588709  total = 157.886211 per ms 
02:18:08.811 16  switches: flows:  612896 606319 617372 594737 608698 609794 616373 608557 615500 606641 613060 556976 605380 611252 611159 619978  total = 161.638297 per ms 
02:19:08.953 16  switches: flows:  580512 570574 572604 582094 580236 577786 566864 585915 578971 584408 574535 576596 579335 587293 572492 573098  total = 153.690453 per ms 
02:20:09.055 16  switches: flows:  582748 577174 587890 577004 596146 583867 556390 552829 630383 626165 594460 613979 573736 590734 560163 578744  total = 156.109721 per ms 
02:21:09.448 16  switches: flows:  620828 592678 625804 613829 610699 617068 610725 600492 609769 607019 598924 614260 622805 609652 606971 606056  total = 161.732881 per ms 
02:22:09.550 16  switches: flows:  623992 599593 602965 601928 603237 615334 592242 598952 592372 601824 609630 610409 607243 600651 604190 618884  total = 161.118131 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123426.71/161732.88/153684.07/52439.68 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:22:09.570370" elapsed="0.000364"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-14T02:22:09.570897" elapsed="0.000359"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T02:22:09.571632" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T02:22:09.571722" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 123426.71/161732.88/153684.07/52439.68 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-05-14T02:22:09.571416" elapsed="0.000331"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:22:09.572168" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 123426.71/161732.88/153684.07/52439.68 | 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-05-14T02:22:09.571914" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.574627" 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-05-14T02:22:09.572339" elapsed="0.002344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.577055" level="INFO">123426.71/161732.88/153684.07/52439.68</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:22:09.574828" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:22:09.579460" 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-05-14T02:22:09.577257" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:22:09.581927" level="INFO">@{result_value_list} = [ 123426.71 | 161732.88 | 153684.07 | 52439.68 ]</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-05-14T02:22:09.579672" elapsed="0.002282"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.582406" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T02:22:09.582504" 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-05-14T02:22:09.582105" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.587222" level="INFO">min :: 123426.71</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-05-14T02:22:09.582918" elapsed="0.004360"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T02:22:09.582775" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.592035" level="INFO">max :: 161732.88</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-05-14T02:22:09.587529" elapsed="0.004563"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T02:22:09.587400" elapsed="0.004727"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.596693" level="INFO">avg :: 153684.07</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-05-14T02:22:09.592341" elapsed="0.004417"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T02:22:09.592215" elapsed="0.004578"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.601465" level="INFO">stdev :: 52439.68</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-05-14T02:22:09.597023" elapsed="0.004497"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T02:22:09.596896" elapsed="0.004659"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T02:22:09.582590" elapsed="0.018996"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.605705" level="INFO">${min} = 123426.71</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-05-14T02:22:09.601741" elapsed="0.003991"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.609641" level="INFO">${max} = 161732.88</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-05-14T02:22:09.605902" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.613556" level="INFO">${average} = 153684.07</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-05-14T02:22:09.609819" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.617512" level="INFO">${stdev} = 52439.68</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-05-14T02:22:09.613731" elapsed="0.003808"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.618051" level="INFO">${date} = 2026-05-14 02:22:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-14T02:22:09.617694" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.618631" level="INFO">CBench Result: 2026-05-14 02:22:09,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,123426.71,161732.88,153684.07,52439.68</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-05-14T02:22:09.618228" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T02:22:09.619712" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T02:22:09.619311" elapsed="0.000466"/>
</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-05-14T02:22:09.619943" elapsed="0.000451"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T02:22:09.618830" elapsed="0.001627"/>
</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-05-14T02:12:02.579744" elapsed="607.040773"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.620999" 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-05-14T02:22:09.620672" elapsed="0.000382"/>
</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-05-14T02:22:09.621580" elapsed="0.000292"/>
</kw>
<status status="PASS" start="2026-05-14T02:22:09.621258" elapsed="0.000690"/>
</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-05-14T02:12:02.578335" elapsed="607.043654"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.623514" 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-05-14T02:22:09.623130" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.625057" 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-05-14T02:22:09.624706" 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-05-14T02:22:09.625438" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:22:09.625208" elapsed="0.000289"/>
</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-05-14T02:22:09.628381" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:22:09.628137" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-05-14T02:22:09.628118" elapsed="0.000342"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:22:09.628770" 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-05-14T02:22:09.628902" 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-05-14T02:22:09.628590" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.629504" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.20" 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-05-14T02:22:09.629062" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-14T02:22:09.630109" 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-05-14T02:22:09.629702" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:22:09.631173" level="INFO">Length is 0.</msg>
<msg time="2026-05-14T02:22:09.631267" 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-05-14T02:22:09.630707" elapsed="0.000585"/>
</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-05-14T02:22:09.631434" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-14T02:22:09.632622" level="INFO">Logging into '10.30.170.20:22' as 'jenkins'.</msg>
<msg time="2026-05-14T02:22:10.212499" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu May 14 02:22:09 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu May 14 02:12:03 2026 from 10.30.171.171
[?2004h[jenkins@releng-48317-719-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-05-14T02:22:09.632266" elapsed="0.580402"/>
</kw>
<msg time="2026-05-14T02:22:10.212752" 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-05-14T02:22:09.631922" elapsed="0.580904"/>
</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-05-14T02:22:09.630336" elapsed="0.582618"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-14T02:22:10.213475" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.50 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-14T02:32:16.374069" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-14T02:32:16.374624" level="INFO">${stdout} = </msg>
<msg time="2026-05-14T02:32:16.374730" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-05-14T02:22:10.213183" elapsed="606.161604"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:32:16.375275" elapsed="0.000862"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.377260" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:15.441 16  switches: flows:  120898 118852 118149 119092 119906 121706 118858 120739 117618 119609 117942 119780 117190 118909 116606 117278  total = 31.718867 per ms 
02:24:15.541 16  switches: flows:  123311 122482 122675 124108 122397 121578 121771 120608 120567 121626 119990 119131 117374 117865 119982 120633  total = 32.214513 per ms 
02:25:15.642 16  switches: flows:  122168 122183 121944 123645 122565 120734 120724 119281 120937 120100 120039 119247 119006 119130 121533 121396  total = 32.190041 per ms 
02:26:15.761 16  switches: flows:  126076 125989 125080 125430 126997 124684 126123 126656 125252 125664 125373 123577 121909 122907 123294 122475  total = 33.225418 per ms 
02:27:15.862 16  switches: flows:  124507 126108 124962 124205 128120 123971 126180 124326 124252 125522 126662 123154 121543 122737 124135 122117  total = 33.152965 per ms 
02:28:15.963 16  switches: flows:  124272 127637 125582 124623 127621 126718 125450 126022 124915 124058 126243 123814 122053 123992 124726 122052  total = 33.274028 per ms 
02:29:16.064 16  switches: flows:  120202 123130 121075 121504 122989 122713 120641 120686 119677 122352 121538 119903 118228 120353 120958 120069  total = 32.213167 per ms 
02:30:16.166 16  switches: flows:  126738 127141 125574 126104 124389 123641 126761 122284 122580 126773 126195 123730 123982 123698 121902 124776  total = 33.215641 per ms 
02:31:16.267 16  switches: flows:  118742 118050 118367 119247 118276 117832 119416 116579 116914 117918 116895 116163 117250 115777 115271 117535  total = 31.284894 per ms 
02:32:16.368 16  switches: flows:  124707 123246 123680 124780 123174 124046 124431 120663 119978 123016 120737 119217 118567 118412 120095 122068  total = 32.459424 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31284.89/33274.03/32581.12/10879.50 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.376494" elapsed="0.001067"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-14T02:32:16.378095" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-05-14T02:32:16.377757" elapsed="0.000493"/>
</branch>
<status status="PASS" start="2026-05-14T02:32:16.377705" elapsed="0.000600"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-14T02:32:16.378512" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-14T02:32:16.378431" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-14T02:32:16.378395" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-14T02:32:16.378718" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-14T02:32:16.384262" elapsed="0.000329"/>
</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-05-14T02:32:16.384738" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-14T02:32:16.385042" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-14T02:32:16.379411" elapsed="0.005781"/>
</kw>
<msg time="2026-05-14T02:32:16.385318" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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-05-14T02:22:09.625836" elapsed="606.759508"/>
</kw>
<status status="PASS" start="2026-05-14T02:22:09.625522" elapsed="606.759871"/>
</branch>
<status status="PASS" start="2026-05-14T02:22:09.625187" elapsed="606.760229"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.385859" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.50: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.50. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:15.441 16  switches: flows:  120898 118852 118149 119092 119906 121706 118858 120739 117618 119609 117942 119780 117190 118909 116606 117278  total = 31.718867 per ms 
02:24:15.541 16  switches: flows:  123311 122482 122675 124108 122397 121578 121771 120608 120567 121626 119990 119131 117374 117865 119982 120633  total = 32.214513 per ms 
02:25:15.642 16  switches: flows:  122168 122183 121944 123645 122565 120734 120724 119281 120937 120100 120039 119247 119006 119130 121533 121396  total = 32.190041 per ms 
02:26:15.761 16  switches: flows:  126076 125989 125080 125430 126997 124684 126123 126656 125252 125664 125373 123577 121909 122907 123294 122475  total = 33.225418 per ms 
02:27:15.862 16  switches: flows:  124507 126108 124962 124205 128120 123971 126180 124326 124252 125522 126662 123154 121543 122737 124135 122117  total = 33.152965 per ms 
02:28:15.963 16  switches: flows:  124272 127637 125582 124623 127621 126718 125450 126022 124915 124058 126243 123814 122053 123992 124726 122052  total = 33.274028 per ms 
02:29:16.064 16  switches: flows:  120202 123130 121075 121504 122989 122713 120641 120686 119677 122352 121538 119903 118228 120353 120958 120069  total = 32.213167 per ms 
02:30:16.166 16  switches: flows:  126738 127141 125574 126104 124389 123641 126761 122284 122580 126773 126195 123730 123982 123698 121902 124776  total = 33.215641 per ms 
02:31:16.267 16  switches: flows:  118742 118050 118367 119247 118276 117832 119416 116579 116914 117918 116895 116163 117250 115777 115271 117535  total = 31.284894 per ms 
02:32:16.368 16  switches: flows:  124707 123246 123680 124780 123174 124046 124431 120663 119978 123016 120737 119217 118567 118412 120095 122068  total = 32.459424 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31284.89/33274.03/32581.12/10879.50 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.385559" elapsed="0.000375"/>
</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-05-14T02:32:16.386081" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-14T02:32:16.386821" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-14T02:32:16.386926" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31284.89/33274.03/32581.12/10879.50 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-14T02:32:16.386605" elapsed="0.000346"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:32:16.387365" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31284.89/33274.03/32581.12/10879.50 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T02:32:16.387105" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.389790" 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-05-14T02:32:16.387548" elapsed="0.002312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.392393" level="INFO">31284.89/33274.03/32581.12/10879.50</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.390006" elapsed="0.002443"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:32:16.394813" 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-05-14T02:32:16.392598" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-14T02:32:16.397299" level="INFO">@{result_value_list} = [ 31284.89 | 33274.03 | 32581.12 | 10879.50 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-14T02:32:16.395057" elapsed="0.002269"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.397779" level="INFO">Length is 4.</msg>
<msg time="2026-05-14T02:32:16.397882" 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-05-14T02:32:16.397478" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.402611" level="INFO">min :: 31284.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.398287" elapsed="0.004381"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-14T02:32:16.398160" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.407222" level="INFO">max :: 33274.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.402929" elapsed="0.004349"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-14T02:32:16.402789" elapsed="0.004523"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.411889" level="INFO">avg :: 32581.12</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-05-14T02:32:16.407524" elapsed="0.004422"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-14T02:32:16.407395" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.416553" level="INFO">stdev :: 10879.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.412188" elapsed="0.004420"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-14T02:32:16.412063" elapsed="0.004579"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-14T02:32:16.397976" elapsed="0.018696"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.420861" level="INFO">${min} = 31284.89</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-05-14T02:32:16.416827" elapsed="0.004063"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.424798" level="INFO">${max} = 33274.03</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-05-14T02:32:16.421044" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.428724" level="INFO">${average} = 32581.12</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-05-14T02:32:16.425008" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.432710" level="INFO">${stdev} = 10879.50</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-14T02:32:16.428916" elapsed="0.003821"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.433267" level="INFO">${date} = 2026-05-14 02:32:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-14T02:32:16.432920" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.433853" level="INFO">CBench Result: 2026-05-14 02:32:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31284.89,33274.03,32581.12,10879.50</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-14T02:32:16.433436" elapsed="0.000486"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-14T02:32:16.435001" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-14T02:32:16.434528" elapsed="0.000541"/>
</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-05-14T02:32:16.435218" elapsed="0.000515"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-14T02:32:16.434061" elapsed="0.001736"/>
</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-05-14T02:22:09.623932" elapsed="606.811940"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.436327" 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-05-14T02:32:16.436020" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-14T02:32:16.437579" 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-05-14T02:32:16.437109" elapsed="0.000497"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-14T02:32:16.437822" elapsed="0.000045"/>
</return>
<status status="PASS" start="2026-05-14T02:32:16.437679" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-14T02:32:16.437660" elapsed="0.000263"/>
</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-05-14T02:32:16.438065" 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-05-14T02:32:16.438219" 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-05-14T02:32:16.438376" elapsed="0.000019"/>
</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-05-14T02:32:16.438567" 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-05-14T02:32:16.438715" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-14T02:32:16.438877" 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-05-14T02:32:16.439023" elapsed="0.000019"/>
</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-05-14T02:32:16.439239" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-14T02:32:16.439104" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-05-14T02:32:16.439087" elapsed="0.000225"/>
</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-05-14T02:32:16.436754" elapsed="0.002608"/>
</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-05-14T02:22:09.622528" elapsed="606.816880"/>
</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-05-14T02:01:53.558695" elapsed="1822.881318"/>
</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>
