<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-20T00:47:15.360223" 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-07-20T00:47:15.916002" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-07-20T00:47:15.915866" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:15.915839" elapsed="0.000261"/>
</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-07-20T00:47:15.916243" elapsed="0.000519"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T00:47:15.917237" level="INFO">Logging into '10.30.171.39:8101' as 'karaf'.</msg>
<msg time="2026-07-20T00:47:16.603379" 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-07-20T00:47:15.916932" elapsed="0.686620"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T00:47:16.651732" 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-07-20T00:47:16.603818" elapsed="0.047983"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T00:47:16.653516" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T00:47:16.653625" 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-07-20T00:47:16.651980" elapsed="0.001675"/>
</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-07-20T00:47:16.653809" elapsed="0.000202"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T00:47:16.654169" elapsed="0.000203"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:47:16.654911" 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-07-20T00:47:16.654543" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T00:47:16.655020" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.39
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-20T00:47:15.915477" elapsed="0.739723"/>
</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-07-20T00:47:15.911897" elapsed="0.743367"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T00:47:16.655841" 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-07-20T00:47:16.655467" elapsed="0.000431"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T00:47:16.656297" 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-07-20T00:47:16.656050" elapsed="0.000312"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T00:47:16.656952" 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-07-20T00:47:16.656561" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T00:47:16.657541" 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-07-20T00:47:16.657147" elapsed="0.000452"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T00:47:16.658123" 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-07-20T00:47:16.657748" elapsed="0.000402"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T00:47:16.658648" 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-07-20T00:47:16.658308" 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-07-20T00:47:16.659006" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T00:47:16.658790" elapsed="0.000270"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T00:47:16.663631" 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-07-20T00:47:16.663206" elapsed="0.000453"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T00:47:16.664663" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T00:47:16.664746" 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-07-20T00:47:16.664208" elapsed="0.000563"/>
</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-07-20T00:47:16.664916" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T00:47:16.666272" level="INFO">Logging into '10.30.170.219:22' as 'jenkins'.</msg>
<msg time="2026-07-20T00:47:17.343629" 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 Mon Jul 20 00:47:16 UTC 2026

  System load:  0.13               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.219
  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-345-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-07-20T00:47:16.665780" elapsed="0.678012"/>
</kw>
<msg time="2026-07-20T00:47:17.343910" 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-07-20T00:47:16.665415" elapsed="0.678591"/>
</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-07-20T00:47:16.663866" elapsed="0.680264"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.351136" 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-07-20T00:47:17.344353" elapsed="0.009230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T00:47:17.354286" elapsed="0.000997"/>
</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-07-20T00:47:16.662657" elapsed="0.692822"/>
</kw>
<status status="PASS" start="2026-07-20T00:47:16.659299" elapsed="0.696271"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:16.658764" elapsed="0.696884"/>
</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-07-20T00:47:17.356052" elapsed="0.000996"/>
</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-07-20T00:47:17.363886" elapsed="0.000070"/>
</return>
<status status="NOT RUN" start="2026-07-20T00:47:17.363692" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:17.363652" elapsed="0.000399"/>
</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-07-20T00:47:17.367687" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-20T00:47:17.367571" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:17.367552" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-20T00:47:17.367905" elapsed="0.000508"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.368868" level="INFO">Logging into '10.30.171.39:8101' as 'karaf'.</msg>
<msg time="2026-07-20T00:47:17.577972" 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-07-20T00:47:17.368581" elapsed="0.209666"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.684273" 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-07-20T00:47:17.578677" elapsed="0.105870"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.701379" 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-07-20T00:47:17.701660" 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-07-20T00:47:17.684880" elapsed="0.016817"/>
</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-07-20T00:47:17.701869" elapsed="0.000274"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T00:47:17.702309" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:47:17.703176" 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-07-20T00:47:17.702784" elapsed="0.000456"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T00:47:17.703303" elapsed="0.000072"/>
</return>
<msg time="2026-07-20T00:47:17.703591" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.39
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-20T00:47:17.367194" elapsed="0.336438"/>
</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-07-20T00:47:17.703808" elapsed="0.000741"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T00:47:17.704622" elapsed="0.000041"/>
</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-07-20T00:47:17.363171" elapsed="0.341614"/>
</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-07-20T00:47:17.708788" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-07-20T00:47:17.708634" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:17.708606" elapsed="0.000256"/>
</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-07-20T00:47:17.708998" elapsed="0.000505"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.709924" level="INFO">Logging into '10.30.171.39:8101' as 'karaf'.</msg>
<msg time="2026-07-20T00:47:17.875647" 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-07-20T00:47:17.709656" elapsed="0.166180"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.901435" 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-07-20T00:47:17.876123" elapsed="0.025420"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.903351" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-20T00:47:17.903478" 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-07-20T00:47:17.901719" elapsed="0.001790"/>
</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-07-20T00:47:17.903648" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T00:47:17.903981" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:47:17.904691" 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-07-20T00:47:17.904326" elapsed="0.000428"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-20T00:47:17.904812" elapsed="0.000066"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.39
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-20T00:47:17.708235" elapsed="0.196778"/>
</kw>
<status status="PASS" start="2026-07-20T00:47:15.910164" elapsed="1.994914"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:47:17.907107" 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-07-20T00:47:17.905983" elapsed="0.001191"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T00:47:17.908664" 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-07-20T00:47:17.908288" elapsed="0.000420"/>
</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-07-20T00:47:17.909069" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T00:47:17.908821" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-20T00:47:17.912154" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T00:47:17.911898" elapsed="0.000313"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:17.911878" elapsed="0.000359"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.912622" 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-07-20T00:47:17.912782" 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-07-20T00:47:17.912372" elapsed="0.000441"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:47:17.913391" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.39 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.219" 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-07-20T00:47:17.912953" elapsed="0.000520"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.914275" 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-07-20T00:47:17.913779" elapsed="0.000524"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T00:47:17.915297" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T00:47:17.915390" 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-07-20T00:47:17.914962" elapsed="0.000452"/>
</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-07-20T00:47:17.915577" elapsed="0.000337"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T00:47:17.916837" level="INFO">Logging into '10.30.170.219:22' as 'jenkins'.</msg>
<msg time="2026-07-20T00:47:18.231104" 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 Mon Jul 20 00:47:16 UTC 2026

  System load:  0.13               Processes:             112
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.219
  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: Mon Jul 20 00:47:17 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-345-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-07-20T00:47:17.916417" elapsed="0.314921"/>
