<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-16T00:45:23.103763" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-16T00:45:23.677079" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-05-16T00:45:23.676941" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:23.676914" elapsed="0.000263"/>
</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-05-16T00:45:23.677337" elapsed="0.000495"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T00:45:23.678315" level="INFO">Logging into '10.30.171.3:8101' as 'karaf'.</msg>
<msg time="2026-05-16T00:45:24.552104" 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-05-16T00:45:23.678009" elapsed="0.874307"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T00:45:24.600764" 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-05-16T00:45:24.552626" elapsed="0.048236"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T00:45:24.602582" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T00:45:24.602698" 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-05-16T00:45:24.601063" elapsed="0.001666"/>
</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-05-16T00:45:24.602886" elapsed="0.000227"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T00:45:24.603279" elapsed="0.000258"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:45:24.604103" 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-05-16T00:45:24.603690" elapsed="0.000469"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T00:45:24.604215" elapsed="0.000062"/>
</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.3
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T00:45:23.676569" elapsed="0.927873"/>
</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-05-16T00:45:23.672999" elapsed="0.931509"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T00:45:24.605156" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-16T00:45:24.604699" elapsed="0.000515"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T00:45:24.605633" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-16T00:45:24.605385" elapsed="0.000304"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T00:45:24.606322" 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-05-16T00:45:24.605841" elapsed="0.000513"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T00:45:24.606860" 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-05-16T00:45:24.606526" elapsed="0.000376"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T00:45:24.607436" 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-05-16T00:45:24.607045" elapsed="0.000417"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T00:45:24.607955" 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-05-16T00:45:24.607619" elapsed="0.000378"/>
</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-05-16T00:45:24.608321" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-16T00:45:24.608088" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T00:45:24.612707" 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-05-16T00:45:24.612300" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T00:45:24.614056" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T00:45:24.614142" 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-05-16T00:45:24.613303" elapsed="0.000863"/>
</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-05-16T00:45:24.614336" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T00:45:24.615734" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-16T00:45:25.324689" 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 Sat May 16 00:45:24 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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-63164-245-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-05-16T00:45:24.615185" elapsed="0.709707"/>
</kw>
<msg time="2026-05-16T00:45:25.324995" 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-05-16T00:45:24.614839" elapsed="0.710256"/>
</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-05-16T00:45:24.612936" elapsed="0.712291"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.334124" 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-05-16T00:45:25.325478" elapsed="0.010266"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T00:45:25.336129" elapsed="0.000617"/>
</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-05-16T00:45:24.611733" elapsed="0.725148"/>
</kw>
<status status="PASS" start="2026-05-16T00:45:24.608459" elapsed="0.728502"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:24.608061" elapsed="0.728965"/>
</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-05-16T00:45:25.337386" elapsed="0.001040"/>
</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-05-16T00:45:25.345444" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-16T00:45:25.345319" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:25.345278" elapsed="0.000243"/>
</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-05-16T00:45:25.349234" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-05-16T00:45:25.349097" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:25.349072" elapsed="0.000274"/>
</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-05-16T00:45:25.349526" elapsed="0.000496"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.350465" level="INFO">Logging into '10.30.171.3:8101' as 'karaf'.</msg>
<msg time="2026-05-16T00:45:25.576456" 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-05-16T00:45:25.350172" elapsed="0.226459"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.675506" 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-05-16T00:45:25.576905" elapsed="0.098769"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.699663" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T00:45:25.699933" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-16T00:45:25.675957" elapsed="0.024009"/>
</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-05-16T00:45:25.700118" elapsed="0.000310"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T00:45:25.700583" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:45:25.701254" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T00:45:25.700936" elapsed="0.000410"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T00:45:25.701399" elapsed="0.000052"/>
</return>
<msg time="2026-05-16T00:45:25.701610" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.3
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T00:45:25.348664" elapsed="0.352977"/>
</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-05-16T00:45:25.701786" elapsed="0.000541"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T00:45:25.702379" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-16T00:45:25.344984" elapsed="0.357527"/>
</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-05-16T00:45:25.706325" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-05-16T00:45:25.706172" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:25.706148" elapsed="0.000250"/>
</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-05-16T00:45:25.706528" elapsed="0.000444"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.707429" level="INFO">Logging into '10.30.171.3:8101' as 'karaf'.</msg>
<msg time="2026-05-16T00:45:25.882388" 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-05-16T00:45:25.707137" elapsed="0.175381"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.915007" 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-05-16T00:45:25.882734" elapsed="0.032330"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.916791" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-16T00:45:25.916894" 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-05-16T00:45:25.915208" elapsed="0.001715"/>
</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-05-16T00:45:25.917057" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T00:45:25.917405" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:45:25.918032" 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-05-16T00:45:25.917726" elapsed="0.000363"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-16T00:45:25.918139" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.3
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-16T00:45:25.705835" elapsed="0.212493"/>
</kw>
<status status="PASS" start="2026-05-16T00:45:23.671156" elapsed="2.247235"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:45:25.921348" 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-05-16T00:45:25.919440" elapsed="0.001996"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T00:45:25.922955" 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-05-16T00:45:25.922605" elapsed="0.000392"/>
</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-05-16T00:45:25.923332" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-16T00:45:25.923077" elapsed="0.000314"/>
</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-05-16T00:45:25.926395" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T00:45:25.926113" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:25.926092" elapsed="0.000384"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.926828" 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-05-16T00:45:25.926952" 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-05-16T00:45:25.926610" elapsed="0.000369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:45:25.927554" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.3 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" 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-05-16T00:45:25.927113" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.928228" 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-05-16T00:45:25.927755" elapsed="0.000499"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T00:45:25.929178" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T00:45:25.929268" 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-05-16T00:45:25.928851" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T00:45:25.929476" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T00:45:25.930681" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-16T00:45:26.259940" 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 Sat May 16 00:45:24 UTC 2026

  System load:  0.11               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Sat May 16 00:45:25 2026 from 10.30.170.227
