<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-06-24T01:55:53.980117" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-24T01:55:54.545246" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-06-24T01:55:54.545096" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:54.545066" elapsed="0.000314"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T01:55:54.545527" elapsed="0.000502"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-24T01:55:54.546514" level="INFO">Logging into '10.30.171.10:8101' as 'karaf'.</msg>
<msg time="2026-06-24T01:55:55.372133" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-24T01:55:54.546199" elapsed="0.826140"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-24T01:55:55.421579" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-24T01:55:55.372622" elapsed="0.049036"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-24T01:55:55.423496" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-24T01:55:55.423612" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-24T01:55:55.421846" elapsed="0.001796"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-24T01:55:55.423799" elapsed="0.000211"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T01:55:55.424163" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T01:55:55.424939" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T01:55:55.424533" elapsed="0.000549"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-24T01:55:55.425136" elapsed="0.000060"/>
</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.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-24T01:55:54.544713" elapsed="0.880679"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-06-24T01:55:54.541121" elapsed="0.884335"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T01:55:55.425987" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-24T01:55:55.425639" elapsed="0.000405"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T01:55:55.426480" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-24T01:55:55.426224" elapsed="0.000318"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T01:55:55.427139" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-24T01:55:55.426694" elapsed="0.000477"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-24T01:55:55.427711" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-24T01:55:55.427369" elapsed="0.000384"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T01:55:55.428294" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-24T01:55:55.427896" elapsed="0.000425"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-24T01:55:55.428789" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-24T01:55:55.428479" elapsed="0.000485"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-06-24T01:55:55.429301" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-06-24T01:55:55.429057" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T01:55:55.433638" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T01:55:55.433232" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T01:55:55.435045" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T01:55:55.435136" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T01:55:55.434246" elapsed="0.000919"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T01:55:55.435349" elapsed="0.000352"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T01:55:55.436761" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-06-24T01:55:56.140865" 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 Jun 24 01:55:55 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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-759-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-24T01:55:55.436265" elapsed="0.704752"/>
</kw>
<msg time="2026-06-24T01:55:56.141112" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T01:55:55.435857" elapsed="0.705348"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-24T01:55:55.433871" elapsed="0.707480"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.149058" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-06-24T01:55:56.141563" elapsed="0.009386"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T01:55:56.151355" elapsed="0.000556"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-06-24T01:55:55.432692" elapsed="0.719352"/>
</kw>
<status status="PASS" start="2026-06-24T01:55:55.429436" elapsed="0.722689"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:55.429032" elapsed="0.723159"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-24T01:55:56.152581" elapsed="0.001008"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-24T01:55:56.162374" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-06-24T01:55:56.162250" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:56.162222" elapsed="0.000231"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-24T01:55:56.165985" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-06-24T01:55:56.165871" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:56.165852" elapsed="0.000202"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T01:55:56.166186" elapsed="0.000461"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.167054" level="INFO">Logging into '10.30.171.10:8101' as 'karaf'.</msg>
<msg time="2026-06-24T01:55:56.391963" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-24T01:55:56.166794" elapsed="0.225435"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.489838" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-24T01:55:56.392676" elapsed="0.097235"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.495517" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-24T01:55:56.495703" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-24T01:55:56.490067" elapsed="0.005667"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-24T01:55:56.495873" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T01:55:56.496196" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T01:55:56.496863" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T01:55:56.496532" elapsed="0.000386"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-24T01:55:56.496970" elapsed="0.000058"/>
</return>
<msg time="2026-06-24T01:55:56.497232" 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.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-24T01:55:56.165517" elapsed="0.331749"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-24T01:55:56.497414" elapsed="0.000543"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-24T01:55:56.498029" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-06-24T01:55:56.161916" elapsed="0.336244"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-06-24T01:55:56.501996" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-06-24T01:55:56.501856" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:56.501829" elapsed="0.000240"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T01:55:56.502200" elapsed="0.000487"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.503086" level="INFO">Logging into '10.30.171.10:8101' as 'karaf'.</msg>
<msg time="2026-06-24T01:55:56.735266" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-06-24T01:55:56.502831" elapsed="0.232615"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.758173" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-06-24T01:55:56.735782" elapsed="0.022461"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.759929" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-06-24T01:55:56.760025" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-06-24T01:55:56.758384" elapsed="0.001669"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-06-24T01:55:56.760184" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T01:55:56.760506" elapsed="0.000148"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T01:55:56.761047" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T01:55:56.760786" elapsed="0.000310"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-06-24T01:55:56.761142" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.10
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-06-24T01:55:56.501507" elapsed="0.259794"/>
</kw>
<status status="PASS" start="2026-06-24T01:55:54.539369" elapsed="2.221993"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T01:55:56.763286" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T01:55:56.762231" elapsed="0.001118"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-24T01:55:56.764735" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-24T01:55:56.764386" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-24T01:55:56.765077" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T01:55:56.764852" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-24T01:55:56.768045" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T01:55:56.767795" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:56.767775" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.768472" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-24T01:55:56.768274" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T01:55:56.769165" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T01:55:56.768750" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.769856" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T01:55:56.769378" elapsed="0.000504"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T01:55:56.770789" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T01:55:56.770878" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T01:55:56.770469" elapsed="0.000432"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T01:55:56.771042" elapsed="0.000346"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T01:55:56.772249" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-06-24T01:55:57.090176" 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 Jun 24 01:55:55 UTC 2026

  System load:  0.06               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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 Jun 24 01:55:56 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-759-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-24T01:55:56.771885" elapsed="0.318554"/>