</kw>
<msg time="2026-07-20T00:47:18.231468" 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-07-20T00:47:17.916068" elapsed="0.315505"/>
</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-07-20T00:47:17.914568" elapsed="0.317147"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T00:47:18.232291" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.39 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T00:57:24.345829" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T00:57:24.346302" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T00:57:24.346408" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-20T00:47:18.231962" elapsed="606.114547"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T00:57:24.346949" elapsed="0.000721"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.348856" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.39. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:23.429 16  switches: flows:  101603 100446 102755 100400 101415 97928 100365 98907 98827 97562 99540 100942 99140 95409 99941 99769  total = 26.582483 per ms 
00:49:23.530 16  switches: flows:  113823 111773 113948 109760 112245 109509 112316 109313 108978 108903 111154 109939 109338 110081 110789 109386  total = 29.471680 per ms 
00:50:23.630 16  switches: flows:  114182 114124 115330 111718 112591 109828 115776 113092 110602 112869 110835 112659 112884 111432 112181 112332  total = 29.990508 per ms 
00:51:23.730 16  switches: flows:  116409 112011 114231 112554 111346 111435 114550 109910 112993 111898 110533 114294 112261 111842 112743 109365  total = 29.922987 per ms 
00:52:23.831 16  switches: flows:  115461 112580 113591 110402 112889 111406 115558 110516 111786 112262 109627 113118 112667 111921 112599 110298  total = 29.894570 per ms 
00:53:23.931 16  switches: flows:  116187 114815 115313 113262 115129 111603 115112 114619 113175 114370 112340 114024 113814 111056 114424 110785  total = 30.283239 per ms 
00:54:24.031 16  switches: flows:  112631 111833 113998 110444 113084 111059 112752 112022 109067 113020 110367 113015 112423 110485 111815 108731  total = 29.729419 per ms 
00:55:24.133 16  switches: flows:  117710 113589 116586 115713 118725 113356 115917 115262 114872 115820 113555 115472 114774 112637 115245 111685  total = 30.630344 per ms 
00:56:24.233 16  switches: flows:  116847 115797 117471 114769 119500 113451 113929 116253 114033 116096 113841 115757 115817 113184 115084 113048  total = 30.696643 per ms 
00:57:24.334 16  switches: flows:  119643 116892 118527 115172 120420 115986 116367 116465 115963 116359 114973 116925 116709 114585 117812 113916  total = 31.059990 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29471.68/31059.99/30186.60/10074.02 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T00:57:24.348033" elapsed="0.001138"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T00:57:24.349696" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-07-20T00:57:24.349360" elapsed="0.000491"/>
</branch>
<status status="PASS" start="2026-07-20T00:57:24.349304" elapsed="0.000603"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T00:57:24.350123" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-20T00:57:24.350038" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-20T00:57:24.350002" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T00:57:24.350335" 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-07-20T00:57:24.355920" elapsed="0.000856"/>
</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-07-20T00:57:24.357110" elapsed="0.000408"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T00:57:24.357684" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T00:57:24.351040" elapsed="0.006796"/>
</kw>
<msg time="2026-07-20T00:57:24.357963" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-20T00:47:17.909501" elapsed="606.448488"/>
</kw>
<status status="PASS" start="2026-07-20T00:47:17.909156" elapsed="606.448882"/>
</branch>
<status status="PASS" start="2026-07-20T00:47:17.908795" elapsed="606.449266"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.358508" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.39. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:48:23.429 16  switches: flows:  101603 100446 102755 100400 101415 97928 100365 98907 98827 97562 99540 100942 99140 95409 99941 99769  total = 26.582483 per ms 
00:49:23.530 16  switches: flows:  113823 111773 113948 109760 112245 109509 112316 109313 108978 108903 111154 109939 109338 110081 110789 109386  total = 29.471680 per ms 
00:50:23.630 16  switches: flows:  114182 114124 115330 111718 112591 109828 115776 113092 110602 112869 110835 112659 112884 111432 112181 112332  total = 29.990508 per ms 
00:51:23.730 16  switches: flows:  116409 112011 114231 112554 111346 111435 114550 109910 112993 111898 110533 114294 112261 111842 112743 109365  total = 29.922987 per ms 
00:52:23.831 16  switches: flows:  115461 112580 113591 110402 112889 111406 115558 110516 111786 112262 109627 113118 112667 111921 112599 110298  total = 29.894570 per ms 
00:53:23.931 16  switches: flows:  116187 114815 115313 113262 115129 111603 115112 114619 113175 114370 112340 114024 113814 111056 114424 110785  total = 30.283239 per ms 
00:54:24.031 16  switches: flows:  112631 111833 113998 110444 113084 111059 112752 112022 109067 113020 110367 113015 112423 110485 111815 108731  total = 29.729419 per ms 
00:55:24.133 16  switches: flows:  117710 113589 116586 115713 118725 113356 115917 115262 114872 115820 113555 115472 114774 112637 115245 111685  total = 30.630344 per ms 
00:56:24.233 16  switches: flows:  116847 115797 117471 114769 119500 113451 113929 116253 114033 116096 113841 115757 115817 113184 115084 113048  total = 30.696643 per ms 
00:57:24.334 16  switches: flows:  119643 116892 118527 115172 120420 115986 116367 116465 115963 116359 114973 116925 116709 114585 117812 113916  total = 31.059990 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29471.68/31059.99/30186.60/10074.02 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T00:57:24.358199" elapsed="0.000383"/>
</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-07-20T00:57:24.358729" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T00:57:24.359518" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T00:57:24.359612" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29471.68/31059.99/30186.60/10074.02 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-07-20T00:57:24.359268" elapsed="0.000368"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T00:57:24.360049" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29471.68/31059.99/30186.60/10074.02 | 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-07-20T00:57:24.359791" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.362489" 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-07-20T00:57:24.360221" elapsed="0.002326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.364936" level="INFO">29471.68/31059.99/30186.60/10074.02</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T00:57:24.362693" elapsed="0.002301"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T00:57:24.367356" 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-07-20T00:57:24.365143" elapsed="0.002240"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T00:57:24.369789" level="INFO">@{result_value_list} = [ 29471.68 | 31059.99 | 30186.60 | 10074.02 ]</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-07-20T00:57:24.367583" elapsed="0.002233"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.370276" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T00:57:24.370363" 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-07-20T00:57:24.369970" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.375120" level="INFO">min :: 29471.68</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-07-20T00:57:24.370812" elapsed="0.004366"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T00:57:24.370681" elapsed="0.004531"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.379736" level="INFO">max :: 31059.99</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-07-20T00:57:24.375434" elapsed="0.004360"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T00:57:24.375304" elapsed="0.004524"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.384353" level="INFO">avg :: 30186.60</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-07-20T00:57:24.380046" elapsed="0.004381"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T00:57:24.379917" elapsed="0.004557"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.389030" level="INFO">stdev :: 10074.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T00:57:24.384702" elapsed="0.004385"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T00:57:24.384568" elapsed="0.004553"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T00:57:24.370479" elapsed="0.018675"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.393111" level="INFO">${min} = 29471.68</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-07-20T00:57:24.389315" elapsed="0.003824"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.397383" level="INFO">${max} = 31059.99</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-07-20T00:57:24.393293" elapsed="0.004117"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.401314" level="INFO">${average} = 30186.60</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-07-20T00:57:24.397580" elapsed="0.003760"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.405278" level="INFO">${stdev} = 10074.02</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-07-20T00:57:24.401515" elapsed="0.003789"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.405842" level="INFO">${date} = 2026-07-20 00:57:24</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-20T00:57:24.405481" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.406421" level="INFO">CBench Result: 2026-07-20 00:57:24,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29471.68,31059.99,30186.60,10074.02</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-07-20T00:57:24.406013" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T00:57:24.407533" 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-07-20T00:57:24.407102" elapsed="0.000499"/>
</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-07-20T00:57:24.407754" elapsed="0.000455"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T00:57:24.406636" elapsed="0.001638"/>
</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-07-20T00:47:17.907640" elapsed="606.500695"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.408857" 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-07-20T00:57:24.408531" elapsed="0.000383"/>
</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-07-20T00:57:24.409425" elapsed="0.000283"/>
</kw>
<status status="PASS" start="2026-07-20T00:57:24.409128" elapsed="0.000649"/>
</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-07-20T00:47:17.905240" elapsed="606.504576"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.411208" 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-07-20T00:57:24.410827" elapsed="0.000437"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.412556" 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-07-20T00:57:24.412172" elapsed="0.000429"/>
</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-07-20T00:57:24.412931" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T00:57:24.412710" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-20T00:57:24.415845" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T00:57:24.415601" elapsed="0.000299"/>
</branch>
<status status="PASS" start="2026-07-20T00:57:24.415577" elapsed="0.000346"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T00:57:24.416240" 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-07-20T00:57:24.416358" 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-07-20T00:57:24.416050" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.416976" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.39 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.219" 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-07-20T00:57:24.416558" elapsed="0.000477"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T00:57:24.417597" 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-07-20T00:57:24.417172" elapsed="0.000452"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T00:57:24.418514" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T00:57:24.418602" 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-07-20T00:57:24.418195" elapsed="0.000431"/>
</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-07-20T00:57:24.418765" elapsed="0.000320"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T00:57:24.419947" level="INFO">Logging into '10.30.170.219:22' as 'jenkins'.</msg>
<msg time="2026-07-20T00:57:24.962821" 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 Mon Jul 20 00:57:24 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.219
  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: Mon Jul 20 00:47:18 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-345-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-07-20T00:57:24.419593" elapsed="0.543417"/>
