<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-15T01:45:24.066714" 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-06-15T01:45:24.631181" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:45:24.631047" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:24.631019" elapsed="0.000259"/>
</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-06-15T01:45:24.631422" elapsed="0.000516"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-15T01:45:24.632408" level="INFO">Logging into '10.30.171.7:8101' as 'karaf'.</msg>
<msg time="2026-06-15T01:45:25.450972" 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-06-15T01:45:24.632111" elapsed="0.819015"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-15T01:45:25.499981" 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-06-15T01:45:25.451372" elapsed="0.048757"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-15T01:45:25.504166" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-15T01:45:25.504394" 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-06-15T01:45:25.500484" elapsed="0.003975"/>
</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-06-15T01:45:25.504835" elapsed="0.000441"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:45:25.505634" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:45:25.507066" 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-06-15T01:45:25.506369" elapsed="0.000814"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T01:45:25.507243" elapsed="0.000052"/>
</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.7
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-15T01:45:24.630672" elapsed="0.876743"/>
</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-06-15T01:45:24.627035" elapsed="0.880439"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T01:45:25.508005" 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-06-15T01:45:25.507661" elapsed="0.000401"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T01:45:25.508463" 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-06-15T01:45:25.508217" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-15T01:45:25.509109" 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-06-15T01:45:25.508696" elapsed="0.000441"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T01:45:25.509657" 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-06-15T01:45:25.509304" elapsed="0.000397"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-15T01:45:25.510262" 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-06-15T01:45:25.509852" elapsed="0.000437"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T01:45:25.510781" 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-06-15T01:45:25.510448" elapsed="0.000375"/>
</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-06-15T01:45:25.511116" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:45:25.510906" elapsed="0.000266"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:45:25.515643" 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-06-15T01:45:25.515218" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T01:45:25.516676" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T01:45:25.516803" 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-06-15T01:45:25.516233" elapsed="0.000597"/>
</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-06-15T01:45:25.516982" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T01:45:25.518461" level="INFO">Logging into '10.30.170.208:22' as 'jenkins'.</msg>
<msg time="2026-06-15T01:45:26.417648" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 01:45:25 UTC 2026

  System load:  0.11               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.208
  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-750-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-06-15T01:45:25.517849" elapsed="0.899958"/>