[?2004h[jenkins@releng-63164-245-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-05-16T00:45:25.930327" elapsed="0.329818"/>
</kw>
<msg time="2026-05-16T00:45:26.260234" 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-05-16T00:45:25.929964" elapsed="0.330397"/>
</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-05-16T00:45:25.928473" elapsed="0.332025"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T00:45:26.261385" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.3 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T00:55:32.417908" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T00:55:32.418437" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T00:55:32.418543" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T00:45:26.260752" elapsed="606.157850"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T00:55:32.419037" elapsed="0.000717"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.420899" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3: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.3. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:31.483 16  switches: flows:  129681 126095 132348 134067 126915 125675 128872 126596 126883 122915 123947 125343 123766 122938 122896 119702  total = 33.643983 per ms 
00:47:31.585 16  switches: flows:  148754 148257 152272 152574 146204 147923 149839 148821 143934 146452 140081 141053 143882 145130 141410 139561  total = 38.870346 per ms 
00:48:31.686 16  switches: flows:  148438 148676 151153 150861 144906 144650 148100 150075 145049 145694 137650 139376 142729 142425 139813 140717  total = 38.607388 per ms 
00:49:31.787 16  switches: flows:  151405 151881 152569 154020 149066 147809 153695 149750 147232 146270 143799 142486 147385 146182 144529 143717  total = 39.464039 per ms 
00:50:31.888 16  switches: flows:  148676 147616 149388 149670 146576 145503 151756 146033 147195 142477 139454 137886 143926 146488 139892 143737  total = 38.706604 per ms 
00:51:31.988 16  switches: flows:  150647 149661 153968 152417 145267 147829 154449 145638 147458 146399 145758 143178 143444 148359 142505 144259  total = 39.288303 per ms 
00:52:32.089 16  switches: flows:  153057 151441 152006 151434 150228 151401 155224 148598 148885 147639 146817 146105 147410 148455 144071 144769  total = 39.725987 per ms 
00:53:32.190 16  switches: flows:  154663 153577 154144 152787 151145 152730 155608 150239 151379 148310 148808 148206 148343 149996 146818 146992  total = 40.162013 per ms 
00:54:32.291 16  switches: flows:  157387 154552 150463 151907 152124 153849 153549 150005 151840 149067 145830 148189 150028 149923 143371 147174  total = 40.087321 per ms 
00:55:32.392 16  switches: flows:  157865 151612 152096 150828 151420 153164 154539 152787 150494 148377 148085 147137 149848 150070 145180 150243  total = 40.162040 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38607.39/40162.04/39452.67/13164.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T00:55:32.420137" elapsed="0.001045"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T00:55:32.421720" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-16T00:55:32.421418" elapsed="0.000471"/>
</branch>
<status status="PASS" start="2026-05-16T00:55:32.421349" elapsed="0.000598"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T00:55:32.422160" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-16T00:55:32.422076" elapsed="0.000175"/>
</branch>
<status status="NOT RUN" start="2026-05-16T00:55:32.422040" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T00:55:32.422403" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-16T00:55:32.427972" elapsed="0.000684"/>
</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-05-16T00:55:32.428803" elapsed="0.000162"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T00:55:32.429094" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T00:55:32.423068" elapsed="0.006174"/>
</kw>
<msg time="2026-05-16T00:55:32.429385" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T00:45:25.923736" elapsed="606.505676"/>
</kw>
<status status="PASS" start="2026-05-16T00:45:25.923420" elapsed="606.506041"/>
</branch>
<status status="PASS" start="2026-05-16T00:45:25.923055" elapsed="606.506437"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.429928" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3: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.3. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:46:31.483 16  switches: flows:  129681 126095 132348 134067 126915 125675 128872 126596 126883 122915 123947 125343 123766 122938 122896 119702  total = 33.643983 per ms 
00:47:31.585 16  switches: flows:  148754 148257 152272 152574 146204 147923 149839 148821 143934 146452 140081 141053 143882 145130 141410 139561  total = 38.870346 per ms 
00:48:31.686 16  switches: flows:  148438 148676 151153 150861 144906 144650 148100 150075 145049 145694 137650 139376 142729 142425 139813 140717  total = 38.607388 per ms 
00:49:31.787 16  switches: flows:  151405 151881 152569 154020 149066 147809 153695 149750 147232 146270 143799 142486 147385 146182 144529 143717  total = 39.464039 per ms 
00:50:31.888 16  switches: flows:  148676 147616 149388 149670 146576 145503 151756 146033 147195 142477 139454 137886 143926 146488 139892 143737  total = 38.706604 per ms 
00:51:31.988 16  switches: flows:  150647 149661 153968 152417 145267 147829 154449 145638 147458 146399 145758 143178 143444 148359 142505 144259  total = 39.288303 per ms 
00:52:32.089 16  switches: flows:  153057 151441 152006 151434 150228 151401 155224 148598 148885 147639 146817 146105 147410 148455 144071 144769  total = 39.725987 per ms 
00:53:32.190 16  switches: flows:  154663 153577 154144 152787 151145 152730 155608 150239 151379 148310 148808 148206 148343 149996 146818 146992  total = 40.162013 per ms 
00:54:32.291 16  switches: flows:  157387 154552 150463 151907 152124 153849 153549 150005 151840 149067 145830 148189 150028 149923 143371 147174  total = 40.087321 per ms 
00:55:32.392 16  switches: flows:  157865 151612 152096 150828 151420 153164 154539 152787 150494 148377 148085 147137 149848 150070 145180 150243  total = 40.162040 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 38607.39/40162.04/39452.67/13164.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T00:55:32.429632" elapsed="0.000369"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-16T00:55:32.430146" elapsed="0.000379"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T00:55:32.430907" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T00:55:32.430998" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 38607.39/40162.04/39452.67/13164.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-05-16T00:55:32.430685" elapsed="0.000338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T00:55:32.431445" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 38607.39/40162.04/39452.67/13164.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-05-16T00:55:32.431175" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.433833" 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-05-16T00:55:32.431623" elapsed="0.002266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.436242" level="INFO">38607.39/40162.04/39452.67/13164.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T00:55:32.434032" elapsed="0.002286"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T00:55:32.438645" 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-05-16T00:55:32.436465" elapsed="0.002207"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T00:55:32.441093" level="INFO">@{result_value_list} = [ 38607.39 | 40162.04 | 39452.67 | 13164.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-05-16T00:55:32.438858" elapsed="0.002261"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.441619" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T00:55:32.441708" 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-05-16T00:55:32.441272" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.446400" level="INFO">min :: 38607.39</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T00:55:32.442114" elapsed="0.004343"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T00:55:32.441984" elapsed="0.004507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.450933" level="INFO">max :: 40162.04</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-05-16T00:55:32.446708" elapsed="0.004279"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T00:55:32.446581" elapsed="0.004440"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.455681" level="INFO">avg :: 39452.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T00:55:32.451236" elapsed="0.004501"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T00:55:32.451109" elapsed="0.004661"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.460214" level="INFO">stdev :: 13164.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-05-16T00:55:32.455988" elapsed="0.004282"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T00:55:32.455861" elapsed="0.004460"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T00:55:32.441800" elapsed="0.018554"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.464383" level="INFO">${min} = 38607.39</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-05-16T00:55:32.460509" elapsed="0.003973"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.468355" level="INFO">${max} = 40162.04</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-05-16T00:55:32.464638" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.472372" level="INFO">${average} = 39452.67</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-05-16T00:55:32.468533" elapsed="0.003865"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.476252" level="INFO">${stdev} = 13164.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-05-16T00:55:32.472554" elapsed="0.003724"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.476798" level="INFO">${date} = 2026-05-16 00:55:32</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T00:55:32.476451" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.477385" level="INFO">CBench Result: 2026-05-16 00:55:32,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,38607.39,40162.04,39452.67,13164.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-05-16T00:55:32.476967" elapsed="0.000472"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T00:55:32.478478" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-16T00:55:32.478053" elapsed="0.000497"/>
</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-05-16T00:55:32.478700" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T00:55:32.477581" elapsed="0.001651"/>
</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-05-16T00:45:25.921923" elapsed="606.557392"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.479776" 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-05-16T00:55:32.479465" elapsed="0.000368"/>
</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-05-16T00:55:32.480354" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-05-16T00:55:32.480038" elapsed="0.000652"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-16T00:45:25.918551" elapsed="606.562175"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.482100" 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-05-16T00:55:32.481718" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.483437" 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-05-16T00:55:32.483072" elapsed="0.000407"/>
</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-05-16T00:55:32.483820" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-16T00:55:32.483596" elapsed="0.000282"/>
</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-05-16T00:55:32.486756" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T00:55:32.486513" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-05-16T00:55:32.486495" elapsed="0.000339"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T00:55:32.487204" 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-05-16T00:55:32.487352" 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-05-16T00:55:32.486970" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.487930" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.3 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" 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-05-16T00:55:32.487519" elapsed="0.000468"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T00:55:32.488532" 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-05-16T00:55:32.488126" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T00:55:32.489452" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T00:55:32.489538" 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-05-16T00:55:32.489125" elapsed="0.000437"/>
</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-05-16T00:55:32.489702" elapsed="0.000318"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T00:55:32.490882" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-16T00:55:33.098506" 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 Sat May 16 00:55:32 UTC 2026

  System load:  1.01               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Sat May 16 00:45:26 2026 from 10.30.170.227
[?2004h[jenkins@releng-63164-245-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-05-16T00:55:32.490534" elapsed="0.608165"/>
</kw>
<msg time="2026-05-16T00:55:33.098785" 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-05-16T00:55:32.490171" elapsed="0.608699"/>
</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-05-16T00:55:32.488757" elapsed="0.610228"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T00:55:33.099515" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.3 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T01:05:39.181563" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T01:05:39.182010" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T01:05:39.182107" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.3:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T00:55:33.099202" elapsed="606.082949"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:05:39.182502" elapsed="0.000446"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.183693" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.3: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.3. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:38.227 16  switches: flows:  585493 592182 595439 590735 602274 593859 603069 604604 583633 588807 590930 590319 591556 588540 595790 596773  total = 158.233383 per ms 
00:57:38.328 16  switches: flows:  597538 596409 598549 607455 606400 611405 597283 594927 608586 594580 604671 601851 613692 605715 604928 596048  total = 160.396670 per ms 
00:58:38.430 16  switches: flows:  619962 624297 617534 625146 627216 612172 624920 621165 612447 619801 622764 623594 624329 622853 625126 624604  total = 165.519519 per ms 
00:59:38.531 16  switches: flows:  696882 674912 684935 685512 687616 696227 693320 695752 692896 690689 698276 683518 683027 696731 690602 691235  total = 183.726368 per ms 
01:00:38.636 16  switches: flows:  707567 700027 693395 693492 710605 707214 699965 699496 698976 697059 698534 700557 707096 705576 703385 703298  total = 186.782037 per ms 
01:01:38.738 16  switches: flows:  710421 709603 704627 705805 713960 708768 701990 713661 702967 708522 710512 713041 717510 727428 711719 710466  total = 189.196974 per ms 
01:02:38.840 16  switches: flows:  705665 700337 698923 697742 705726 704080 695374 717951 710881 701000 693490 707359 714033 696918 697548 714442  total = 187.373009 per ms 
01:03:38.941 16  switches: flows:  716494 701242 708678 701813 709547 704218 708483 706324 715810 706807 711518 700650 705418 711402 704663 715877  total = 188.498170 per ms 
01:04:39.042 16  switches: flows:  697136 698847 688344 698523 690028 703198 690566 697674 708968 698213 694945 697523 707698 706985 692228 684608  total = 185.613002 per ms 
01:05:39.143 16  switches: flows:  721602 725364 708283 713239 718337 713763 710243 719838 728481 722690 712813 717702 722974 711109 709236 718916  total = 190.920136 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 160396.67/190920.14/182002.88/61558.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.183182" elapsed="0.000712"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T01:05:39.184216" elapsed="0.000051"/>
</return>
<status status="PASS" start="2026-05-16T01:05:39.184018" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-05-16T01:05:39.183977" elapsed="0.000406"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T01:05:39.184516" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-16T01:05:39.184464" elapsed="0.000109"/>
</branch>
<status status="NOT RUN" start="2026-05-16T01:05:39.184441" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T01:05:39.184645" elapsed="0.000018"/>
</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-05-16T01:05:39.188518" elapsed="0.000450"/>
</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-05-16T01:05:39.189172" elapsed="0.000260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:05:39.189680" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T01:05:39.185147" elapsed="0.004755"/>
</kw>
<msg time="2026-05-16T01:05:39.190084" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.3:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 1...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T00:55:32.484221" elapsed="606.705899"/>
</kw>
<status status="PASS" start="2026-05-16T00:55:32.483903" elapsed="606.706284"/>
</branch>
<status status="PASS" start="2026-05-16T00:55:32.483574" elapsed="606.706643"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.190845" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.3: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.3. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:56:38.227 16  switches: flows:  585493 592182 595439 590735 602274 593859 603069 604604 583633 588807 590930 590319 591556 588540 595790 596773  total = 158.233383 per ms 
00:57:38.328 16  switches: flows:  597538 596409 598549 607455 606400 611405 597283 594927 608586 594580 604671 601851 613692 605715 604928 596048  total = 160.396670 per ms 
00:58:38.430 16  switches: flows:  619962 624297 617534 625146 627216 612172 624920 621165 612447 619801 622764 623594 624329 622853 625126 624604  total = 165.519519 per ms 
00:59:38.531 16  switches: flows:  696882 674912 684935 685512 687616 696227 693320 695752 692896 690689 698276 683518 683027 696731 690602 691235  total = 183.726368 per ms 
01:00:38.636 16  switches: flows:  707567 700027 693395 693492 710605 707214 699965 699496 698976 697059 698534 700557 707096 705576 703385 703298  total = 186.782037 per ms 
01:01:38.738 16  switches: flows:  710421 709603 704627 705805 713960 708768 701990 713661 702967 708522 710512 713041 717510 727428 711719 710466  total = 189.196974 per ms 
01:02:38.840 16  switches: flows:  705665 700337 698923 697742 705726 704080 695374 717951 710881 701000 693490 707359 714033 696918 697548 714442  total = 187.373009 per ms 
01:03:38.941 16  switches: flows:  716494 701242 708678 701813 709547 704218 708483 706324 715810 706807 711518 700650 705418 711402 704663 715877  total = 188.498170 per ms 
01:04:39.042 16  switches: flows:  697136 698847 688344 698523 690028 703198 690566 697674 708968 698213 694945 697523 707698 706985 692228 684608  total = 185.613002 per ms 
01:05:39.143 16  switches: flows:  721602 725364 708283 713239 718337 713763 710243 719838 728481 722690 712813 717702 722974 711109 709236 718916  total = 190.920136 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 160396.67/190920.14/182002.88/61558.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.190442" 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-05-16T01:05:39.191201" elapsed="0.000571"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T01:05:39.192368" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T01:05:39.192498" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 160396.67/190920.14/182002.88/61558.21 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-05-16T01:05:39.191998" elapsed="0.000534"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T01:05:39.193105" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 160396.67/190920.14/182002.88/61558.21 | 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-05-16T01:05:39.192746" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.196457" 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-05-16T01:05:39.193363" elapsed="0.003172"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.199408" level="INFO">160396.67/190920.14/182002.88/61558.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.196735" elapsed="0.002730"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T01:05:39.201772" 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-05-16T01:05:39.199610" elapsed="0.002194"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T01:05:39.204174" level="INFO">@{result_value_list} = [ 160396.67 | 190920.14 | 182002.88 | 61558.21 ]</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-05-16T01:05:39.201997" elapsed="0.002212"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.204685" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T01:05:39.204772" 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-05-16T01:05:39.204381" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.209475" level="INFO">min :: 160396.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.205181" elapsed="0.004351"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T01:05:39.205045" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.214272" level="INFO">max :: 190920.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.209781" elapsed="0.004575"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T01:05:39.209654" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.219015" level="INFO">avg :: 182002.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.214645" elapsed="0.004426"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T01:05:39.214509" elapsed="0.004596"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.223685" level="INFO">stdev :: 61558.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:05:39.219335" elapsed="0.004405"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T01:05:39.219191" elapsed="0.004584"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T01:05:39.204862" elapsed="0.018943"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.227832" level="INFO">${min} = 160396.67</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-05-16T01:05:39.223962" elapsed="0.003897"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.231702" level="INFO">${max} = 190920.14</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-05-16T01:05:39.228011" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.235595" level="INFO">${average} = 182002.88</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-05-16T01:05:39.231881" elapsed="0.003740"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.239507" level="INFO">${stdev} = 61558.21</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-05-16T01:05:39.235771" elapsed="0.003763"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.240042" level="INFO">${date} = 2026-05-16 01:05:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T01:05:39.239692" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.240639" level="INFO">CBench Result: 2026-05-16 01:05:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,160396.67,190920.14,182002.88,61558.21</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-05-16T01:05:39.240219" elapsed="0.000476"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T01:05:39.241724" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-16T01:05:39.241325" elapsed="0.000465"/>
</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-05-16T01:05:39.241939" elapsed="0.000506"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T01:05:39.240836" elapsed="0.001674"/>
</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-05-16T00:55:32.482488" elapsed="606.760080"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.243029" 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-05-16T01:05:39.242716" elapsed="0.000372"/>
</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-05-16T01:05:39.243610" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-05-16T01:05:39.243308" elapsed="0.000667"/>
</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-05-16T00:55:32.481017" elapsed="606.762997"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.245699" 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-05-16T01:05:39.245127" elapsed="0.000629"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.247249" 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-05-16T01:05:39.246920" elapsed="0.000478"/>
</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-05-16T01:05:39.247748" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-16T01:05:39.247524" elapsed="0.000281"/>
</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-05-16T01:05:39.250954" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-16T01:05:39.250708" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-05-16T01:05:39.250689" elapsed="0.000344"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-16T01:05:39.251403" 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-05-16T01:05:39.251520" 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-05-16T01:05:39.251163" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.252095" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.3 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.127" 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-05-16T01:05:39.251682" elapsed="0.000470"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-16T01:05:39.252699" 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-05-16T01:05:39.252307" elapsed="0.000419"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T01:05:39.253789" level="INFO">Length is 0.</msg>
<msg time="2026-05-16T01:05:39.253887" 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-05-16T01:05:39.253314" elapsed="0.000598"/>
</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-05-16T01:05:39.254057" elapsed="0.000340"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-16T01:05:39.255279" level="INFO">Logging into '10.30.170.127:22' as 'jenkins'.</msg>
<msg time="2026-05-16T01:05:39.853084" 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 Sat May 16 01:05:39 UTC 2026

  System load:  0.39               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.127
  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: Sat May 16 00:55:33 2026 from 10.30.170.227
[?2004h[jenkins@releng-63164-245-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-05-16T01:05:39.254923" elapsed="0.598354"/>
</kw>
<msg time="2026-05-16T01:05:39.853385" 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-05-16T01:05:39.254580" elapsed="0.598888"/>
</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-05-16T01:05:39.252925" elapsed="0.600658"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-16T01:05:39.854146" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.3 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-16T01:15:46.056160" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-16T01:15:46.056760" level="INFO">${stdout} = </msg>
<msg time="2026-05-16T01:15:46.056934" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-16T01:05:39.853800" elapsed="606.203224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:15:46.057502" elapsed="0.000742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.059408" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3: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.3. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:45.101 16  switches: flows:  153047 154958 151345 151361 149242 151866 151261 151748 147717 142835 143045 146577 143331 142681 142285 144374  total = 39.461217 per ms 
01:07:45.201 16  switches: flows:  156758 158934 157209 152434 154919 156452 154727 155381 151024 147516 146316 148511 145862 148993 146765 147782  total = 40.425525 per ms 
01:08:45.302 16  switches: flows:  155418 157815 158679 151634 156388 153732 152823 155249 150365 147940 147808 147544 146070 144997 142784 145714  total = 40.182262 per ms 
01:09:45.402 16  switches: flows:  158678 161505 160862 154558 160731 156586 157919 158425 154309 150066 149304 151729 149216 147868 148992 149652  total = 41.104703 per ms 
01:10:45.502 16  switches: flows:  159658 162866 161028 156944 160896 157333 158828 157058 154711 151617 151079 152785 149734 149349 150268 150167  total = 41.336328 per ms 
01:11:45.603 16  switches: flows:  157643 161845 157892 156543 160624 159753 161070 158814 153977 151392 147698 153630 149381 150309 152235 151183  total = 41.330461 per ms 
01:12:45.703 16  switches: flows:  156314 159831 159825 154492 159917 156356 155823 155847 151575 147772 147772 150950 149897 147233 148410 147573  total = 40.758405 per ms 
01:13:45.804 16  switches: flows:  160402 161333 160738 156987 160897 161692 158834 161929 156204 150416 149160 152624 150540 151806 150717 152742  total = 41.547651 per ms 
01:14:45.904 16  switches: flows:  162812 161807 165323 156308 161397 159425 158766 160512 156533 150038 152963 153076 150763 150109 150808 151632  total = 41.635067 per ms 
01:15:46.004 16  switches: flows:  158321 163877 160280 157374 162885 158801 159036 162241 154529 151594 148785 153636 152331 149770 149387 152571  total = 41.520963 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 40182.26/41635.07/41093.48/13706.69 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:15:46.058649" elapsed="0.001066"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-16T01:15:46.060204" elapsed="0.000073"/>
</return>
<status status="PASS" start="2026-05-16T01:15:46.059907" elapsed="0.000494"/>
</branch>
<status status="PASS" start="2026-05-16T01:15:46.059846" elapsed="0.000611"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-16T01:15:46.060687" elapsed="0.000060"/>
</return>
<status status="NOT RUN" start="2026-05-16T01:15:46.060584" elapsed="0.000241"/>
</branch>
<status status="NOT RUN" start="2026-05-16T01:15:46.060548" elapsed="0.000327"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-16T01:15:46.060945" 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-05-16T01:15:46.066769" elapsed="0.000339"/>
</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-05-16T01:15:46.067312" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-16T01:15:46.067634" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-16T01:15:46.061655" elapsed="0.006133"/>
</kw>
<msg time="2026-05-16T01:15:46.067930" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-16T01:05:39.248142" elapsed="606.819821"/>
</kw>
<status status="PASS" start="2026-05-16T01:05:39.247830" elapsed="606.820184"/>
</branch>
<status status="PASS" start="2026-05-16T01:05:39.247502" elapsed="606.820535"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.068525" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.3: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.3. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:06:45.101 16  switches: flows:  153047 154958 151345 151361 149242 151866 151261 151748 147717 142835 143045 146577 143331 142681 142285 144374  total = 39.461217 per ms 
01:07:45.201 16  switches: flows:  156758 158934 157209 152434 154919 156452 154727 155381 151024 147516 146316 148511 145862 148993 146765 147782  total = 40.425525 per ms 
01:08:45.302 16  switches: flows:  155418 157815 158679 151634 156388 153732 152823 155249 150365 147940 147808 147544 146070 144997 142784 145714  total = 40.182262 per ms 
01:09:45.402 16  switches: flows:  158678 161505 160862 154558 160731 156586 157919 158425 154309 150066 149304 151729 149216 147868 148992 149652  total = 41.104703 per ms 
01:10:45.502 16  switches: flows:  159658 162866 161028 156944 160896 157333 158828 157058 154711 151617 151079 152785 149734 149349 150268 150167  total = 41.336328 per ms 
01:11:45.603 16  switches: flows:  157643 161845 157892 156543 160624 159753 161070 158814 153977 151392 147698 153630 149381 150309 152235 151183  total = 41.330461 per ms 
01:12:45.703 16  switches: flows:  156314 159831 159825 154492 159917 156356 155823 155847 151575 147772 147772 150950 149897 147233 148410 147573  total = 40.758405 per ms 
01:13:45.804 16  switches: flows:  160402 161333 160738 156987 160897 161692 158834 161929 156204 150416 149160 152624 150540 151806 150717 152742  total = 41.547651 per ms 
01:14:45.904 16  switches: flows:  162812 161807 165323 156308 161397 159425 158766 160512 156533 150038 152963 153076 150763 150109 150808 151632  total = 41.635067 per ms 
01:15:46.004 16  switches: flows:  158321 163877 160280 157374 162885 158801 159036 162241 154529 151594 148785 153636 152331 149770 149387 152571  total = 41.520963 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 40182.26/41635.07/41093.48/13706.69 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:15:46.068182" elapsed="0.000420"/>
</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-05-16T01:15:46.068777" elapsed="0.000388"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-16T01:15:46.069592" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-16T01:15:46.069684" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 40182.26/41635.07/41093.48/13706.69 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-05-16T01:15:46.069364" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T01:15:46.070117" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 40182.26/41635.07/41093.48/13706.69 | 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-05-16T01:15:46.069864" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.072528" 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-05-16T01:15:46.070323" elapsed="0.002261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.075440" level="INFO">40182.26/41635.07/41093.48/13706.69</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:15:46.072759" elapsed="0.002738"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T01:15:46.077867" 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-05-16T01:15:46.075648" elapsed="0.002246"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-16T01:15:46.080378" level="INFO">@{result_value_list} = [ 40182.26 | 41635.07 | 41093.48 | 13706.69 ]</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-05-16T01:15:46.078098" elapsed="0.002308"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.080916" level="INFO">Length is 4.</msg>
<msg time="2026-05-16T01:15:46.081168" 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-05-16T01:15:46.080562" elapsed="0.000630"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.085867" level="INFO">min :: 40182.26</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-05-16T01:15:46.081597" elapsed="0.004327"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-16T01:15:46.081457" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.090650" level="INFO">max :: 41635.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-05-16T01:15:46.086190" elapsed="0.004518"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-16T01:15:46.086045" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.095247" level="INFO">avg :: 41093.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-16T01:15:46.090951" elapsed="0.004367"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-16T01:15:46.090824" elapsed="0.004529"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.100267" level="INFO">stdev :: 13706.69</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-05-16T01:15:46.095776" elapsed="0.004570"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-16T01:15:46.095647" elapsed="0.004734"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-16T01:15:46.081256" elapsed="0.019155"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.104263" level="INFO">${min} = 40182.26</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-05-16T01:15:46.100568" elapsed="0.003736"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.108141" level="INFO">${max} = 41635.07</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-05-16T01:15:46.104461" elapsed="0.003707"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.112063" level="INFO">${average} = 41093.48</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-05-16T01:15:46.108335" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.115975" level="INFO">${stdev} = 13706.69</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-05-16T01:15:46.112242" elapsed="0.003759"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.116523" level="INFO">${date} = 2026-05-16 01:15:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-16T01:15:46.116161" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.117135" level="INFO">CBench Result: 2026-05-16 01:15:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,40182.26,41635.07,41093.48,13706.69</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-05-16T01:15:46.116710" elapsed="0.000506"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-16T01:15:46.118349" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/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-05-16T01:15:46.117854" elapsed="0.000564"/>
</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-05-16T01:15:46.118568" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-16T01:15:46.117382" elapsed="0.001706"/>
</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-05-16T01:05:39.246245" elapsed="606.872904"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.119622" 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-05-16T01:15:46.119310" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-16T01:15:46.120942" 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-05-16T01:15:46.120436" elapsed="0.000533"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-16T01:15:46.121195" elapsed="0.000034"/>
</return>
<status status="PASS" start="2026-05-16T01:15:46.121046" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-05-16T01:15:46.121025" elapsed="0.000275"/>
</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-05-16T01:15:46.121445" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-16T01:15:46.121601" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-16T01:15:46.121758" elapsed="0.000021"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-16T01:15:46.121951" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-16T01:15:46.122103" elapsed="0.000085"/>
</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-05-16T01:15:46.122335" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-16T01:15:46.122481" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-16T01:15:46.122696" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-16T01:15:46.122562" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-05-16T01:15:46.122545" elapsed="0.000224"/>
</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-05-16T01:15:46.120051" elapsed="0.002769"/>
</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-05-16T01:05:39.244532" elapsed="606.878333"/>
</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-05-16T00:45:23.105351" elapsed="1823.018144"/>
</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>