</kw>
<msg time="2026-07-20T00:57:24.963095" 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-07-20T00:57:24.419235" elapsed="0.543947"/>
</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-07-20T00:57:24.417824" elapsed="0.545475"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T00:57:24.963881" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.39 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T01:07:31.124022" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T01:07:31.124574" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T01:07:31.124687" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.39: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-07-20T00:57:24.963554" elapsed="606.161190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:07:31.125199" elapsed="0.000725"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.127054" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.39. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:30.082 16  switches: flows:  501158 512043 518776 515206 533488 512681 509897 503402 507087 515461 492990 515858 502919 519522 515924 512176  total = 136.476467 per ms 
00:59:30.184 16  switches: flows:  520837 507040 519798 530878 518576 499443 523778 526611 532366 520253 530089 533159 506682 519469 530725 516359  total = 138.699466 per ms 
01:00:30.285 16  switches: flows:  602408 601795 600850 618063 603803 609929 601999 597334 605671 599285 593990 600816 603240 598971 606949 604632  total = 160.559236 per ms 
01:01:30.480 16  switches: flows:  592571 591967 598479 603423 601736 602724 602585 603638 598798 595165 597297 594044 593070 599159 602010 611321  total = 159.282098 per ms 
01:02:30.582 16  switches: flows:  535202 538728 523145 529124 526742 522541 527225 517031 534231 523902 541517 526727 517079 525434 524415 529801  total = 140.477390 per ms 
01:03:30.684 16  switches: flows:  606742 606699 592275 597555 607893 596916 608144 587658 604745 602419 600829 602190 582429 596308 599754 595098  total = 159.521274 per ms 
01:04:30.785 16  switches: flows:  597143 609354 612407 599156 606190 601003 598831 597373 612715 595235 593345 598941 598861 599392 597407 598929  total = 160.002826 per ms 
01:05:30.887 16  switches: flows:  512434 521891 536192 480635 523399 512624 494468 528050 525905 529343 504001 532015 523534 510776 516975 513540  total = 137.528973 per ms 
01:06:30.993 16  switches: flows:  569541 566766 571633 576599 587863 571754 580686 584630 568097 583033 535336 572269 576068 577861 566131 569473  total = 152.371441 per ms 
01:07:31.098 16  switches: flows:  578835 581094 570188 583688 582698 572515 590401 576905 571856 577678 575951 574863 583368 592279 557229 577453  total = 153.849216 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137528.97/160559.24/151365.77/51291.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:07:31.126278" elapsed="0.001070"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T01:07:31.127894" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-07-20T01:07:31.127587" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-07-20T01:07:31.127515" elapsed="0.000583"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T01:07:31.128335" elapsed="0.000033"/>
</return>
<status status="NOT RUN" start="2026-07-20T01:07:31.128225" elapsed="0.000209"/>
</branch>
<status status="NOT RUN" start="2026-07-20T01:07:31.128190" elapsed="0.000331"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T01:07:31.128593" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-20T01:07:31.133227" elapsed="0.000350"/>
</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-07-20T01:07:31.133725" elapsed="0.000165"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:07:31.134019" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T01:07:31.129278" elapsed="0.004897"/>
</kw>
<msg time="2026-07-20T01:07:31.134301" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.39: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-07-20T00:57:24.413322" elapsed="606.721005"/>
</kw>
<status status="PASS" start="2026-07-20T00:57:24.413014" elapsed="606.721362"/>
</branch>
<status status="PASS" start="2026-07-20T00:57:24.412689" elapsed="606.721710"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.134844" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.39. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:58:30.082 16  switches: flows:  501158 512043 518776 515206 533488 512681 509897 503402 507087 515461 492990 515858 502919 519522 515924 512176  total = 136.476467 per ms 
00:59:30.184 16  switches: flows:  520837 507040 519798 530878 518576 499443 523778 526611 532366 520253 530089 533159 506682 519469 530725 516359  total = 138.699466 per ms 
01:00:30.285 16  switches: flows:  602408 601795 600850 618063 603803 609929 601999 597334 605671 599285 593990 600816 603240 598971 606949 604632  total = 160.559236 per ms 
01:01:30.480 16  switches: flows:  592571 591967 598479 603423 601736 602724 602585 603638 598798 595165 597297 594044 593070 599159 602010 611321  total = 159.282098 per ms 
01:02:30.582 16  switches: flows:  535202 538728 523145 529124 526742 522541 527225 517031 534231 523902 541517 526727 517079 525434 524415 529801  total = 140.477390 per ms 
01:03:30.684 16  switches: flows:  606742 606699 592275 597555 607893 596916 608144 587658 604745 602419 600829 602190 582429 596308 599754 595098  total = 159.521274 per ms 
01:04:30.785 16  switches: flows:  597143 609354 612407 599156 606190 601003 598831 597373 612715 595235 593345 598941 598861 599392 597407 598929  total = 160.002826 per ms 
01:05:30.887 16  switches: flows:  512434 521891 536192 480635 523399 512624 494468 528050 525905 529343 504001 532015 523534 510776 516975 513540  total = 137.528973 per ms 
01:06:30.993 16  switches: flows:  569541 566766 571633 576599 587863 571754 580686 584630 568097 583033 535336 572269 576068 577861 566131 569473  total = 152.371441 per ms 
01:07:31.098 16  switches: flows:  578835 581094 570188 583688 582698 572515 590401 576905 571856 577678 575951 574863 583368 592279 557229 577453  total = 153.849216 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 137528.97/160559.24/151365.77/51291.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:07:31.134551" elapsed="0.000368"/>
</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-07-20T01:07:31.135065" elapsed="0.000361"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T01:07:31.135833" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T01:07:31.135924" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 137528.97/160559.24/151365.77/51291.67 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-07-20T01:07:31.135605" elapsed="0.000344"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T01:07:31.136367" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 137528.97/160559.24/151365.77/51291.67 | 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-07-20T01:07:31.136102" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.138781" 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-07-20T01:07:31.136554" elapsed="0.002285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.141192" level="INFO">137528.97/160559.24/151365.77/51291.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:07:31.138983" elapsed="0.002267"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T01:07:31.143613" 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-07-20T01:07:31.141397" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T01:07:31.146057" level="INFO">@{result_value_list} = [ 137528.97 | 160559.24 | 151365.77 | 51291.67 ]</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-07-20T01:07:31.143826" elapsed="0.002260"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.146561" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T01:07:31.146651" 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-07-20T01:07:31.146239" elapsed="0.000436"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.151527" level="INFO">min :: 137528.97</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-07-20T01:07:31.147045" elapsed="0.004541"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T01:07:31.146917" elapsed="0.004704"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.156277" level="INFO">max :: 160559.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-07-20T01:07:31.151840" elapsed="0.004494"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T01:07:31.151713" elapsed="0.004657"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.160900" level="INFO">avg :: 151365.77</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-07-20T01:07:31.156605" elapsed="0.004352"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T01:07:31.156475" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.165573" level="INFO">stdev :: 51291.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-07-20T01:07:31.161210" elapsed="0.004419"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T01:07:31.161081" elapsed="0.004584"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T01:07:31.146737" elapsed="0.018959"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.169577" level="INFO">${min} = 137528.97</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-07-20T01:07:31.165853" elapsed="0.003751"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.173655" level="INFO">${max} = 160559.24</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-07-20T01:07:31.169947" elapsed="0.003735"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.177536" level="INFO">${average} = 151365.77</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-07-20T01:07:31.173835" elapsed="0.003728"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.181460" level="INFO">${stdev} = 51291.67</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-07-20T01:07:31.177713" elapsed="0.003782"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.182033" level="INFO">${date} = 2026-07-20 01:07:31</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-20T01:07:31.181682" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.182629" level="INFO">CBench Result: 2026-07-20 01:07:31,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,137528.97,160559.24,151365.77,51291.67</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-07-20T01:07:31.182205" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T01:07:31.183706" 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-07-20T01:07:31.183290" elapsed="0.000482"/>
</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-07-20T01:07:31.183921" elapsed="0.000475"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T01:07:31.182825" elapsed="0.001652"/>
</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-07-20T00:57:24.411598" elapsed="606.772940"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.185003" 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-07-20T01:07:31.184686" elapsed="0.000374"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-20T01:07:31.185591" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-07-20T01:07:31.185275" elapsed="0.000655"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-20T00:57:24.410122" elapsed="606.775847"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.187370" 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-07-20T01:07:31.186975" elapsed="0.000453"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.188683" 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-07-20T01:07:31.188333" elapsed="0.000392"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-20T01:07:31.189087" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-20T01:07:31.188860" elapsed="0.000285"/>
</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-07-20T01:07:31.192225" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-20T01:07:31.191942" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-07-20T01:07:31.191922" elapsed="0.000383"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-20T01:07:31.192647" 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-07-20T01:07:31.192766" 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-07-20T01:07:31.192455" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.193352" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.39 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.219" 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-07-20T01:07:31.192926" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-20T01:07:31.193968" 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-07-20T01:07:31.193568" elapsed="0.000427"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T01:07:31.194902" level="INFO">Length is 0.</msg>
<msg time="2026-07-20T01:07:31.194990" 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-07-20T01:07:31.194588" elapsed="0.000425"/>
</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-07-20T01:07:31.195153" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-20T01:07:31.196345" level="INFO">Logging into '10.30.170.219:22' as 'jenkins'.</msg>
<msg time="2026-07-20T01:07:31.778541" 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 Mon Jul 20 01:07:31 UTC 2026

  System load:  0.17               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.219
  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: Mon Jul 20 00:57:24 2026 from 10.30.170.166