</kw>
<msg time="2026-06-15T01:45:26.417898" 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-06-15T01:45:25.517482" elapsed="0.900517"/>
</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-06-15T01:45:25.515884" elapsed="0.902240"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.426794" 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-06-15T01:45:26.418334" elapsed="0.010325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:45:26.429040" elapsed="0.000606"/>
</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-06-15T01:45:25.514703" elapsed="0.915102"/>
</kw>
<status status="PASS" start="2026-06-15T01:45:25.511393" elapsed="0.918494"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:25.510882" elapsed="0.919069"/>
</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-06-15T01:45:26.430277" elapsed="0.001024"/>
</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-06-15T01:45:26.439487" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:45:26.439366" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:26.439341" elapsed="0.000224"/>
</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-06-15T01:45:26.443134" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:45:26.443021" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:26.443001" elapsed="0.000203"/>
</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-06-15T01:45:26.443340" elapsed="0.000448"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.444198" level="INFO">Logging into '10.30.171.7:8101' as 'karaf'.</msg>
<msg time="2026-06-15T01:45:26.669405" 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-06-15T01:45:26.443937" elapsed="0.225632"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.765857" 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-06-15T01:45:26.669840" elapsed="0.096181"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.770616" 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-06-15T01:45:26.770879" 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-06-15T01:45:26.766347" elapsed="0.004569"/>
</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-06-15T01:45:26.771064" elapsed="0.000288"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:45:26.771549" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:45:26.772396" 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-06-15T01:45:26.771999" elapsed="0.000469"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T01:45:26.772535" elapsed="0.000095"/>
</return>
<msg time="2026-06-15T01:45:26.772812" 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.7
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-15T01:45:26.442666" elapsed="0.330195"/>
</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-06-15T01:45:26.773028" elapsed="0.000709"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T01:45:26.773802" elapsed="0.000048"/>
</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-06-15T01:45:26.439060" elapsed="0.334942"/>
</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-06-15T01:45:26.778133" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:45:26.777977" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:26.777951" elapsed="0.000262"/>
</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-06-15T01:45:26.778349" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.779307" level="INFO">Logging into '10.30.171.7:8101' as 'karaf'.</msg>
<msg time="2026-06-15T01:45:26.945009" 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-06-15T01:45:26.778971" elapsed="0.166212"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.971680" 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-06-15T01:45:26.945463" elapsed="0.026282"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.973775" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-15T01:45:26.973883" 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-06-15T01:45:26.971900" elapsed="0.002012"/>
</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-06-15T01:45:26.974049" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:45:26.974383" elapsed="0.000270"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:45:26.975139" 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-06-15T01:45:26.974796" elapsed="0.000393"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-15T01:45:26.975250" elapsed="0.000062"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.7
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-15T01:45:26.777632" elapsed="0.197804"/>
</kw>
<status status="PASS" start="2026-06-15T01:45:24.625248" elapsed="2.350250"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:45:26.977752" 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-06-15T01:45:26.976619" elapsed="0.001198"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T01:45:26.979289" 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-06-15T01:45:26.978941" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-15T01:45:26.979667" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:45:26.979411" elapsed="0.000316"/>
</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-06-15T01:45:26.982789" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:45:26.982522" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:26.982502" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.983228" 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-06-15T01:45:26.983351" 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-06-15T01:45:26.983016" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:45:26.983961" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.7 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.208" 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-06-15T01:45:26.983513" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.984649" 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-06-15T01:45:26.984160" elapsed="0.000515"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T01:45:26.985609" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T01:45:26.985701" 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-06-15T01:45:26.985250" elapsed="0.000476"/>
</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-06-15T01:45:26.985870" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T01:45:26.987087" level="INFO">Logging into '10.30.170.208:22' as 'jenkins'.</msg>
<msg time="2026-06-15T01:45:27.339866" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 01:45:25 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 15 01:45:26 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-750-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-06-15T01:45:26.986730" elapsed="0.353339"/>
</kw>
<msg time="2026-06-15T01:45:27.340160" 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-06-15T01:45:26.986360" elapsed="0.353893"/>
</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-06-15T01:45:26.984876" elapsed="0.355499"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-15T01:45:27.340916" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.7 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-15T01:55:33.457509" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-15T01:55:33.458043" level="INFO">${stdout} = </msg>
<msg time="2026-06-15T01:55:33.458143" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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-06-15T01:45:27.340616" elapsed="606.117580"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:55:33.458642" elapsed="0.000675"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.460161" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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.7. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:32.547 16  switches: flows:  100099 98209 99564 98874 98224 101587 97508 100004 98803 95540 97265 96319 95261 96119 95338 95956  total = 26.077833 per ms 
01:47:32.653 16  switches: flows:  111063 110650 109862 110504 109821 110080 108850 109643 106717 106767 106679 106785 105606 106350 107346 107906  total = 28.862235 per ms 
01:48:32.754 16  switches: flows:  111614 109010 109779 107408 110333 108720 107921 106611 105721 107354 105263 105221 103230 107938 107046 106834  total = 28.618922 per ms 
01:49:32.854 16  switches: flows:  109597 108611 109668 106321 110789 109871 107211 107210 105988 104657 105489 104743 104309 108085 106936 107576  total = 28.569891 per ms 
01:50:32.954 16  switches: flows:  110878 110801 110852 111553 112082 111279 111727 110889 108715 108875 108820 108022 106777 107866 108560 108424  total = 29.219899 per ms 
01:51:33.055 16  switches: flows:  114837 115170 114108 115550 113693 113654 114143 113722 113793 112053 111460 111006 109179 110595 112531 111667  total = 30.069140 per ms 
01:52:33.155 16  switches: flows:  105185 104988 105460 105450 103547 105878 103634 104320 100755 101672 104057 99208 100523 102637 101499 101675  total = 27.462317 per ms 
01:53:33.255 16  switches: flows:  118957 114907 115391 116736 113148 116120 114646 113533 111382 113298 113724 109702 112932 112960 112938 112961  total = 30.338293 per ms 
01:54:33.355 16  switches: flows:  117070 114606 112447 116198 114077 116023 114360 113118 110509 112299 111742 108163 113081 112521 114444 111766  total = 30.156734 per ms 
01:55:33.456 16  switches: flows:  119444 115528 114379 120428 115788 117253 116504 115350 113064 113809 114143 112019 113436 113579 114901 114021  total = 30.675874 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27462.32/30675.87/29330.37/9827.01 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:55:33.459640" elapsed="0.000720"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-15T01:55:33.460729" elapsed="0.000060"/>
</return>
<status status="PASS" start="2026-06-15T01:55:33.460504" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-06-15T01:55:33.460457" elapsed="0.000444"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-15T01:55:33.461107" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-15T01:55:33.461036" elapsed="0.000147"/>
</branch>
<status status="NOT RUN" start="2026-06-15T01:55:33.461003" elapsed="0.000220"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-15T01:55:33.461282" elapsed="0.000025"/>
</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-06-15T01:55:33.465602" elapsed="0.000545"/>
</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-06-15T01:55:33.466387" elapsed="0.000298"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T01:55:33.466884" elapsed="0.000156"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-15T01:55:33.462020" elapsed="0.005101"/>
</kw>
<msg time="2026-06-15T01:55:33.467319" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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-06-15T01:45:26.980077" elapsed="606.487284"/>
</kw>
<status status="PASS" start="2026-06-15T01:45:26.979756" elapsed="606.487677"/>
</branch>
<status status="PASS" start="2026-06-15T01:45:26.979389" elapsed="606.488082"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.468258" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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.7. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:46:32.547 16  switches: flows:  100099 98209 99564 98874 98224 101587 97508 100004 98803 95540 97265 96319 95261 96119 95338 95956  total = 26.077833 per ms 
01:47:32.653 16  switches: flows:  111063 110650 109862 110504 109821 110080 108850 109643 106717 106767 106679 106785 105606 106350 107346 107906  total = 28.862235 per ms 
01:48:32.754 16  switches: flows:  111614 109010 109779 107408 110333 108720 107921 106611 105721 107354 105263 105221 103230 107938 107046 106834  total = 28.618922 per ms 
01:49:32.854 16  switches: flows:  109597 108611 109668 106321 110789 109871 107211 107210 105988 104657 105489 104743 104309 108085 106936 107576  total = 28.569891 per ms 
01:50:32.954 16  switches: flows:  110878 110801 110852 111553 112082 111279 111727 110889 108715 108875 108820 108022 106777 107866 108560 108424  total = 29.219899 per ms 
01:51:33.055 16  switches: flows:  114837 115170 114108 115550 113693 113654 114143 113722 113793 112053 111460 111006 109179 110595 112531 111667  total = 30.069140 per ms 
01:52:33.155 16  switches: flows:  105185 104988 105460 105450 103547 105878 103634 104320 100755 101672 104057 99208 100523 102637 101499 101675  total = 27.462317 per ms 
01:53:33.255 16  switches: flows:  118957 114907 115391 116736 113148 116120 114646 113533 111382 113298 113724 109702 112932 112960 112938 112961  total = 30.338293 per ms 
01:54:33.355 16  switches: flows:  117070 114606 112447 116198 114077 116023 114360 113118 110509 112299 111742 108163 113081 112521 114444 111766  total = 30.156734 per ms 
01:55:33.456 16  switches: flows:  119444 115528 114379 120428 115788 117253 116504 115350 113064 113809 114143 112019 113436 113579 114901 114021  total = 30.675874 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27462.32/30675.87/29330.37/9827.01 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:55:33.467752" elapsed="0.000648"/>
</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-06-15T01:55:33.468700" elapsed="0.000565"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-15T01:55:33.469964" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-15T01:55:33.470060" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27462.32/30675.87/29330.37/9827.01 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-15T01:55:33.469626" elapsed="0.000459"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T01:55:33.470504" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27462.32/30675.87/29330.37/9827.01 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-15T01:55:33.470241" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.473124" 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-06-15T01:55:33.470692" elapsed="0.002490"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.475695" level="INFO">27462.32/30675.87/29330.37/9827.01</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:55:33.473328" elapsed="0.002424"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T01:55:33.478495" 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-06-15T01:55:33.475903" elapsed="0.002631"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T01:55:33.481281" level="INFO">@{result_value_list} = [ 27462.32 | 30675.87 | 29330.37 | 9827.01 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-15T01:55:33.478839" elapsed="0.002470"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.481835" level="INFO">Length is 4.</msg>
<msg time="2026-06-15T01:55:33.481963" 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-06-15T01:55:33.481484" elapsed="0.000511"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.487210" level="INFO">min :: 27462.32</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-06-15T01:55:33.482433" elapsed="0.004834"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-15T01:55:33.482296" elapsed="0.005008"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.492197" level="INFO">max :: 30675.87</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-06-15T01:55:33.487703" elapsed="0.004557"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-15T01:55:33.487400" elapsed="0.004905"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.496929" level="INFO">avg :: 29330.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:55:33.492549" elapsed="0.004439"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-15T01:55:33.492418" elapsed="0.004614"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.501864" level="INFO">stdev :: 9827.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:55:33.497315" elapsed="0.004605"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-15T01:55:33.497152" elapsed="0.004803"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-15T01:55:33.482079" elapsed="0.019911"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.506163" level="INFO">${min} = 27462.32</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-06-15T01:55:33.502163" elapsed="0.004027"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.510355" level="INFO">${max} = 30675.87</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-06-15T01:55:33.506346" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.515441" level="INFO">${average} = 29330.37</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-06-15T01:55:33.510535" elapsed="0.004937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.519920" level="INFO">${stdev} = 9827.01</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-15T01:55:33.515652" elapsed="0.004305"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.520607" level="INFO">${date} = 2026-06-15 01:55:33</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-15T01:55:33.520173" elapsed="0.000461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.521199" level="INFO">CBench Result: 2026-06-15 01:55:33,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27462.32,30675.87,29330.37,9827.01</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T01:55:33.520784" elapsed="0.000470"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T01:55:33.522744" 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-06-15T01:55:33.522155" elapsed="0.000679"/>
</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-06-15T01:55:33.523041" elapsed="0.000498"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-15T01:55:33.521463" elapsed="0.002167"/>
</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-06-15T01:45:26.978242" elapsed="606.545451"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.524218" 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-06-15T01:55:33.523848" elapsed="0.000427"/>
</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-06-15T01:55:33.524835" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-06-15T01:55:33.524502" elapsed="0.000678"/>
</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-06-15T01:45:26.975673" elapsed="606.549545"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.527174" 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-06-15T01:55:33.526741" elapsed="0.000495"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.528626" 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-06-15T01:55:33.528216" elapsed="0.000460"/>
</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-06-15T01:55:33.529089" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:55:33.528831" elapsed="0.000350"/>
</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-06-15T01:55:33.533073" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-15T01:55:33.532727" elapsed="0.000423"/>
</branch>
<status status="PASS" start="2026-06-15T01:55:33.532702" elapsed="0.000481"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:55:33.533724" 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-06-15T01:55:33.533858" 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-06-15T01:55:33.533373" elapsed="0.000513"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.534453" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.7 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.208" 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-06-15T01:55:33.534026" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T01:55:33.535094" 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-06-15T01:55:33.534672" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T01:55:33.536132" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T01:55:33.536222" 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-06-15T01:55:33.535795" elapsed="0.000452"/>
</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-06-15T01:55:33.536392" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T01:55:33.537730" level="INFO">Logging into '10.30.170.208:22' as 'jenkins'.</msg>
<msg time="2026-06-15T01:55:34.131904" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 01:55:33 UTC 2026

  System load:  1.02               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.208
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 15 01:45:27 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-750-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-06-15T01:55:33.537248" elapsed="0.594856"/>
</kw>
<msg time="2026-06-15T01:55:34.132196" 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-06-15T01:55:33.536894" elapsed="0.595396"/>
</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-06-15T01:55:33.535324" elapsed="0.597083"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-15T01:55:34.132935" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.7 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-15T02:05:41.110723" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-15T02:05:41.111316" level="INFO">${stdout} = </msg>
<msg time="2026-06-15T02:05:41.111428" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.7:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-06-15T01:55:34.132640" elapsed="606.978846"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T02:05:41.111950" elapsed="0.000824"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.113976" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.7: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.7. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:39.278 16  switches: flows:  422054 444983 419243 432154 422894 425778 426504 434077 427055 428136 428832 414291 421361 425184 421091 410794  total = 113.407183 per ms 
01:57:39.380 16  switches: flows:  450769 450705 451674 453500 450432 452102 445972 455243 449696 452205 450312 448503 451460 451601 448543 449935  total = 120.008708 per ms 
01:58:39.481 16  switches: flows:  380113 414196 376857 429998 428093 391192 433052 387918 378038 386940 391146 439551 431422 380135 423533 392196  total = 107.557225 per ms 
01:59:39.583 16  switches: flows:  499765 497774 499899 498423 498662 496262 500993 493967 497960 499166 503414 494013 496030 498325 500490 496557  total = 132.638244 per ms 
02:00:39.683 16  switches: flows:  451022 448826 443378 442394 444296 444845 444294 447287 444466 445031 442634 441720 447195 443885 443544 446762  total = 118.494030 per ms 
02:01:39.784 16  switches: flows:  451650 448836 451232 451028 451890 450330 445977 449360 448387 450390 448839 447062 446570 452838 444676 447908  total = 119.582346 per ms 
02:02:39.886 16  switches: flows:  489043 476247 475019 480547 474914 476978 479505 482348 474757 480045 474264 480064 481701 481940 477258 483052  total = 127.579870 per ms 
02:03:39.987 16  switches: flows:  476409 475223 476909 477413 475230 473868 480585 476846 479348 472665 477476 470782 475605 473359 470401 479059  total = 126.640302 per ms 
02:04:40.090 16  switches: flows:  480747 478611 481926 481062 486701 480071 485183 479828 481363 484260 481241 476294 485634 484573 482589 481553  total = 128.311018 per ms 
02:05:41.101 16  switches: flows:  448574 454922 458182 452304 454636 448062 458696 456751 452974 456053 455493 455597 456959 452070 456905 451232  total = 119.151441 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 107557.22/132638.24/122218.13/41340.49 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:05:41.113147" elapsed="0.001140"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-15T02:05:41.114859" elapsed="0.000084"/>
</return>
<status status="PASS" start="2026-06-15T02:05:41.114521" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-06-15T02:05:41.114461" elapsed="0.000624"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-15T02:05:41.115294" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-06-15T02:05:41.115213" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-06-15T02:05:41.115177" elapsed="0.000280"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-15T02:05:41.115527" elapsed="0.000032"/>
</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-06-15T02:05:41.119948" elapsed="0.000506"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-15T02:05:41.120780" elapsed="0.000251"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T02:05:41.121228" elapsed="0.000158"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-15T02:05:41.116291" elapsed="0.005177"/>
</kw>
<msg time="2026-06-15T02:05:41.121713" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.7:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</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-06-15T01:55:33.529674" elapsed="607.592080"/>
</kw>
<status status="PASS" start="2026-06-15T01:55:33.529219" elapsed="607.592610"/>
</branch>
<status status="PASS" start="2026-06-15T01:55:33.528805" elapsed="607.593059"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.122647" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.7: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.7. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:39.278 16  switches: flows:  422054 444983 419243 432154 422894 425778 426504 434077 427055 428136 428832 414291 421361 425184 421091 410794  total = 113.407183 per ms 
01:57:39.380 16  switches: flows:  450769 450705 451674 453500 450432 452102 445972 455243 449696 452205 450312 448503 451460 451601 448543 449935  total = 120.008708 per ms 
01:58:39.481 16  switches: flows:  380113 414196 376857 429998 428093 391192 433052 387918 378038 386940 391146 439551 431422 380135 423533 392196  total = 107.557225 per ms 
01:59:39.583 16  switches: flows:  499765 497774 499899 498423 498662 496262 500993 493967 497960 499166 503414 494013 496030 498325 500490 496557  total = 132.638244 per ms 
02:00:39.683 16  switches: flows:  451022 448826 443378 442394 444296 444845 444294 447287 444466 445031 442634 441720 447195 443885 443544 446762  total = 118.494030 per ms 
02:01:39.784 16  switches: flows:  451650 448836 451232 451028 451890 450330 445977 449360 448387 450390 448839 447062 446570 452838 444676 447908  total = 119.582346 per ms 
02:02:39.886 16  switches: flows:  489043 476247 475019 480547 474914 476978 479505 482348 474757 480045 474264 480064 481701 481940 477258 483052  total = 127.579870 per ms 
02:03:39.987 16  switches: flows:  476409 475223 476909 477413 475230 473868 480585 476846 479348 472665 477476 470782 475605 473359 470401 479059  total = 126.640302 per ms 
02:04:40.090 16  switches: flows:  480747 478611 481926 481062 486701 480071 485183 479828 481363 484260 481241 476294 485634 484573 482589 481553  total = 128.311018 per ms 
02:05:41.101 16  switches: flows:  448574 454922 458182 452304 454636 448062 458696 456751 452974 456053 455493 455597 456959 452070 456905 451232  total = 119.151441 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 107557.22/132638.24/122218.13/41340.49 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:05:41.122084" elapsed="0.000677"/>
</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-06-15T02:05:41.122986" elapsed="0.000538"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-15T02:05:41.124182" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-15T02:05:41.124319" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 107557.22/132638.24/122218.13/41340.49 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-06-15T02:05:41.123802" elapsed="0.000555"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T02:05:41.125050" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 107557.22/132638.24/122218.13/41340.49 | 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-06-15T02:05:41.124612" elapsed="0.000467"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.127571" 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-06-15T02:05:41.125226" elapsed="0.002422"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.130114" level="INFO">107557.22/132638.24/122218.13/41340.49</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:05:41.127807" elapsed="0.002364"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T02:05:41.132541" 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-06-15T02:05:41.130320" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T02:05:41.135076" level="INFO">@{result_value_list} = [ 107557.22 | 132638.24 | 122218.13 | 41340.49 ]</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-06-15T02:05:41.132832" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.135582" level="INFO">Length is 4.</msg>
<msg time="2026-06-15T02:05:41.135691" 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-06-15T02:05:41.135259" elapsed="0.000456"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.140640" level="INFO">min :: 107557.22</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-06-15T02:05:41.136121" elapsed="0.004578"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-15T02:05:41.135985" elapsed="0.004750"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.145434" level="INFO">max :: 132638.24</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-06-15T02:05:41.141037" elapsed="0.004454"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-15T02:05:41.140869" elapsed="0.004659"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.150162" level="INFO">avg :: 122218.13</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-06-15T02:05:41.145782" elapsed="0.004439"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-15T02:05:41.145647" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.154992" level="INFO">stdev :: 41340.49</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-06-15T02:05:41.150480" elapsed="0.004576"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-15T02:05:41.150348" elapsed="0.004745"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-15T02:05:41.135786" elapsed="0.019340"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.159421" level="INFO">${min} = 107557.22</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-06-15T02:05:41.155296" elapsed="0.004154"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.163401" level="INFO">${max} = 132638.24</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-06-15T02:05:41.159637" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.167324" level="INFO">${average} = 122218.13</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-06-15T02:05:41.163585" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.171257" level="INFO">${stdev} = 41340.49</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-06-15T02:05:41.167499" elapsed="0.003785"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.171817" level="INFO">${date} = 2026-06-15 02:05:41</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-15T02:05:41.171443" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.172413" level="INFO">CBench Result: 2026-06-15 02:05:41,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,107557.22,132638.24,122218.13,41340.49</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-06-15T02:05:41.172005" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T02:05:41.173644" 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-06-15T02:05:41.173133" elapsed="0.000580"/>
</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-06-15T02:05:41.173866" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-15T02:05:41.172647" elapsed="0.001763"/>
</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-06-15T01:55:33.527595" elapsed="607.646876"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.174955" 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-06-15T02:05:41.174638" 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-06-15T02:05:41.175529" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-06-15T02:05:41.175224" elapsed="0.000663"/>
</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-06-15T01:55:33.525796" elapsed="607.650129"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.177392" 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-06-15T02:05:41.176977" elapsed="0.000472"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.178696" 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-06-15T02:05:41.178348" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-15T02:05:41.179103" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-15T02:05:41.178875" elapsed="0.000286"/>
</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-06-15T02:05:41.182269" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-15T02:05:41.182019" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-06-15T02:05:41.181999" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-15T02:05:41.182716" 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-06-15T02:05:41.182835" 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-06-15T02:05:41.182485" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.183418" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.7 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.208" 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-06-15T02:05:41.182996" elapsed="0.000481"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-15T02:05:41.184032" 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-06-15T02:05:41.183633" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T02:05:41.184968" level="INFO">Length is 0.</msg>
<msg time="2026-06-15T02:05:41.185056" 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-06-15T02:05:41.184651" elapsed="0.000429"/>
</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-06-15T02:05:41.185221" elapsed="0.000386"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-15T02:05:41.186462" level="INFO">Logging into '10.30.170.208:22' as 'jenkins'.</msg>
<msg time="2026-06-15T02:05:41.769962" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon Jun 15 02:05:41 UTC 2026

  System load:  0.4                Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.208
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon Jun 15 01:55:34 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-750-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-06-15T02:05:41.186106" elapsed="0.584089"/>
</kw>
<msg time="2026-06-15T02:05:41.770299" 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-06-15T02:05:41.185762" elapsed="0.584623"/>
</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-06-15T02:05:41.184257" elapsed="0.586259"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-15T02:05:41.771111" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.7 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-15T02:15:47.966710" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-15T02:15:47.967348" level="INFO">${stdout} = </msg>
<msg time="2026-06-15T02:15:47.967458" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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-06-15T02:05:41.770780" elapsed="606.196736"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T02:15:47.968008" elapsed="0.000794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:47.970032" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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.7. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:47.046 16  switches: flows:  103178 107175 105750 103454 104192 103045 102678 102414 101076 99136 103630 104944 100894 100827 99476 98955  total = 27.347067 per ms 
02:07:47.147 16  switches: flows:  105494 105307 105327 105864 105605 105824 105939 106262 101724 100838 99982 104050 101092 102875 103535 103027  total = 27.666243 per ms 
02:08:47.247 16  switches: flows:  106141 104292 105067 105591 103864 105179 104917 104227 102400 101339 101943 104322 104328 102505 100917 103140  total = 27.623437 per ms 
02:09:47.347 16  switches: flows:  112878 109040 111256 112953 109560 110272 110543 108810 108691 110036 108773 108584 109292 110294 106686 110097  total = 29.247247 per ms 
02:10:47.448 16  switches: flows:  110214 109336 108527 111567 106469 108796 109544 108499 106190 108854 106698 107665 107555 107562 105373 110967  total = 28.848765 per ms 
02:11:47.548 16  switches: flows:  102471 100986 102144 100262 99871 102233 100020 100194 100236 101055 100200 98035 100778 100536 98156 102078  total = 26.776231 per ms 
02:12:47.648 16  switches: flows:  106584 104059 105920 105806 105731 105488 103807 104990 104520 104624 104351 103596 105200 103589 104135 104145  total = 27.895851 per ms 
02:13:47.749 16  switches: flows:  101949 103822 102081 103288 101238 102597 101895 101637 100717 102915 100554 101684 102302 100751 100273 99492  total = 27.074321 per ms 
02:14:47.850 16  switches: flows:  87536 85899 86550 86777 86184 87117 86226 86008 86549 86100 84908 85770 84710 86042 84659 84084  total = 22.880375 per ms 
02:15:47.950 16  switches: flows:  105223 101679 103189 101807 103505 103238 101830 102954 101248 101645 101324 102883 103120 102529 100651 100821  total = 27.248622 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22880.38/29247.25/27251.23/9245.14 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:15:47.969203" elapsed="0.001168"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-15T02:15:47.970998" elapsed="0.000090"/>
</return>
<status status="PASS" start="2026-06-15T02:15:47.970657" elapsed="0.000514"/>
</branch>
<status status="PASS" start="2026-06-15T02:15:47.970563" elapsed="0.000664"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-15T02:15:47.971444" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-06-15T02:15:47.971352" elapsed="0.000186"/>
</branch>
<status status="NOT RUN" start="2026-06-15T02:15:47.971317" elapsed="0.000298"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-15T02:15:47.971690" 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-06-15T02:15:47.976877" elapsed="0.000482"/>
</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-06-15T02:15:47.977597" elapsed="0.000239"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-15T02:15:47.978022" elapsed="0.000138"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-15T02:15:47.972421" elapsed="0.005814"/>
</kw>
<msg time="2026-06-15T02:15:47.978415" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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-06-15T02:05:41.179515" elapsed="606.798962"/>
</kw>
<status status="PASS" start="2026-06-15T02:05:41.179188" elapsed="606.799373"/>
</branch>
<status status="PASS" start="2026-06-15T02:05:41.178850" elapsed="606.799764"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:47.979247" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.7: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.7. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:47.046 16  switches: flows:  103178 107175 105750 103454 104192 103045 102678 102414 101076 99136 103630 104944 100894 100827 99476 98955  total = 27.347067 per ms 
02:07:47.147 16  switches: flows:  105494 105307 105327 105864 105605 105824 105939 106262 101724 100838 99982 104050 101092 102875 103535 103027  total = 27.666243 per ms 
02:08:47.247 16  switches: flows:  106141 104292 105067 105591 103864 105179 104917 104227 102400 101339 101943 104322 104328 102505 100917 103140  total = 27.623437 per ms 
02:09:47.347 16  switches: flows:  112878 109040 111256 112953 109560 110272 110543 108810 108691 110036 108773 108584 109292 110294 106686 110097  total = 29.247247 per ms 
02:10:47.448 16  switches: flows:  110214 109336 108527 111567 106469 108796 109544 108499 106190 108854 106698 107665 107555 107562 105373 110967  total = 28.848765 per ms 
02:11:47.548 16  switches: flows:  102471 100986 102144 100262 99871 102233 100020 100194 100236 101055 100200 98035 100778 100536 98156 102078  total = 26.776231 per ms 
02:12:47.648 16  switches: flows:  106584 104059 105920 105806 105731 105488 103807 104990 104520 104624 104351 103596 105200 103589 104135 104145  total = 27.895851 per ms 
02:13:47.749 16  switches: flows:  101949 103822 102081 103288 101238 102597 101895 101637 100717 102915 100554 101684 102302 100751 100273 99492  total = 27.074321 per ms 
02:14:47.850 16  switches: flows:  87536 85899 86550 86777 86184 87117 86226 86008 86549 86100 84908 85770 84710 86042 84659 84084  total = 22.880375 per ms 
02:15:47.950 16  switches: flows:  105223 101679 103189 101807 103505 103238 101830 102954 101248 101645 101324 102883 103120 102529 100651 100821  total = 27.248622 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 22880.38/29247.25/27251.23/9245.14 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:15:47.978822" elapsed="0.000529"/>
</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-06-15T02:15:47.979557" elapsed="0.000523"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-15T02:15:47.980636" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-15T02:15:47.980765" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 22880.38/29247.25/27251.23/9245.14 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-06-15T02:15:47.980305" elapsed="0.000494"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T02:15:47.981367" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 22880.38/29247.25/27251.23/9245.14 | 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-06-15T02:15:47.981014" elapsed="0.000389"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:47.984856" 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-06-15T02:15:47.981624" elapsed="0.003311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:47.988250" level="INFO">22880.38/29247.25/27251.23/9245.14</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:15:47.985144" elapsed="0.003183"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T02:15:47.991734" 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-06-15T02:15:47.988537" elapsed="0.003236"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-15T02:15:47.995211" level="INFO">@{result_value_list} = [ 22880.38 | 29247.25 | 27251.23 | 9245.14 ]</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-06-15T02:15:47.992074" elapsed="0.003165"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-15T02:15:47.995749" level="INFO">Length is 4.</msg>
<msg time="2026-06-15T02:15:47.995838" 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-06-15T02:15:47.995396" elapsed="0.000466"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.000644" level="INFO">min :: 22880.38</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-06-15T02:15:47.996272" elapsed="0.004430"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-15T02:15:47.996140" elapsed="0.004613"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.005369" level="INFO">max :: 29247.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-15T02:15:48.000971" elapsed="0.004455"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-15T02:15:48.000844" elapsed="0.004616"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.010311" level="INFO">avg :: 27251.23</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-06-15T02:15:48.005685" elapsed="0.004683"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-15T02:15:48.005545" elapsed="0.004859"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.015457" level="INFO">stdev :: 9245.14</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-06-15T02:15:48.010743" elapsed="0.004792"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-15T02:15:48.010556" elapsed="0.005042"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-15T02:15:47.995938" elapsed="0.019708"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.020639" level="INFO">${min} = 22880.38</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-06-15T02:15:48.015870" elapsed="0.004799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.024802" level="INFO">${max} = 29247.25</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-15T02:15:48.020841" elapsed="0.003989"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.029066" level="INFO">${average} = 27251.23</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-06-15T02:15:48.024987" elapsed="0.004106"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.033217" level="INFO">${stdev} = 9245.14</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-06-15T02:15:48.029255" elapsed="0.003989"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.033796" level="INFO">${date} = 2026-06-15 02:15:48</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-15T02:15:48.033413" elapsed="0.000411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.034464" level="INFO">CBench Result: 2026-06-15 02:15:48,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,22880.38,29247.25,27251.23,9245.14</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-06-15T02:15:48.034020" elapsed="0.000505"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-15T02:15:48.035808" 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-06-15T02:15:48.035250" elapsed="0.000628"/>
</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-06-15T02:15:48.036033" elapsed="0.000530"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-15T02:15:48.034713" elapsed="0.001937"/>
</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-06-15T02:05:41.177794" elapsed="606.858949"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.037256" 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-06-15T02:15:48.036899" elapsed="0.000418"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-15T02:15:48.038726" 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-06-15T02:15:48.038150" elapsed="0.000605"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-15T02:15:48.038998" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-06-15T02:15:48.038840" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-06-15T02:15:48.038817" elapsed="0.000279"/>
</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-06-15T02:15:48.039243" 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-06-15T02:15:48.039402" 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-06-15T02:15:48.039561" elapsed="0.000036"/>
</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-06-15T02:15:48.039820" elapsed="0.000024"/>
</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-06-15T02:15:48.039979" elapsed="0.000021"/>
</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-06-15T02:15:48.040129" 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-06-15T02:15:48.040277" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-15T02:15:48.040550" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-06-15T02:15:48.040361" elapsed="0.000264"/>
</branch>
<status status="NOT RUN" start="2026-06-15T02:15:48.040344" elapsed="0.000306"/>
</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-06-15T02:15:48.037795" elapsed="0.002915"/>
</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-06-15T02:05:41.176412" elapsed="606.864350"/>
</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-06-15T01:45:24.068284" elapsed="1823.973196"/>
</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>
