<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-16T01:46:00.995719" 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-04-16T01:46:01.580309" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:46:01.580149" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:01.580118" elapsed="0.000293"/>
</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-04-16T01:46:01.580557" elapsed="0.000518"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T01:46:01.581569" level="INFO">Logging into '10.30.171.119:8101' as 'karaf'.</msg>
<msg time="2026-04-16T01:46:02.233642" 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-04-16T01:46:01.581266" elapsed="0.652575"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T01:46:02.281864" 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-04-16T01:46:02.234105" elapsed="0.048019"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T01:46:02.286288" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-16T01:46:02.286536" 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-04-16T01:46:02.282674" elapsed="0.003929"/>
</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-04-16T01:46:02.286971" elapsed="0.000638"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:46:02.287990" elapsed="0.000481"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:46:02.289647" 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-04-16T01:46:02.288809" elapsed="0.000975"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T01:46:02.289899" elapsed="0.000114"/>
</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.119
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-16T01:46:01.579761" elapsed="0.710645"/>
</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-04-16T01:46:01.576131" elapsed="0.714421"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T01:46:02.291621" 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-04-16T01:46:02.290935" elapsed="0.000774"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T01:46:02.292306" 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-04-16T01:46:02.291928" elapsed="0.000469"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T01:46:02.293153" 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-04-16T01:46:02.292608" elapsed="0.000583"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T01:46:02.293964" 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-04-16T01:46:02.293450" elapsed="0.000572"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T01:46:02.294770" 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-04-16T01:46:02.294224" elapsed="0.000583"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T01:46:02.295489" 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-04-16T01:46:02.295028" elapsed="0.000521"/>
</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-04-16T01:46:02.295965" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:46:02.295670" elapsed="0.000371"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:46:02.302225" 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-04-16T01:46:02.301615" elapsed="0.000676"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:46:02.303466" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T01:46:02.303549" 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-04-16T01:46:02.302995" elapsed="0.000578"/>
</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-04-16T01:46:02.303716" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T01:46:02.305083" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-04-16T01:46:03.031931" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 01:46:02 UTC 2026

  System load:  0.13               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  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-691-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-04-16T01:46:02.304584" elapsed="0.727573"/>
