<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-28T02:30:07.771412" 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-08-28T02:30:08.323145" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:30:08.323018" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:08.322988" elapsed="0.000254"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:30:08.323389" elapsed="0.000490"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T02:30:08.324318" level="INFO">Logging into '10.30.170.187:8101' as 'karaf'.</msg>
<msg time="2026-08-28T02:30:09.109379" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-28T02:30:08.324037" elapsed="0.785516"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T02:30:09.159890" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-28T02:30:09.109841" elapsed="0.050111"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T02:30:09.161916" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T02:30:09.162018" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-28T02:30:09.160103" elapsed="0.001942"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-28T02:30:09.162187" elapsed="0.000204"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:30:09.162537" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:30:09.163187" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:30:09.162884" elapsed="0.000352"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:30:09.163283" elapsed="0.000076"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-28T02:30:08.322667" elapsed="0.840804"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-28T02:30:08.319136" elapsed="0.844392"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:30:09.164065" 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-08-28T02:30:09.163706" elapsed="0.000411"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:30:09.164501" 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-08-28T02:30:09.164255" elapsed="0.000305"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T02:30:09.165087" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-28T02:30:09.164702" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:30:09.165587" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T02:30:09.165267" elapsed="0.000358"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T02:30:09.166128" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-28T02:30:09.165770" elapsed="0.000382"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:30:09.166591" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T02:30:09.166313" elapsed="0.000314"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-28T02:30:09.166921" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:30:09.166711" elapsed="0.000258"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:30:09.171043" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:30:09.170663" elapsed="0.000403"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:30:09.172011" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:30:09.172084" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T02:30:09.171581" elapsed="0.000531"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:30:09.172552" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:30:09.173822" level="INFO">Logging into '10.30.170.121:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:30:09.661776" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 02:29:29 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.121
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-821-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T02:30:09.173356" elapsed="0.488558"/>
</kw>
<msg time="2026-08-28T02:30:09.661996" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:30:09.173030" elapsed="0.489047"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T02:30:09.171249" elapsed="0.490935"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-28T02:30:09.672374" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-28T02:30:09.662391" elapsed="0.011407"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:30:09.674001" elapsed="0.000253"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-28T02:30:09.170192" elapsed="0.504137"/>
</kw>
<status status="PASS" start="2026-08-28T02:30:09.167040" elapsed="0.507324"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:09.166684" elapsed="0.507712"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T02:30:09.674542" elapsed="0.000471"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-28T02:30:09.679112" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:30:09.679003" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:09.678980" elapsed="0.000203"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-28T02:30:09.682529" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:30:09.682423" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:09.682406" elapsed="0.000184"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:30:09.682708" elapsed="0.000403"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T02:30:09.683484" level="INFO">Logging into '10.30.170.187:8101' as 'karaf'.</msg>
<msg time="2026-08-28T02:30:09.910969" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-28T02:30:09.683241" elapsed="0.227858"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.001772" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-28T02:30:09.911341" elapsed="0.090505"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.009129" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T02:30:10.009314" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-28T02:30:10.001992" elapsed="0.007351"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-28T02:30:10.009469" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:30:10.009787" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:30:10.010406" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:30:10.010103" elapsed="0.000353"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:30:10.010501" elapsed="0.000049"/>
</return>
<msg time="2026-08-28T02:30:10.010684" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-28T02:30:09.682097" elapsed="0.328616"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T02:30:10.010860" elapsed="0.000498"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:30:10.011424" elapsed="0.000029"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-28T02:30:09.678711" elapsed="0.332832"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-28T02:30:10.015060" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:30:10.014940" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:10.014917" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:30:10.015242" elapsed="0.000413"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.016030" level="INFO">Logging into '10.30.170.187:8101' as 'karaf'.</msg>
<msg time="2026-08-28T02:30:10.164309" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-28T02:30:10.015804" elapsed="0.148611"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.184966" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-28T02:30:10.164601" elapsed="0.020416"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.186707" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-28T02:30:10.186812" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-28T02:30:10.185145" elapsed="0.001693"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-28T02:30:10.186959" elapsed="0.000153"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:30:10.187239" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:30:10.187851" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:30:10.187552" elapsed="0.000343"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-28T02:30:10.187939" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-28T02:30:10.014635" elapsed="0.173452"/>
</kw>
<status status="PASS" start="2026-08-28T02:30:08.317325" elapsed="1.870817"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:30:10.190149" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:30:10.188947" elapsed="0.001260"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:30:10.191510" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T02:30:10.191180" elapsed="0.000368"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-28T02:30:10.191843" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:30:10.191617" elapsed="0.000277"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-28T02:30:10.194590" elapsed="0.000018"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:30:10.194369" elapsed="0.000270"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:10.194352" elapsed="0.000309"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.194993" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-28T02:30:10.195101" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-28T02:30:10.194811" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:30:10.195641" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.121" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:30:10.195245" elapsed="0.000456"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.196255" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:30:10.195839" elapsed="0.000449"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:30:10.197116" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:30:10.197195" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T02:30:10.196826" elapsed="0.000390"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:30:10.197358" elapsed="0.000294"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.198440" level="INFO">Logging into '10.30.170.121:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:30:10.583042" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 02:29:29 UTC 2026

  System load:  0.16               Processes:             112
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.121
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Fri Aug 28 02:30:09 2026 from 10.30.171.62
[?2004h[jenkins@releng-48317-821-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T02:30:10.198113" elapsed="0.385113"/>
</kw>
<msg time="2026-08-28T02:30:10.583320" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:30:10.197804" elapsed="0.385603"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T02:30:10.196486" elapsed="0.387038"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T02:30:10.584032" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T02:40:16.782589" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T02:40:16.783057" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T02:40:16.783151" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T02:30:10.583730" elapsed="606.199472"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:40:16.783707" elapsed="0.000820"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.785642" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:31:15.877 16  switches: flows:  92804 91714 89796 88970 90846 89491 89963 88163 87974 86379 86210 87214 84763 87763 86855 85549  total = 23.574233 per ms 
02:32:15.977 16  switches: flows:  94071 94443 92808 92858 93864 91424 92784 90719 89750 88598 89718 89821 87935 88635 88692 89115  total = 24.213490 per ms 
02:33:16.077 16  switches: flows:  100486 97686 95855 96137 96628 96201 97095 93868 93885 91594 92817 92450 90506 92442 91505 92542  total = 25.152980 per ms 
02:34:16.178 16  switches: flows:  101515 102433 98356 99317 99526 98002 98164 96093 93383 94322 94617 93422 92422 93129 93009 94067  total = 25.653479 per ms 
02:35:16.278 16  switches: flows:  102074 100529 97408 97561 98712 97382 97651 95992 94631 93140 93803 93121 93026 92556 92444 94009  total = 25.524727 per ms 
02:36:16.378 16  switches: flows:  107112 103584 102365 101148 102756 100315 101097 99554 98649 96282 97970 96519 95694 96620 95841 96515  total = 26.489487 per ms 
02:37:16.478 16  switches: flows:  107574 105849 102653 103518 104186 102996 102190 101005 100250 98292 98811 98577 97070 99727 96870 97539  total = 26.906838 per ms 
02:38:16.578 16  switches: flows:  107175 105990 103926 103771 103520 102539 101284 101285 100279 99939 100002 98728 96913 98436 97274 97825  total = 26.936457 per ms 
02:39:16.679 16  switches: flows:  105266 105025 101996 102688 102615 101377 100634 99667 98129 97013 98546 97847 96675 97107 97215 97011  total = 26.602447 per ms 
02:40:16.779 16  switches: flows:  103158 103699 101596 100947 100213 100537 99537 99550 96091 96173 97395 97316 95780 96513 94210 94726  total = 26.246894 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24213.49/26936.46/25969.64/8698.86 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.784935" elapsed="0.000992"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T02:40:16.786395" elapsed="0.000065"/>
</return>
<status status="PASS" start="2026-08-28T02:40:16.786096" elapsed="0.000436"/>
</branch>
<status status="PASS" start="2026-08-28T02:40:16.786043" elapsed="0.000540"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T02:40:16.786797" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:40:16.786722" elapsed="0.000156"/>
</branch>
<status status="NOT RUN" start="2026-08-28T02:40:16.786690" elapsed="0.000231"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T02:40:16.786988" elapsed="0.000026"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:40:16.792257" elapsed="0.000822"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:40:16.793425" elapsed="0.000371"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:40:16.794062" elapsed="0.000198"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T02:40:16.787681" elapsed="0.006720"/>
</kw>
<msg time="2026-08-28T02:40:16.794749" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T02:30:10.192207" elapsed="606.602609"/>
</kw>
<status status="PASS" start="2026-08-28T02:30:10.191919" elapsed="606.602995"/>
</branch>
<status status="PASS" start="2026-08-28T02:30:10.191597" elapsed="606.603369"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.795945" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:31:15.877 16  switches: flows:  92804 91714 89796 88970 90846 89491 89963 88163 87974 86379 86210 87214 84763 87763 86855 85549  total = 23.574233 per ms 
02:32:15.977 16  switches: flows:  94071 94443 92808 92858 93864 91424 92784 90719 89750 88598 89718 89821 87935 88635 88692 89115  total = 24.213490 per ms 
02:33:16.077 16  switches: flows:  100486 97686 95855 96137 96628 96201 97095 93868 93885 91594 92817 92450 90506 92442 91505 92542  total = 25.152980 per ms 
02:34:16.178 16  switches: flows:  101515 102433 98356 99317 99526 98002 98164 96093 93383 94322 94617 93422 92422 93129 93009 94067  total = 25.653479 per ms 
02:35:16.278 16  switches: flows:  102074 100529 97408 97561 98712 97382 97651 95992 94631 93140 93803 93121 93026 92556 92444 94009  total = 25.524727 per ms 
02:36:16.378 16  switches: flows:  107112 103584 102365 101148 102756 100315 101097 99554 98649 96282 97970 96519 95694 96620 95841 96515  total = 26.489487 per ms 
02:37:16.478 16  switches: flows:  107574 105849 102653 103518 104186 102996 102190 101005 100250 98292 98811 98577 97070 99727 96870 97539  total = 26.906838 per ms 
02:38:16.578 16  switches: flows:  107175 105990 103926 103771 103520 102539 101284 101285 100279 99939 100002 98728 96913 98436 97274 97825  total = 26.936457 per ms 
02:39:16.679 16  switches: flows:  105266 105025 101996 102688 102615 101377 100634 99667 98129 97013 98546 97847 96675 97107 97215 97011  total = 26.602447 per ms 
02:40:16.779 16  switches: flows:  103158 103699 101596 100947 100213 100537 99537 99550 96091 96173 97395 97316 95780 96513 94210 94726  total = 26.246894 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24213.49/26936.46/25969.64/8698.86 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.795270" elapsed="0.000828"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T02:40:16.796429" elapsed="0.000766"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T02:40:16.798009" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T02:40:16.798215" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24213.49/26936.46/25969.64/8698.86 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T02:40:16.797544" elapsed="0.000721"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:40:16.799222" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24213.49/26936.46/25969.64/8698.86 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T02:40:16.798610" elapsed="0.000666"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.804465" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.799620" elapsed="0.004973"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.809738" level="INFO">24213.49/26936.46/25969.64/8698.86</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.804965" elapsed="0.004902"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:40:16.815019" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T02:40:16.810252" elapsed="0.004830"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:40:16.820432" level="INFO">@{result_value_list} = [ 24213.49 | 26936.46 | 25969.64 | 8698.86 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T02:40:16.815584" elapsed="0.004917"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.821597" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T02:40:16.821820" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T02:40:16.820896" elapsed="0.000972"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.830741" level="INFO">min :: 24213.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-08-28T02:40:16.822705" elapsed="0.008143"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T02:40:16.822402" elapsed="0.008508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.837540" level="INFO">max :: 26936.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.831391" elapsed="0.006248"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T02:40:16.831088" elapsed="0.006625"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.844559" level="INFO">avg :: 25969.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.838104" elapsed="0.006585"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T02:40:16.837869" elapsed="0.006893"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.852118" level="INFO">stdev :: 8698.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.845230" elapsed="0.006990"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T02:40:16.844943" elapsed="0.007339"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T02:40:16.821998" elapsed="0.030363"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.858387" level="INFO">${min} = 24213.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:40:16.852693" elapsed="0.005743"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.867563" level="INFO">${max} = 26936.46</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:40:16.858789" elapsed="0.008823"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.872042" level="INFO">${average} = 25969.64</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:40:16.867856" elapsed="0.004229"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.876391" level="INFO">${stdev} = 8698.86</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:40:16.872333" elapsed="0.004100"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.877173" level="INFO">${date} = 2026-08-28 02:40:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-28T02:40:16.876706" elapsed="0.000500"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.877838" level="INFO">CBench Result: 2026-08-28 02:40:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24213.49,26936.46,25969.64,8698.86</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.877406" elapsed="0.000488"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:40:16.879109" 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-08-28T02:40:16.878653" elapsed="0.000529"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T02:40:16.879374" elapsed="0.000575"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T02:40:16.878065" elapsed="0.001972"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-28T02:30:10.190607" elapsed="606.689511"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.880624" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-28T02:40:16.880292" elapsed="0.000401"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-28T02:40:16.881223" elapsed="0.000274"/>
</kw>
<status status="PASS" start="2026-08-28T02:40:16.880911" elapsed="0.000652"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T02:30:10.188284" elapsed="606.693312"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.882940" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.882544" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.884629" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T02:40:16.884129" elapsed="0.000575"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-28T02:40:16.885180" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:40:16.884813" elapsed="0.000433"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-28T02:40:16.888247" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:40:16.887956" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-08-28T02:40:16.887934" elapsed="0.000597"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:40:16.888943" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-28T02:40:16.889068" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-28T02:40:16.888686" elapsed="0.000408"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.889739" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.121" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:40:16.889240" elapsed="0.000556"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:40:16.890495" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:40:16.889975" elapsed="0.000552"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:40:16.891518" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:40:16.891604" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T02:40:16.891128" elapsed="0.000498"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:40:16.891789" elapsed="0.000459"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:40:16.893228" level="INFO">Logging into '10.30.170.121:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:40:17.477776" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 02:40:17 UTC 2026

  System load:  0.92               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.121
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Fri Aug 28 02:30:10 2026 from 10.30.171.62
[?2004h[jenkins@releng-48317-821-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T02:40:16.892814" elapsed="0.585170"/>
</kw>
<msg time="2026-08-28T02:40:17.478092" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:40:16.892465" elapsed="0.585723"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T02:40:16.890763" elapsed="0.587593"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T02:40:17.478977" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T02:50:23.548424" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T02:50:23.548832" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T02:50:23.548956" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T02:40:17.478616" elapsed="606.070395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:50:23.549425" elapsed="0.000630"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.551138" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:41:22.617 16  switches: flows:  628709 619003 626199 622204 614195 612826 618001 620860 620223 630615 629582 609993 623605 628655 628062 630514  total = 166.054100 per ms 
02:42:22.719 16  switches: flows:  688236 684293 676956 679464 682982 678992 682081 685862 681064 677867 683951 682103 682651 676032 684190 684637  total = 181.550437 per ms 
02:43:22.820 16  switches: flows:  681486 672750 682861 673512 675192 672816 685682 683852 685781 678455 682655 678039 678878 674892 682817 684462  total = 180.929759 per ms 
02:44:22.925 16  switches: flows:  632350 641359 641178 631829 636651 640684 631031 638826 646305 641996 643406 632329 638621 638531 640377 633324  total = 169.852155 per ms 
02:45:23.027 16  switches: flows:  706877 707178 707474 699967 701780 708052 688655 702157 701239 702804 706288 699790 702514 706783 701396 704345  total = 187.140814 per ms 
02:46:23.130 16  switches: flows:  680776 687034 682850 680353 686307 688002 695380 690884 692447 687537 682778 689311 683910 692055 688100 690952  total = 182.998376 per ms 
02:47:23.232 16  switches: flows:  696646 705949 701493 697321 700322 698483 703037 701132 702042 699674 701349 697295 702859 700612 708467 702300  total = 186.669850 per ms 
02:48:23.336 16  switches: flows:  707995 709281 708037 707434 712467 708978 715242 709353 707081 708078 709356 701274 714306 708723 705676 713679  total = 188.790528 per ms 
02:49:23.442 16  switches: flows:  704662 705018 712756 704775 712145 710168 702989 701547 704729 703197 713194 706771 702508 700981 707046 704778  total = 187.955413 per ms 
02:50:23.543 16  switches: flows:  695324 696940 696460 689115 691523 689836 696038 688643 696917 696646 694143 687098 685800 686054 694137 688531  total = 184.244013 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 169852.16/188790.53/183347.93/61359.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.550434" elapsed="0.001005"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T02:50:23.551891" elapsed="0.000088"/>
</return>
<status status="PASS" start="2026-08-28T02:50:23.551606" elapsed="0.000449"/>
</branch>
<status status="PASS" start="2026-08-28T02:50:23.551557" elapsed="0.000552"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T02:50:23.552336" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-28T02:50:23.552229" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-08-28T02:50:23.552197" elapsed="0.000272"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T02:50:23.552534" elapsed="0.000027"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:50:23.558072" elapsed="0.000726"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:50:23.559133" elapsed="0.000370"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T02:50:23.559782" elapsed="0.000241"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T02:50:23.553199" elapsed="0.006935"/>
</kw>
<msg time="2026-08-28T02:50:23.560430" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T02:40:16.885603" elapsed="606.674884"/>
</kw>
<status status="PASS" start="2026-08-28T02:40:16.885271" elapsed="606.675316"/>
</branch>
<status status="PASS" start="2026-08-28T02:40:16.884781" elapsed="606.675854"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.561605" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:41:22.617 16  switches: flows:  628709 619003 626199 622204 614195 612826 618001 620860 620223 630615 629582 609993 623605 628655 628062 630514  total = 166.054100 per ms 
02:42:22.719 16  switches: flows:  688236 684293 676956 679464 682982 678992 682081 685862 681064 677867 683951 682103 682651 676032 684190 684637  total = 181.550437 per ms 
02:43:22.820 16  switches: flows:  681486 672750 682861 673512 675192 672816 685682 683852 685781 678455 682655 678039 678878 674892 682817 684462  total = 180.929759 per ms 
02:44:22.925 16  switches: flows:  632350 641359 641178 631829 636651 640684 631031 638826 646305 641996 643406 632329 638621 638531 640377 633324  total = 169.852155 per ms 
02:45:23.027 16  switches: flows:  706877 707178 707474 699967 701780 708052 688655 702157 701239 702804 706288 699790 702514 706783 701396 704345  total = 187.140814 per ms 
02:46:23.130 16  switches: flows:  680776 687034 682850 680353 686307 688002 695380 690884 692447 687537 682778 689311 683910 692055 688100 690952  total = 182.998376 per ms 
02:47:23.232 16  switches: flows:  696646 705949 701493 697321 700322 698483 703037 701132 702042 699674 701349 697295 702859 700612 708467 702300  total = 186.669850 per ms 
02:48:23.336 16  switches: flows:  707995 709281 708037 707434 712467 708978 715242 709353 707081 708078 709356 701274 714306 708723 705676 713679  total = 188.790528 per ms 
02:49:23.442 16  switches: flows:  704662 705018 712756 704775 712145 710168 702989 701547 704729 703197 713194 706771 702508 700981 707046 704778  total = 187.955413 per ms 
02:50:23.543 16  switches: flows:  695324 696940 696460 689115 691523 689836 696038 688643 696917 696646 694143 687098 685800 686054 694137 688531  total = 184.244013 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 169852.16/188790.53/183347.93/61359.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.560957" elapsed="0.000809"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T02:50:23.562104" elapsed="0.000903"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T02:50:23.563850" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T02:50:23.564062" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 169852.16/188790.53/183347.93/61359.48 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T02:50:23.563394" elapsed="0.000720"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:50:23.565038" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 169852.16/188790.53/183347.93/61359.48 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T02:50:23.564480" elapsed="0.000616"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.570831" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.565442" elapsed="0.005538"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.576969" level="INFO">169852.16/188790.53/183347.93/61359.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.571348" elapsed="0.005760"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:50:23.582550" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T02:50:23.577513" elapsed="0.005096"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T02:50:23.588220" level="INFO">@{result_value_list} = [ 169852.16 | 188790.53 | 183347.93 | 61359.48 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T02:50:23.583071" elapsed="0.005211"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.589469" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T02:50:23.589662" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T02:50:23.588658" elapsed="0.001054"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.601165" level="INFO">min :: 169852.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.590824" elapsed="0.010514"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T02:50:23.590533" elapsed="0.010890"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.611285" level="INFO">max :: 188790.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.601992" elapsed="0.009445"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T02:50:23.601636" elapsed="0.009869"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.618083" level="INFO">avg :: 183347.93</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.611973" elapsed="0.006183"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T02:50:23.611683" elapsed="0.006520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.624153" level="INFO">stdev :: 61359.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.618522" elapsed="0.005703"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T02:50:23.618352" elapsed="0.005916"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T02:50:23.590039" elapsed="0.034291"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.629525" level="INFO">${min} = 169852.16</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:50:23.624563" elapsed="0.004999"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.634714" level="INFO">${max} = 188790.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:50:23.629761" elapsed="0.004986"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.639685" level="INFO">${average} = 183347.93</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:50:23.634961" elapsed="0.004748"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.643394" level="INFO">${stdev} = 61359.48</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T02:50:23.639859" elapsed="0.003559"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.643899" level="INFO">${date} = 2026-08-28 02:50:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-28T02:50:23.643565" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.644462" level="INFO">CBench Result: 2026-08-28 02:50:23,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,169852.16,188790.53,183347.93,61359.48</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.644075" elapsed="0.000439"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T02:50:23.645545" 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-08-28T02:50:23.645131" elapsed="0.000476"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T02:50:23.645745" elapsed="0.000461"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T02:50:23.644660" elapsed="0.001608"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-28T02:40:16.883380" elapsed="606.762959"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.646769" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-28T02:50:23.646477" elapsed="0.000345"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-28T02:50:23.647337" elapsed="0.000243"/>
</kw>
<status status="PASS" start="2026-08-28T02:50:23.647041" elapsed="0.000604"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T02:40:16.881917" elapsed="606.765762"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.649115" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.648742" elapsed="0.000425"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.650327" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-28T02:50:23.650016" elapsed="0.000349"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-28T02:50:23.650693" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:50:23.650487" elapsed="0.000258"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-28T02:50:23.653891" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-08-28T02:50:23.653653" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-08-28T02:50:23.653634" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:50:23.654402" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-08-28T02:50:23.654530" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-28T02:50:23.654117" elapsed="0.000438"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.655095" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.121" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T02:50:23.654680" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-28T02:50:23.655665" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T02:50:23.655278" elapsed="0.000411"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T02:50:23.656553" level="INFO">Length is 0.</msg>
<msg time="2026-08-28T02:50:23.656633" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T02:50:23.656245" elapsed="0.000409"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:50:23.656784" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-28T02:50:23.657892" level="INFO">Logging into '10.30.170.121:22' as 'jenkins'.</msg>
<msg time="2026-08-28T02:50:24.274561" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Fri Aug 28 02:50:23 UTC 2026

  System load:  0.31               Processes:             105
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.121
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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: Fri Aug 28 02:40:17 2026 from 10.30.171.62
[?2004h[jenkins@releng-48317-821-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-28T02:50:23.657574" elapsed="0.617202"/>
</kw>
<msg time="2026-08-28T02:50:24.274881" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T02:50:23.657243" elapsed="0.617760"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-28T02:50:23.655874" elapsed="0.619267"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-28T02:50:24.275773" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-28T03:00:30.329201" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-28T03:00:30.329672" level="INFO">${stdout} = </msg>
<msg time="2026-08-28T03:00:30.329777" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-28T02:50:24.275424" elapsed="606.054415"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T03:00:30.330249" elapsed="0.000674"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.331981" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:51:29.423 16  switches: flows:  104661 102431 101653 99249 98994 100604 99688 98313 96842 96611 96526 94585 94022 95905 95488 94965  total = 26.175617 per ms 
02:52:29.524 16  switches: flows:  107494 107329 103947 104260 103356 104267 103099 101571 100035 98838 97729 97631 98549 98037 99368 99930  total = 27.045519 per ms 
02:53:29.625 16  switches: flows:  108766 108431 103753 102514 103511 103090 101776 101143 101266 100225 96983 96152 97845 97729 99754 100223  total = 27.007596 per ms 
02:54:29.726 16  switches: flows:  107160 107137 104406 104771 101298 103771 100538 99720 100951 97072 96804 97267 96953 98238 99044 99284  total = 26.862078 per ms 
02:55:29.826 16  switches: flows:  106962 108760 105553 103658 103184 104779 101940 101045 102090 100086 98592 97573 97354 96589 100342 100876  total = 27.111152 per ms 
02:56:29.927 16  switches: flows:  106261 108561 104959 103865 104044 104371 102794 101138 100755 100079 97892 97230 98284 97379 100981 99695  total = 27.092898 per ms 
02:57:30.028 16  switches: flows:  107133 107763 108378 105678 102848 105547 103369 101672 100219 100111 99498 98560 96800 98961 99729 100842  total = 27.239618 per ms 
02:58:30.129 16  switches: flows:  108594 108208 106196 104732 102205 104498 102620 99965 100891 100142 98592 96914 97423 95726 100323 98536  total = 27.047599 per ms 
02:59:30.230 16  switches: flows:  104723 105048 103253 103491 101630 103036 99990 98658 99221 96922 97341 95489 96281 94290 98048 96600  total = 26.522729 per ms 
03:00:30.330 16  switches: flows:  108265 107497 105023 104321 101533 104996 103176 100012 100779 99260 98189 97091 96713 97135 100901 98935  total = 27.018683 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26522.73/27239.62/26994.21/9000.10 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.331252" elapsed="0.000991"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-28T03:00:30.332732" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-08-28T03:00:30.332435" elapsed="0.000430"/>
</branch>
<status status="PASS" start="2026-08-28T03:00:30.332388" elapsed="0.000526"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-28T03:00:30.333099" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-28T03:00:30.333027" elapsed="0.000150"/>
</branch>
<status status="NOT RUN" start="2026-08-28T03:00:30.332996" elapsed="0.000223"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-28T03:00:30.333278" elapsed="0.000054"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-28T03:00:30.338842" elapsed="0.000728"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-28T03:00:30.339893" elapsed="0.000330"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-28T03:00:30.340589" elapsed="0.000295"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-28T03:00:30.333944" elapsed="0.007062"/>
</kw>
<msg time="2026-08-28T03:00:30.341323" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-28T02:50:23.651132" elapsed="606.690252"/>
</kw>
<status status="PASS" start="2026-08-28T02:50:23.650768" elapsed="606.690743"/>
</branch>
<status status="PASS" start="2026-08-28T02:50:23.650464" elapsed="606.691097"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.342560" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:51:29.423 16  switches: flows:  104661 102431 101653 99249 98994 100604 99688 98313 96842 96611 96526 94585 94022 95905 95488 94965  total = 26.175617 per ms 
02:52:29.524 16  switches: flows:  107494 107329 103947 104260 103356 104267 103099 101571 100035 98838 97729 97631 98549 98037 99368 99930  total = 27.045519 per ms 
02:53:29.625 16  switches: flows:  108766 108431 103753 102514 103511 103090 101776 101143 101266 100225 96983 96152 97845 97729 99754 100223  total = 27.007596 per ms 
02:54:29.726 16  switches: flows:  107160 107137 104406 104771 101298 103771 100538 99720 100951 97072 96804 97267 96953 98238 99044 99284  total = 26.862078 per ms 
02:55:29.826 16  switches: flows:  106962 108760 105553 103658 103184 104779 101940 101045 102090 100086 98592 97573 97354 96589 100342 100876  total = 27.111152 per ms 
02:56:29.927 16  switches: flows:  106261 108561 104959 103865 104044 104371 102794 101138 100755 100079 97892 97230 98284 97379 100981 99695  total = 27.092898 per ms 
02:57:30.028 16  switches: flows:  107133 107763 108378 105678 102848 105547 103369 101672 100219 100111 99498 98560 96800 98961 99729 100842  total = 27.239618 per ms 
02:58:30.129 16  switches: flows:  108594 108208 106196 104732 102205 104498 102620 99965 100891 100142 98592 96914 97423 95726 100323 98536  total = 27.047599 per ms 
02:59:30.230 16  switches: flows:  104723 105048 103253 103491 101630 103036 99990 98658 99221 96922 97341 95489 96281 94290 98048 96600  total = 26.522729 per ms 
03:00:30.330 16  switches: flows:  108265 107497 105023 104321 101533 104996 103176 100012 100779 99260 98189 97091 96713 97135 100901 98935  total = 27.018683 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26522.73/27239.62/26994.21/9000.10 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.341875" elapsed="0.000846"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-28T03:00:30.343039" elapsed="0.000815"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-28T03:00:30.344707" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-28T03:00:30.344895" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26522.73/27239.62/26994.21/9000.10 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-28T03:00:30.344196" elapsed="0.000750"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T03:00:30.345858" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26522.73/27239.62/26994.21/9000.10 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T03:00:30.345271" elapsed="0.000643"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.351391" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.346223" elapsed="0.005312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.357006" level="INFO">26522.73/27239.62/26994.21/9000.10</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.351870" elapsed="0.005257"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T03:00:30.362629" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T03:00:30.357508" elapsed="0.005184"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-28T03:00:30.370051" level="INFO">@{result_value_list} = [ 26522.73 | 27239.62 | 26994.21 | 9000.10 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-28T03:00:30.363103" elapsed="0.007028"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.371172" level="INFO">Length is 4.</msg>
<msg time="2026-08-28T03:00:30.371382" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-28T03:00:30.370523" elapsed="0.000911"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.378006" level="INFO">min :: 26522.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.372203" elapsed="0.005877"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-28T03:00:30.371944" elapsed="0.006180"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.383935" level="INFO">max :: 27239.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.378440" elapsed="0.005564"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-28T03:00:30.378232" elapsed="0.005814"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.389822" level="INFO">avg :: 26994.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.384330" elapsed="0.005562"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-28T03:00:30.384150" elapsed="0.005785"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.395764" level="INFO">stdev :: 9000.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.390204" elapsed="0.005629"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-28T03:00:30.390037" elapsed="0.005838"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-28T03:00:30.371582" elapsed="0.024329"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.400457" level="INFO">${min} = 26522.73</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T03:00:30.396110" elapsed="0.004373"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.404026" level="INFO">${max} = 27239.62</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T03:00:30.400621" elapsed="0.003429"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.407639" level="INFO">${average} = 26994.21</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T03:00:30.404187" elapsed="0.003476"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.411228" level="INFO">${stdev} = 9000.10</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-28T03:00:30.407800" elapsed="0.003452"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.411747" level="INFO">${date} = 2026-08-28 03:00:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-28T03:00:30.411417" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.412312" level="INFO">CBench Result: 2026-08-28 03:00:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26522.73,27239.62,26994.21,9000.10</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-28T03:00:30.411901" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-28T03:00:30.413415" 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-08-28T03:00:30.412963" elapsed="0.000526"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-28T03:00:30.413629" elapsed="0.000528"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-28T03:00:30.412525" elapsed="0.001718"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-28T02:50:23.649500" elapsed="606.764843"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.414857" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-28T03:00:30.414547" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-28T03:00:30.416121" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-28T03:00:30.415664" elapsed="0.000481"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-28T03:00:30.416381" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-08-28T03:00:30.416221" elapsed="0.000239"/>
</branch>
<status status="PASS" start="2026-08-28T03:00:30.416199" elapsed="0.000294"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.416651" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.416795" elapsed="0.000018"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.416939" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.417158" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.417310" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.417456" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.417590" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-28T03:00:30.417792" elapsed="0.000017"/>
</kw>
<status status="NOT RUN" start="2026-08-28T03:00:30.417666" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-28T03:00:30.417651" elapsed="0.000207"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-28T03:00:30.415323" elapsed="0.002588"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-28T02:50:23.648232" elapsed="606.769723"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-28T02:30:07.773002" elapsed="1822.645491"/>
</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>
