<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-24T01:01:21.110679" 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-24T01:01:21.702869" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:01:21.702735" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:21.702706" elapsed="0.000260"/>
</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-24T01:01:21.703109" elapsed="0.000506"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-24T01:01:21.704092" level="INFO">Logging into '10.30.170.182:8101' as 'karaf'.</msg>
<msg time="2026-04-24T01:01:22.590533" 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-24T01:01:21.703790" elapsed="0.886991"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-24T01:01:22.641031" 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-24T01:01:22.591116" elapsed="0.050070"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-24T01:01:22.643101" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-24T01:01:22.643215" 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-24T01:01:22.641505" elapsed="0.001741"/>
</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-24T01:01:22.643423" elapsed="0.000325"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:01:22.643911" elapsed="0.000265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:01:22.644725" 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-24T01:01:22.644334" elapsed="0.000448"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T01:01:22.644859" elapsed="0.000063"/>
</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.182
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-24T01:01:21.702345" elapsed="0.942711"/>
</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-24T01:01:21.698740" elapsed="0.946382"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T01:01:22.645756" 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-24T01:01:22.645323" elapsed="0.000501"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T01:01:22.646268" 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-24T01:01:22.645981" elapsed="0.000345"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-24T01:01:22.646912" 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-24T01:01:22.646508" elapsed="0.000432"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T01:01:22.647474" 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-24T01:01:22.647111" elapsed="0.000407"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-24T01:01:22.648049" 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-24T01:01:22.647667" elapsed="0.000409"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T01:01:22.648580" 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-24T01:01:22.648239" elapsed="0.000383"/>
</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-24T01:01:22.648972" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:01:22.648714" elapsed="0.000315"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:01:22.653800" 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-24T01:01:22.653358" elapsed="0.000471"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:01:22.654875" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T01:01:22.654958" 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-24T01:01:22.654378" elapsed="0.000605"/>
</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-24T01:01:22.655128" elapsed="0.000373"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T01:01:22.656570" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-04-24T01:01:23.456447" 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 Fri Apr 24 01:01:23 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  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-201-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-24T01:01:22.656006" elapsed="0.800618"/>
</kw>
<msg time="2026-04-24T01:01:23.456731" 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-24T01:01:22.655659" elapsed="0.801190"/>
</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-24T01:01:22.654035" elapsed="0.802956"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-24T01:01:23.465934" 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-24T01:01:23.457239" elapsed="0.010781"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:01:23.468466" elapsed="0.000630"/>
</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-24T01:01:22.652789" elapsed="0.816447"/>
</kw>
<status status="PASS" start="2026-04-24T01:01:22.649423" elapsed="0.819896"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:22.648686" elapsed="0.820736"/>
</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-24T01:01:23.469774" elapsed="0.001073"/>
</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-24T01:01:23.478086" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:01:23.477955" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:23.477926" elapsed="0.000243"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-24T01:01:23.481871" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:01:23.481756" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:23.481736" 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-24T01:01:23.482076" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-24T01:01:23.483041" level="INFO">Logging into '10.30.170.182:8101' as 'karaf'.</msg>
<msg time="2026-04-24T01:01:23.659971" 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-24T01:01:23.482771" elapsed="0.177398"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-24T01:01:23.753131" 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-24T01:01:23.660489" elapsed="0.092790"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-24T01:01:23.766532" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-24T01:01:23.766774" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-24T01:01:23.753575" elapsed="0.013232"/>
</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-24T01:01:23.766981" elapsed="0.000324"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:01:23.767479" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:01:23.768201" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:01:23.767861" elapsed="0.000408"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T01:01:23.768322" elapsed="0.000069"/>
</return>
<msg time="2026-04-24T01:01:23.768595" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.182
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-24T01:01:23.481382" elapsed="0.287246"/>
</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-24T01:01:23.768779" elapsed="0.000637"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T01:01:23.769470" elapsed="0.000034"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-24T01:01:23.477615" elapsed="0.291990"/>
</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-24T01:01:23.773449" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:01:23.773285" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:23.773261" elapsed="0.000263"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-24T01:01:23.773661" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-24T01:01:23.774887" level="INFO">Logging into '10.30.170.182:8101' as 'karaf'.</msg>
<msg time="2026-04-24T01:01:23.962187" 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-24T01:01:23.774602" elapsed="0.187807"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-24T01:01:23.999670" 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-24T01:01:23.962722" elapsed="0.037047"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-24T01:01:24.001811" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-24T01:01:24.001931" 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-24T01:01:23.999968" elapsed="0.001994"/>
</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-24T01:01:24.002134" elapsed="0.000224"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:01:24.002532" elapsed="0.000232"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:01:24.003450" 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-24T01:01:24.002950" elapsed="0.000574"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-24T01:01:24.003598" elapsed="0.000081"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.182
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-24T01:01:23.772940" elapsed="0.230925"/>
</kw>
<status status="PASS" start="2026-04-24T01:01:21.696352" elapsed="2.307604"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:01:24.007378" 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-24T01:01:24.005191" elapsed="0.002329"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T01:01:24.009701" 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-24T01:01:24.009162" elapsed="0.000600"/>
</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-24T01:01:24.010267" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:01:24.009882" elapsed="0.000471"/>
</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-24T01:01:24.013641" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:01:24.013368" elapsed="0.000330"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:24.013348" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:01:24.014095" 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-24T01:01:24.014238" 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-24T01:01:24.013865" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:01:24.014858" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" 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-24T01:01:24.014425" elapsed="0.000493"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:01:24.015574" 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-24T01:01:24.015064" elapsed="0.000536"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:01:24.016555" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T01:01:24.016648" 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-24T01:01:24.016191" elapsed="0.000481"/>
</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-24T01:01:24.016817" elapsed="0.000336"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T01:01:24.018048" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-04-24T01:01:24.365414" 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 Fri Apr 24 01:01:23 UTC 2026

  System load:  0.09               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  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: Fri Apr 24 01:01:23 2026 from 10.30.171.253
