<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-15T03:02:33.875134" 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-15T03:02:34.459988" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:02:34.459837" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:34.459808" elapsed="0.000281"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-15T03:02:34.460234" elapsed="0.000549"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T03:02:34.461257" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-04-15T03:02:35.226234" 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-15T03:02:34.460958" elapsed="0.765543"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T03:02:35.274823" 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-15T03:02:35.226859" elapsed="0.048077"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T03:02:35.276828" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T03:02:35.276950" 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-15T03:02:35.275209" elapsed="0.001772"/>
</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-15T03:02:35.277190" elapsed="0.000258"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:02:35.277617" elapsed="0.000247"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:02:35.278421" 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-15T03:02:35.278023" elapsed="0.000458"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T03:02:35.278538" elapsed="0.000070"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
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-15T03:02:34.459450" elapsed="0.819296"/>
</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-15T03:02:34.455781" elapsed="0.823034"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T03:02:35.279485" 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-15T03:02:35.279029" elapsed="0.000516"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T03:02:35.279968" 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-15T03:02:35.279705" elapsed="0.000328"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T03:02:35.280670" 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-15T03:02:35.280217" elapsed="0.000482"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T03:02:35.281277" 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-15T03:02:35.280875" elapsed="0.000479"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T03:02:35.281920" 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-15T03:02:35.281527" elapsed="0.000421"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T03:02:35.282451" 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-15T03:02:35.282113" elapsed="0.000381"/>
</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-15T03:02:35.282815" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:02:35.282589" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:02:35.287840" 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-15T03:02:35.287339" elapsed="0.000535"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:02:35.288955" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T03:02:35.289072" 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-15T03:02:35.288467" elapsed="0.000635"/>
</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-15T03:02:35.289297" elapsed="0.000384"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T03:02:35.290778" level="INFO">Logging into '10.30.171.245:22' as 'jenkins'.</msg>
<msg time="2026-04-15T03:02:36.024761" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr 15 03:02:35 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.245
  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-184-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-15T03:02:35.290201" elapsed="0.734747"/>