[?2004h[jenkins@releng-63164-345-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-07-20T01:07:31.195980" elapsed="0.582720"/>
</kw>
<msg time="2026-07-20T01:07:31.778777" 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-07-20T01:07:31.195639" elapsed="0.583211"/>
</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-07-20T01:07:31.194197" elapsed="0.584757"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-20T01:07:31.779465" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.39 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-20T01:17:37.835871" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-20T01:17:37.836573" level="INFO">${stdout} = </msg>
<msg time="2026-07-20T01:17:37.836689" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-20T01:07:31.779161" elapsed="606.057587"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:17:37.837266" elapsed="0.000890"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.839364" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.39. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:36.901 16  switches: flows:  113182 115041 114361 114218 112457 113526 113152 113336 113529 112211 111563 113526 112452 110493 111647 111575  total = 30.104483 per ms 
01:09:37.002 16  switches: flows:  115101 115636 112936 114709 114513 117773 116422 113809 116133 116361 114550 115028 115512 113084 113452 116031  total = 30.632995 per ms 
01:10:37.103 16  switches: flows:  115264 115449 113377 113694 113662 117068 114822 114723 115272 114995 117215 113891 115158 112090 111834 116799  total = 30.537575 per ms 
01:11:37.205 16  switches: flows:  116340 113999 112225 114494 113783 118380 116401 114958 116617 115772 115609 114082 115689 112579 114467 115769  total = 30.634943 per ms 
01:12:37.305 16  switches: flows:  113902 114471 113254 112252 111205 116232 114463 115095 115238 114372 113784 111034 114402 111284 111329 115194  total = 30.241354 per ms 
01:13:37.406 16  switches: flows:  114440 117010 113895 113281 113096 115612 115573 113507 114806 115906 115715 114097 115633 111682 111646 115382  total = 30.470462 per ms 
01:14:37.508 16  switches: flows:  114472 116419 112128 113110 112102 115261 115343 113589 114416 114379 114972 114206 114441 111273 110232 113678  total = 30.283143 per ms 
01:15:37.608 16  switches: flows:  113367 117796 113977 112257 111710 116454 115517 112771 113839 114244 114860 113331 114741 111460 110582 114132  total = 30.300036 per ms 
01:16:37.709 16  switches: flows:  115564 118266 114432 114468 114775 117417 117490 114703 115149 114989 115488 114145 115604 111759 112579 116354  total = 30.668497 per ms 
01:17:37.810 16  switches: flows:  117653 117512 115535 115239 114180 118209 116689 115378 116534 114515 116387 115097 116767 112863 114295 116347  total = 30.835162 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30241.35/30835.16/30511.57/10172.34 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:17:37.838591" elapsed="0.001151"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-20T01:17:37.840266" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-20T01:17:37.839948" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-07-20T01:17:37.839891" elapsed="0.000663"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-20T01:17:37.840776" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-20T01:17:37.840691" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-07-20T01:17:37.840654" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-20T01:17:37.840985" 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-07-20T01:17:37.846460" elapsed="0.000367"/>
</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-07-20T01:17:37.846978" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-20T01:17:37.847287" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-20T01:17:37.841736" elapsed="0.005720"/>
</kw>
<msg time="2026-07-20T01:17:37.847600" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-20T01:07:31.189504" elapsed="606.658125"/>
</kw>
<status status="PASS" start="2026-07-20T01:07:31.189171" elapsed="606.658515"/>
</branch>
<status status="PASS" start="2026-07-20T01:07:31.188837" elapsed="606.658872"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.848146" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.39:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.171.39. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:36.901 16  switches: flows:  113182 115041 114361 114218 112457 113526 113152 113336 113529 112211 111563 113526 112452 110493 111647 111575  total = 30.104483 per ms 
01:09:37.002 16  switches: flows:  115101 115636 112936 114709 114513 117773 116422 113809 116133 116361 114550 115028 115512 113084 113452 116031  total = 30.632995 per ms 
01:10:37.103 16  switches: flows:  115264 115449 113377 113694 113662 117068 114822 114723 115272 114995 117215 113891 115158 112090 111834 116799  total = 30.537575 per ms 
01:11:37.205 16  switches: flows:  116340 113999 112225 114494 113783 118380 116401 114958 116617 115772 115609 114082 115689 112579 114467 115769  total = 30.634943 per ms 
01:12:37.305 16  switches: flows:  113902 114471 113254 112252 111205 116232 114463 115095 115238 114372 113784 111034 114402 111284 111329 115194  total = 30.241354 per ms 
01:13:37.406 16  switches: flows:  114440 117010 113895 113281 113096 115612 115573 113507 114806 115906 115715 114097 115633 111682 111646 115382  total = 30.470462 per ms 
01:14:37.508 16  switches: flows:  114472 116419 112128 113110 112102 115261 115343 113589 114416 114379 114972 114206 114441 111273 110232 113678  total = 30.283143 per ms 
01:15:37.608 16  switches: flows:  113367 117796 113977 112257 111710 116454 115517 112771 113839 114244 114860 113331 114741 111460 110582 114132  total = 30.300036 per ms 
01:16:37.709 16  switches: flows:  115564 118266 114432 114468 114775 117417 117490 114703 115149 114989 115488 114145 115604 111759 112579 116354  total = 30.668497 per ms 
01:17:37.810 16  switches: flows:  117653 117512 115535 115239 114180 118209 116689 115378 116534 114515 116387 115097 116767 112863 114295 116347  total = 30.835162 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30241.35/30835.16/30511.57/10172.34 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:17:37.847852" elapsed="0.000368"/>
</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-07-20T01:17:37.848369" elapsed="0.000424"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-20T01:17:37.849192" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-20T01:17:37.849283" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30241.35/30835.16/30511.57/10172.34 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-07-20T01:17:37.848956" elapsed="0.000352"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T01:17:37.849753" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30241.35/30835.16/30511.57/10172.34 | 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-07-20T01:17:37.849479" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.852195" 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-07-20T01:17:37.849928" elapsed="0.002325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.854681" level="INFO">30241.35/30835.16/30511.57/10172.34</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-20T01:17:37.852401" elapsed="0.002351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T01:17:37.857361" 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-07-20T01:17:37.854905" elapsed="0.002492"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-20T01:17:37.859943" level="INFO">@{result_value_list} = [ 30241.35 | 30835.16 | 30511.57 | 10172.34 ]</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-07-20T01:17:37.857647" elapsed="0.002325"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.860455" level="INFO">Length is 4.</msg>
<msg time="2026-07-20T01:17:37.860583" 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-07-20T01:17:37.860126" elapsed="0.000482"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.865394" level="INFO">min :: 30241.35</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-07-20T01:17:37.861019" elapsed="0.004449"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-20T01:17:37.860887" elapsed="0.004617"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.870076" level="INFO">max :: 30835.16</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-07-20T01:17:37.865723" elapsed="0.004411"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-20T01:17:37.865594" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.874815" level="INFO">avg :: 30511.57</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-07-20T01:17:37.870381" elapsed="0.004491"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-20T01:17:37.870252" elapsed="0.004655"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.879508" level="INFO">stdev :: 10172.34</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-07-20T01:17:37.875128" elapsed="0.004439"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-20T01:17:37.874993" elapsed="0.004608"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-20T01:17:37.860680" elapsed="0.018951"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.883805" level="INFO">${min} = 30241.35</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-07-20T01:17:37.879795" elapsed="0.004037"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.888078" level="INFO">${max} = 30835.16</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-07-20T01:17:37.883997" elapsed="0.004109"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.892090" level="INFO">${average} = 30511.57</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-07-20T01:17:37.888272" elapsed="0.003847"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.896096" level="INFO">${stdev} = 10172.34</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-07-20T01:17:37.892280" elapsed="0.003843"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.896711" level="INFO">${date} = 2026-07-20 01:17: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-07-20T01:17:37.896285" elapsed="0.000452"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.897299" level="INFO">CBench Result: 2026-07-20 01:17:37,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30241.35,30835.16,30511.57,10172.34</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-07-20T01:17:37.896886" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-20T01:17:37.898553" 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-07-20T01:17:37.898038" elapsed="0.000586"/>
</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-07-20T01:17:37.898784" elapsed="0.000478"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-20T01:17:37.897543" elapsed="0.001785"/>
</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-07-20T01:07:31.187767" elapsed="606.711626"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.899891" 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-07-20T01:17:37.899567" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-20T01:17:37.901265" 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-07-20T01:17:37.900752" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-20T01:17:37.901558" elapsed="0.000039"/>
</return>
<status status="PASS" start="2026-07-20T01:17:37.901375" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-07-20T01:17:37.901352" elapsed="0.000309"/>
</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-07-20T01:17:37.901807" 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-07-20T01:17:37.901963" 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-07-20T01:17:37.902121" 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-07-20T01:17:37.902320" 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-07-20T01:17:37.902496" elapsed="0.000023"/>
</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-07-20T01:17:37.902647" elapsed="0.000026"/>
</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-07-20T01:17:37.902798" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-20T01:17:37.903026" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-20T01:17:37.902886" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-07-20T01:17:37.902869" elapsed="0.000232"/>
</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-07-20T01:17:37.900345" elapsed="0.002807"/>
</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-07-20T01:07:31.186410" elapsed="606.716790"/>
</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-07-20T00:47:15.361829" elapsed="1822.542212"/>
</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>
