<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-08T01:54:58.351762" 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-07-08T01:54:58.916958" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-08T01:54:58.916812" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-08T01:54:58.916780" elapsed="0.000281"/>
</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-07-08T01:54:58.917204" elapsed="0.000523"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-08T01:54:58.918194" level="INFO">Logging into '10.30.171.204:8101' as 'karaf'.</msg>
<msg time="2026-07-08T01:54:59.544088" 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-07-08T01:54:58.917898" elapsed="0.626382"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-08T01:54:59.592662" 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-07-08T01:54:59.544586" elapsed="0.048214"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-08T01:54:59.594857" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-08T01:54:59.594973" 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-07-08T01:54:59.593030" elapsed="0.001974"/>
</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-07-08T01:54:59.595163" elapsed="0.000252"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:54:59.595589" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:54:59.596313" 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-07-08T01:54:59.595965" elapsed="0.000403"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T01:54:59.596424" elapsed="0.000053"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.204
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-08T01:54:58.916407" elapsed="0.680229"/>
</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-07-08T01:54:58.912792" elapsed="0.683911"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T01:54:59.597263" 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-07-08T01:54:59.596890" elapsed="0.000429"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T01:54:59.597741" 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-07-08T01:54:59.597473" elapsed="0.000325"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-08T01:54:59.598367" 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-07-08T01:54:59.597976" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T01:54:59.598919" 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-07-08T01:54:59.598583" elapsed="0.000379"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-08T01:54:59.599483" 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-07-08T01:54:59.599112" elapsed="0.000399"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T01:54:59.600007" 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-07-08T01:54:59.599690" elapsed="0.000390"/>
</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-07-08T01:54:59.600382" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-08T01:54:59.600168" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T01:54:59.604980" 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-07-08T01:54:59.604543" elapsed="0.000463"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T01:54:59.606326" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T01:54:59.606411" 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-07-08T01:54:59.605862" elapsed="0.000573"/>
</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-07-08T01:54:59.606599" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T01:54:59.607987" level="INFO">Logging into '10.30.170.36:22' as 'jenkins'.</msg>
<msg time="2026-07-08T01:55:00.325044" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  8 01:54:59 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.36
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-773-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-07-08T01:54:59.607457" elapsed="0.717755"/>
</kw>
<msg time="2026-07-08T01:55:00.325305" 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-07-08T01:54:59.607107" elapsed="0.718291"/>
</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-07-08T01:54:59.605212" elapsed="0.720310"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.332771" 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-07-08T01:55:00.325772" elapsed="0.009042"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:55:00.335074" elapsed="0.000390"/>
</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-07-08T01:54:59.603990" elapsed="0.731561"/>
</kw>
<status status="PASS" start="2026-07-08T01:54:59.600515" elapsed="0.735118"/>
</branch>
<status status="PASS" start="2026-07-08T01:54:59.600142" elapsed="0.735535"/>
</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-07-08T01:55:00.335890" elapsed="0.000663"/>
</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-07-08T01:55:00.342753" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-07-08T01:55:00.342582" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-07-08T01:55:00.342531" elapsed="0.000330"/>
</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-07-08T01:55:00.347873" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-07-08T01:55:00.347716" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-07-08T01:55:00.347689" elapsed="0.000282"/>
</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-07-08T01:55:00.348154" elapsed="0.000628"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.349355" level="INFO">Logging into '10.30.171.204:8101' as 'karaf'.</msg>
<msg time="2026-07-08T01:55:00.544024" 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-07-08T01:55:00.348989" elapsed="0.195159"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.649520" 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-07-08T01:55:00.544359" elapsed="0.105270"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.653395" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-08T01:55:00.653595" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-08T01:55:00.649808" elapsed="0.003820"/>
</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-07-08T01:55:00.653768" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:55:00.654113" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:55:00.654803" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T01:55:00.654455" elapsed="0.000405"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T01:55:00.654911" elapsed="0.000046"/>
</return>
<msg time="2026-07-08T01:55:00.655109" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.204
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-08T01:55:00.347189" elapsed="0.307954"/>
</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-07-08T01:55:00.655290" elapsed="0.000536"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T01:55:00.655876" elapsed="0.000032"/>
</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-07-08T01:55:00.342141" elapsed="0.313868"/>
</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-07-08T01:55:00.659871" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-08T01:55:00.659740" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-07-08T01:55:00.659716" elapsed="0.000226"/>
</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-07-08T01:55:00.660074" elapsed="0.000441"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.660945" level="INFO">Logging into '10.30.171.204:8101' as 'karaf'.</msg>
<msg time="2026-07-08T01:55:00.851576" 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-07-08T01:55:00.660686" elapsed="0.190982"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.874248" 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-07-08T01:55:00.851839" elapsed="0.022634"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.878862" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-08T01:55:00.879100" 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-07-08T01:55:00.874978" elapsed="0.004187"/>
</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-07-08T01:55:00.879433" elapsed="0.000351"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T01:55:00.879990" elapsed="0.000259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:55:00.880902" 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-07-08T01:55:00.880440" elapsed="0.000532"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-08T01:55:00.881045" elapsed="0.000073"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.204
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-08T01:55:00.659390" elapsed="0.221891"/>
</kw>
<status status="PASS" start="2026-07-08T01:54:58.911001" elapsed="1.970369"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:55:00.884516" 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-07-08T01:55:00.882828" elapsed="0.001809"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T01:55:00.886682" 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-07-08T01:55:00.886151" elapsed="0.000593"/>
</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-07-08T01:55:00.887186" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-07-08T01:55:00.886856" elapsed="0.000410"/>
</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-07-08T01:55:00.891447" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-08T01:55:00.891138" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-07-08T01:55:00.891110" elapsed="0.000418"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.891885" 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-07-08T01:55:00.892007" 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-07-08T01:55:00.891677" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T01:55:00.892612" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.36" 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-07-08T01:55:00.892169" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.893281" 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-07-08T01:55:00.892814" elapsed="0.000494"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T01:55:00.894252" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T01:55:00.894346" 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-07-08T01:55:00.893910" elapsed="0.000462"/>
</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-07-08T01:55:00.894516" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T01:55:00.895752" level="INFO">Logging into '10.30.170.36:22' as 'jenkins'.</msg>
<msg time="2026-07-08T01:55:01.204469" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  8 01:54:59 UTC 2026

  System load:  0.02               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.36
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  8 01:55:00 2026 from 10.30.171.82
[?2004h[jenkins@releng-48317-773-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-07-08T01:55:00.895377" elapsed="0.309316"/>
</kw>
<msg time="2026-07-08T01:55:01.204800" 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-07-08T01:55:00.895030" elapsed="0.309866"/>
</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-07-08T01:55:00.893516" elapsed="0.311505"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-08T01:55:01.205786" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-08T02:05:07.290092" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-08T02:05:07.290701" level="INFO">${stdout} = </msg>
<msg time="2026-07-08T02:05:07.290819" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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-07-08T01:55:01.205252" elapsed="606.085630"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T02:05:07.291359" elapsed="0.000788"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.293388" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:06.420 16  switches: flows:  112903 112598 113223 114546 115962 111981 114580 111302 111844 110922 111923 111223 113575 110649 112423 108378  total = 29.967200 per ms 
01:57:06.521 16  switches: flows:  120563 120448 119852 123181 121264 122215 120578 119728 120681 119384 118049 120250 118756 119226 119885 117050  total = 31.965116 per ms 
01:58:06.621 16  switches: flows:  94999 93267 91772 93502 93172 93601 92957 94073 91583 93485 91506 92297 91524 91496 91981 90623  total = 24.656085 per ms 
01:59:06.721 16  switches: flows:  123296 121157 119368 120208 120170 122774 122555 121651 119464 119642 117000 118768 119533 119329 118554 118790  total = 31.984273 per ms 
02:00:06.822 16  switches: flows:  112775 111601 112110 112496 112510 113417 111204 111964 110156 111445 108961 108650 110212 110407 109208 108743  total = 29.548309 per ms 
02:01:06.922 16  switches: flows:  122633 120665 119174 119484 123108 120868 122051 121032 118369 119862 119030 119237 119101 119611 118199 117686  total = 31.948514 per ms 
02:02:07.022 16  switches: flows:  117791 117374 115549 117218 117498 116671 117957 117727 115979 113809 114314 113238 114161 115417 114963 114711  total = 30.854794 per ms 
02:03:07.122 16  switches: flows:  112690 112645 113350 112900 113380 112665 112252 112861 112043 111779 111457 110107 110333 111547 111606 107277  total = 29.765173 per ms 
02:04:07.223 16  switches: flows:  119788 117948 118600 120145 120731 118251 119647 118919 119648 117717 117824 117198 116989 119917 118414 115940  total = 31.575233 per ms 
02:05:07.323 16  switches: flows:  120581 120889 120778 123858 120209 118181 119174 119758 121833 120184 119360 118769 118930 120537 121040 118182  total = 31.984339 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24656.09/31984.34/30475.76/10404.58 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:05:07.292545" elapsed="0.001181"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-08T02:05:07.294258" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-07-08T02:05:07.293941" elapsed="0.000477"/>
</branch>
<status status="PASS" start="2026-07-08T02:05:07.293881" elapsed="0.000597"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-08T02:05:07.294742" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-07-08T02:05:07.294651" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-07-08T02:05:07.294612" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-08T02:05:07.294977" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-08T02:05:07.301137" elapsed="0.000756"/>
</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-07-08T02:05:07.302040" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T02:05:07.302339" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-08T02:05:07.295737" elapsed="0.006753"/>
</kw>
<msg time="2026-07-08T02:05:07.302640" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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-07-08T01:55:00.887765" elapsed="606.414902"/>
</kw>
<status status="PASS" start="2026-07-08T01:55:00.887304" elapsed="606.415412"/>
</branch>
<status status="PASS" start="2026-07-08T01:55:00.886824" elapsed="606.415916"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.303177" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:56:06.420 16  switches: flows:  112903 112598 113223 114546 115962 111981 114580 111302 111844 110922 111923 111223 113575 110649 112423 108378  total = 29.967200 per ms 
01:57:06.521 16  switches: flows:  120563 120448 119852 123181 121264 122215 120578 119728 120681 119384 118049 120250 118756 119226 119885 117050  total = 31.965116 per ms 
01:58:06.621 16  switches: flows:  94999 93267 91772 93502 93172 93601 92957 94073 91583 93485 91506 92297 91524 91496 91981 90623  total = 24.656085 per ms 
01:59:06.721 16  switches: flows:  123296 121157 119368 120208 120170 122774 122555 121651 119464 119642 117000 118768 119533 119329 118554 118790  total = 31.984273 per ms 
02:00:06.822 16  switches: flows:  112775 111601 112110 112496 112510 113417 111204 111964 110156 111445 108961 108650 110212 110407 109208 108743  total = 29.548309 per ms 
02:01:06.922 16  switches: flows:  122633 120665 119174 119484 123108 120868 122051 121032 118369 119862 119030 119237 119101 119611 118199 117686  total = 31.948514 per ms 
02:02:07.022 16  switches: flows:  117791 117374 115549 117218 117498 116671 117957 117727 115979 113809 114314 113238 114161 115417 114963 114711  total = 30.854794 per ms 
02:03:07.122 16  switches: flows:  112690 112645 113350 112900 113380 112665 112252 112861 112043 111779 111457 110107 110333 111547 111606 107277  total = 29.765173 per ms 
02:04:07.223 16  switches: flows:  119788 117948 118600 120145 120731 118251 119647 118919 119648 117717 117824 117198 116989 119917 118414 115940  total = 31.575233 per ms 
02:05:07.323 16  switches: flows:  120581 120889 120778 123858 120209 118181 119174 119758 121833 120184 119360 118769 118930 120537 121040 118182  total = 31.984339 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 24656.09/31984.34/30475.76/10404.58 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:05:07.302881" elapsed="0.000369"/>
</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-07-08T02:05:07.303398" elapsed="0.000397"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-08T02:05:07.304190" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-08T02:05:07.304281" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 24656.09/31984.34/30475.76/10404.58 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-07-08T02:05:07.303962" elapsed="0.000343"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:05:07.304731" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 24656.09/31984.34/30475.76/10404.58 | 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-07-08T02:05:07.304459" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.307172" 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-07-08T02:05:07.304904" elapsed="0.002325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.309602" level="INFO">24656.09/31984.34/30475.76/10404.58</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:05:07.307375" elapsed="0.002288"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:05:07.312026" 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-07-08T02:05:07.309814" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:05:07.314532" level="INFO">@{result_value_list} = [ 24656.09 | 31984.34 | 30475.76 | 10404.58 ]</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-07-08T02:05:07.312247" elapsed="0.002325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.315043" level="INFO">Length is 4.</msg>
<msg time="2026-07-08T02:05:07.315138" 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-07-08T02:05:07.314733" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.320103" level="INFO">min :: 24656.09</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-07-08T02:05:07.315574" elapsed="0.004588"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-08T02:05:07.315427" elapsed="0.004772"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.324737" level="INFO">max :: 31984.34</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:05:07.320434" elapsed="0.004359"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-08T02:05:07.320296" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.329460" level="INFO">avg :: 30475.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:05:07.325075" elapsed="0.004442"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-08T02:05:07.324944" elapsed="0.004608"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.334165" level="INFO">stdev :: 10404.58</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-07-08T02:05:07.329875" elapsed="0.004346"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-08T02:05:07.329744" elapsed="0.004511"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-08T02:05:07.315235" elapsed="0.019054"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.338476" level="INFO">${min} = 24656.09</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-07-08T02:05:07.334450" elapsed="0.004053"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.342698" level="INFO">${max} = 31984.34</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-07-08T02:05:07.338672" elapsed="0.004053"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.346717" level="INFO">${average} = 30475.76</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-08T02:05:07.342879" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.350695" level="INFO">${stdev} = 10404.58</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-07-08T02:05:07.346900" elapsed="0.003823"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.351257" level="INFO">${date} = 2026-07-08 02:05:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-08T02:05:07.350887" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.351912" level="INFO">CBench Result: 2026-07-08 02:05:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,24656.09,31984.34,30475.76,10404.58</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-07-08T02:05:07.351434" elapsed="0.000535"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T02:05:07.353078" 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-07-08T02:05:07.352634" elapsed="0.000512"/>
</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-07-08T02:05:07.353302" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-08T02:05:07.352129" elapsed="0.001740"/>
</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-07-08T01:55:00.885240" elapsed="606.468692"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.354412" 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-07-08T02:05:07.354087" elapsed="0.000383"/>
</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-07-08T02:05:07.355013" elapsed="0.000272"/>
</kw>
<status status="PASS" start="2026-07-08T02:05:07.354706" elapsed="0.000650"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-08T01:55:00.881597" elapsed="606.473801"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.356933" 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-07-08T02:05:07.356501" elapsed="0.000492"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.358278" 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-07-08T02:05:07.357926" elapsed="0.000395"/>
</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-07-08T02:05:07.358688" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-08T02:05:07.358445" elapsed="0.000302"/>
</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-07-08T02:05:07.361689" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-07-08T02:05:07.361419" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-07-08T02:05:07.361400" elapsed="0.000372"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-08T02:05:07.362134" 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-07-08T02:05:07.362258" 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-07-08T02:05:07.361915" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.362866" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.204 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.36" 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-07-08T02:05:07.362425" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T02:05:07.363490" 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-07-08T02:05:07.363068" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T02:05:07.364453" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T02:05:07.364544" 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-07-08T02:05:07.364129" elapsed="0.000456"/>
</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-07-08T02:05:07.364737" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T02:05:07.365984" level="INFO">Logging into '10.30.170.36:22' as 'jenkins'.</msg>
<msg time="2026-07-08T02:05:07.948895" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  8 02:05:07 UTC 2026

  System load:  1.0                Processes:             107
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.36
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  8 01:55:01 2026 from 10.30.171.82
[?2004h[jenkins@releng-48317-773-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-07-08T02:05:07.365622" elapsed="0.583527"/>
</kw>
<msg time="2026-07-08T02:05:07.949267" 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-07-08T02:05:07.365239" elapsed="0.584149"/>
</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-07-08T02:05:07.363744" elapsed="0.585802"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-08T02:05:07.950273" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.204 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-08T02:15:13.984850" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-08T02:15:13.985484" level="INFO">${stdout} = </msg>
<msg time="2026-07-08T02:15:13.985624" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204: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-07-08T02:05:07.949870" elapsed="606.035828"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T02:15:13.986188" elapsed="0.000874"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:13.988272" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:13.108 16  switches: flows:  525508 536792 536040 530823 530557 539254 541578 539825 535398 534287 514563 525308 519005 529934 511310 513656  total = 141.063967 per ms 
02:07:13.211 16  switches: flows:  592880 586316 593135 591757 589694 592370 590257 599656 595836 599898 600686 596985 605999 592038 596332 586563  total = 158.237517 per ms 
02:08:13.313 16  switches: flows:  604812 597945 601199 614673 600860 603433 602675 591087 607851 608462 599984 604567 599751 609747 617510 611611  total = 160.999301 per ms 
02:09:13.414 16  switches: flows:  610192 590655 592705 597906 591737 605402 599463 595815 580218 599731 605912 601346 594813 595559 592641 605002  total = 159.051218 per ms 
02:10:13.515 16  switches: flows:  545582 528156 532459 541406 544509 532304 525115 541003 527133 525815 525426 531918 528233 537115 538988 537946  total = 142.146940 per ms 
02:11:13.617 16  switches: flows:  595055 605561 608357 602471 593612 604967 602399 613422 604306 606197 598659 597857 602138 593713 602065 599508  total = 160.234374 per ms 
02:12:13.722 16  switches: flows:  533433 539126 469815 463892 464872 456213 545240 460108 469034 565682 461119 459133 557086 551310 469612 465724  total = 131.961532 per ms 
02:13:13.824 16  switches: flows:  603004 601994 606575 601695 615404 609640 606791 612967 607677 616424 611154 605614 593533 602625 598050 573673  total = 160.841831 per ms 
02:14:13.925 16  switches: flows:  532687 509405 520642 533170 529998 520580 541028 518882 523929 528290 544912 533712 528832 528930 512849 517818  total = 140.191247 per ms 
02:15:14.026 16  switches: flows:  534958 539826 531288 543505 534920 537655 527414 545159 540077 541107 534740 537910 522119 547952 547558 531523  total = 143.053580 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131961.53/160999.30/150746.39/51363.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:15:13.987443" elapsed="0.001778"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-08T02:15:13.989759" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-08T02:15:13.989423" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-07-08T02:15:13.989371" elapsed="0.000596"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-08T02:15:13.990273" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-07-08T02:15:13.990191" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-07-08T02:15:13.990153" elapsed="0.000258"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-08T02:15:13.990478" elapsed="0.000028"/>
</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-07-08T02:15:13.995141" elapsed="0.000519"/>
</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-07-08T02:15:13.995870" elapsed="0.000269"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T02:15:13.996537" elapsed="0.000180"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-08T02:15:13.991230" elapsed="0.005569"/>
</kw>
<msg time="2026-07-08T02:15:13.996989" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204: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-07-08T02:05:07.359086" elapsed="606.637941"/>
</kw>
<status status="PASS" start="2026-07-08T02:05:07.358773" elapsed="606.638323"/>
</branch>
<status status="PASS" start="2026-07-08T02:05:07.358422" elapsed="606.638707"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:13.997767" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:06:13.108 16  switches: flows:  525508 536792 536040 530823 530557 539254 541578 539825 535398 534287 514563 525308 519005 529934 511310 513656  total = 141.063967 per ms 
02:07:13.211 16  switches: flows:  592880 586316 593135 591757 589694 592370 590257 599656 595836 599898 600686 596985 605999 592038 596332 586563  total = 158.237517 per ms 
02:08:13.313 16  switches: flows:  604812 597945 601199 614673 600860 603433 602675 591087 607851 608462 599984 604567 599751 609747 617510 611611  total = 160.999301 per ms 
02:09:13.414 16  switches: flows:  610192 590655 592705 597906 591737 605402 599463 595815 580218 599731 605912 601346 594813 595559 592641 605002  total = 159.051218 per ms 
02:10:13.515 16  switches: flows:  545582 528156 532459 541406 544509 532304 525115 541003 527133 525815 525426 531918 528233 537115 538988 537946  total = 142.146940 per ms 
02:11:13.617 16  switches: flows:  595055 605561 608357 602471 593612 604967 602399 613422 604306 606197 598659 597857 602138 593713 602065 599508  total = 160.234374 per ms 
02:12:13.722 16  switches: flows:  533433 539126 469815 463892 464872 456213 545240 460108 469034 565682 461119 459133 557086 551310 469612 465724  total = 131.961532 per ms 
02:13:13.824 16  switches: flows:  603004 601994 606575 601695 615404 609640 606791 612967 607677 616424 611154 605614 593533 602625 598050 573673  total = 160.841831 per ms 
02:14:13.925 16  switches: flows:  532687 509405 520642 533170 529998 520580 541028 518882 523929 528290 544912 533712 528832 528930 512849 517818  total = 140.191247 per ms 
02:15:14.026 16  switches: flows:  534958 539826 531288 543505 534920 537655 527414 545159 540077 541107 534740 537910 522119 547952 547558 531523  total = 143.053580 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131961.53/160999.30/150746.39/51363.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:15:13.997334" elapsed="0.000538"/>
</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-07-08T02:15:13.998080" elapsed="0.000535"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-08T02:15:13.999161" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-08T02:15:13.999307" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 131961.53/160999.30/150746.39/51363.67 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-07-08T02:15:13.998842" elapsed="0.000502"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:15:14.000040" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 131961.53/160999.30/150746.39/51363.67 | 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-07-08T02:15:13.999619" elapsed="0.000466"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.003606" 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-07-08T02:15:14.000386" elapsed="0.003303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.006582" level="INFO">131961.53/160999.30/150746.39/51363.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:15:14.003901" elapsed="0.002741"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:15:14.009006" 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-07-08T02:15:14.006794" elapsed="0.002239"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:15:14.011505" level="INFO">@{result_value_list} = [ 131961.53 | 160999.30 | 150746.39 | 51363.67 ]</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-07-08T02:15:14.009232" elapsed="0.002302"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.012054" level="INFO">Length is 4.</msg>
<msg time="2026-07-08T02:15:14.012142" 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-07-08T02:15:14.011714" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.017144" level="INFO">min :: 131961.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-07-08T02:15:14.012638" elapsed="0.004563"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-08T02:15:14.012489" elapsed="0.004747"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.021901" level="INFO">max :: 160999.30</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-07-08T02:15:14.017454" elapsed="0.004504"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-08T02:15:14.017326" elapsed="0.004667"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.026516" level="INFO">avg :: 150746.39</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-07-08T02:15:14.022210" elapsed="0.004378"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-08T02:15:14.022081" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.031512" level="INFO">stdev :: 51363.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:15:14.026843" elapsed="0.004741"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-08T02:15:14.026713" elapsed="0.004907"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-08T02:15:14.012236" elapsed="0.019415"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.036100" level="INFO">${min} = 131961.53</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-08T02:15:14.031816" elapsed="0.004312"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.040092" level="INFO">${max} = 160999.30</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-07-08T02:15:14.036310" elapsed="0.003860"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.044090" level="INFO">${average} = 150746.39</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-07-08T02:15:14.040335" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.048104" level="INFO">${stdev} = 51363.67</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-07-08T02:15:14.044269" elapsed="0.003862"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.048670" level="INFO">${date} = 2026-07-08 02:15:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-08T02:15:14.048297" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.049292" level="INFO">CBench Result: 2026-07-08 02:15:14,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,131961.53,160999.30,150746.39,51363.67</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-07-08T02:15:14.048871" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T02:15:14.050451" 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-07-08T02:15:14.050029" elapsed="0.000557"/>
</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-07-08T02:15:14.050743" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-08T02:15:14.049492" elapsed="0.001787"/>
</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-07-08T02:05:07.357314" elapsed="606.694027"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.051831" 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-07-08T02:15:14.051494" elapsed="0.000393"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-08T02:15:14.052462" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-07-08T02:15:14.052119" elapsed="0.000699"/>
</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-07-08T02:05:07.355885" elapsed="606.696973"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.054528" 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-07-08T02:15:14.054144" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.055877" 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-07-08T02:15:14.055530" elapsed="0.000403"/>
</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-07-08T02:15:14.056272" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-08T02:15:14.056051" elapsed="0.000278"/>
</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-07-08T02:15:14.059750" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-08T02:15:14.059482" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-07-08T02:15:14.059464" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-08T02:15:14.060181" 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-07-08T02:15:14.060426" 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-07-08T02:15:14.059988" elapsed="0.000507"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.061082" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.36" 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-07-08T02:15:14.060657" elapsed="0.000484"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-08T02:15:14.061698" 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-07-08T02:15:14.061281" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T02:15:14.062636" level="INFO">Length is 0.</msg>
<msg time="2026-07-08T02:15:14.062726" 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-07-08T02:15:14.062311" elapsed="0.000439"/>
</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-07-08T02:15:14.062892" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-08T02:15:14.064192" level="INFO">Logging into '10.30.170.36:22' as 'jenkins'.</msg>
<msg time="2026-07-08T02:15:14.652855" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul  8 02:15:14 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul  8 02:05:07 2026 from 10.30.171.82
[?2004h[jenkins@releng-48317-773-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-07-08T02:15:14.063773" elapsed="0.589301"/>
</kw>
<msg time="2026-07-08T02:15:14.653166" 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-07-08T02:15:14.063386" elapsed="0.589869"/>
</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-07-08T02:15:14.061935" elapsed="0.591443"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-08T02:15:14.653983" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.204 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-08T02:25:20.696817" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-08T02:25:20.697407" level="INFO">${stdout} = </msg>
<msg time="2026-07-08T02:25:20.697520" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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-07-08T02:15:14.653639" elapsed="606.043982"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T02:25:20.698108" elapsed="0.000834"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.700167" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:19.839 16  switches: flows:  103437 100969 102334 101147 101094 100786 100765 99175 101528 99559 93051 99699 95245 99509 98557 98479  total = 26.588900 per ms 
02:17:19.939 16  switches: flows:  105187 105652 107297 104826 104461 106106 106048 103458 103551 104397 98554 105526 101746 104265 104339 103031  total = 27.761052 per ms 
02:18:20.039 16  switches: flows:  100230 100198 100041 101036 99835 101961 100240 100080 99286 98180 95110 100649 98807 100317 100963 98424  total = 26.544950 per ms 
02:19:20.139 16  switches: flows:  107938 108106 110240 107529 108452 108861 106819 106579 106603 107363 101249 106692 105409 107407 106934 106039  total = 28.489444 per ms 
02:20:20.240 16  switches: flows:  114996 114649 119133 114198 115036 117119 116430 114556 115921 116105 108998 114680 113935 117163 116628 115395  total = 30.697803 per ms 
02:21:20.340 16  switches: flows:  117017 115424 119613 115168 116757 116809 118068 117024 116576 116308 110267 116889 114085 115641 117422 114368  total = 30.905673 per ms 
02:22:20.440 16  switches: flows:  113748 112648 116700 112647 112541 114354 114487 113961 114315 113452 108089 113702 111658 113974 113890 112026  total = 30.152821 per ms 
02:23:20.541 16  switches: flows:  116068 116356 120435 115224 115833 118415 118348 116370 116509 116923 110363 117339 115272 116967 118192 113436  total = 30.982316 per ms 
02:24:20.641 16  switches: flows:  112061 111946 114469 112716 111396 113698 113211 112990 112552 110457 105804 111553 110376 111639 112119 110896  total = 29.748379 per ms 
02:25:20.741 16  switches: flows:  111687 108207 112332 111015 110873 111724 110636 110065 109353 108893 104025 110277 107813 107777 109828 106562  total = 29.135800 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26544.95/30982.32/29379.80/9899.77 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:25:20.699346" elapsed="0.001160"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-08T02:25:20.701112" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-07-08T02:25:20.700745" elapsed="0.000528"/>
</branch>
<status status="PASS" start="2026-07-08T02:25:20.700688" elapsed="0.000646"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-08T02:25:20.701557" elapsed="0.000062"/>
</return>
<status status="NOT RUN" start="2026-07-08T02:25:20.701469" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-07-08T02:25:20.701432" elapsed="0.000310"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-08T02:25:20.701817" elapsed="0.000019"/>
</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-07-08T02:25:20.705604" elapsed="0.000490"/>
</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-07-08T02:25:20.706313" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-08T02:25:20.706763" elapsed="0.000145"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-08T02:25:20.702264" elapsed="0.004721"/>
</kw>
<msg time="2026-07-08T02:25:20.707174" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204: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-07-08T02:15:14.057003" elapsed="606.650210"/>
</kw>
<status status="PASS" start="2026-07-08T02:15:14.056355" elapsed="606.650932"/>
</branch>
<status status="PASS" start="2026-07-08T02:15:14.056030" elapsed="606.651291"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.707987" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.204:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.204. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:16:19.839 16  switches: flows:  103437 100969 102334 101147 101094 100786 100765 99175 101528 99559 93051 99699 95245 99509 98557 98479  total = 26.588900 per ms 
02:17:19.939 16  switches: flows:  105187 105652 107297 104826 104461 106106 106048 103458 103551 104397 98554 105526 101746 104265 104339 103031  total = 27.761052 per ms 
02:18:20.039 16  switches: flows:  100230 100198 100041 101036 99835 101961 100240 100080 99286 98180 95110 100649 98807 100317 100963 98424  total = 26.544950 per ms 
02:19:20.139 16  switches: flows:  107938 108106 110240 107529 108452 108861 106819 106579 106603 107363 101249 106692 105409 107407 106934 106039  total = 28.489444 per ms 
02:20:20.240 16  switches: flows:  114996 114649 119133 114198 115036 117119 116430 114556 115921 116105 108998 114680 113935 117163 116628 115395  total = 30.697803 per ms 
02:21:20.340 16  switches: flows:  117017 115424 119613 115168 116757 116809 118068 117024 116576 116308 110267 116889 114085 115641 117422 114368  total = 30.905673 per ms 
02:22:20.440 16  switches: flows:  113748 112648 116700 112647 112541 114354 114487 113961 114315 113452 108089 113702 111658 113974 113890 112026  total = 30.152821 per ms 
02:23:20.541 16  switches: flows:  116068 116356 120435 115224 115833 118415 118348 116370 116509 116923 110363 117339 115272 116967 118192 113436  total = 30.982316 per ms 
02:24:20.641 16  switches: flows:  112061 111946 114469 112716 111396 113698 113211 112990 112552 110457 105804 111553 110376 111639 112119 110896  total = 29.748379 per ms 
02:25:20.741 16  switches: flows:  111687 108207 112332 111015 110873 111724 110636 110065 109353 108893 104025 110277 107813 107777 109828 106562  total = 29.135800 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26544.95/30982.32/29379.80/9899.77 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:25:20.707530" elapsed="0.000568"/>
</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-07-08T02:25:20.708317" elapsed="0.000546"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-08T02:25:20.709431" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-08T02:25:20.709585" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26544.95/30982.32/29379.80/9899.77 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-07-08T02:25:20.709113" elapsed="0.000511"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:25:20.710245" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26544.95/30982.32/29379.80/9899.77 | 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-07-08T02:25:20.709852" elapsed="0.000436"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.713882" 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-07-08T02:25:20.710510" elapsed="0.003430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.716293" level="INFO">26544.95/30982.32/29379.80/9899.77</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:25:20.714088" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:25:20.718759" 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-07-08T02:25:20.716503" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-08T02:25:20.721242" level="INFO">@{result_value_list} = [ 26544.95 | 30982.32 | 29379.80 | 9899.77 ]</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-07-08T02:25:20.718987" elapsed="0.002283"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.721798" level="INFO">Length is 4.</msg>
<msg time="2026-07-08T02:25:20.721904" 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-07-08T02:25:20.721429" elapsed="0.000501"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.726640" level="INFO">min :: 26544.95</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-07-08T02:25:20.722314" elapsed="0.004383"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-08T02:25:20.722185" elapsed="0.004546"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.731247" level="INFO">max :: 30982.32</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-08T02:25:20.726952" elapsed="0.004351"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-08T02:25:20.726818" elapsed="0.004520"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.735937" level="INFO">avg :: 29379.80</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-07-08T02:25:20.731544" elapsed="0.004449"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-08T02:25:20.731419" elapsed="0.004609"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.740518" level="INFO">stdev :: 9899.77</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-07-08T02:25:20.736237" elapsed="0.004351"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-08T02:25:20.736110" elapsed="0.004513"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-08T02:25:20.721999" elapsed="0.018654"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.744513" level="INFO">${min} = 26544.95</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-07-08T02:25:20.740811" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.748771" level="INFO">${max} = 30982.32</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-07-08T02:25:20.744706" elapsed="0.004092"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.752705" level="INFO">${average} = 29379.80</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-07-08T02:25:20.748975" elapsed="0.003757"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.756626" level="INFO">${stdev} = 9899.77</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-07-08T02:25:20.752886" elapsed="0.003767"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.757191" level="INFO">${date} = 2026-07-08 02:25:20</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-08T02:25:20.756815" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.757784" level="INFO">CBench Result: 2026-07-08 02:25:20,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26544.95,30982.32,29379.80,9899.77</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-07-08T02:25:20.757364" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-08T02:25:20.758948" 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-07-08T02:25:20.758457" elapsed="0.000559"/>
</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-07-08T02:25:20.759167" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-08T02:25:20.757986" elapsed="0.001716"/>
</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-07-08T02:15:14.054914" elapsed="606.704846"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.760214" 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-07-08T02:25:20.759906" elapsed="0.000364"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-08T02:25:20.761484" 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-07-08T02:25:20.761001" elapsed="0.000511"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-08T02:25:20.761756" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-07-08T02:25:20.761606" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-07-08T02:25:20.761585" elapsed="0.000258"/>
</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-07-08T02:25:20.761989" 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-07-08T02:25:20.762145" elapsed="0.000021"/>
</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-07-08T02:25:20.762306" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-08T02:25:20.762500" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-08T02:25:20.762668" elapsed="0.000022"/>
</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-07-08T02:25:20.762818" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-08T02:25:20.762965" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-08T02:25:20.763192" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-08T02:25:20.763047" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-07-08T02:25:20.763031" elapsed="0.000236"/>
</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-07-08T02:25:20.760659" elapsed="0.002659"/>
</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-07-08T02:15:14.053540" elapsed="606.709825"/>
</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-07-08T01:54:58.353414" elapsed="1822.410539"/>
</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>