</kw>
<msg time="2026-04-15T03:02:36.025052" 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-15T03:02:35.289842" elapsed="0.735323"/>
</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-15T03:02:35.288096" elapsed="0.737248"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.033311" 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-15T03:02:36.025611" elapsed="0.009775"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:02:36.035789" elapsed="0.000659"/>
</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-15T03:02:35.286763" elapsed="0.749828"/>
</kw>
<status status="PASS" start="2026-04-15T03:02:35.283223" elapsed="0.753454"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:35.282561" elapsed="0.754185"/>
</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-15T03:02:36.037093" elapsed="0.001127"/>
</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-15T03:02:36.046944" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:02:36.046816" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:36.046789" elapsed="0.000235"/>
</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-15T03:02:36.050630" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:02:36.050515" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:36.050495" elapsed="0.000206"/>
</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-15T03:02:36.050840" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.051733" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-04-15T03:02:36.262561" 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-15T03:02:36.051460" elapsed="0.211276"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.355060" 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-15T03:02:36.263015" elapsed="0.092122"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.365358" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T03:02:36.365853" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-15T03:02:36.355316" elapsed="0.010619"/>
</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-15T03:02:36.366328" elapsed="0.000469"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:02:36.367152" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:02:36.368719" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:02:36.367936" elapsed="0.000932"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T03:02:36.368986" elapsed="0.000117"/>
</return>
<msg time="2026-04-15T03:02:36.369630" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
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-15T03:02:36.050137" elapsed="0.319577"/>
</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-15T03:02:36.369873" elapsed="0.000570"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T03:02:36.370497" elapsed="0.000033"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-15T03:02:36.046483" elapsed="0.324146"/>
</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-15T03:02:36.374469" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:02:36.374324" elapsed="0.000193"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:36.374299" elapsed="0.000242"/>
</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-15T03:02:36.374833" elapsed="0.000497"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.375748" level="INFO">Logging into '10.30.170.147:8101' as 'karaf'.</msg>
<msg time="2026-04-15T03:02:36.568828" 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-15T03:02:36.375484" elapsed="0.193454"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.592756" 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-15T03:02:36.569117" elapsed="0.023733"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.594699" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-15T03:02:36.594823" 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-15T03:02:36.593025" elapsed="0.001828"/>
</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-15T03:02:36.594993" elapsed="0.000190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:02:36.595354" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:02:36.595990" 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-15T03:02:36.595681" elapsed="0.000359"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-15T03:02:36.596092" elapsed="0.000060"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.147
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-15T03:02:36.373963" elapsed="0.222302"/>
</kw>
<status status="PASS" start="2026-04-15T03:02:34.453828" elapsed="2.142578"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:02:36.598884" 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-15T03:02:36.597699" elapsed="0.001258"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T03:02:36.600585" 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-15T03:02:36.600192" elapsed="0.000437"/>
</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-15T03:02:36.600965" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:02:36.600714" elapsed="0.000311"/>
</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-15T03:02:36.604052" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:02:36.603801" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:36.603781" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.604488" 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-15T03:02:36.604610" 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-15T03:02:36.604266" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:02:36.605199" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.245" 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-15T03:02:36.604772" elapsed="0.000487"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.605923" 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-15T03:02:36.605417" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:02:36.606884" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T03:02:36.606976" 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-15T03:02:36.606552" elapsed="0.000447"/>
</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-15T03:02:36.607143" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.608380" level="INFO">Logging into '10.30.171.245:22' as 'jenkins'.</msg>
<msg time="2026-04-15T03:02:36.932910" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr 15 03:02:35 UTC 2026

  System load:  0.08               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.245
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Apr 15 03:02:35 2026 from 10.30.170.224
[?2004h[jenkins@releng-63164-184-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-15T03:02:36.608000" elapsed="0.325158"/>
</kw>
<msg time="2026-04-15T03:02:36.933266" 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-15T03:02:36.607649" elapsed="0.325757"/>
</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-15T03:02:36.606155" elapsed="0.327395"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T03:02:36.934524" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T03:12:43.033581" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T03:12:43.034187" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T03:12:43.034357" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-15T03:02:36.933858" elapsed="606.100590"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:12:43.035004" elapsed="0.000839"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.037047" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:42.119 16  switches: flows:  126390 122937 122584 124172 122289 125214 122351 120010 118770 115645 114080 118496 117306 117685 117591 116344  total = 32.031067 per ms 
03:04:42.219 16  switches: flows:  141300 138950 140129 137002 133629 138562 138988 135473 131872 131205 129749 131455 128143 130175 130528 131802  total = 35.756358 per ms 
03:05:42.320 16  switches: flows:  140527 140459 143005 139640 136354 140624 141326 136892 133165 132756 131149 133641 131830 132715 132645 134141  total = 36.287177 per ms 
03:06:42.421 16  switches: flows:  148437 147295 146219 144627 142421 146821 147548 140734 140606 138536 133833 140930 137106 136170 136489 140200  total = 37.736516 per ms 
03:07:42.522 16  switches: flows:  150397 148969 151660 146833 142496 148190 150214 144465 142962 142289 137472 143891 139951 137265 138757 144416  total = 38.439512 per ms 
03:08:42.623 16  switches: flows:  147233 147564 149859 145110 142671 148330 146092 143934 138888 141432 139060 139706 138823 137475 136130 140413  total = 37.981916 per ms 
03:09:42.724 16  switches: flows:  149081 148471 146240 148406 147540 148215 145883 144538 136828 140536 142000 139950 139153 139017 135338 139074  total = 38.107535 per ms 
03:10:42.825 16  switches: flows:  155754 153203 149839 154179 148831 154501 151821 150066 143711 147707 145578 142877 142535 144416 143717 141180  total = 39.432703 per ms 
03:11:42.927 16  switches: flows:  156045 153271 150193 153282 150480 153293 151895 154295 142682 149581 145479 141878 144084 143327 141359 144069  total = 39.520910 per ms 
03:12:43.028 16  switches: flows:  160486 154421 153331 159493 150076 156780 154666 155312 145757 150313 148957 146621 147092 146043 143359 147258  total = 40.265543 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35756.36/40265.54/38169.80/12799.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:12:43.036235" elapsed="0.001175"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T03:12:43.037934" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-04-15T03:12:43.037617" elapsed="0.000481"/>
</branch>
<status status="PASS" start="2026-04-15T03:12:43.037555" elapsed="0.000602"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T03:12:43.038419" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:12:43.038326" elapsed="0.000187"/>
</branch>
<status status="NOT RUN" start="2026-04-15T03:12:43.038257" elapsed="0.000328"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T03:12:43.038673" elapsed="0.000034"/>
</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-15T03:12:43.043897" elapsed="0.000338"/>
</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-15T03:12:43.044400" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:12:43.044751" elapsed="0.000125"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T03:12:43.039467" elapsed="0.005465"/>
</kw>
<msg time="2026-04-15T03:12:43.045067" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-15T03:02:36.601425" elapsed="606.443668"/>
</kw>
<status status="PASS" start="2026-04-15T03:02:36.601054" elapsed="606.444091"/>
</branch>
<status status="PASS" start="2026-04-15T03:02:36.600690" elapsed="606.444479"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.045632" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:03:42.119 16  switches: flows:  126390 122937 122584 124172 122289 125214 122351 120010 118770 115645 114080 118496 117306 117685 117591 116344  total = 32.031067 per ms 
03:04:42.219 16  switches: flows:  141300 138950 140129 137002 133629 138562 138988 135473 131872 131205 129749 131455 128143 130175 130528 131802  total = 35.756358 per ms 
03:05:42.320 16  switches: flows:  140527 140459 143005 139640 136354 140624 141326 136892 133165 132756 131149 133641 131830 132715 132645 134141  total = 36.287177 per ms 
03:06:42.421 16  switches: flows:  148437 147295 146219 144627 142421 146821 147548 140734 140606 138536 133833 140930 137106 136170 136489 140200  total = 37.736516 per ms 
03:07:42.522 16  switches: flows:  150397 148969 151660 146833 142496 148190 150214 144465 142962 142289 137472 143891 139951 137265 138757 144416  total = 38.439512 per ms 
03:08:42.623 16  switches: flows:  147233 147564 149859 145110 142671 148330 146092 143934 138888 141432 139060 139706 138823 137475 136130 140413  total = 37.981916 per ms 
03:09:42.724 16  switches: flows:  149081 148471 146240 148406 147540 148215 145883 144538 136828 140536 142000 139950 139153 139017 135338 139074  total = 38.107535 per ms 
03:10:42.825 16  switches: flows:  155754 153203 149839 154179 148831 154501 151821 150066 143711 147707 145578 142877 142535 144416 143717 141180  total = 39.432703 per ms 
03:11:42.927 16  switches: flows:  156045 153271 150193 153282 150480 153293 151895 154295 142682 149581 145479 141878 144084 143327 141359 144069  total = 39.520910 per ms 
03:12:43.028 16  switches: flows:  160486 154421 153331 159493 150076 156780 154666 155312 145757 150313 148957 146621 147092 146043 143359 147258  total = 40.265543 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 35756.36/40265.54/38169.80/12799.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:12:43.045335" elapsed="0.000372"/>
</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-15T03:12:43.045860" elapsed="0.000377"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T03:12:43.046667" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T03:12:43.046760" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 35756.36/40265.54/38169.80/12799.37 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-15T03:12:43.046428" elapsed="0.000358"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:12:43.047199" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 35756.36/40265.54/38169.80/12799.37 | 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-15T03:12:43.046941" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.049610" 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-15T03:12:43.047387" elapsed="0.002280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.052051" level="INFO">35756.36/40265.54/38169.80/12799.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:12:43.049816" elapsed="0.002293"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:12:43.054524" 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-15T03:12:43.052261" elapsed="0.002290"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:12:43.056956" level="INFO">@{result_value_list} = [ 35756.36 | 40265.54 | 38169.80 | 12799.37 ]</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-15T03:12:43.054744" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.057467" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T03:12:43.057556" 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-15T03:12:43.057141" elapsed="0.000439"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.062366" level="INFO">min :: 35756.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:12:43.057999" elapsed="0.004424"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T03:12:43.057853" elapsed="0.004606"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.067008" level="INFO">max :: 40265.54</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-15T03:12:43.062683" elapsed="0.004395"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T03:12:43.062552" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.071712" level="INFO">avg :: 38169.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-15T03:12:43.067359" elapsed="0.004410"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T03:12:43.067208" elapsed="0.004596"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.076471" level="INFO">stdev :: 12799.37</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-15T03:12:43.072029" elapsed="0.004499"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T03:12:43.071898" elapsed="0.004665"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T03:12:43.057652" elapsed="0.018944"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.080559" level="INFO">${min} = 35756.36</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-15T03:12:43.076759" elapsed="0.003827"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.084659" level="INFO">${max} = 40265.54</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-15T03:12:43.080742" elapsed="0.003944"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.088732" level="INFO">${average} = 38169.80</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T03:12:43.084842" elapsed="0.003916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.092664" level="INFO">${stdev} = 12799.37</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-15T03:12:43.088912" elapsed="0.003779"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.093228" level="INFO">${date} = 2026-04-15 03:12:43</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-15T03:12:43.092860" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.093846" level="INFO">CBench Result: 2026-04-15 03:12:43,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,35756.36,40265.54,38169.80,12799.37</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-15T03:12:43.093434" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T03:12:43.094954" 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-15T03:12:43.094541" elapsed="0.000479"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-15T03:12:43.095173" 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-15T03:12:43.094046" elapsed="0.001669"/>
</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-15T03:02:36.599547" elapsed="606.496230"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.096248" 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-15T03:12:43.095934" elapsed="0.000388"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-15T03:12:43.096863" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-04-15T03:12:43.096551" elapsed="0.000656"/>
</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-15T03:02:36.596578" elapsed="606.500667"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.098780" 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-15T03:12:43.098391" elapsed="0.000445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.100166" 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-15T03:12:43.099822" elapsed="0.000387"/>
</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-15T03:12:43.100576" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:12:43.100349" elapsed="0.000311"/>
</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-15T03:12:43.103599" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:12:43.103335" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-15T03:12:43.103310" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:12:43.103996" 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-15T03:12:43.104116" 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-15T03:12:43.103807" elapsed="0.000336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.104730" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.245" 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-15T03:12:43.104294" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:12:43.105363" 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-15T03:12:43.104937" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:12:43.106300" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T03:12:43.106392" 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-15T03:12:43.105975" elapsed="0.000441"/>
</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-15T03:12:43.106558" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T03:12:43.107776" level="INFO">Logging into '10.30.171.245:22' as 'jenkins'.</msg>
<msg time="2026-04-15T03:12:43.742204" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr 15 03:12:43 UTC 2026

  System load:  1.0                Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.245
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Apr 15 03:02:36 2026 from 10.30.170.224
[?2004h[jenkins@releng-63164-184-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-15T03:12:43.107418" elapsed="0.635001"/>
</kw>
<msg time="2026-04-15T03:12:43.742512" 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-15T03:12:43.107034" elapsed="0.635572"/>
</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-15T03:12:43.105594" elapsed="0.637126"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T03:12:43.743230" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T03:22:49.801434" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T03:22:49.801835" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T03:22:49.801903" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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-15T03:12:43.742936" elapsed="606.059004"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:22:49.802245" elapsed="0.000496"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.803492" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:48.878 16  switches: flows:  652865 659108 663109 655262 663956 650542 657061 642167 640277 637401 643993 642781 646168 640912 632838 638777  total = 172.786950 per ms 
03:14:48.980 16  switches: flows:  708756 712664 710516 713554 721728 696399 701863 708338 713360 714643 712806 715183 715829 702246 702758 700585  total = 188.869021 per ms 
03:15:49.081 16  switches: flows:  694931 704537 697327 693316 706308 695065 700675 701242 698416 698753 698655 706356 700855 696592 705931 702909  total = 186.383480 per ms 
03:16:49.183 16  switches: flows:  695463 703120 695961 709411 701277 707595 711734 698884 692378 698046 695818 702329 707909 699870 698717 685519  total = 186.419094 per ms 
03:17:49.284 16  switches: flows:  686699 696115 704181 705204 713913 688005 698946 697502 694696 687979 698839 694734 707995 684350 686191 694991  total = 185.359986 per ms 
03:18:49.385 16  switches: flows:  707526 701484 698137 701278 716860 711051 699775 705106 707807 698163 702049 715725 711070 707267 711277 708693  total = 188.071279 per ms 
03:19:49.488 16  switches: flows:  694986 691937 692042 696234 699655 696545 692373 684307 690779 693753 691140 688298 697420 689744 704607 688103  total = 184.550909 per ms 
03:20:49.589 16  switches: flows:  694683 695305 707663 701545 703200 696346 692756 700184 699781 699902 695455 697465 709686 702467 697554 697658  total = 186.215546 per ms 
03:21:49.690 16  switches: flows:  711079 715211 710805 700780 719310 701844 705502 709633 709988 708634 705972 700415 708367 710797 694081 712436  total = 188.431075 per ms 
03:22:49.797 16  switches: flows:  707184 698634 707967 704232 721373 705810 710958 712081 709249 704507 709005 705787 726890 707679 709876 706011  total = 188.784768 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 184550.91/188869.02/187009.46/62354.21 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.802983" elapsed="0.000716"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T03:22:49.804021" elapsed="0.000054"/>
</return>
<status status="PASS" start="2026-04-15T03:22:49.803817" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-04-15T03:22:49.803784" elapsed="0.000379"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T03:22:49.804318" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:22:49.804244" elapsed="0.000134"/>
</branch>
<status status="NOT RUN" start="2026-04-15T03:22:49.804221" elapsed="0.000187"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T03:22:49.804452" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-15T03:22:49.808018" elapsed="0.000486"/>
</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-15T03:22:49.808712" elapsed="0.000232"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:22:49.809126" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T03:22:49.804902" elapsed="0.004467"/>
</kw>
<msg time="2026-04-15T03:22:49.809550" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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-15T03:12:43.101015" elapsed="606.708572"/>
</kw>
<status status="PASS" start="2026-04-15T03:12:43.100689" elapsed="606.708968"/>
</branch>
<status status="PASS" start="2026-04-15T03:12:43.100327" elapsed="606.709362"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.810341" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.147: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.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:48.878 16  switches: flows:  652865 659108 663109 655262 663956 650542 657061 642167 640277 637401 643993 642781 646168 640912 632838 638777  total = 172.786950 per ms 
03:14:48.980 16  switches: flows:  708756 712664 710516 713554 721728 696399 701863 708338 713360 714643 712806 715183 715829 702246 702758 700585  total = 188.869021 per ms 
03:15:49.081 16  switches: flows:  694931 704537 697327 693316 706308 695065 700675 701242 698416 698753 698655 706356 700855 696592 705931 702909  total = 186.383480 per ms 
03:16:49.183 16  switches: flows:  695463 703120 695961 709411 701277 707595 711734 698884 692378 698046 695818 702329 707909 699870 698717 685519  total = 186.419094 per ms 
03:17:49.284 16  switches: flows:  686699 696115 704181 705204 713913 688005 698946 697502 694696 687979 698839 694734 707995 684350 686191 694991  total = 185.359986 per ms 
03:18:49.385 16  switches: flows:  707526 701484 698137 701278 716860 711051 699775 705106 707807 698163 702049 715725 711070 707267 711277 708693  total = 188.071279 per ms 
03:19:49.488 16  switches: flows:  694986 691937 692042 696234 699655 696545 692373 684307 690779 693753 691140 688298 697420 689744 704607 688103  total = 184.550909 per ms 
03:20:49.589 16  switches: flows:  694683 695305 707663 701545 703200 696346 692756 700184 699781 699902 695455 697465 709686 702467 697554 697658  total = 186.215546 per ms 
03:21:49.690 16  switches: flows:  711079 715211 710805 700780 719310 701844 705502 709633 709988 708634 705972 700415 708367 710797 694081 712436  total = 188.431075 per ms 
03:22:49.797 16  switches: flows:  707184 698634 707967 704232 721373 705810 710958 712081 709249 704507 709005 705787 726890 707679 709876 706011  total = 188.784768 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 184550.91/188869.02/187009.46/62354.21 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.809885" elapsed="0.000559"/>
</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-15T03:22:49.810655" elapsed="0.000509"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T03:22:49.811575" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T03:22:49.811668" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 184550.91/188869.02/187009.46/62354.21 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-15T03:22:49.811342" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:22:49.812101" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 184550.91/188869.02/187009.46/62354.21 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-15T03:22:49.811847" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.814558" 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-15T03:22:49.812278" elapsed="0.002336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.816958" level="INFO">184550.91/188869.02/187009.46/62354.21</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.814760" elapsed="0.002253"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:22:49.819385" 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-15T03:22:49.817164" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:22:49.821814" level="INFO">@{result_value_list} = [ 184550.91 | 188869.02 | 187009.46 | 62354.21 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-15T03:22:49.819600" elapsed="0.002241"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.822344" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T03:22:49.822435" 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-15T03:22:49.821998" elapsed="0.000460"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.827165" level="INFO">min :: 184550.91</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.822847" elapsed="0.004380"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T03:22:49.822716" elapsed="0.004547"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.831955" level="INFO">max :: 188869.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.827500" elapsed="0.004512"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T03:22:49.827371" elapsed="0.004677"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.836608" level="INFO">avg :: 187009.46</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.832264" elapsed="0.004401"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T03:22:49.832137" elapsed="0.004563"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.841209" level="INFO">stdev :: 62354.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.836918" elapsed="0.004347"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T03:22:49.836789" elapsed="0.004525"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T03:22:49.822529" elapsed="0.018818"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.845369" level="INFO">${min} = 184550.91</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T03:22:49.841508" elapsed="0.003889"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.849312" level="INFO">${max} = 188869.02</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-15T03:22:49.845568" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.853410" level="INFO">${average} = 187009.46</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-15T03:22:49.849494" elapsed="0.003942"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.857353" level="INFO">${stdev} = 62354.21</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T03:22:49.853589" elapsed="0.003791"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.857896" level="INFO">${date} = 2026-04-15 03:22:49</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-15T03:22:49.857539" elapsed="0.000383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.858552" level="INFO">CBench Result: 2026-04-15 03:22:49,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,184550.91,188869.02,187009.46,62354.21</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:22:49.858072" elapsed="0.000536"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T03:22:49.859645" 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-15T03:22:49.859220" elapsed="0.000491"/>
</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-15T03:22:49.859862" elapsed="0.000480"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T03:22:49.858750" elapsed="0.001657"/>
</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-15T03:12:43.099168" elapsed="606.761299"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.860934" 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-15T03:22:49.860616" elapsed="0.000374"/>
</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-15T03:22:49.861528" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-04-15T03:22:49.861209" elapsed="0.000655"/>
</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-15T03:12:43.097737" elapsed="606.764166"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.863223" 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-15T03:22:49.862842" elapsed="0.000490"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.864568" 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-15T03:22:49.864217" elapsed="0.000393"/>
</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-15T03:22:49.864933" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:22:49.864715" elapsed="0.000276"/>
</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-15T03:22:49.867896" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:22:49.867642" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-04-15T03:22:49.867623" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:22:49.868325" 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-15T03:22:49.868443" 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-15T03:22:49.868124" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.869025" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.245" 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-15T03:22:49.868607" elapsed="0.000476"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-15T03:22:49.869633" 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-15T03:22:49.869223" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:22:49.870725" level="INFO">Length is 0.</msg>
<msg time="2026-04-15T03:22:49.870820" 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-15T03:22:49.870261" 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-15T03:22:49.870988" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-15T03:22:49.872207" level="INFO">Logging into '10.30.171.245:22' as 'jenkins'.</msg>
<msg time="2026-04-15T03:22:50.451175" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Apr 15 03:22:50 UTC 2026

  System load:  0.47               Processes:             106
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.245
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Apr 15 03:12:43 2026 from 10.30.170.224
[?2004h[jenkins@releng-63164-184-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-15T03:22:49.871845" elapsed="0.579523"/>
</kw>
<msg time="2026-04-15T03:22:50.451461" 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-15T03:22:49.871485" elapsed="0.580059"/>
</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-15T03:22:49.869863" elapsed="0.581793"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-15T03:22:50.452194" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.147 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-15T03:32:56.493810" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-15T03:32:56.494179" level="INFO">${stdout} = </msg>
<msg time="2026-04-15T03:32:56.494245" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-15T03:22:50.451880" elapsed="606.042427"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:32:56.494600" elapsed="0.000465"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.495823" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:55.571 16  switches: flows:  147453 150604 158419 151449 148955 149112 146880 146913 148899 148780 149138 144974 144370 148006 152486 146061  total = 39.708317 per ms 
03:24:55.672 16  switches: flows:  149339 151318 147035 151319 152702 149599 147554 145510 151262 143109 150808 143911 144228 148728 146952 148488  total = 39.465113 per ms 
03:25:55.773 16  switches: flows:  148125 152305 147274 152320 150904 149350 148423 148160 150402 143468 150526 144634 141938 149309 148375 149844  total = 39.523295 per ms 
03:26:55.875 16  switches: flows:  150814 153667 148420 153564 153179 149970 148729 148694 152523 143436 150943 148352 145029 148763 148816 150543  total = 39.857465 per ms 
03:27:55.976 16  switches: flows:  146612 150549 147473 149753 151265 148776 146283 146349 147794 142448 148913 142102 143199 144030 146628 147445  total = 39.095020 per ms 
03:28:56.077 16  switches: flows:  149663 153213 150707 152995 152075 151977 146121 148089 149558 144801 150582 146752 144096 146633 147896 149894  total = 39.684576 per ms 
03:29:56.178 16  switches: flows:  150852 153946 151267 153848 153029 152483 148918 146366 152333 146232 152137 147207 145912 147170 148774 150900  total = 39.956196 per ms 
03:30:56.279 16  switches: flows:  150730 154791 149984 154003 151455 152602 149044 148306 152176 148080 152504 147357 143574 147082 152139 151801  total = 40.027006 per ms 
03:31:56.380 16  switches: flows:  151973 155451 152368 153611 152642 154060 148660 148272 151608 147372 152417 146015 143138 146361 149547 151941  total = 40.023754 per ms 
03:32:56.482 16  switches: flows:  149327 152883 148714 151945 153363 156139 147197 148388 148641 146616 152023 145216 145240 149493 147917 150345  total = 39.824262 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39095.02/40027.01/39717.41/13242.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:32:56.495324" elapsed="0.000706"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-15T03:32:56.496385" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-04-15T03:32:56.496151" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-04-15T03:32:56.496117" elapsed="0.000404"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-15T03:32:56.496671" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-15T03:32:56.496618" elapsed="0.000110"/>
</branch>
<status status="NOT RUN" start="2026-04-15T03:32:56.496595" elapsed="0.000164"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-15T03:32:56.496802" elapsed="0.000019"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-15T03:32:56.500333" elapsed="0.000483"/>
</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-15T03:32:56.501023" elapsed="0.000216"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-15T03:32:56.501444" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-15T03:32:56.497251" elapsed="0.004404"/>
</kw>
<msg time="2026-04-15T03:32:56.501833" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-15T03:22:49.865347" elapsed="606.636523"/>
</kw>
<status status="PASS" start="2026-04-15T03:22:49.865016" elapsed="606.636922"/>
</branch>
<status status="PASS" start="2026-04-15T03:22:49.864695" elapsed="606.637276"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.502585" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.147: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.170.147. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:55.571 16  switches: flows:  147453 150604 158419 151449 148955 149112 146880 146913 148899 148780 149138 144974 144370 148006 152486 146061  total = 39.708317 per ms 
03:24:55.672 16  switches: flows:  149339 151318 147035 151319 152702 149599 147554 145510 151262 143109 150808 143911 144228 148728 146952 148488  total = 39.465113 per ms 
03:25:55.773 16  switches: flows:  148125 152305 147274 152320 150904 149350 148423 148160 150402 143468 150526 144634 141938 149309 148375 149844  total = 39.523295 per ms 
03:26:55.875 16  switches: flows:  150814 153667 148420 153564 153179 149970 148729 148694 152523 143436 150943 148352 145029 148763 148816 150543  total = 39.857465 per ms 
03:27:55.976 16  switches: flows:  146612 150549 147473 149753 151265 148776 146283 146349 147794 142448 148913 142102 143199 144030 146628 147445  total = 39.095020 per ms 
03:28:56.077 16  switches: flows:  149663 153213 150707 152995 152075 151977 146121 148089 149558 144801 150582 146752 144096 146633 147896 149894  total = 39.684576 per ms 
03:29:56.178 16  switches: flows:  150852 153946 151267 153848 153029 152483 148918 146366 152333 146232 152137 147207 145912 147170 148774 150900  total = 39.956196 per ms 
03:30:56.279 16  switches: flows:  150730 154791 149984 154003 151455 152602 149044 148306 152176 148080 152504 147357 143574 147082 152139 151801  total = 40.027006 per ms 
03:31:56.380 16  switches: flows:  151973 155451 152368 153611 152642 154060 148660 148272 151608 147372 152417 146015 143138 146361 149547 151941  total = 40.023754 per ms 
03:32:56.482 16  switches: flows:  149327 152883 148714 151945 153363 156139 147197 148388 148641 146616 152023 145216 145240 149493 147917 150345  total = 39.824262 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 39095.02/40027.01/39717.41/13242.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:32:56.502162" elapsed="0.000524"/>
</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-15T03:32:56.502894" elapsed="0.000534"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-15T03:32:56.503964" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-15T03:32:56.504092" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 39095.02/40027.01/39717.41/13242.36 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-15T03:32:56.503653" elapsed="0.000473"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:32:56.504752" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 39095.02/40027.01/39717.41/13242.36 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-15T03:32:56.504359" elapsed="0.000431"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.507521" 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-15T03:32:56.505002" elapsed="0.002577"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.510097" level="INFO">39095.02/40027.01/39717.41/13242.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:32:56.507725" elapsed="0.002428"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:32:56.512527" 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-15T03:32:56.510318" elapsed="0.002254"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-15T03:32:56.515013" level="INFO">@{result_value_list} = [ 39095.02 | 40027.01 | 39717.41 | 13242.36 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-15T03:32:56.512768" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.515523" level="INFO">Length is 4.</msg>
<msg time="2026-04-15T03:32:56.515610" 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-15T03:32:56.515197" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.520329" level="INFO">min :: 39095.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:32:56.516015" elapsed="0.004371"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-15T03:32:56.515887" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.524971" level="INFO">max :: 40027.01</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-15T03:32:56.520674" elapsed="0.004353"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-15T03:32:56.520511" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.529576" level="INFO">avg :: 39717.41</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-15T03:32:56.525273" elapsed="0.004359"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-15T03:32:56.525147" elapsed="0.004519"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.534305" level="INFO">stdev :: 13242.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:32:56.529882" elapsed="0.004481"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-15T03:32:56.529751" elapsed="0.004647"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-15T03:32:56.515702" elapsed="0.018726"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.538340" level="INFO">${min} = 39095.02</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-15T03:32:56.534587" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.542599" level="INFO">${max} = 40027.01</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-15T03:32:56.538862" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.546492" level="INFO">${average} = 39717.41</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-15T03:32:56.542780" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.550379" level="INFO">${stdev} = 13242.36</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-15T03:32:56.546673" elapsed="0.003733"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.550914" level="INFO">${date} = 2026-04-15 03:32:56</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-15T03:32:56.550567" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.551513" level="INFO">CBench Result: 2026-04-15 03:32:56,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,39095.02,40027.01,39717.41,13242.36</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-15T03:32:56.551087" elapsed="0.000481"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-15T03:32:56.552695" 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-15T03:32:56.552173" elapsed="0.000600"/>
</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-15T03:32:56.552928" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-15T03:32:56.551708" elapsed="0.001762"/>
</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-15T03:22:49.863659" elapsed="606.689872"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.553995" 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-15T03:32:56.553684" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-15T03:32:56.555257" 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-15T03:32:56.554779" elapsed="0.000519"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-15T03:32:56.555519" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-04-15T03:32:56.555373" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-04-15T03:32:56.555355" elapsed="0.000247"/>
</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-15T03:32:56.555743" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-15T03:32:56.555900" 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-15T03:32:56.556067" elapsed="0.000020"/>
</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-15T03:32:56.556261" elapsed="0.000036"/>
</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-15T03:32:56.556433" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-15T03:32:56.556603" 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-15T03:32:56.556751" 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-15T03:32:56.556972" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-15T03:32:56.556834" elapsed="0.000197"/>
</branch>
<status status="NOT RUN" start="2026-04-15T03:32:56.556818" elapsed="0.000237"/>
</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-15T03:32:56.554445" elapsed="0.002660"/>
</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-15T03:22:49.862336" elapsed="606.694815"/>
</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-15T03:02:33.876712" elapsed="1822.680993"/>
</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>