</kw>
<msg time="2026-06-24T01:55:57.090537" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T01:55:56.771541" elapsed="0.319103"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-24T01:55:56.770082" elapsed="0.320699"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T01:55:57.091401" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-24T02:06:03.207714" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-24T02:06:03.208311" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T02:06:03.208421" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-24T01:55:57.091033" elapsed="606.117456"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T02:06:03.209021" elapsed="0.000889"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.211077" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:02.297 16  switches: flows:  115448 116207 114439 113068 113988 114322 113812 114375 112566 111380 110946 110844 109848 110837 109823 110230  total = 30.035550 per ms 
01:58:02.397 16  switches: flows:  123491 122607 121456 123295 121970 123562 123418 122754 123769 119022 121686 117358 117162 118127 119995 119158  total = 32.259971 per ms 
01:59:02.498 16  switches: flows:  116562 116961 114380 114698 114305 114532 115557 114739 112747 110684 113084 109644 109525 111907 111226 112507  total = 30.167249 per ms 
02:00:02.598 16  switches: flows:  128971 129127 124870 127234 125168 125967 127474 125167 123898 123068 124967 119028 120731 121165 121828 123365  total = 33.145112 per ms 
02:01:02.698 16  switches: flows:  117637 121359 116148 117352 115348 114456 115790 112684 114678 111378 113478 110480 112949 109853 110357 114476  total = 30.422932 per ms 
02:02:02.799 16  switches: flows:  123258 124183 120913 120672 118648 118392 123140 120718 120689 116875 118734 116376 116648 116107 119015 118301  total = 31.824650 per ms 
02:03:02.899 16  switches: flows:  124534 126448 121283 121454 120448 118862 121786 122164 121852 116825 118313 115844 117181 116333 118677 118257  total = 31.951001 per ms 
02:04:02.999 16  switches: flows:  126731 124652 124255 124972 122442 122664 125307 122440 121275 120044 120141 120924 119148 119067 120997 120018  total = 32.530314 per ms 
02:05:03.100 16  switches: flows:  125113 122940 123794 121790 120726 121151 123645 122536 120441 118353 119248 118461 117292 117113 119650 118830  total = 32.130480 per ms 
02:06:03.201 16  switches: flows:  127669 127707 127566 126340 123420 125037 126358 127369 123833 124848 122081 121047 120012 120241 123504 121605  total = 33.088652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30167.25/33145.11/31946.71/10694.28 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.210321" elapsed="0.001099"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-24T02:06:03.211926" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-06-24T02:06:03.211620" elapsed="0.000465"/>
</branch>
<status status="PASS" start="2026-06-24T02:06:03.211560" elapsed="0.000582"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-24T02:06:03.212393" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-06-24T02:06:03.212311" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-06-24T02:06:03.212272" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T02:06:03.212606" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:06:03.216325" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T02:06:03.217026" elapsed="0.000277"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T02:06:03.217487" elapsed="0.000139"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-24T02:06:03.213287" elapsed="0.004411"/>
</kw>
<msg time="2026-06-24T02:06:03.217875" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-24T01:55:56.765495" elapsed="606.452416"/>
</kw>
<status status="PASS" start="2026-06-24T01:55:56.765163" elapsed="606.452806"/>
</branch>
<status status="PASS" start="2026-06-24T01:55:56.764831" elapsed="606.453163"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.218441" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:02.297 16  switches: flows:  115448 116207 114439 113068 113988 114322 113812 114375 112566 111380 110946 110844 109848 110837 109823 110230  total = 30.035550 per ms 
01:58:02.397 16  switches: flows:  123491 122607 121456 123295 121970 123562 123418 122754 123769 119022 121686 117358 117162 118127 119995 119158  total = 32.259971 per ms 
01:59:02.498 16  switches: flows:  116562 116961 114380 114698 114305 114532 115557 114739 112747 110684 113084 109644 109525 111907 111226 112507  total = 30.167249 per ms 
02:00:02.598 16  switches: flows:  128971 129127 124870 127234 125168 125967 127474 125167 123898 123068 124967 119028 120731 121165 121828 123365  total = 33.145112 per ms 
02:01:02.698 16  switches: flows:  117637 121359 116148 117352 115348 114456 115790 112684 114678 111378 113478 110480 112949 109853 110357 114476  total = 30.422932 per ms 
02:02:02.799 16  switches: flows:  123258 124183 120913 120672 118648 118392 123140 120718 120689 116875 118734 116376 116648 116107 119015 118301  total = 31.824650 per ms 
02:03:02.899 16  switches: flows:  124534 126448 121283 121454 120448 118862 121786 122164 121852 116825 118313 115844 117181 116333 118677 118257  total = 31.951001 per ms 
02:04:02.999 16  switches: flows:  126731 124652 124255 124972 122442 122664 125307 122440 121275 120044 120141 120924 119148 119067 120997 120018  total = 32.530314 per ms 
02:05:03.100 16  switches: flows:  125113 122940 123794 121790 120726 121151 123645 122536 120441 118353 119248 118461 117292 117113 119650 118830  total = 32.130480 per ms 
02:06:03.201 16  switches: flows:  127669 127707 127566 126340 123420 125037 126358 127369 123833 124848 122081 121047 120012 120241 123504 121605  total = 33.088652 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30167.25/33145.11/31946.71/10694.28 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.218134" elapsed="0.000381"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-24T02:06:03.218666" elapsed="0.000405"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-24T02:06:03.219499" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-24T02:06:03.219590" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30167.25/33145.11/31946.71/10694.28 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-24T02:06:03.219268" elapsed="0.000347"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:06:03.220022" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30167.25/33145.11/31946.71/10694.28 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:06:03.219767" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.222582" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.220190" elapsed="0.002448"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.224992" level="INFO">30167.25/33145.11/31946.71/10694.28</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.222782" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:06:03.227415" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:06:03.225196" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:06:03.229816" level="INFO">@{result_value_list} = [ 30167.25 | 33145.11 | 31946.71 | 10694.28 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:06:03.227629" elapsed="0.002213"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.230312" level="INFO">Length is 4.</msg>
<msg time="2026-06-24T02:06:03.230400" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T02:06:03.229993" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.235084" level="INFO">min :: 30167.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.230823" elapsed="0.004317"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-24T02:06:03.230693" elapsed="0.004482"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.239810" level="INFO">max :: 33145.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.235410" elapsed="0.004456"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-24T02:06:03.235283" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.244532" level="INFO">avg :: 31946.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.240118" elapsed="0.004471"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-24T02:06:03.239990" elapsed="0.004633"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.249508" level="INFO">stdev :: 10694.28</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.244839" elapsed="0.004728"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-24T02:06:03.244714" elapsed="0.004888"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-24T02:06:03.230496" elapsed="0.019139"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.253538" level="INFO">${min} = 30167.25</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:06:03.249805" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.257603" level="INFO">${max} = 33145.11</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:06:03.253714" elapsed="0.003919"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.261508" level="INFO">${average} = 31946.71</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:06:03.257795" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.265402" level="INFO">${stdev} = 10694.28</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:06:03.261684" elapsed="0.003744"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.265944" level="INFO">${date} = 2026-06-24 02:06:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-24T02:06:03.265587" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.266545" level="INFO">CBench Result: 2026-06-24 02:06:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30167.25,33145.11,31946.71,10694.28</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.266115" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T02:06:03.267674" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-24T02:06:03.267253" elapsed="0.000493"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-24T02:06:03.267915" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-24T02:06:03.266756" elapsed="0.001703"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-06-24T01:55:56.763751" elapsed="606.504768"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.268982" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-24T02:06:03.268668" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-06-24T02:06:03.269620" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-06-24T02:06:03.269319" elapsed="0.000640"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-24T01:55:56.761520" elapsed="606.508476"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.271356" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.270950" elapsed="0.000463"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.272776" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-24T02:06:03.272412" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-24T02:06:03.273417" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-06-24T02:06:03.272953" elapsed="0.000532"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-24T02:06:03.276443" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T02:06:03.276178" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-06-24T02:06:03.276159" elapsed="0.000364"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T02:06:03.276877" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-24T02:06:03.276654" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.277626" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:06:03.277193" elapsed="0.000491"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T02:06:03.278242" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T02:06:03.277822" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T02:06:03.279180" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T02:06:03.279287" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T02:06:03.278837" elapsed="0.000475"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:06:03.279452" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T02:06:03.280643" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-06-24T02:06:03.856648" 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 Jun 24 02:06:03 UTC 2026

  System load:  1.05               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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 Jun 24 01:55:57 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-759-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-24T02:06:03.280289" elapsed="0.576574"/>
</kw>
<msg time="2026-06-24T02:06:03.856950" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:06:03.279922" elapsed="0.577128"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-24T02:06:03.278470" elapsed="0.578708"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T02:06:03.857794" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.10 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-24T02:16:09.912475" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-24T02:16:09.913042" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T02:16:09.913146" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10: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-06-24T02:06:03.857443" elapsed="606.055795"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T02:16:09.913726" elapsed="0.000764"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.915598" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:08.990 16  switches: flows:  509075 504181 522990 512372 510310 517355 505913 504450 503864 493980 500411 508264 503632 502547 511757 504906  total = 135.266783 per ms 
02:08:09.092 16  switches: flows:  555062 545512 553516 549862 547946 551162 554203 551119 542128 553043 547355 545799 551615 555095 553632 560453  total = 146.711410 per ms 
02:09:09.193 16  switches: flows:  599094 607181 608171 602384 602505 604303 608154 603258 602184 598767 601494 607642 607380 608242 603118 603010  total = 160.844093 per ms 
02:10:09.294 16  switches: flows:  551232 547529 540841 538855 550093 550773 540802 542820 552762 537983 559846 555425 546115 543899 554406 552644  total = 145.855292 per ms 
02:11:09.395 16  switches: flows:  490700 491748 491930 487468 492693 500923 490395 498200 502117 495778 500601 492688 497453 496647 503173 485202  total = 131.741144 per ms 
02:12:09.497 16  switches: flows:  579849 606948 599845 608633 604443 612182 597112 599067 586667 603945 606632 600182 600343 604455 606070 604976  total = 160.084985 per ms 
02:13:09.599 16  switches: flows:  606322 600777 604436 602524 596473 604039 603621 603347 602379 603379 604792 607249 605568 601572 599012 599759  total = 160.484154 per ms 
02:14:09.701 16  switches: flows:  583067 592277 579538 590988 589344 590437 584649 589552 594394 588556 602001 594926 582923 576325 595846 594045  total = 156.882877 per ms 
02:15:09.802 16  switches: flows:  579760 583747 584484 588053 585174 582282 583175 587626 582568 584069 585355 590915 581926 584714 585464 581540  total = 155.584502 per ms 
02:16:09.906 16  switches: flows:  550515 561824 545691 556794 550787 558104 550840 562944 556801 549006 568689 556727 558845 506042 546712 569262  total = 147.242720 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131741.14/160844.09/151714.58/51389.16 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.914855" elapsed="0.001036"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-24T02:16:09.916412" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-06-24T02:16:09.916078" elapsed="0.000489"/>
</branch>
<status status="PASS" start="2026-06-24T02:16:09.916023" elapsed="0.000631"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-24T02:16:09.916868" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-06-24T02:16:09.916786" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-06-24T02:16:09.916750" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T02:16:09.917074" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:16:09.921931" elapsed="0.000347"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T02:16:09.922428" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T02:16:09.922724" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-24T02:16:09.917800" elapsed="0.005078"/>
</kw>
<msg time="2026-06-24T02:16:09.923007" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10: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-06-24T02:06:03.273861" elapsed="606.649172"/>
</kw>
<status status="PASS" start="2026-06-24T02:06:03.273528" elapsed="606.649555"/>
</branch>
<status status="PASS" start="2026-06-24T02:06:03.272930" elapsed="606.650176"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.923549" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:08.990 16  switches: flows:  509075 504181 522990 512372 510310 517355 505913 504450 503864 493980 500411 508264 503632 502547 511757 504906  total = 135.266783 per ms 
02:08:09.092 16  switches: flows:  555062 545512 553516 549862 547946 551162 554203 551119 542128 553043 547355 545799 551615 555095 553632 560453  total = 146.711410 per ms 
02:09:09.193 16  switches: flows:  599094 607181 608171 602384 602505 604303 608154 603258 602184 598767 601494 607642 607380 608242 603118 603010  total = 160.844093 per ms 
02:10:09.294 16  switches: flows:  551232 547529 540841 538855 550093 550773 540802 542820 552762 537983 559846 555425 546115 543899 554406 552644  total = 145.855292 per ms 
02:11:09.395 16  switches: flows:  490700 491748 491930 487468 492693 500923 490395 498200 502117 495778 500601 492688 497453 496647 503173 485202  total = 131.741144 per ms 
02:12:09.497 16  switches: flows:  579849 606948 599845 608633 604443 612182 597112 599067 586667 603945 606632 600182 600343 604455 606070 604976  total = 160.084985 per ms 
02:13:09.599 16  switches: flows:  606322 600777 604436 602524 596473 604039 603621 603347 602379 603379 604792 607249 605568 601572 599012 599759  total = 160.484154 per ms 
02:14:09.701 16  switches: flows:  583067 592277 579538 590988 589344 590437 584649 589552 594394 588556 602001 594926 582923 576325 595846 594045  total = 156.882877 per ms 
02:15:09.802 16  switches: flows:  579760 583747 584484 588053 585174 582282 583175 587626 582568 584069 585355 590915 581926 584714 585464 581540  total = 155.584502 per ms 
02:16:09.906 16  switches: flows:  550515 561824 545691 556794 550787 558104 550840 562944 556801 549006 568689 556727 558845 506042 546712 569262  total = 147.242720 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 131741.14/160844.09/151714.58/51389.16 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.923261" elapsed="0.000361"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-24T02:16:09.923771" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-24T02:16:09.924547" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-24T02:16:09.924666" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 131741.14/160844.09/151714.58/51389.16 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-24T02:16:09.924319" elapsed="0.000373"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:16:09.925099" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 131741.14/160844.09/151714.58/51389.16 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:16:09.924846" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.927482" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.925284" elapsed="0.002255"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.929879" level="INFO">131741.14/160844.09/151714.58/51389.16</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.927683" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:16:09.932250" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:16:09.930081" elapsed="0.002197"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:16:09.934670" level="INFO">@{result_value_list} = [ 131741.14 | 160844.09 | 151714.58 | 51389.16 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:16:09.932465" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.935172" level="INFO">Length is 4.</msg>
<msg time="2026-06-24T02:16:09.935291" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T02:16:09.934850" elapsed="0.000468"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.940110" level="INFO">min :: 131741.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.935707" elapsed="0.004459"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-24T02:16:09.935579" elapsed="0.004622"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.944702" level="INFO">max :: 160844.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-06-24T02:16:09.940430" elapsed="0.004329"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-24T02:16:09.940306" elapsed="0.004487"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.949478" level="INFO">avg :: 151714.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-06-24T02:16:09.945005" elapsed="0.004547"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-24T02:16:09.944880" elapsed="0.004717"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.955659" level="INFO">stdev :: 51389.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.949881" elapsed="0.005852"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-24T02:16:09.949708" elapsed="0.006071"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-24T02:16:09.935386" elapsed="0.020434"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.961014" level="INFO">${min} = 131741.14</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:16:09.956029" elapsed="0.005012"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.964866" level="INFO">${max} = 160844.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:16:09.961196" elapsed="0.003696"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.968766" level="INFO">${average} = 151714.58</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:16:09.965043" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.972593" level="INFO">${stdev} = 51389.16</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:16:09.968954" elapsed="0.003665"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.973186" level="INFO">${date} = 2026-06-24 02:16:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-24T02:16:09.972820" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.973786" level="INFO">CBench Result: 2026-06-24 02:16:09,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,131741.14,160844.09,151714.58,51389.16</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.973381" elapsed="0.000461"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T02:16:09.974885" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-24T02:16:09.974472" elapsed="0.000479"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-06-24T02:16:09.975102" elapsed="0.000482"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-24T02:16:09.973987" elapsed="0.001660"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-06-24T02:06:03.271768" elapsed="606.703939"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.976180" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-24T02:16:09.975859" 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-06-24T02:16:09.976798" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-06-24T02:16:09.976466" elapsed="0.000670"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-24T02:06:03.270342" elapsed="606.706834"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.978787" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.978408" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.980043" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-06-24T02:16:09.979716" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-06-24T02:16:09.980475" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-06-24T02:16:09.980249" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-06-24T02:16:09.983823" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-06-24T02:16:09.983573" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-06-24T02:16:09.983553" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-06-24T02:16:09.984238" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-06-24T02:16:09.984033" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.985025" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:16:09.984544" elapsed="0.000541"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-06-24T02:16:09.985635" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T02:16:09.985239" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T02:16:09.986555" level="INFO">Length is 0.</msg>
<msg time="2026-06-24T02:16:09.986642" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T02:16:09.986246" elapsed="0.000421"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:16:09.986804" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-06-24T02:16:09.988030" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-06-24T02:16:10.594862" 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 Jun 24 02:16:10 UTC 2026

  System load:  0.35               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  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 Jun 24 02:06:03 2026 from 10.30.170.220
[?2004h[jenkins@releng-48317-759-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-06-24T02:16:09.987662" elapsed="0.607424"/>
</kw>
<msg time="2026-06-24T02:16:10.595183" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:16:09.987292" elapsed="0.608008"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-06-24T02:16:09.985861" elapsed="0.609571"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-06-24T02:16:10.596043" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.10 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-06-24T02:26:17.247719" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-06-24T02:26:17.248257" level="INFO">${stdout} = </msg>
<msg time="2026-06-24T02:26:17.248368" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-06-24T02:16:10.595681" elapsed="606.652754"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T02:26:17.248883" elapsed="0.000705"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.250691" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:15.743 16  switches: flows:  108225 108160 106903 107542 106545 106910 106608 107085 103541 101934 104473 101252 103120 102297 103288 101114  total = 27.983283 per ms 
02:18:15.844 16  switches: flows:  124244 123605 125050 123896 121601 125735 118594 122582 123425 117880 119931 115192 114294 116364 121098 112168  total = 32.040795 per ms 
02:19:15.944 16  switches: flows:  115562 115533 114817 115381 115150 114681 113823 111111 112541 108409 109801 106746 109441 112248 107395 108593  total = 29.803941 per ms 
02:20:16.045 16  switches: flows:  123567 125555 124520 125289 123542 126271 123734 122187 121067 117398 120581 118719 119193 119156 117536 118537  total = 32.393392 per ms 
02:21:16.145 16  switches: flows:  124016 125054 124537 126582 123485 123396 122782 120380 121202 117124 120595 117399 119065 118659 118853 118353  total = 32.303965 per ms 
02:22:16.845 16  switches: flows:  118877 121658 121054 123685 117531 121067 120408 117133 116570 113845 117198 114378 116836 115145 114283 115573  total = 31.058440 per ms 
02:23:16.946 16  switches: flows:  112609 113105 112744 111619 112670 111043 112412 113528 107380 108878 111992 109183 105979 109188 109604 108269  total = 29.453879 per ms 
02:24:17.047 16  switches: flows:  125788 123774 125698 124408 124531 121775 124217 123098 121771 121594 123798 121961 118573 123551 121036 120540  total = 32.713782 per ms 
02:25:17.147 16  switches: flows:  121788 122548 125118 121189 124458 121837 120957 121612 118947 120194 120539 119680 117841 122059 119586 119797  total = 32.248658 per ms 
02:26:17.247 16  switches: flows:  125498 124481 125501 122410 125643 123638 122277 122985 122920 123062 121049 122127 117391 122134 121985 119371  total = 32.653296 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29453.88/32713.78/31630.02/10607.46 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.249952" elapsed="0.001024"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-06-24T02:26:17.251538" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-06-24T02:26:17.251152" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-06-24T02:26:17.251102" elapsed="0.000660"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-06-24T02:26:17.251912" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-06-24T02:26:17.251858" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-06-24T02:26:17.251836" elapsed="0.000162"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-06-24T02:26:17.252040" elapsed="0.000022"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-06-24T02:26:17.255740" elapsed="0.000451"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-06-24T02:26:17.256415" elapsed="0.000218"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-06-24T02:26:17.256809" elapsed="0.000133"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-06-24T02:26:17.252501" elapsed="0.004514"/>
</kw>
<msg time="2026-06-24T02:26:17.257191" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-06-24T02:16:09.980889" elapsed="607.276360"/>
</kw>
<status status="PASS" start="2026-06-24T02:16:09.980558" elapsed="607.276761"/>
</branch>
<status status="PASS" start="2026-06-24T02:16:09.980226" elapsed="607.277125"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.257949" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.10: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.10. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:17:15.743 16  switches: flows:  108225 108160 106903 107542 106545 106910 106608 107085 103541 101934 104473 101252 103120 102297 103288 101114  total = 27.983283 per ms 
02:18:15.844 16  switches: flows:  124244 123605 125050 123896 121601 125735 118594 122582 123425 117880 119931 115192 114294 116364 121098 112168  total = 32.040795 per ms 
02:19:15.944 16  switches: flows:  115562 115533 114817 115381 115150 114681 113823 111111 112541 108409 109801 106746 109441 112248 107395 108593  total = 29.803941 per ms 
02:20:16.045 16  switches: flows:  123567 125555 124520 125289 123542 126271 123734 122187 121067 117398 120581 118719 119193 119156 117536 118537  total = 32.393392 per ms 
02:21:16.145 16  switches: flows:  124016 125054 124537 126582 123485 123396 122782 120380 121202 117124 120595 117399 119065 118659 118853 118353  total = 32.303965 per ms 
02:22:16.845 16  switches: flows:  118877 121658 121054 123685 117531 121067 120408 117133 116570 113845 117198 114378 116836 115145 114283 115573  total = 31.058440 per ms 
02:23:16.946 16  switches: flows:  112609 113105 112744 111619 112670 111043 112412 113528 107380 108878 111992 109183 105979 109188 109604 108269  total = 29.453879 per ms 
02:24:17.047 16  switches: flows:  125788 123774 125698 124408 124531 121775 124217 123098 121771 121594 123798 121961 118573 123551 121036 120540  total = 32.713782 per ms 
02:25:17.147 16  switches: flows:  121788 122548 125118 121189 124458 121837 120957 121612 118947 120194 120539 119680 117841 122059 119586 119797  total = 32.248658 per ms 
02:26:17.247 16  switches: flows:  125498 124481 125501 122410 125643 123638 122277 122985 122920 123062 121049 122127 117391 122134 121985 119371  total = 32.653296 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29453.88/32713.78/31630.02/10607.46 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.257550" elapsed="0.000501"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-06-24T02:26:17.258281" elapsed="0.000491"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-06-24T02:26:17.259330" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-06-24T02:26:17.259457" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29453.88/32713.78/31630.02/10607.46 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-06-24T02:26:17.258990" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:26:17.260049" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29453.88/32713.78/31630.02/10607.46 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:26:17.259700" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.263400" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.260304" elapsed="0.003175"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.265937" level="INFO">29453.88/32713.78/31630.02/10607.46</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.263685" elapsed="0.002308"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:26:17.268496" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:26:17.266141" elapsed="0.002382"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-06-24T02:26:17.270902" level="INFO">@{result_value_list} = [ 29453.88 | 32713.78 | 31630.02 | 10607.46 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-06-24T02:26:17.268725" elapsed="0.002205"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.271421" level="INFO">Length is 4.</msg>
<msg time="2026-06-24T02:26:17.271508" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-06-24T02:26:17.271081" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.276135" level="INFO">min :: 29453.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.271911" elapsed="0.004280"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-06-24T02:26:17.271786" elapsed="0.004453"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.280687" level="INFO">max :: 32713.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.276450" elapsed="0.004293"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-06-24T02:26:17.276327" elapsed="0.004450"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.285280" level="INFO">avg :: 31630.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.280980" elapsed="0.004370"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-06-24T02:26:17.280858" elapsed="0.004525"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.290054" level="INFO">stdev :: 10607.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.285609" elapsed="0.004502"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-06-24T02:26:17.285479" elapsed="0.004665"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-06-24T02:26:17.271598" elapsed="0.018575"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.294101" level="INFO">${min} = 29453.88</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:26:17.290344" elapsed="0.003785"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.298221" level="INFO">${max} = 32713.78</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:26:17.294298" elapsed="0.003953"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.302122" level="INFO">${average} = 31630.02</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:26:17.298405" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.306022" level="INFO">${stdev} = 10607.46</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-06-24T02:26:17.302327" elapsed="0.003721"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.306571" level="INFO">${date} = 2026-06-24 02:26:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-06-24T02:26:17.306221" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.307153" level="INFO">CBench Result: 2026-06-24 02:26:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29453.88,32713.78,31630.02,10607.46</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-06-24T02:26:17.306746" elapsed="0.000517"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-06-24T02:26:17.308370" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-06-24T02:26:17.307882" 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-06-24T02:26:17.308590" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-06-24T02:26:17.307411" elapsed="0.001722"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-06-24T02:16:09.979161" elapsed="607.330028"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.309671" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-06-24T02:26:17.309356" elapsed="0.000371"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-06-24T02:26:17.310938" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-06-24T02:26:17.310447" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-06-24T02:26:17.311189" elapsed="0.000085"/>
</return>
<status status="PASS" start="2026-06-24T02:26:17.311040" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-06-24T02:26:17.311021" elapsed="0.000312"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-06-24T02:26:17.311475" 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-06-24T02:26:17.311630" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-06-24T02:26:17.311786" 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-06-24T02:26:17.311978" 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-06-24T02:26:17.312138" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-06-24T02:26:17.312302" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-06-24T02:26:17.312453" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-06-24T02:26:17.312677" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-06-24T02:26:17.312541" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-06-24T02:26:17.312524" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-06-24T02:26:17.310102" elapsed="0.002700"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-06-24T02:16:09.977790" elapsed="607.335058"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-06-24T01:55:53.981663" elapsed="1823.331971"/>
</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>
