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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T00:41:36.548868" elapsed="1.008156"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T00:41:37.605104" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T00:41:37.557302" elapsed="0.047910"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T00:41:37.607037" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T00:41:37.607148" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T00:41:37.605449" elapsed="0.001730"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T00:41:37.607338" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T00:41:37.607771" elapsed="0.000254"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:41:37.608504" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:41:37.608179" elapsed="0.000379"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T00:41:37.608611" elapsed="0.000055"/>
</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.75
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T00:41:36.547335" elapsed="1.061524"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-18T00:41:36.543660" elapsed="1.065270"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T00:41:37.609483" 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-04-18T00:41:37.609118" elapsed="0.000421"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T00:41:37.609961" 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-04-18T00:41:37.609695" elapsed="0.000331"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T00:41:37.610603" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T00:41:37.610181" elapsed="0.000450"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T00:41:37.611165" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T00:41:37.610831" elapsed="0.000377"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T00:41:37.611724" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T00:41:37.611356" elapsed="0.000395"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T00:41:37.612267" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T00:41:37.611954" elapsed="0.000354"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-18T00:41:37.612609" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-18T00:41:37.612394" elapsed="0.000269"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T00:41:37.617073" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T00:41:37.616645" elapsed="0.000456"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T00:41:37.618369" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T00:41:37.618458" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T00:41:37.617651" elapsed="0.000831"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:41:37.618632" elapsed="0.000393"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T00:41:37.620077" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-18T00:41:38.329289" 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 Apr 18 00:41:37 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  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-189-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T00:41:37.619531" elapsed="0.709922"/>
</kw>
<msg time="2026-04-18T00:41:38.329550" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:41:37.619183" elapsed="0.710468"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T00:41:37.617308" elapsed="0.712469"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.337205" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-18T00:41:38.330010" elapsed="0.008580"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T00:41:38.338814" elapsed="0.000299"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-18T00:41:37.616119" elapsed="0.723062"/>
</kw>
<status status="PASS" start="2026-04-18T00:41:37.612748" elapsed="0.726473"/>
</branch>
<status status="PASS" start="2026-04-18T00:41:37.612370" elapsed="0.726886"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T00:41:38.339454" elapsed="0.000829"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T00:41:38.350499" elapsed="0.000038"/>
</return>
<status status="NOT RUN" start="2026-04-18T00:41:38.350234" elapsed="0.000381"/>
</branch>
<status status="PASS" start="2026-04-18T00:41:38.350184" elapsed="0.000484"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T00:41:38.354937" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-18T00:41:38.354818" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-04-18T00:41:38.354795" elapsed="0.000212"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T00:41:38.355144" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.356079" level="INFO">Logging into '10.30.171.75:8101' as 'karaf'.</msg>
<msg time="2026-04-18T00:41:38.569664" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T00:41:38.355764" elapsed="0.214115"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.664508" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T00:41:38.570219" elapsed="0.094387"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.670279" 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-04-18T00:41:38.670461" 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-04-18T00:41:38.664808" elapsed="0.005685"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T00:41:38.670642" elapsed="0.000248"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T00:41:38.671039" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:41:38.671721" 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-04-18T00:41:38.671396" elapsed="0.000420"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T00:41:38.671869" elapsed="0.000053"/>
</return>
<msg time="2026-04-18T00:41:38.672074" 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.75
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T00:41:38.354430" elapsed="0.317677"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T00:41:38.672310" elapsed="0.000569"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T00:41:38.672932" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-18T00:41:38.349517" elapsed="0.323548"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-18T00:41:38.676839" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-18T00:41:38.676687" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-04-18T00:41:38.676663" elapsed="0.000248"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T00:41:38.677043" elapsed="0.000471"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.678195" level="INFO">Logging into '10.30.171.75:8101' as 'karaf'.</msg>
<msg time="2026-04-18T00:41:38.853647" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-18T00:41:38.677665" elapsed="0.176111"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.877548" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-18T00:41:38.854012" elapsed="0.023595"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.879398" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-18T00:41:38.879499" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-18T00:41:38.877755" elapsed="0.001774"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-18T00:41:38.879666" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T00:41:38.880001" elapsed="0.000181"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:41:38.880637" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:41:38.880336" elapsed="0.000350"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-18T00:41:38.880736" elapsed="0.000072"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.75
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-18T00:41:38.676356" elapsed="0.204570"/>
</kw>
<status status="PASS" start="2026-04-18T00:41:36.541742" elapsed="2.339246"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:41:38.883594" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:41:38.881859" elapsed="0.001811"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T00:41:38.885202" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T00:41:38.884848" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T00:41:38.885572" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-18T00:41:38.885330" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T00:41:38.888683" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-18T00:41:38.888433" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-04-18T00:41:38.888413" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.889128" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T00:41:38.888919" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:41:38.889850" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.75 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.33" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:41:38.889411" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.890507" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T00:41:38.890053" elapsed="0.000481"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T00:41:38.891458" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T00:41:38.891550" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T00:41:38.891132" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:41:38.891719" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T00:41:38.892974" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-18T00:41:39.220040" 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 Apr 18 00:41:37 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  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 Apr 18 00:41:38 2026 from 10.30.171.133
[?2004h[jenkins@releng-63164-189-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T00:41:38.892590" elapsed="0.327638"/>
</kw>
<msg time="2026-04-18T00:41:39.220314" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:41:38.892240" elapsed="0.328162"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T00:41:38.890737" elapsed="0.329784"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T00:41:39.221311" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.75 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T00:51:45.329544" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T00:51:45.330080" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T00:51:45.330189" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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-04-18T00:41:39.220736" elapsed="606.109512"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T00:51:45.330690" elapsed="0.000765"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.332613" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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.75. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:44.413 16  switches: flows:  106145 106289 107577 102980 106377 104723 104922 106250 103963 106937 105650 103505 104074 103612 102601 103267  total = 27.981200 per ms 
00:43:44.514 16  switches: flows:  119378 116066 119150 115031 117964 116932 118272 117974 115664 116464 117904 116650 115835 114573 116748 114883  total = 31.106135 per ms 
00:44:44.614 16  switches: flows:  109997 109531 110856 110688 112023 111247 111011 110656 108666 110205 109218 108903 110766 108051 109616 105634  total = 29.235635 per ms 
00:45:44.714 16  switches: flows:  117372 117764 116713 116654 116871 117190 117002 118359 117431 116410 116650 115850 116336 114331 115802 111018  total = 30.977489 per ms 
00:46:44.814 16  switches: flows:  120885 118536 118580 118290 118866 121332 120299 121081 119961 119168 119157 118831 118930 117909 118341 115396  total = 31.706436 per ms 
00:47:44.915 16  switches: flows:  121284 118927 121224 119376 120092 120139 119595 121923 119902 119739 119337 120156 119877 116894 117732 114821  total = 31.797216 per ms 
00:48:45.015 16  switches: flows:  123594 122203 123900 120223 122264 121754 120732 121969 121411 122238 120084 121807 120300 117892 119367 115337  total = 32.197467 per ms 
00:49:45.115 16  switches: flows:  121423 120995 120003 117142 121942 119641 120566 122575 119548 119534 118281 118750 120470 116064 118220 114608  total = 31.776279 per ms 
00:50:45.215 16  switches: flows:  123852 121533 123251 120618 123118 123165 121421 122524 120334 122095 120779 121762 121035 119139 117903 115936  total = 32.253923 per ms 
00:51:45.316 16  switches: flows:  124399 122387 124155 120310 124166 122710 123251 122820 121741 122055 122537 121238 122022 118166 120595 116298  total = 32.426688 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29235.63/32426.69/31497.47/10539.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.331848" elapsed="0.001096"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T00:51:45.333441" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-04-18T00:51:45.333135" elapsed="0.000459"/>
</branch>
<status status="PASS" start="2026-04-18T00:51:45.333079" elapsed="0.000572"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T00:51:45.333902" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-18T00:51:45.333813" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-04-18T00:51:45.333748" elapsed="0.000295"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T00:51:45.334118" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:51:45.339886" elapsed="0.000554"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T00:51:45.340587" elapsed="0.000163"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T00:51:45.340897" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T00:51:45.334862" elapsed="0.006186"/>
</kw>
<msg time="2026-04-18T00:51:45.341174" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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-04-18T00:41:38.886010" elapsed="606.455191"/>
</kw>
<status status="PASS" start="2026-04-18T00:41:38.885663" elapsed="606.455587"/>
</branch>
<status status="PASS" start="2026-04-18T00:41:38.885304" elapsed="606.455969"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.341700" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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.75. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:42:44.413 16  switches: flows:  106145 106289 107577 102980 106377 104723 104922 106250 103963 106937 105650 103505 104074 103612 102601 103267  total = 27.981200 per ms 
00:43:44.514 16  switches: flows:  119378 116066 119150 115031 117964 116932 118272 117974 115664 116464 117904 116650 115835 114573 116748 114883  total = 31.106135 per ms 
00:44:44.614 16  switches: flows:  109997 109531 110856 110688 112023 111247 111011 110656 108666 110205 109218 108903 110766 108051 109616 105634  total = 29.235635 per ms 
00:45:44.714 16  switches: flows:  117372 117764 116713 116654 116871 117190 117002 118359 117431 116410 116650 115850 116336 114331 115802 111018  total = 30.977489 per ms 
00:46:44.814 16  switches: flows:  120885 118536 118580 118290 118866 121332 120299 121081 119961 119168 119157 118831 118930 117909 118341 115396  total = 31.706436 per ms 
00:47:44.915 16  switches: flows:  121284 118927 121224 119376 120092 120139 119595 121923 119902 119739 119337 120156 119877 116894 117732 114821  total = 31.797216 per ms 
00:48:45.015 16  switches: flows:  123594 122203 123900 120223 122264 121754 120732 121969 121411 122238 120084 121807 120300 117892 119367 115337  total = 32.197467 per ms 
00:49:45.115 16  switches: flows:  121423 120995 120003 117142 121942 119641 120566 122575 119548 119534 118281 118750 120470 116064 118220 114608  total = 31.776279 per ms 
00:50:45.215 16  switches: flows:  123852 121533 123251 120618 123118 123165 121421 122524 120334 122095 120779 121762 121035 119139 117903 115936  total = 32.253923 per ms 
00:51:45.316 16  switches: flows:  124399 122387 124155 120310 124166 122710 123251 122820 121741 122055 122537 121238 122022 118166 120595 116298  total = 32.426688 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29235.63/32426.69/31497.47/10539.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.341412" elapsed="0.000362"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T00:51:45.341938" elapsed="0.000383"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T00:51:45.342708" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T00:51:45.342814" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29235.63/32426.69/31497.47/10539.70 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T00:51:45.342483" elapsed="0.000358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T00:51:45.343278" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29235.63/32426.69/31497.47/10539.70 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T00:51:45.343005" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.345731" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.343451" elapsed="0.002351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.348193" level="INFO">29235.63/32426.69/31497.47/10539.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.345952" elapsed="0.002304"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T00:51:45.350611" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T00:51:45.348405" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T00:51:45.353083" level="INFO">@{result_value_list} = [ 29235.63 | 32426.69 | 31497.47 | 10539.70 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T00:51:45.350844" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.353567" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T00:51:45.353661" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T00:51:45.353266" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.358448" level="INFO">min :: 29235.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.354087" elapsed="0.004418"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T00:51:45.353956" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.363189" level="INFO">max :: 32426.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-04-18T00:51:45.358763" elapsed="0.004483"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T00:51:45.358633" elapsed="0.004648"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.367900" level="INFO">avg :: 31497.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.363501" elapsed="0.004455"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T00:51:45.363370" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.372862" level="INFO">stdev :: 10539.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.368212" elapsed="0.004707"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T00:51:45.368083" elapsed="0.004871"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T00:51:45.353754" elapsed="0.019233"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.376898" level="INFO">${min} = 29235.63</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T00:51:45.373147" elapsed="0.003778"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.380823" level="INFO">${max} = 32426.69</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T00:51:45.377077" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.384962" level="INFO">${average} = 31497.47</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T00:51:45.381005" elapsed="0.003984"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.389032" level="INFO">${stdev} = 10539.70</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T00:51:45.385142" elapsed="0.003916"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.389577" level="INFO">${date} = 2026-04-18 00:51:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T00:51:45.389223" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.390176" level="INFO">CBench Result: 2026-04-18 00:51:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29235.63,32426.69,31497.47,10539.70</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.389749" elapsed="0.000482"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T00:51:45.391275" 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-04-18T00:51:45.390865" elapsed="0.000476"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T00:51:45.391495" elapsed="0.000469"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T00:51:45.390371" elapsed="0.001657"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-18T00:41:38.884154" elapsed="606.507935"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.392559" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T00:51:45.392246" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-18T00:51:45.393141" elapsed="0.000266"/>
</kw>
<status status="PASS" start="2026-04-18T00:51:45.392838" elapsed="0.000640"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T00:41:38.881138" elapsed="606.512377"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.394893" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.394495" elapsed="0.000454"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.396225" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T00:51:45.395894" elapsed="0.000379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T00:51:45.396615" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-18T00:51:45.396392" 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-04-18T00:51:45.399604" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-18T00:51:45.399360" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-04-18T00:51:45.399341" elapsed="0.000341"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T00:51:45.400063" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T00:51:45.399858" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.400756" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.75 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.33" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T00:51:45.400342" elapsed="0.000488"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T00:51:45.401359" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T00:51:45.400969" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T00:51:45.402278" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T00:51:45.402367" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T00:51:45.401975" elapsed="0.000416"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:51:45.402531" elapsed="0.000349"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T00:51:45.403749" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-18T00:51:46.067280" 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 Apr 18 00:51:45 UTC 2026

  System load:  0.92               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  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 Apr 18 00:41:39 2026 from 10.30.171.133
[?2004h[jenkins@releng-63164-189-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T00:51:45.403397" elapsed="0.664154"/>
</kw>
<msg time="2026-04-18T00:51:46.067699" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T00:51:45.403033" elapsed="0.664805"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T00:51:45.401586" elapsed="0.666411"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T00:51:46.068717" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.75 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T01:01:54.190422" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T01:01:54.190970" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T01:01:54.191078" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.75:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-18T00:51:46.068280" elapsed="608.122855"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T01:01:54.191575" elapsed="0.000746"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.193481" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.75: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.75. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:51.187 16  switches: flows:  547765 547263 547949 553223 530129 543858 537966 548427 543038 542568 535480 543194 545963 543463 530869 552490  total = 144.894083 per ms 
00:53:51.290 16  switches: flows:  574181 578722 561556 576017 573127 568427 578642 566938 563163 559196 573011 576149 582780 572152 560871 574866  total = 152.072842 per ms 
00:54:51.392 16  switches: flows:  615794 629758 621645 632369 619539 622982 623384 629002 613784 625003 617418 620893 627801 618351 627238 624980  total = 165.885682 per ms 
00:55:51.493 16  switches: flows:  607709 600899 609578 615601 608972 612915 603357 596658 604729 599511 598380 604611 602650 606019 606004 605850  total = 161.119764 per ms 
00:56:51.594 16  switches: flows:  631283 622022 635971 625414 632626 628836 629065 619716 633686 622009 628925 628945 624148 628111 633948 623648  total = 167.189192 per ms 
00:57:53.768 16  switches: flows:  610361 600782 620244 598459 612054 612798 595688 614043 607487 615869 605487 607311 603608 591288 610062 602681  total = 156.148104 per ms 
00:58:53.869 16  switches: flows:  632281 633079 632056 622144 637471 624308 621023 625984 623807 635731 620264 626838 625111 625405 631570 619727  total = 166.999513 per ms 
00:59:53.970 16  switches: flows:  628659 640718 639412 630909 638097 628649 637417 633565 641463 621432 627382 633498 623776 636099 626042 620562  total = 168.178093 per ms 
01:00:54.072 16  switches: flows:  598195 612872 609275 612260 608693 607204 606122 615487 610773 612126 616613 609476 613818 609376 614488 608197  total = 162.475709 per ms 
01:01:54.174 16  switches: flows:  633903 624604 629085 624093 631097 639405 635833 633187 629005 628527 632744 629096 620343 616703 626391 618845  total = 167.264749 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152072.84/168178.09/163037.07/54607.80 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.192684" elapsed="0.001094"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T01:01:54.194286" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-04-18T01:01:54.193985" elapsed="0.000450"/>
</branch>
<status status="PASS" start="2026-04-18T01:01:54.193937" elapsed="0.000554"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T01:01:54.194699" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-18T01:01:54.194617" elapsed="0.000202"/>
</branch>
<status status="NOT RUN" start="2026-04-18T01:01:54.194583" elapsed="0.000288"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T01:01:54.194944" 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-04-18T01:01:54.200661" elapsed="0.000508"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T01:01:54.201377" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T01:01:54.201802" elapsed="0.000148"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T01:01:54.195633" elapsed="0.006392"/>
</kw>
<msg time="2026-04-18T01:01:54.202220" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.75:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-18T00:51:45.397029" elapsed="608.805230"/>
</kw>
<status status="PASS" start="2026-04-18T00:51:45.396698" elapsed="608.805630"/>
</branch>
<status status="PASS" start="2026-04-18T00:51:45.396370" elapsed="608.805990"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.203011" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.75: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.75. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:52:51.187 16  switches: flows:  547765 547263 547949 553223 530129 543858 537966 548427 543038 542568 535480 543194 545963 543463 530869 552490  total = 144.894083 per ms 
00:53:51.290 16  switches: flows:  574181 578722 561556 576017 573127 568427 578642 566938 563163 559196 573011 576149 582780 572152 560871 574866  total = 152.072842 per ms 
00:54:51.392 16  switches: flows:  615794 629758 621645 632369 619539 622982 623384 629002 613784 625003 617418 620893 627801 618351 627238 624980  total = 165.885682 per ms 
00:55:51.493 16  switches: flows:  607709 600899 609578 615601 608972 612915 603357 596658 604729 599511 598380 604611 602650 606019 606004 605850  total = 161.119764 per ms 
00:56:51.594 16  switches: flows:  631283 622022 635971 625414 632626 628836 629065 619716 633686 622009 628925 628945 624148 628111 633948 623648  total = 167.189192 per ms 
00:57:53.768 16  switches: flows:  610361 600782 620244 598459 612054 612798 595688 614043 607487 615869 605487 607311 603608 591288 610062 602681  total = 156.148104 per ms 
00:58:53.869 16  switches: flows:  632281 633079 632056 622144 637471 624308 621023 625984 623807 635731 620264 626838 625111 625405 631570 619727  total = 166.999513 per ms 
00:59:53.970 16  switches: flows:  628659 640718 639412 630909 638097 628649 637417 633565 641463 621432 627382 633498 623776 636099 626042 620562  total = 168.178093 per ms 
01:00:54.072 16  switches: flows:  598195 612872 609275 612260 608693 607204 606122 615487 610773 612126 616613 609476 613818 609376 614488 608197  total = 162.475709 per ms 
01:01:54.174 16  switches: flows:  633903 624604 629085 624093 631097 639405 635833 633187 629005 628527 632744 629096 620343 616703 626391 618845  total = 167.264749 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 152072.84/168178.09/163037.07/54607.80 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.202570" elapsed="0.000545"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T01:01:54.203323" elapsed="0.000522"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T01:01:54.204403" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T01:01:54.204555" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 152072.84/168178.09/163037.07/54607.80 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T01:01:54.204068" elapsed="0.000523"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T01:01:54.205197" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 152072.84/168178.09/163037.07/54607.80 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T01:01:54.204839" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.208623" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.205437" elapsed="0.003265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.211176" level="INFO">152072.84/168178.09/163037.07/54607.80</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.208876" elapsed="0.002356"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T01:01:54.213614" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T01:01:54.211383" elapsed="0.002258"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T01:01:54.216182" level="INFO">@{result_value_list} = [ 152072.84 | 168178.09 | 163037.07 | 54607.80 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T01:01:54.213843" elapsed="0.002368"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.216735" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T01:01:54.216843" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T01:01:54.216410" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.221689" level="INFO">min :: 152072.84</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.217250" elapsed="0.004499"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T01:01:54.217119" elapsed="0.004685"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.226587" level="INFO">max :: 168178.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.222032" elapsed="0.004611"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T01:01:54.221900" elapsed="0.004779"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.231309" level="INFO">avg :: 163037.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.226910" elapsed="0.004456"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T01:01:54.226767" elapsed="0.004635"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.236136" level="INFO">stdev :: 54607.80</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.231620" elapsed="0.004573"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T01:01:54.231490" elapsed="0.004739"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T01:01:54.216933" elapsed="0.019351"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.240299" level="INFO">${min} = 152072.84</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:01:54.236448" elapsed="0.003881"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.244388" level="INFO">${max} = 168178.09</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:01:54.240488" elapsed="0.003930"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.248513" level="INFO">${average} = 163037.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:01:54.244577" elapsed="0.003962"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.252517" level="INFO">${stdev} = 54607.80</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:01:54.248706" elapsed="0.003838"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.253070" level="INFO">${date} = 2026-04-18 01:01:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T01:01:54.252702" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.253644" level="INFO">CBench Result: 2026-04-18 01:01:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,152072.84,168178.09,163037.07,54607.80</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.253241" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T01:01:54.254704" 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-04-18T01:01:54.254317" elapsed="0.000452"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T01:01:54.254936" elapsed="0.000451"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T01:01:54.253849" elapsed="0.001600"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-18T00:51:45.395288" elapsed="608.860222"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.255988" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T01:01:54.255660" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-18T01:01:54.256610" elapsed="0.000299"/>
</kw>
<status status="PASS" start="2026-04-18T01:01:54.256304" elapsed="0.000677"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T00:51:45.393938" elapsed="608.863082"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.258411" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.257995" elapsed="0.000475"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.259748" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-18T01:01:54.259401" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-18T01:01:54.260285" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-18T01:01:54.260040" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-18T01:01:54.263332" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-18T01:01:54.263082" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-18T01:01:54.263062" elapsed="0.000350"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-18T01:01:54.263748" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-18T01:01:54.263541" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.264522" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.75 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.33" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:01:54.264056" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-18T01:01:54.265143" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T01:01:54.264731" elapsed="0.000439"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T01:01:54.266205" level="INFO">Length is 0.</msg>
<msg time="2026-04-18T01:01:54.266299" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T01:01:54.265740" elapsed="0.000583"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T01:01:54.266467" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-18T01:01:54.267664" level="INFO">Logging into '10.30.170.33:22' as 'jenkins'.</msg>
<msg time="2026-04-18T01:01:54.838069" 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 Apr 18 01:01:54 UTC 2026

  System load:  0.28               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.33
  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 Apr 18 00:51:46 2026 from 10.30.171.133
[?2004h[jenkins@releng-63164-189-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-18T01:01:54.267310" elapsed="0.570944"/>
</kw>
<msg time="2026-04-18T01:01:54.838338" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T01:01:54.266964" elapsed="0.571450"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-18T01:01:54.265369" elapsed="0.573153"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-18T01:01:54.839038" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.75 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-18T01:12:00.901315" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-18T01:12:00.901884" level="INFO">${stdout} = </msg>
<msg time="2026-04-18T01:12:00.901995" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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-04-18T01:01:54.838731" elapsed="606.063321"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T01:12:00.902495" elapsed="0.000716"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.904367" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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.75. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:59.981 16  switches: flows:  116004 114838 113866 114415 116426 112034 112278 114021 115637 114914 114264 109950 110395 110871 112326 110566  total = 30.213417 per ms 
01:04:00.082 16  switches: flows:  124334 118498 120361 119445 121053 119203 119184 121555 119937 120727 122188 118988 120173 117307 120409 117745  total = 31.964584 per ms 
01:05:00.182 16  switches: flows:  123326 120234 120343 118994 118957 119488 119403 120312 120653 123173 120936 119210 118539 117611 120460 117491  total = 31.932176 per ms 
01:06:00.283 16  switches: flows:  121785 121699 121513 119847 121225 119984 119933 122197 121364 124115 124241 120317 120534 118423 121380 119161  total = 32.241480 per ms 
01:07:00.383 16  switches: flows:  122495 120691 122202 121195 122621 119914 120513 122695 123119 123874 123731 120382 122110 117555 121847 118569  total = 32.337911 per ms 
01:08:00.483 16  switches: flows:  124125 121150 121571 120097 120706 120610 122281 123517 123365 125182 123246 120311 121728 117601 122788 119980  total = 32.416811 per ms 
01:09:00.583 16  switches: flows:  122827 119976 120288 120096 120958 120458 122308 122037 121784 123492 121359 119804 121124 117982 122854 118694  total = 32.213558 per ms 
01:10:00.684 16  switches: flows:  121667 123178 118345 119377 123049 117047 122280 121190 121023 121922 119583 118130 117564 118525 119870 119369  total = 31.981884 per ms 
01:11:00.785 16  switches: flows:  123349 120953 119618 119427 122808 118867 123110 120517 124579 122255 122290 119294 117161 120552 118234 120316  total = 32.167805 per ms 
01:12:00.885 16  switches: flows:  123567 119771 119193 120084 123799 117824 124732 120589 124296 121500 122493 120446 116121 120770 118340 122082  total = 32.206361 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31932.18/32416.81/32162.51/10722.03 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.903569" elapsed="0.001101"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-18T01:12:00.905181" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-04-18T01:12:00.904881" elapsed="0.000466"/>
</branch>
<status status="PASS" start="2026-04-18T01:12:00.904830" elapsed="0.000580"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-18T01:12:00.905702" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-04-18T01:12:00.905542" elapsed="0.000289"/>
</branch>
<status status="NOT RUN" start="2026-04-18T01:12:00.905507" elapsed="0.000376"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-18T01:12:00.905953" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-18T01:12:00.909939" elapsed="0.000459"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-18T01:12:00.910623" elapsed="0.000238"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-18T01:12:00.911047" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-18T01:12:00.906602" elapsed="0.004656"/>
</kw>
<msg time="2026-04-18T01:12:00.911436" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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-04-18T01:01:54.260704" elapsed="606.650769"/>
</kw>
<status status="PASS" start="2026-04-18T01:01:54.260375" elapsed="606.651167"/>
</branch>
<status status="PASS" start="2026-04-18T01:01:54.260016" elapsed="606.651559"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.912205" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.75: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.75. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:59.981 16  switches: flows:  116004 114838 113866 114415 116426 112034 112278 114021 115637 114914 114264 109950 110395 110871 112326 110566  total = 30.213417 per ms 
01:04:00.082 16  switches: flows:  124334 118498 120361 119445 121053 119203 119184 121555 119937 120727 122188 118988 120173 117307 120409 117745  total = 31.964584 per ms 
01:05:00.182 16  switches: flows:  123326 120234 120343 118994 118957 119488 119403 120312 120653 123173 120936 119210 118539 117611 120460 117491  total = 31.932176 per ms 
01:06:00.283 16  switches: flows:  121785 121699 121513 119847 121225 119984 119933 122197 121364 124115 124241 120317 120534 118423 121380 119161  total = 32.241480 per ms 
01:07:00.383 16  switches: flows:  122495 120691 122202 121195 122621 119914 120513 122695 123119 123874 123731 120382 122110 117555 121847 118569  total = 32.337911 per ms 
01:08:00.483 16  switches: flows:  124125 121150 121571 120097 120706 120610 122281 123517 123365 125182 123246 120311 121728 117601 122788 119980  total = 32.416811 per ms 
01:09:00.583 16  switches: flows:  122827 119976 120288 120096 120958 120458 122308 122037 121784 123492 121359 119804 121124 117982 122854 118694  total = 32.213558 per ms 
01:10:00.684 16  switches: flows:  121667 123178 118345 119377 123049 117047 122280 121190 121023 121922 119583 118130 117564 118525 119870 119369  total = 31.981884 per ms 
01:11:00.785 16  switches: flows:  123349 120953 119618 119427 122808 118867 123110 120517 124579 122255 122290 119294 117161 120552 118234 120316  total = 32.167805 per ms 
01:12:00.885 16  switches: flows:  123567 119771 119193 120084 123799 117824 124732 120589 124296 121500 122493 120446 116121 120770 118340 122082  total = 32.206361 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31932.18/32416.81/32162.51/10722.03 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.911777" elapsed="0.000532"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-18T01:12:00.912518" elapsed="0.000513"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-18T01:12:00.913555" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-18T01:12:00.913708" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31932.18/32416.81/32162.51/10722.03 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-18T01:12:00.913254" elapsed="0.000489"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T01:12:00.914348" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31932.18/32416.81/32162.51/10722.03 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T01:12:00.913990" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.917928" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.914590" elapsed="0.003418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.920678" level="INFO">31932.18/32416.81/32162.51/10722.03</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.918218" elapsed="0.002517"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T01:12:00.923150" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T01:12:00.920903" elapsed="0.002274"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-18T01:12:00.925831" level="INFO">@{result_value_list} = [ 31932.18 | 32416.81 | 32162.51 | 10722.03 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-18T01:12:00.923378" elapsed="0.002487"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.926342" level="INFO">Length is 4.</msg>
<msg time="2026-04-18T01:12:00.926430" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-18T01:12:00.926031" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.931228" level="INFO">min :: 31932.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.926896" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-18T01:12:00.926741" elapsed="0.004577"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.936033" level="INFO">max :: 32416.81</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.931531" elapsed="0.004559"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-18T01:12:00.931404" elapsed="0.004721"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.940663" level="INFO">avg :: 32162.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.936333" elapsed="0.004387"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-18T01:12:00.936208" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.945491" level="INFO">stdev :: 10722.03</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.940986" elapsed="0.004563"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-18T01:12:00.940854" elapsed="0.004731"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-18T01:12:00.926520" elapsed="0.019132"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.949626" level="INFO">${min} = 31932.18</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:12:00.945832" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.953863" level="INFO">${max} = 32416.81</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:12:00.949856" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.957838" level="INFO">${average} = 32162.51</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:12:00.954051" elapsed="0.003815"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.961923" level="INFO">${stdev} = 10722.03</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-18T01:12:00.958022" elapsed="0.003929"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.962458" level="INFO">${date} = 2026-04-18 01:12:00</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-18T01:12:00.962113" elapsed="0.000370"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.963055" level="INFO">CBench Result: 2026-04-18 01:12:00,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31932.18,32416.81,32162.51,10722.03</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-18T01:12:00.962635" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-18T01:12:00.964188" 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-04-18T01:12:00.963732" elapsed="0.000524"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-18T01:12:00.964410" elapsed="0.000477"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-18T01:12:00.963258" elapsed="0.001695"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-18T01:01:54.258828" elapsed="606.706185"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.965466" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-18T01:12:00.965160" elapsed="0.000364"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-18T01:12:00.966760" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-18T01:12:00.966287" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-18T01:12:00.967031" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-18T01:12:00.966881" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-18T01:12:00.966862" elapsed="0.000261"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.967269" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.967432" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.967594" 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-04-18T01:12:00.967804" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.967959" elapsed="0.000026"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.968112" elapsed="0.000021"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.968258" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-18T01:12:00.968483" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-18T01:12:00.968342" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-04-18T01:12:00.968325" elapsed="0.000235"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-18T01:12:00.965944" elapsed="0.002667"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-18T01:01:54.257316" elapsed="606.711345"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-18T00:41:35.958865" elapsed="1825.010415"/>
</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>