[?2004h[jenkins@releng-63164-201-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-24T01:01:24.017681" elapsed="0.347982"/>
</kw>
<msg time="2026-04-24T01:01:24.365767" 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-24T01:01:24.017309" elapsed="0.348590"/>
</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-24T01:01:24.015805" elapsed="0.350343"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-24T01:01:24.367859" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-24T01:11:30.557622" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-24T01:11:30.559085" level="INFO">${stdout} = </msg>
<msg time="2026-04-24T01:11:30.559192" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-24T01:01:24.366647" elapsed="606.192605"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:11:30.560228" elapsed="0.001399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.562797" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:29.632 16  switches: flows:  102722 104664 102990 102697 102638 104828 103237 100102 100335 101296 99469 103648 100942 98986 100288 98899  total = 27.129017 per ms 
01:03:29.733 16  switches: flows:  121472 123820 122768 121804 121310 123878 119635 119013 120017 118057 119644 120886 117664 116909 117539 115916  total = 31.952172 per ms 
01:04:29.833 16  switches: flows:  119204 121456 121982 122620 122274 123161 117822 119380 120684 118245 118170 122013 116957 116252 117993 119141  total = 31.902617 per ms 
01:05:29.934 16  switches: flows:  126210 127261 126634 125395 126783 128003 123938 123712 126330 122891 122605 125467 123654 120776 122904 121619  total = 33.180948 per ms 
01:06:30.035 16  switches: flows:  125290 130804 128426 127829 127412 130021 126437 124465 126771 125417 125347 127330 123612 122196 125784 123773  total = 33.625756 per ms 
01:07:30.135 16  switches: flows:  125541 128162 128596 125901 126259 128272 124608 123484 126017 123108 123776 123709 122290 121212 123651 122216  total = 33.224530 per ms 
01:08:30.235 16  switches: flows:  123873 128511 126602 123685 124608 127716 124167 121114 122465 122003 122723 125477 120007 121801 123300 121035  total = 32.929816 per ms 
01:09:30.336 16  switches: flows:  120990 122756 124100 120408 121506 123810 122925 118463 119733 120430 118621 121492 118499 118182 119819 116201  total = 32.078624 per ms 
01:10:30.436 16  switches: flows:  128284 128979 132152 125973 128769 131576 130467 126203 127760 127673 124566 127463 125984 125724 125563 122623  total = 33.939307 per ms 
01:11:30.536 16  switches: flows:  127614 129730 132470 126758 129093 127872 127586 127351 127567 127859 123981 129255 122684 124675 124442 122259  total = 33.796816 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31902.62/33939.31/32958.95/11012.24 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:11:30.562022" elapsed="0.001077"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-24T01:11:30.563700" elapsed="0.000078"/>
</return>
<status status="PASS" start="2026-04-24T01:11:30.563285" elapsed="0.000575"/>
</branch>
<status status="PASS" start="2026-04-24T01:11:30.563228" elapsed="0.000688"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-24T01:11:30.564130" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:11:30.564047" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-24T01:11:30.564013" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-24T01:11:30.564342" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-24T01:11:30.567033" elapsed="0.000423"/>
</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-24T01:11:30.567616" elapsed="0.000187"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:11:30.567938" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-24T01:11:30.564762" elapsed="0.003336"/>
</kw>
<msg time="2026-04-24T01:11:30.568238" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-24T01:01:24.010871" elapsed="606.557395"/>
</kw>
<status status="PASS" start="2026-04-24T01:01:24.010415" elapsed="606.557899"/>
</branch>
<status status="PASS" start="2026-04-24T01:01:24.009848" elapsed="606.558495"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.568858" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:02:29.632 16  switches: flows:  102722 104664 102990 102697 102638 104828 103237 100102 100335 101296 99469 103648 100942 98986 100288 98899  total = 27.129017 per ms 
01:03:29.733 16  switches: flows:  121472 123820 122768 121804 121310 123878 119635 119013 120017 118057 119644 120886 117664 116909 117539 115916  total = 31.952172 per ms 
01:04:29.833 16  switches: flows:  119204 121456 121982 122620 122274 123161 117822 119380 120684 118245 118170 122013 116957 116252 117993 119141  total = 31.902617 per ms 
01:05:29.934 16  switches: flows:  126210 127261 126634 125395 126783 128003 123938 123712 126330 122891 122605 125467 123654 120776 122904 121619  total = 33.180948 per ms 
01:06:30.035 16  switches: flows:  125290 130804 128426 127829 127412 130021 126437 124465 126771 125417 125347 127330 123612 122196 125784 123773  total = 33.625756 per ms 
01:07:30.135 16  switches: flows:  125541 128162 128596 125901 126259 128272 124608 123484 126017 123108 123776 123709 122290 121212 123651 122216  total = 33.224530 per ms 
01:08:30.235 16  switches: flows:  123873 128511 126602 123685 124608 127716 124167 121114 122465 122003 122723 125477 120007 121801 123300 121035  total = 32.929816 per ms 
01:09:30.336 16  switches: flows:  120990 122756 124100 120408 121506 123810 122925 118463 119733 120430 118621 121492 118499 118182 119819 116201  total = 32.078624 per ms 
01:10:30.436 16  switches: flows:  128284 128979 132152 125973 128769 131576 130467 126203 127760 127673 124566 127463 125984 125724 125563 122623  total = 33.939307 per ms 
01:11:30.536 16  switches: flows:  127614 129730 132470 126758 129093 127872 127586 127351 127567 127859 123981 129255 122684 124675 124442 122259  total = 33.796816 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31902.62/33939.31/32958.95/11012.24 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:11:30.568531" elapsed="0.000403"/>
</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-24T01:11:30.569085" elapsed="0.000408"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-24T01:11:30.569892" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-24T01:11:30.569987" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31902.62/33939.31/32958.95/11012.24 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-24T01:11:30.569659" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:11:30.570447" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31902.62/33939.31/32958.95/11012.24 | 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-24T01:11:30.570168" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.572943" 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-24T01:11:30.570620" elapsed="0.002383"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.575364" level="INFO">31902.62/33939.31/32958.95/11012.24</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:11:30.573150" elapsed="0.002327"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:11:30.577828" 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-24T01:11:30.575629" elapsed="0.002227"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:11:30.580332" level="INFO">@{result_value_list} = [ 31902.62 | 33939.31 | 32958.95 | 11012.24 ]</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-24T01:11:30.578088" elapsed="0.002272"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.580896" level="INFO">Length is 4.</msg>
<msg time="2026-04-24T01:11:30.581000" 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-24T01:11:30.580540" elapsed="0.000484"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.585927" level="INFO">min :: 31902.62</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-24T01:11:30.581459" elapsed="0.004553"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-24T01:11:30.581307" elapsed="0.004757"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.591044" level="INFO">max :: 33939.31</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-24T01:11:30.586425" elapsed="0.004704"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-24T01:11:30.586204" elapsed="0.004978"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.596187" level="INFO">avg :: 32958.95</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-24T01:11:30.591597" elapsed="0.004675"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-24T01:11:30.591324" elapsed="0.005000"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.601507" level="INFO">stdev :: 11012.24</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-24T01:11:30.596692" elapsed="0.004917"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-24T01:11:30.596482" elapsed="0.005183"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-24T01:11:30.581101" elapsed="0.020618"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.605892" level="INFO">${min} = 31902.62</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-24T01:11:30.601975" elapsed="0.003951"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.610304" level="INFO">${max} = 33939.31</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-24T01:11:30.606143" elapsed="0.004203"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.614831" level="INFO">${average} = 32958.95</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-24T01:11:30.610615" elapsed="0.004256"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.619030" level="INFO">${stdev} = 11012.24</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-24T01:11:30.615108" elapsed="0.003962"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.619772" level="INFO">${date} = 2026-04-24 01:11:30</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-24T01:11:30.619323" elapsed="0.000475"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.620374" level="INFO">CBench Result: 2026-04-24 01:11:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31902.62,33939.31,32958.95,11012.24</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-24T01:11:30.619950" elapsed="0.000500"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T01:11:30.622060" 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-24T01:11:30.621128" elapsed="0.001001"/>
</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-24T01:11:30.622286" elapsed="0.000524"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-24T01:11:30.620612" elapsed="0.002266"/>
</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-24T01:01:24.008198" elapsed="606.614744"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.623493" 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-24T01:11:30.623097" elapsed="0.000454"/>
</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-24T01:11:30.624114" elapsed="0.000269"/>
</kw>
<status status="PASS" start="2026-04-24T01:11:30.623792" elapsed="0.000679"/>
</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-24T01:01:24.004170" elapsed="606.620340"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.625833" 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-24T01:11:30.625431" elapsed="0.000462"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.629931" 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-24T01:11:30.629486" elapsed="0.000500"/>
</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-24T01:11:30.632978" elapsed="0.000064"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:11:30.630190" elapsed="0.002919"/>
</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-24T01:11:30.637693" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:11:30.637311" elapsed="0.000458"/>
</branch>
<status status="PASS" start="2026-04-24T01:11:30.637276" elapsed="0.000519"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:11:30.638231" 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-24T01:11:30.638369" 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-24T01:11:30.637942" elapsed="0.000475"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.639023" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.182 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" 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-24T01:11:30.638557" elapsed="0.000527"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:11:30.639670" 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-24T01:11:30.639227" elapsed="0.000469"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:11:30.640661" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T01:11:30.640749" 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-24T01:11:30.640318" elapsed="0.000456"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-24T01:11:30.640920" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T01:11:30.642158" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-04-24T01:11:31.208320" 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 Fri Apr 24 01:11:30 UTC 2026

  System load:  1.06               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  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: Fri Apr 24 01:01:24 2026 from 10.30.171.253
[?2004h[jenkins@releng-63164-201-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-24T01:11:30.641804" elapsed="0.569421"/>
</kw>
<msg time="2026-04-24T01:11:31.211827" 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-24T01:11:30.641457" elapsed="0.570485"/>
</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-24T01:11:30.639920" elapsed="0.572600"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-24T01:11:31.213598" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.182 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-24T01:21:37.306461" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-24T01:21:37.313508" level="INFO">${stdout} = </msg>
<msg time="2026-04-24T01:21:37.313603" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182: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-24T01:11:31.213211" elapsed="606.100422"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:21:37.316775" elapsed="0.002770"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.321006" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182: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.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:36.315 16  switches: flows:  530857 521860 523659 519367 514999 517059 514499 524247 512823 510502 521142 509476 518035 516189 522921 517474  total = 138.251817 per ms 
01:13:36.416 16  switches: flows:  585446 585568 594538 587503 580215 586877 586271 587206 594178 597380 600628 593580 590399 584230 596708 589228  total = 157.068478 per ms 
01:14:36.518 16  switches: flows:  576124 576813 583935 559033 579579 570737 565193 572290 577431 536871 575453 574301 564110 583897 579373 566062  total = 152.097002 per ms 
01:15:36.619 16  switches: flows:  519151 531284 540361 507693 546207 523007 528487 541032 538474 528049 516136 538246 519666 524625 534787 519319  total = 140.704953 per ms 
01:16:36.721 16  switches: flows:  601011 577622 589256 595546 586908 593984 596977 590079 581245 591056 590734 586885 587806 586678 588007 584656  total = 156.875523 per ms 
01:17:36.823 16  switches: flows:  622595 612854 609482 609259 610670 612864 600356 595856 607642 611821 621329 607776 611985 609623 606333 617777  total = 162.526308 per ms 
01:18:36.935 16  switches: flows:  607569 606518 610792 600443 598254 589200 603556 603359 587659 593499 609485 593638 596994 593213 597827 596437  total = 159.514748 per ms 
01:19:37.037 16  switches: flows:  592220 580219 594152 598588 591627 593918 580040 599159 609628 606906 585914 598985 582087 581786 584437 571092  total = 157.246818 per ms 
01:20:37.139 16  switches: flows:  580454 615308 604102 617198 611166 618461 611011 590826 620251 601706 616775 611886 605831 605424 607769 622416  total = 162.069615 per ms 
01:21:37.241 16  switches: flows:  601689 603013 609745 596370 605756 613525 605071 597833 608803 598688 602933 595959 603444 608937 591535 609661  total = 160.609832 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140704.95/162526.31/156523.70/52559.88 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:21:37.319925" elapsed="0.001316"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-24T01:21:37.321596" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-04-24T01:21:37.321363" elapsed="0.000798"/>
</branch>
<status status="PASS" start="2026-04-24T01:21:37.321327" elapsed="0.000870"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-24T01:21:37.322303" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:21:37.322264" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-04-24T01:21:37.322247" elapsed="0.000118"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-24T01:21:37.322413" elapsed="0.000015"/>
</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-24T01:21:37.326337" elapsed="0.000921"/>
</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-24T01:21:37.327460" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:21:37.327816" elapsed="0.000120"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-24T01:21:37.323319" elapsed="0.004674"/>
</kw>
<msg time="2026-04-24T01:21:37.328147" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182: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-24T01:11:30.633784" elapsed="606.694393"/>
</kw>
<status status="PASS" start="2026-04-24T01:11:30.633148" elapsed="606.695081"/>
</branch>
<status status="PASS" start="2026-04-24T01:11:30.630162" elapsed="606.698103"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.329299" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.182: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.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:12:36.315 16  switches: flows:  530857 521860 523659 519367 514999 517059 514499 524247 512823 510502 521142 509476 518035 516189 522921 517474  total = 138.251817 per ms 
01:13:36.416 16  switches: flows:  585446 585568 594538 587503 580215 586877 586271 587206 594178 597380 600628 593580 590399 584230 596708 589228  total = 157.068478 per ms 
01:14:36.518 16  switches: flows:  576124 576813 583935 559033 579579 570737 565193 572290 577431 536871 575453 574301 564110 583897 579373 566062  total = 152.097002 per ms 
01:15:36.619 16  switches: flows:  519151 531284 540361 507693 546207 523007 528487 541032 538474 528049 516136 538246 519666 524625 534787 519319  total = 140.704953 per ms 
01:16:36.721 16  switches: flows:  601011 577622 589256 595546 586908 593984 596977 590079 581245 591056 590734 586885 587806 586678 588007 584656  total = 156.875523 per ms 
01:17:36.823 16  switches: flows:  622595 612854 609482 609259 610670 612864 600356 595856 607642 611821 621329 607776 611985 609623 606333 617777  total = 162.526308 per ms 
01:18:36.935 16  switches: flows:  607569 606518 610792 600443 598254 589200 603556 603359 587659 593499 609485 593638 596994 593213 597827 596437  total = 159.514748 per ms 
01:19:37.037 16  switches: flows:  592220 580219 594152 598588 591627 593918 580040 599159 609628 606906 585914 598985 582087 581786 584437 571092  total = 157.246818 per ms 
01:20:37.139 16  switches: flows:  580454 615308 604102 617198 611166 618461 611011 590826 620251 601706 616775 611886 605831 605424 607769 622416  total = 162.069615 per ms 
01:21:37.241 16  switches: flows:  601689 603013 609745 596370 605756 613525 605071 597833 608803 598688 602933 595959 603444 608937 591535 609661  total = 160.609832 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 140704.95/162526.31/156523.70/52559.88 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:21:37.328924" elapsed="0.000453"/>
</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-24T01:21:37.329551" elapsed="0.000857"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-24T01:21:37.330815" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-24T01:21:37.330915" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 140704.95/162526.31/156523.70/52559.88 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-24T01:21:37.330577" elapsed="0.000362"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:21:37.331360" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 140704.95/162526.31/156523.70/52559.88 | 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-24T01:21:37.331097" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.334153" 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-24T01:21:37.331551" elapsed="0.002661"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.336695" level="INFO">140704.95/162526.31/156523.70/52559.88</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:21:37.334366" elapsed="0.002387"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:21:37.339156" 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-24T01:21:37.336909" elapsed="0.002275"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:21:37.341795" level="INFO">@{result_value_list} = [ 140704.95 | 162526.31 | 156523.70 | 52559.88 ]</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-24T01:21:37.339479" elapsed="0.002349"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.342423" level="INFO">Length is 4.</msg>
<msg time="2026-04-24T01:21:37.342518" 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-24T01:21:37.342019" elapsed="0.000522"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.347492" level="INFO">min :: 140704.95</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-24T01:21:37.343051" elapsed="0.004521"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-24T01:21:37.342910" elapsed="0.004711"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.353753" level="INFO">max :: 162526.31</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-24T01:21:37.347944" elapsed="0.005910"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-24T01:21:37.347755" elapsed="0.006162"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.358789" level="INFO">avg :: 156523.70</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:21:37.354321" elapsed="0.004532"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-24T01:21:37.354075" elapsed="0.004817"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.363662" level="INFO">stdev :: 52559.88</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:21:37.359146" elapsed="0.004577"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-24T01:21:37.358989" elapsed="0.004770"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-24T01:21:37.342637" elapsed="0.021157"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.367762" level="INFO">${min} = 140704.95</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-24T01:21:37.363984" elapsed="0.003806"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.371677" level="INFO">${max} = 162526.31</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-24T01:21:37.367948" elapsed="0.003756"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.376430" level="INFO">${average} = 156523.70</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-24T01:21:37.371860" elapsed="0.004599"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.380425" level="INFO">${stdev} = 52559.88</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-24T01:21:37.376622" elapsed="0.003833"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.381124" level="INFO">${date} = 2026-04-24 01:21:37</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-24T01:21:37.380637" elapsed="0.000513"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.381987" level="INFO">CBench Result: 2026-04-24 01:21:37,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,140704.95,162526.31,156523.70,52559.88</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-24T01:21:37.381307" elapsed="0.000769"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T01:21:37.384615" 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-24T01:21:37.383147" elapsed="0.001578"/>
</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-24T01:21:37.384971" elapsed="0.001560"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-24T01:21:37.382353" elapsed="0.004471"/>
</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-24T01:11:30.626240" elapsed="606.760684"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.387691" 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-24T01:21:37.387165" elapsed="0.000613"/>
</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-24T01:21:37.388742" elapsed="0.000405"/>
</kw>
<status status="PASS" start="2026-04-24T01:21:37.388152" elapsed="0.001101"/>
</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-24T01:11:30.624843" elapsed="606.764468"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.393239" 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-24T01:21:37.392504" elapsed="0.000827"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.395023" 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-24T01:21:37.394610" elapsed="0.000455"/>
</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-24T01:21:37.395617" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:21:37.395313" elapsed="0.000364"/>
</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-24T01:21:37.398995" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:21:37.398723" elapsed="0.000331"/>
</branch>
<status status="PASS" start="2026-04-24T01:21:37.398702" elapsed="0.000376"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:21:37.399520" 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-24T01:21:37.399659" 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-24T01:21:37.399223" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.400344" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.125" 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-24T01:21:37.399831" elapsed="0.000598"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-24T01:21:37.401027" 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-24T01:21:37.400580" elapsed="0.000474"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:21:37.402095" level="INFO">Length is 0.</msg>
<msg time="2026-04-24T01:21:37.402185" 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-24T01:21:37.401738" elapsed="0.000470"/>
</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-24T01:21:37.402362" elapsed="0.000748"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-24T01:21:37.404020" level="INFO">Logging into '10.30.171.125:22' as 'jenkins'.</msg>
<msg time="2026-04-24T01:21:38.031060" 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 Fri Apr 24 01:21:37 UTC 2026

  System load:  0.37               Processes:             105
  Usage of /:   19.6% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.125
  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: Fri Apr 24 01:11:31 2026 from 10.30.171.253
[?2004h[jenkins@releng-63164-201-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-24T01:21:37.403649" elapsed="0.629119"/>
</kw>
<msg time="2026-04-24T01:21:38.033324" 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-24T01:21:37.403272" elapsed="0.630178"/>
</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-24T01:21:37.401293" elapsed="0.632296"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-24T01:21:38.035672" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.182 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-24T01:31:44.113221" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-24T01:31:44.114923" level="INFO">${stdout} = </msg>
<msg time="2026-04-24T01:31:44.115041" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-24T01:21:38.034788" elapsed="606.080313"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:31:44.116424" elapsed="0.001050"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.118206" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:43.180 16  switches: flows:  102253 100764 101015 101711 101560 100417 99755 99641 99594 101449 99850 99653 100445 98805 100142 99498  total = 26.775867 per ms 
01:23:43.280 16  switches: flows:  115275 116060 115503 113331 117110 114280 113808 115044 112322 114099 112354 112879 113802 110971 111012 115136  total = 30.332439 per ms 
01:24:43.381 16  switches: flows:  99671 100498 98318 97397 99539 97954 98253 98655 98244 97832 95914 95249 96726 97988 96755 96051  total = 26.040593 per ms 
01:25:43.481 16  switches: flows:  105724 107703 107804 108191 109450 105455 106847 108955 104636 109455 101962 105006 107037 107984 105804 105352  total = 28.408577 per ms 
01:26:43.581 16  switches: flows:  106273 106253 107058 106439 107297 106683 106119 106135 104210 104668 103399 104091 103976 104587 104703 104487  total = 28.059397 per ms 
01:27:43.682 16  switches: flows:  123091 124130 123163 121027 123423 122626 120767 121382 120451 122954 118115 119751 121935 120749 123043 120640  total = 32.399908 per ms 
01:28:43.782 16  switches: flows:  123978 125820 123516 120747 124939 122694 121264 120983 120186 120260 118684 120220 123200 120107 123081 120663  total = 32.451522 per ms 
01:29:43.884 16  switches: flows:  127657 129340 127529 124122 129943 125190 123856 124949 122839 123829 122289 125293 126672 124890 125266 123428  total = 33.394796 per ms 
01:30:43.984 16  switches: flows:  124818 126732 123777 121959 126215 123411 121504 123930 121868 122108 119310 122246 124733 120993 122142 121283  total = 32.729170 per ms 
01:31:44.085 16  switches: flows:  127608 129476 125600 124153 126179 125337 124552 122589 124483 121398 121590 123523 127096 121764 125578 121194  total = 33.146663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26040.59/33394.80/30773.67/10563.89 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:31:44.117716" elapsed="0.000722"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-24T01:31:44.118783" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-04-24T01:31:44.118565" elapsed="0.000328"/>
</branch>
<status status="PASS" start="2026-04-24T01:31:44.118530" elapsed="0.000400"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-24T01:31:44.119061" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-24T01:31:44.119010" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-04-24T01:31:44.118987" elapsed="0.000161"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-24T01:31:44.119191" 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-24T01:31:44.123174" elapsed="0.000489"/>
</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-24T01:31:44.123869" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-24T01:31:44.124301" elapsed="0.000182"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-24T01:31:44.119671" elapsed="0.004888"/>
</kw>
<msg time="2026-04-24T01:31:44.124738" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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-24T01:21:37.396070" elapsed="606.728705"/>
</kw>
<status status="PASS" start="2026-04-24T01:21:37.395710" elapsed="606.729133"/>
</branch>
<status status="PASS" start="2026-04-24T01:21:37.395280" elapsed="606.729595"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.125500" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.182: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.182. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:22:43.180 16  switches: flows:  102253 100764 101015 101711 101560 100417 99755 99641 99594 101449 99850 99653 100445 98805 100142 99498  total = 26.775867 per ms 
01:23:43.280 16  switches: flows:  115275 116060 115503 113331 117110 114280 113808 115044 112322 114099 112354 112879 113802 110971 111012 115136  total = 30.332439 per ms 
01:24:43.381 16  switches: flows:  99671 100498 98318 97397 99539 97954 98253 98655 98244 97832 95914 95249 96726 97988 96755 96051  total = 26.040593 per ms 
01:25:43.481 16  switches: flows:  105724 107703 107804 108191 109450 105455 106847 108955 104636 109455 101962 105006 107037 107984 105804 105352  total = 28.408577 per ms 
01:26:43.581 16  switches: flows:  106273 106253 107058 106439 107297 106683 106119 106135 104210 104668 103399 104091 103976 104587 104703 104487  total = 28.059397 per ms 
01:27:43.682 16  switches: flows:  123091 124130 123163 121027 123423 122626 120767 121382 120451 122954 118115 119751 121935 120749 123043 120640  total = 32.399908 per ms 
01:28:43.782 16  switches: flows:  123978 125820 123516 120747 124939 122694 121264 120983 120186 120260 118684 120220 123200 120107 123081 120663  total = 32.451522 per ms 
01:29:43.884 16  switches: flows:  127657 129340 127529 124122 129943 125190 123856 124949 122839 123829 122289 125293 126672 124890 125266 123428  total = 33.394796 per ms 
01:30:43.984 16  switches: flows:  124818 126732 123777 121959 126215 123411 121504 123930 121868 122108 119310 122246 124733 120993 122142 121283  total = 32.729170 per ms 
01:31:44.085 16  switches: flows:  127608 129476 125600 124153 126179 125337 124552 122589 124483 121398 121590 123523 127096 121764 125578 121194  total = 33.146663 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26040.59/33394.80/30773.67/10563.89 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:31:44.125073" elapsed="0.000529"/>
</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-24T01:31:44.125808" elapsed="0.000514"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-24T01:31:44.126907" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-24T01:31:44.127032" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26040.59/33394.80/30773.67/10563.89 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-24T01:31:44.126563" elapsed="0.000502"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:31:44.127585" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26040.59/33394.80/30773.67/10563.89 | 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-24T01:31:44.127280" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.130049" 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-24T01:31:44.127760" elapsed="0.002364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.132935" level="INFO">26040.59/33394.80/30773.67/10563.89</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:31:44.130316" elapsed="0.002676"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:31:44.135458" 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-24T01:31:44.133142" elapsed="0.002344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-24T01:31:44.137954" level="INFO">@{result_value_list} = [ 26040.59 | 33394.80 | 30773.67 | 10563.89 ]</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-24T01:31:44.135689" elapsed="0.002299"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.138479" level="INFO">Length is 4.</msg>
<msg time="2026-04-24T01:31:44.138567" 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-24T01:31:44.138155" elapsed="0.000435"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.143251" level="INFO">min :: 26040.59</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-24T01:31:44.139005" elapsed="0.004301"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-24T01:31:44.138876" elapsed="0.004464"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.147777" level="INFO">max :: 33394.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-24T01:31:44.143574" elapsed="0.004258"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-24T01:31:44.143448" elapsed="0.004418"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.152312" level="INFO">avg :: 30773.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-24T01:31:44.148072" elapsed="0.004296"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-24T01:31:44.147949" elapsed="0.004471"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.156891" level="INFO">stdev :: 10563.89</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-24T01:31:44.152633" elapsed="0.004313"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-24T01:31:44.152504" elapsed="0.004476"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-24T01:31:44.138659" elapsed="0.018351"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.161089" level="INFO">${min} = 26040.59</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-24T01:31:44.157168" elapsed="0.003948"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.164944" level="INFO">${max} = 33394.80</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-24T01:31:44.161271" elapsed="0.003700"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.168872" level="INFO">${average} = 30773.67</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-24T01:31:44.165120" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.172946" level="INFO">${stdev} = 10563.89</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-24T01:31:44.169054" elapsed="0.003919"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.173495" level="INFO">${date} = 2026-04-24 01:31:44</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-24T01:31:44.173132" elapsed="0.000388"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.174072" level="INFO">CBench Result: 2026-04-24 01:31:44,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26040.59,33394.80,30773.67,10563.89</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-24T01:31:44.173671" elapsed="0.000458"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-24T01:31:44.175773" 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-24T01:31:44.174813" elapsed="0.001031"/>
</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-24T01:31:44.175996" elapsed="0.000507"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-24T01:31:44.174281" elapsed="0.002288"/>
</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-24T01:21:37.393896" elapsed="606.782733"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.177091" 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-24T01:31:44.176779" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-24T01:31:44.178409" 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-24T01:31:44.177877" elapsed="0.000560"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-24T01:31:44.178689" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-04-24T01:31:44.178520" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-04-24T01:31:44.178498" elapsed="0.000288"/>
</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-24T01:31:44.178935" 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-24T01:31:44.179095" 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-24T01:31:44.179253" 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-24T01:31:44.179460" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-24T01:31:44.179616" 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-24T01:31:44.179762" elapsed="0.000019"/>
</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-24T01:31:44.179903" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-24T01:31:44.180117" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-24T01:31:44.179983" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-04-24T01:31:44.179967" elapsed="0.000223"/>
</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-24T01:31:44.177542" elapsed="0.002698"/>
</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-24T01:21:37.389840" elapsed="606.790445"/>
</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-24T01:01:21.112300" elapsed="1823.068524"/>
</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>