</kw>
<msg time="2026-04-16T01:46:03.032346" 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-04-16T01:46:02.304220" elapsed="0.728302"/>
</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-04-16T01:46:02.302582" elapsed="0.730157"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.041162" 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-04-16T01:46:03.033113" elapsed="0.009742"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:46:03.043121" elapsed="0.000414"/>
</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-04-16T01:46:02.300808" elapsed="0.742818"/>
</kw>
<status status="PASS" start="2026-04-16T01:46:02.296139" elapsed="0.747544"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:02.295634" elapsed="0.748095"/>
</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-04-16T01:46:03.043954" elapsed="0.000735"/>
</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-04-16T01:46:03.051301" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:46:03.051102" elapsed="0.000279"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:03.051069" elapsed="0.000348"/>
</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-04-16T01:46:03.055427" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:46:03.055312" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:03.055292" elapsed="0.000204"/>
</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-04-16T01:46:03.055627" elapsed="0.000449"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.056514" level="INFO">Logging into '10.30.171.119:8101' as 'karaf'.</msg>
<msg time="2026-04-16T01:46:03.255959" 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-04-16T01:46:03.056223" elapsed="0.199880"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.349106" 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-04-16T01:46:03.256340" elapsed="0.092841"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.377772" 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-04-16T01:46:03.377953" 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-04-16T01:46:03.349357" elapsed="0.028628"/>
</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-04-16T01:46:03.378128" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:46:03.378494" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:46:03.379142" 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-04-16T01:46:03.378822" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T01:46:03.379277" elapsed="0.000054"/>
</return>
<msg time="2026-04-16T01:46:03.379483" 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.119
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-16T01:46:03.054932" elapsed="0.324583"/>
</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-04-16T01:46:03.379663" elapsed="0.000521"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T01:46:03.380282" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-16T01:46:03.050657" elapsed="0.329779"/>
</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-04-16T01:46:03.384149" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:46:03.384012" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:03.383989" elapsed="0.000233"/>
</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-04-16T01:46:03.384373" elapsed="0.000455"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.385234" level="INFO">Logging into '10.30.171.119:8101' as 'karaf'.</msg>
<msg time="2026-04-16T01:46:03.551056" 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-04-16T01:46:03.384974" elapsed="0.166220"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.573192" 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-04-16T01:46:03.551456" elapsed="0.021806"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.575013" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-16T01:46:03.575111" 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-04-16T01:46:03.573406" elapsed="0.001734"/>
</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-04-16T01:46:03.575287" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:46:03.575602" elapsed="0.000182"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:46:03.576213" 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-04-16T01:46:03.575920" elapsed="0.000366"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-16T01:46:03.576335" elapsed="0.000046"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.119
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-16T01:46:03.383658" elapsed="0.192831"/>
</kw>
<status status="PASS" start="2026-04-16T01:46:01.573954" elapsed="2.002594"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:46:03.578812" 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-04-16T01:46:03.577660" elapsed="0.001218"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T01:46:03.580531" 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-04-16T01:46:03.580142" elapsed="0.000433"/>
</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-04-16T01:46:03.580892" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:46:03.580655" elapsed="0.000295"/>
</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-04-16T01:46:03.583930" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:46:03.583678" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:03.583658" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.584361" 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-04-16T01:46:03.584485" 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-04-16T01:46:03.584143" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:46:03.585075" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.119 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" 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-04-16T01:46:03.584646" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.585746" 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-04-16T01:46:03.585290" elapsed="0.000482"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:46:03.586686" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T01:46:03.586776" 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-04-16T01:46:03.586362" elapsed="0.000438"/>
</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-04-16T01:46:03.586941" elapsed="0.000348"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.588167" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-04-16T01:46:03.914229" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 01:46:02 UTC 2026

  System load:  0.13               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.250
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 16 01:46:02 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-691-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-04-16T01:46:03.587805" elapsed="0.326586"/>
</kw>
<msg time="2026-04-16T01:46:03.914465" 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-04-16T01:46:03.587441" elapsed="0.327103"/>
</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-04-16T01:46:03.585972" elapsed="0.328675"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T01:46:03.915366" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.119 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T01:56:10.060624" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T01:56:10.061127" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T01:56:10.061235" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-16T01:46:03.914841" elapsed="606.146506"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:56:10.061814" elapsed="0.000814"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.063785" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119: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.119. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:09.175 16  switches: flows:  106437 103266 105688 102354 102288 103477 104190 101951 101662 99351 99789 99120 99866 100675 99561 99085  total = 27.146000 per ms 
01:48:09.276 16  switches: flows:  112754 111281 114828 112295 110984 109709 111985 112580 106283 110075 107935 106638 109484 110162 105777 105475  total = 29.255234 per ms 
01:49:09.376 16  switches: flows:  118900 118666 120530 119311 116067 117405 119241 118156 114597 114020 114471 113203 115577 117691 113418 111959  total = 31.001736 per ms 
01:50:09.476 16  switches: flows:  119322 118144 119610 121388 119189 119963 119931 117748 114484 114026 115253 115855 116138 115213 115231 113872  total = 31.204039 per ms 
01:51:09.577 16  switches: flows:  121911 121221 120597 118358 120549 120790 120102 119809 117269 114844 116992 119274 114240 116862 115467 115488  total = 31.510254 per ms 
01:52:09.677 16  switches: flows:  122108 122032 122505 119513 121093 122251 123712 120119 119199 115701 118227 120846 116074 116986 117050 113931  total = 31.802666 per ms 
01:53:09.777 16  switches: flows:  97737 98697 98676 96744 96313 96958 96442 96144 94906 92477 94089 93662 93076 93627 93156 92253  total = 25.373552 per ms 
01:54:09.878 16  switches: flows:  121982 120697 122446 122292 120351 123451 121072 121314 118813 118113 115460 118503 117672 117875 117857 116503  total = 31.853416 per ms 
01:55:09.978 16  switches: flows:  111674 113728 112112 113921 112675 113890 113677 112500 109820 108623 109352 108902 110458 109069 108585 106325  total = 29.539101 per ms 
01:56:10.078 16  switches: flows:  119174 121740 120115 123004 122718 121184 120948 120191 118968 114651 118901 116833 115947 118246 116371 114616  total = 31.673896 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25373.55/31853.42/30357.10/10310.72 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:56:10.062986" elapsed="0.001084"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T01:56:10.064586" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-04-16T01:56:10.064285" elapsed="0.000455"/>
</branch>
<status status="PASS" start="2026-04-16T01:56:10.064202" elapsed="0.000594"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T01:56:10.065024" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-16T01:56:10.064941" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-16T01:56:10.064906" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T01:56:10.065235" elapsed="0.000059"/>
</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-04-16T01:56:10.069990" elapsed="0.000505"/>
</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-04-16T01:56:10.070712" elapsed="0.000234"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T01:56:10.071138" elapsed="0.000165"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T01:56:10.065956" elapsed="0.005426"/>
</kw>
<msg time="2026-04-16T01:56:10.071586" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-16T01:46:03.581328" elapsed="606.490298"/>
</kw>
<status status="PASS" start="2026-04-16T01:46:03.580978" elapsed="606.490721"/>
</branch>
<status status="PASS" start="2026-04-16T01:46:03.580632" elapsed="606.491101"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.072392" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119: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.119. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:09.175 16  switches: flows:  106437 103266 105688 102354 102288 103477 104190 101951 101662 99351 99789 99120 99866 100675 99561 99085  total = 27.146000 per ms 
01:48:09.276 16  switches: flows:  112754 111281 114828 112295 110984 109709 111985 112580 106283 110075 107935 106638 109484 110162 105777 105475  total = 29.255234 per ms 
01:49:09.376 16  switches: flows:  118900 118666 120530 119311 116067 117405 119241 118156 114597 114020 114471 113203 115577 117691 113418 111959  total = 31.001736 per ms 
01:50:09.476 16  switches: flows:  119322 118144 119610 121388 119189 119963 119931 117748 114484 114026 115253 115855 116138 115213 115231 113872  total = 31.204039 per ms 
01:51:09.577 16  switches: flows:  121911 121221 120597 118358 120549 120790 120102 119809 117269 114844 116992 119274 114240 116862 115467 115488  total = 31.510254 per ms 
01:52:09.677 16  switches: flows:  122108 122032 122505 119513 121093 122251 123712 120119 119199 115701 118227 120846 116074 116986 117050 113931  total = 31.802666 per ms 
01:53:09.777 16  switches: flows:  97737 98697 98676 96744 96313 96958 96442 96144 94906 92477 94089 93662 93076 93627 93156 92253  total = 25.373552 per ms 
01:54:09.878 16  switches: flows:  121982 120697 122446 122292 120351 123451 121072 121314 118813 118113 115460 118503 117672 117875 117857 116503  total = 31.853416 per ms 
01:55:09.978 16  switches: flows:  111674 113728 112112 113921 112675 113890 113677 112500 109820 108623 109352 108902 110458 109069 108585 106325  total = 29.539101 per ms 
01:56:10.078 16  switches: flows:  119174 121740 120115 123004 122718 121184 120948 120191 118968 114651 118901 116833 115947 118246 116371 114616  total = 31.673896 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 25373.55/31853.42/30357.10/10310.72 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:56:10.071941" elapsed="0.000560"/>
</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-04-16T01:56:10.072719" elapsed="0.000549"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T01:56:10.073836" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T01:56:10.073970" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 25373.55/31853.42/30357.10/10310.72 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-04-16T01:56:10.073506" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:56:10.074634" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 25373.55/31853.42/30357.10/10310.72 | 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-04-16T01:56:10.074253" elapsed="0.000421"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.078255" 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-04-16T01:56:10.074888" elapsed="0.003454"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.081379" level="INFO">25373.55/31853.42/30357.10/10310.72</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:56:10.078558" elapsed="0.002877"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:56:10.083792" 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-04-16T01:56:10.081582" elapsed="0.002237"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T01:56:10.086217" level="INFO">@{result_value_list} = [ 25373.55 | 31853.42 | 30357.10 | 10310.72 ]</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-04-16T01:56:10.084004" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.086719" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T01:56:10.086812" 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-04-16T01:56:10.086413" elapsed="0.000423"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.091579" level="INFO">min :: 25373.55</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-04-16T01:56:10.087263" elapsed="0.004372"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T01:56:10.087109" elapsed="0.004561"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.096186" level="INFO">max :: 31853.42</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-04-16T01:56:10.091891" elapsed="0.004365"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T01:56:10.091762" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.100792" level="INFO">avg :: 30357.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T01:56:10.096510" elapsed="0.004338"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T01:56:10.096382" elapsed="0.004500"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.105480" level="INFO">stdev :: 10310.72</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-04-16T01:56:10.101101" elapsed="0.004434"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T01:56:10.100975" elapsed="0.004594"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T01:56:10.086903" elapsed="0.018700"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.109548" level="INFO">${min} = 25373.55</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-04-16T01:56:10.105760" elapsed="0.003814"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.113626" level="INFO">${max} = 31853.42</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-04-16T01:56:10.109727" elapsed="0.003926"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.117741" level="INFO">${average} = 30357.10</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-04-16T01:56:10.113806" elapsed="0.003964"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.121741" level="INFO">${stdev} = 10310.72</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-04-16T01:56:10.117933" elapsed="0.003834"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.122312" level="INFO">${date} = 2026-04-16 01:56:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-16T01:56:10.121933" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.122911" level="INFO">CBench Result: 2026-04-16 01:56:10,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,25373.55,31853.42,30357.10,10310.72</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-04-16T01:56:10.122488" elapsed="0.000509"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T01:56:10.124102" 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-04-16T01:56:10.123666" elapsed="0.000502"/>
</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-04-16T01:56:10.124334" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T01:56:10.123153" elapsed="0.001718"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-16T01:46:03.579468" elapsed="606.545464"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.125418" 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-04-16T01:56:10.125083" elapsed="0.000391"/>
</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-04-16T01:56:10.125994" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-04-16T01:56:10.125691" elapsed="0.000660"/>
</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-04-16T01:46:03.576713" elapsed="606.549676"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.127920" 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-04-16T01:56:10.127531" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.129249" 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-04-16T01:56:10.128903" elapsed="0.000390"/>
</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-04-16T01:56:10.129638" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:56:10.129416" elapsed="0.000279"/>
</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-04-16T01:56:10.132605" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T01:56:10.132358" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-16T01:56:10.132339" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:56:10.133033" 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-04-16T01:56:10.133153" 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-04-16T01:56:10.132819" elapsed="0.000361"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.133752" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.119 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" 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-04-16T01:56:10.133329" elapsed="0.000480"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T01:56:10.134367" 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-04-16T01:56:10.133949" elapsed="0.000445"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T01:56:10.135333" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T01:56:10.135421" 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-04-16T01:56:10.134990" elapsed="0.000455"/>
</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-04-16T01:56:10.135605" elapsed="0.000332"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T01:56:10.136811" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-04-16T01:56:10.706667" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 01:56:10 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 16 01:46:03 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-691-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-04-16T01:56:10.136452" elapsed="0.570417"/>
</kw>
<msg time="2026-04-16T01:56:10.706956" 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-04-16T01:56:10.136089" elapsed="0.570957"/>
</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-04-16T01:56:10.134598" elapsed="0.572564"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T01:56:10.707716" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.119 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T02:06:17.088271" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T02:06:17.088811" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T02:06:17.088920" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.119: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-04-16T01:56:10.707397" elapsed="606.381589"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T02:06:17.089473" elapsed="0.000825"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.091421" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.119: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.119. 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:15.850 16  switches: flows:  452702 456474 449165 443267 459137 462329 459183 464101 451993 444221 460800 455874 442283 452766 444578 447566  total = 120.773983 per ms 
01:58:15.953 16  switches: flows:  544407 553316 546177 542682 544199 550394 548715 556903 545309 543133 550453 554208 548945 541597 532508 545331  total = 145.558238 per ms 
01:59:16.055 16  switches: flows:  464579 482733 476973 474709 468202 478250 475005 475132 475397 477087 470559 464961 467377 470034 431188 465793  total = 125.088644 per ms 
02:00:16.156 16  switches: flows:  554595 551060 556109 553537 553587 554472 556564 554715 550491 547952 554123 550289 557096 555097 477493 551962  total = 146.073547 per ms 
02:01:16.573 16  switches: flows:  465069 469629 468888 462398 462226 464755 465694 467427 467612 462771 466870 465858 464908 473691 464303 461938  total = 123.377329 per ms 
02:02:16.675 16  switches: flows:  500817 491296 500008 500901 502856 494300 497138 511108 490071 495006 507886 500267 489466 506619 503275 494279  total = 132.864893 per ms 
02:03:16.776 16  switches: flows:  468358 475270 466749 463905 478068 470949 468522 467941 472468 469094 470791 478325 471681 470929 472438 480532  total = 125.556406 per ms 
02:04:16.878 16  switches: flows:  503127 508251 502734 509780 510057 500639 515912 505034 498521 497953 502454 497886 501801 505522 502215 500166  total = 134.141737 per ms 
02:05:16.979 16  switches: flows:  524628 517177 516379 516631 513140 520535 525572 520712 519046 519919 519882 521717 519548 521360 516997 520496  total = 138.329625 per ms 
02:06:17.083 16  switches: flows:  514624 521141 519485 515820 515741 514905 519282 515704 519453 516844 519118 518511 518854 513991 517915 520172  total = 137.789663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123377.33/146073.55/134308.90/45479.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:06:17.090657" elapsed="0.001063"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T02:06:17.092288" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-16T02:06:17.091919" elapsed="0.000527"/>
</branch>
<status status="PASS" start="2026-04-16T02:06:17.091861" elapsed="0.000641"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T02:06:17.092708" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-16T02:06:17.092627" elapsed="0.000170"/>
</branch>
<status status="NOT RUN" start="2026-04-16T02:06:17.092593" elapsed="0.000251"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T02:06:17.092913" 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-04-16T02:06:17.097776" elapsed="0.000541"/>
</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-04-16T02:06:17.098527" elapsed="0.000226"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T02:06:17.098933" elapsed="0.000140"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T02:06:17.093649" elapsed="0.005497"/>
</kw>
<msg time="2026-04-16T02:06:17.099346" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.119: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-04-16T01:56:10.130033" elapsed="606.969351"/>
</kw>
<status status="PASS" start="2026-04-16T01:56:10.129720" elapsed="606.969732"/>
</branch>
<status status="PASS" start="2026-04-16T01:56:10.129393" elapsed="606.970091"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.100117" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.119: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.119. 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:15.850 16  switches: flows:  452702 456474 449165 443267 459137 462329 459183 464101 451993 444221 460800 455874 442283 452766 444578 447566  total = 120.773983 per ms 
01:58:15.953 16  switches: flows:  544407 553316 546177 542682 544199 550394 548715 556903 545309 543133 550453 554208 548945 541597 532508 545331  total = 145.558238 per ms 
01:59:16.055 16  switches: flows:  464579 482733 476973 474709 468202 478250 475005 475132 475397 477087 470559 464961 467377 470034 431188 465793  total = 125.088644 per ms 
02:00:16.156 16  switches: flows:  554595 551060 556109 553537 553587 554472 556564 554715 550491 547952 554123 550289 557096 555097 477493 551962  total = 146.073547 per ms 
02:01:16.573 16  switches: flows:  465069 469629 468888 462398 462226 464755 465694 467427 467612 462771 466870 465858 464908 473691 464303 461938  total = 123.377329 per ms 
02:02:16.675 16  switches: flows:  500817 491296 500008 500901 502856 494300 497138 511108 490071 495006 507886 500267 489466 506619 503275 494279  total = 132.864893 per ms 
02:03:16.776 16  switches: flows:  468358 475270 466749 463905 478068 470949 468522 467941 472468 469094 470791 478325 471681 470929 472438 480532  total = 125.556406 per ms 
02:04:16.878 16  switches: flows:  503127 508251 502734 509780 510057 500639 515912 505034 498521 497953 502454 497886 501801 505522 502215 500166  total = 134.141737 per ms 
02:05:16.979 16  switches: flows:  524628 517177 516379 516631 513140 520535 525572 520712 519046 519919 519882 521717 519548 521360 516997 520496  total = 138.329625 per ms 
02:06:17.083 16  switches: flows:  514624 521141 519485 515820 515741 514905 519282 515704 519453 516844 519118 518511 518854 513991 517915 520172  total = 137.789663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 123377.33/146073.55/134308.90/45479.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:06:17.099678" elapsed="0.000541"/>
</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-04-16T02:06:17.100441" elapsed="0.000507"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T02:06:17.101490" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T02:06:17.101616" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 123377.33/146073.55/134308.90/45479.36 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-04-16T02:06:17.101167" elapsed="0.000483"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T02:06:17.102217" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 123377.33/146073.55/134308.90/45479.36 | 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-04-16T02:06:17.101864" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.105625" 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-04-16T02:06:17.102476" elapsed="0.003227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.108855" level="INFO">123377.33/146073.55/134308.90/45479.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:06:17.105908" elapsed="0.003004"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T02:06:17.111277" 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-04-16T02:06:17.109061" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T02:06:17.113727" level="INFO">@{result_value_list} = [ 123377.33 | 146073.55 | 134308.90 | 45479.36 ]</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-04-16T02:06:17.111489" elapsed="0.002266"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.114213" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T02:06:17.114318" 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-04-16T02:06:17.113907" elapsed="0.000434"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.119016" level="INFO">min :: 123377.33</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-04-16T02:06:17.114721" elapsed="0.004351"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T02:06:17.114594" elapsed="0.004512"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.123801" level="INFO">max :: 146073.55</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-04-16T02:06:17.119336" elapsed="0.004522"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T02:06:17.119196" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.128447" level="INFO">avg :: 134308.90</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-04-16T02:06:17.124129" elapsed="0.004375"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T02:06:17.124002" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.133093" level="INFO">stdev :: 45479.36</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-04-16T02:06:17.128755" elapsed="0.004394"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T02:06:17.128627" elapsed="0.004556"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T02:06:17.114407" elapsed="0.018808"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.137448" level="INFO">${min} = 123377.33</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-04-16T02:06:17.133388" elapsed="0.004089"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.141404" level="INFO">${max} = 146073.55</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-04-16T02:06:17.137635" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.145332" level="INFO">${average} = 134308.90</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-04-16T02:06:17.141581" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.149268" level="INFO">${stdev} = 45479.36</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-04-16T02:06:17.145507" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.149803" level="INFO">${date} = 2026-04-16 02:06: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-04-16T02:06:17.149452" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.150400" level="INFO">CBench Result: 2026-04-16 02:06:17,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,123377.33,146073.55,134308.90,45479.36</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-04-16T02:06:17.149974" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T02:06:17.151487" 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-04-16T02:06:17.151059" elapsed="0.000494"/>
</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-04-16T02:06:17.151705" elapsed="0.000503"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T02:06:17.150593" elapsed="0.001696"/>
</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-04-16T01:56:10.128322" elapsed="607.024028"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.152829" 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-04-16T02:06:17.152499" elapsed="0.000388"/>
</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-04-16T02:06:17.153411" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-16T02:06:17.153095" elapsed="0.000652"/>
</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-04-16T01:56:10.126862" elapsed="607.026923"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.155339" 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-04-16T02:06:17.154940" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.156666" 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-04-16T02:06:17.156294" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-16T02:06:17.157034" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-16T02:06:17.156817" elapsed="0.000274"/>
</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-04-16T02:06:17.160266" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-16T02:06:17.160001" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-04-16T02:06:17.159981" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-16T02:06:17.160665" 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-04-16T02:06:17.160783" 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-04-16T02:06:17.160479" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.161384" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.119 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.250" 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-04-16T02:06:17.160945" elapsed="0.000497"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-16T02:06:17.161974" 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-04-16T02:06:17.161579" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T02:06:17.163042" level="INFO">Length is 0.</msg>
<msg time="2026-04-16T02:06:17.163137" 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-04-16T02:06:17.162594" elapsed="0.000567"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-16T02:06:17.163319" elapsed="0.000328"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-16T02:06:17.164563" level="INFO">Logging into '10.30.171.250:22' as 'jenkins'.</msg>
<msg time="2026-04-16T02:06:20.102918" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Thu Apr 16 02:06:17 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Thu Apr 16 01:56:10 2026 from 10.30.171.12
[?2004h[jenkins@releng-48317-691-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-04-16T02:06:17.164186" elapsed="2.938987"/>
</kw>
<msg time="2026-04-16T02:06:20.103290" 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-04-16T02:06:17.163797" elapsed="2.939584"/>
</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-04-16T02:06:17.162202" elapsed="2.941296"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-16T02:06:20.104045" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.119 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-16T02:16:26.161752" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-16T02:16:26.162336" level="INFO">${stdout} = </msg>
<msg time="2026-04-16T02:16:26.162446" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-16T02:06:20.103717" elapsed="606.058800"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T02:16:26.162985" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.164926" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119: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.119. 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:25.223 16  switches: flows:  0 119546 0 0 0 0 0 0 118595 120116 0 0 0 0 0 0  total = 5.970950 per ms 
02:08:25.326 16  switches: flows:  121195 122093 122817 122814 121902 123993 124555 120329 120732 120205 121457 118642 120069 121674 118932 120054  total = 32.303766 per ms 
02:09:25.427 16  switches: flows:  120169 121628 120903 121628 122147 123537 122011 119187 120039 121478 120819 115604 119022 117204 116551 119615  total = 31.972274 per ms 
02:10:25.528 16  switches: flows:  123519 124342 123850 126373 124133 126349 124905 121468 123598 123141 123912 118839 121371 121262 119786 122473  total = 32.767276 per ms 
02:11:25.629 16  switches: flows:  124573 125461 124112 127068 124855 126075 127137 123863 125334 124229 124338 121878 123997 120497 121599 122948  total = 33.077500 per ms 
02:12:25.730 16  switches: flows:  127136 126417 126156 128022 126325 127501 126776 125182 126141 126158 126217 121695 125987 122461 123010 124523  total = 33.439266 per ms 
02:13:25.831 16  switches: flows:  127557 127766 127482 129702 127269 129228 128885 126465 126715 125755 127602 124368 127758 123337 124751 127491  total = 33.812335 per ms 
02:14:25.933 16  switches: flows:  116768 115623 117902 117717 111922 119234 118050 117664 113761 113772 115019 113002 114274 112505 114667 114288  total = 30.717906 per ms 
02:15:26.034 16  switches: flows:  117702 118179 118086 117693 115278 117519 117729 116550 116607 113752 116378 115847 117611 115541 116742 114425  total = 31.042128 per ms 
02:16:26.135 16  switches: flows:  126340 126154 125503 128019 126228 127252 126846 125170 126094 123738 125392 122614 126242 125597 125996 124378  total = 33.470180 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30717.91/33812.33/32511.40/10886.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:16:26.164157" elapsed="0.001177"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-16T02:16:26.165843" elapsed="0.000074"/>
</return>
<status status="PASS" start="2026-04-16T02:16:26.165538" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-04-16T02:16:26.165488" elapsed="0.000564"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-16T02:16:26.166290" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-04-16T02:16:26.166177" elapsed="0.000208"/>
</branch>
<status status="NOT RUN" start="2026-04-16T02:16:26.166142" elapsed="0.000292"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-16T02:16:26.166502" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-16T02:16:26.170814" elapsed="0.000500"/>
</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-04-16T02:16:26.171519" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-16T02:16:26.171917" elapsed="0.000135"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-16T02:16:26.167308" elapsed="0.004818"/>
</kw>
<msg time="2026-04-16T02:16:26.172326" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-16T02:06:17.157441" elapsed="609.014923"/>
</kw>
<status status="PASS" start="2026-04-16T02:06:17.157116" elapsed="609.015317"/>
</branch>
<status status="PASS" start="2026-04-16T02:06:17.156796" elapsed="609.015670"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.173065" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.119: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.119. 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:25.223 16  switches: flows:  0 119546 0 0 0 0 0 0 118595 120116 0 0 0 0 0 0  total = 5.970950 per ms 
02:08:25.326 16  switches: flows:  121195 122093 122817 122814 121902 123993 124555 120329 120732 120205 121457 118642 120069 121674 118932 120054  total = 32.303766 per ms 
02:09:25.427 16  switches: flows:  120169 121628 120903 121628 122147 123537 122011 119187 120039 121478 120819 115604 119022 117204 116551 119615  total = 31.972274 per ms 
02:10:25.528 16  switches: flows:  123519 124342 123850 126373 124133 126349 124905 121468 123598 123141 123912 118839 121371 121262 119786 122473  total = 32.767276 per ms 
02:11:25.629 16  switches: flows:  124573 125461 124112 127068 124855 126075 127137 123863 125334 124229 124338 121878 123997 120497 121599 122948  total = 33.077500 per ms 
02:12:25.730 16  switches: flows:  127136 126417 126156 128022 126325 127501 126776 125182 126141 126158 126217 121695 125987 122461 123010 124523  total = 33.439266 per ms 
02:13:25.831 16  switches: flows:  127557 127766 127482 129702 127269 129228 128885 126465 126715 125755 127602 124368 127758 123337 124751 127491  total = 33.812335 per ms 
02:14:25.933 16  switches: flows:  116768 115623 117902 117717 111922 119234 118050 117664 113761 113772 115019 113002 114274 112505 114667 114288  total = 30.717906 per ms 
02:15:26.034 16  switches: flows:  117702 118179 118086 117693 115278 117519 117729 116550 116607 113752 116378 115847 117611 115541 116742 114425  total = 31.042128 per ms 
02:16:26.135 16  switches: flows:  126340 126154 125503 128019 126228 127252 126846 125170 126094 123738 125392 122614 126242 125597 125996 124378  total = 33.470180 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30717.91/33812.33/32511.40/10886.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:16:26.172660" elapsed="0.000507"/>
</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-04-16T02:16:26.173393" elapsed="0.000506"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-16T02:16:26.174443" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-16T02:16:26.174570" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30717.91/33812.33/32511.40/10886.07 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-04-16T02:16:26.174119" elapsed="0.000485"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T02:16:26.175196" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30717.91/33812.33/32511.40/10886.07 | 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-04-16T02:16:26.174816" elapsed="0.000418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.178623" 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-04-16T02:16:26.175455" elapsed="0.003247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.181653" level="INFO">30717.91/33812.33/32511.40/10886.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:16:26.178933" elapsed="0.002777"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T02:16:26.184091" 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-04-16T02:16:26.181860" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-16T02:16:26.186543" level="INFO">@{result_value_list} = [ 30717.91 | 33812.33 | 32511.40 | 10886.07 ]</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-04-16T02:16:26.184320" elapsed="0.002250"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.187113" level="INFO">Length is 4.</msg>
<msg time="2026-04-16T02:16:26.187227" 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-04-16T02:16:26.186744" elapsed="0.000530"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.192049" level="INFO">min :: 30717.91</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-04-16T02:16:26.187681" elapsed="0.004427"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-16T02:16:26.187540" elapsed="0.004603"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.196792" level="INFO">max :: 33812.33</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-04-16T02:16:26.192378" elapsed="0.004484"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-16T02:16:26.192233" elapsed="0.004664"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.201729" level="INFO">avg :: 32511.40</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-04-16T02:16:26.197113" elapsed="0.004674"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-16T02:16:26.196985" elapsed="0.004838"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.206426" level="INFO">stdev :: 10886.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-16T02:16:26.202046" elapsed="0.004438"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-16T02:16:26.201917" elapsed="0.004602"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-16T02:16:26.187344" elapsed="0.019205"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.210505" level="INFO">${min} = 30717.91</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-04-16T02:16:26.206717" elapsed="0.003816"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.214450" level="INFO">${max} = 33812.33</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-04-16T02:16:26.210688" elapsed="0.003790"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.218384" level="INFO">${average} = 32511.40</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-04-16T02:16:26.214629" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.222372" level="INFO">${stdev} = 10886.07</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-04-16T02:16:26.218564" elapsed="0.003835"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.222935" level="INFO">${date} = 2026-04-16 02:16:26</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-16T02:16:26.222562" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.223639" level="INFO">CBench Result: 2026-04-16 02:16:26,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30717.91,33812.33,32511.40,10886.07</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-04-16T02:16:26.223154" elapsed="0.000544"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-16T02:16:26.225260" 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-04-16T02:16:26.224590" elapsed="0.000747"/>
</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-04-16T02:16:26.225494" elapsed="0.000496"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-16T02:16:26.223902" elapsed="0.002155"/>
</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-04-16T02:06:17.155703" elapsed="609.070416"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.226624" 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-04-16T02:16:26.226287" elapsed="0.000398"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-16T02:16:26.228036" 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-04-16T02:16:26.227463" elapsed="0.000602"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-16T02:16:26.228321" elapsed="0.000037"/>
</return>
<status status="PASS" start="2026-04-16T02:16:26.228148" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-16T02:16:26.228126" elapsed="0.000292"/>
</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-04-16T02:16:26.228568" elapsed="0.000027"/>
</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-04-16T02:16:26.228806" elapsed="0.000032"/>
</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-04-16T02:16:26.228998" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-16T02:16:26.229199" elapsed="0.000022"/>
</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-04-16T02:16:26.229370" elapsed="0.000026"/>
</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-04-16T02:16:26.229522" 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-04-16T02:16:26.229667" 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-04-16T02:16:26.229886" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-16T02:16:26.229749" elapsed="0.000195"/>
</branch>
<status status="NOT RUN" start="2026-04-16T02:16:26.229732" elapsed="0.000242"/>
</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-04-16T02:16:26.227098" elapsed="0.002941"/>
</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-04-16T02:06:17.154356" elapsed="609.075735"/>
</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-04-16T01:46:00.997308" elapsed="1825.233419"/>
</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>
