<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-05T00:38:36.432432" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-05T00:38:37.000966" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-05T00:38:37.000835" elapsed="0.000201"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:37.000805" elapsed="0.000258"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:38:37.001208" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T00:38:37.002183" level="INFO">Logging into '10.30.171.39:8101' as 'karaf'.</msg>
<msg time="2026-04-05T00:38:37.808641" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-05T00:38:37.001889" elapsed="0.806980"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T00:38:37.857686" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-05T00:38:37.809201" elapsed="0.048555"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T00:38:37.859443" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T00:38:37.859557" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-05T00:38:37.857926" elapsed="0.001661"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-05T00:38:37.859746" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:38:37.860119" elapsed="0.000266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:38:37.860903" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:38:37.860541" elapsed="0.000416"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T00:38:37.861014" elapsed="0.000060"/>
</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-04-05T00:38:37.000432" elapsed="0.860774"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-05T00:38:36.996894" elapsed="0.864378"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T00:38:37.861900" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-05T00:38:37.861499" elapsed="0.000457"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T00:38:37.862380" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-05T00:38:37.862116" elapsed="0.000326"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T00:38:37.863023" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-05T00:38:37.862596" elapsed="0.000455"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T00:38:37.863589" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-05T00:38:37.863223" elapsed="0.000408"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T00:38:37.864149" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-05T00:38:37.863777" elapsed="0.000398"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T00:38:37.864683" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-05T00:38:37.864368" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-05T00:38:37.865045" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:38:37.864822" elapsed="0.000280"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:38:37.869852" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:38:37.869429" elapsed="0.000450"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T00:38:37.870943" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T00:38:37.871026" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T00:38:37.870452" elapsed="0.000598"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:38:37.871215" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T00:38:37.872633" level="INFO">Logging into '10.30.171.219:22' as 'jenkins'.</msg>
<msg time="2026-04-05T00:38:38.670660" 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 Sun Apr  5 00:38:38 UTC 2026

  System load:  0.12               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.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-164-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-05T00:38:37.872083" elapsed="0.798764"/>
</kw>
<msg time="2026-04-05T00:38:38.670944" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:38:37.871735" elapsed="0.799311"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-05T00:38:37.870085" elapsed="0.801089"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-05T00:38:38.679738" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-05T00:38:38.671408" elapsed="0.010332"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:38:38.681933" elapsed="0.000292"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-05T00:38:37.868877" elapsed="0.813413"/>
</kw>
<status status="PASS" start="2026-04-05T00:38:37.865426" elapsed="0.816922"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:37.864793" elapsed="0.817591"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-05T00:38:38.682545" elapsed="0.000499"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-05T00:38:38.687456" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-05T00:38:38.687332" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:38.687308" elapsed="0.000225"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-05T00:38:38.691083" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-05T00:38:38.690970" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:38.690951" elapsed="0.000201"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:38:38.691285" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T00:38:38.692165" level="INFO">Logging into '10.30.171.39:8101' as 'karaf'.</msg>
<msg time="2026-04-05T00:38:38.897717" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-05T00:38:38.691900" elapsed="0.205908"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T00:38:38.988916" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-05T00:38:38.897988" elapsed="0.091015"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.003732" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T00:38:39.003914" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-05T00:38:38.989173" elapsed="0.014774"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-05T00:38:39.004091" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:38:39.004451" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:38:39.005048" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:38:39.004771" elapsed="0.000332"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T00:38:39.005149" elapsed="0.000038"/>
</return>
<msg time="2026-04-05T00:38:39.005343" 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-04-05T00:38:38.690616" elapsed="0.314760"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-05T00:38:39.005523" elapsed="0.000516"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T00:38:39.006091" elapsed="0.000031"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-05T00:38:38.687012" elapsed="0.319208"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-05T00:38:39.009800" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-05T00:38:39.009686" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:39.009665" elapsed="0.000207"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:38:39.010001" elapsed="0.000440"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.010842" level="INFO">Logging into '10.30.171.39:8101' as 'karaf'.</msg>
<msg time="2026-04-05T00:38:39.205634" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-05T00:38:39.010588" elapsed="0.195311"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.228499" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-05T00:38:39.206385" elapsed="0.022194"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.230327" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-05T00:38:39.230438" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-05T00:38:39.228731" elapsed="0.001735"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-05T00:38:39.230604" elapsed="0.000174"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:38:39.230925" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:38:39.231671" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:38:39.231280" elapsed="0.000442"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-05T00:38:39.231781" elapsed="0.000064"/>
</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-04-05T00:38:39.009382" elapsed="0.222618"/>
</kw>
<status status="PASS" start="2026-04-05T00:38:36.995141" elapsed="2.236932"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:38:39.234567" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:38:39.233320" elapsed="0.001313"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T00:38:39.236168" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-05T00:38:39.235812" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-05T00:38:39.236566" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:38:39.236312" elapsed="0.000313"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-05T00:38:39.239646" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:38:39.239382" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:39.239362" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.240079" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-05T00:38:39.239865" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:38:39.240807" 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.171.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-04-05T00:38:39.240379" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.241513" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:38:39.241006" elapsed="0.000533"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T00:38:39.242477" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T00:38:39.242566" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T00:38:39.242120" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:38:39.242734" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.243962" level="INFO">Logging into '10.30.171.219:22' as 'jenkins'.</msg>
<msg time="2026-04-05T00:38:39.581388" 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 Sun Apr  5 00:38:38 UTC 2026

  System load:  0.12               Processes:             114
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.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: Sun Apr  5 00:38:38 2026 from 10.30.170.201
[?2004h[jenkins@releng-63164-164-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-05T00:38:39.243604" elapsed="0.338002"/>
</kw>
<msg time="2026-04-05T00:38:39.581700" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:38:39.243225" elapsed="0.338580"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-05T00:38:39.241744" elapsed="0.340209"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T00:38:39.582907" 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-04-05T00:48:45.678953" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T00:48:45.679671" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T00:48:45.679790" 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-04-05T00:38:39.582219" elapsed="606.097632"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:48:45.680396" elapsed="0.000802"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.682540" 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:39:44.770 16  switches: flows:  109503 109553 110779 109254 107942 112053 111592 109167 105503 107373 104880 107513 105657 108614 106405 108509  total = 28.904950 per ms 
00:40:44.871 16  switches: flows:  121821 120334 121879 119205 120309 121638 120663 118192 117793 117330 115515 118653 116546 117802 115382 118828  total = 31.645328 per ms 
00:41:44.972 16  switches: flows:  123148 122585 121824 120625 122658 120295 120031 121701 116602 116276 120445 117469 117920 119008 118467 117192  total = 31.883968 per ms 
00:42:45.072 16  switches: flows:  123333 123989 123736 121400 124176 123048 122558 123904 120393 119062 121203 119433 118309 119122 120937 118567  total = 32.332157 per ms 
00:43:45.172 16  switches: flows:  125620 124860 126610 124169 125530 125342 127220 126926 123323 122201 123010 121650 120704 119400 120671 123046  total = 32.949667 per ms 
00:44:45.272 16  switches: flows:  128745 128351 128875 126808 129872 128040 129784 128584 126289 123384 124656 123229 122707 121662 122974 124356  total = 33.582531 per ms 
00:45:45.373 16  switches: flows:  127649 130088 126226 125544 127787 128621 128427 127569 124605 122425 125998 124120 122962 121998 122044 123141  total = 33.430916 per ms 
00:46:45.473 16  switches: flows:  125132 127448 124209 124599 124791 125130 125124 125296 122867 119466 120266 120543 120081 120311 120393 120005  total = 32.706399 per ms 
00:47:45.573 16  switches: flows:  124679 127951 126792 124666 126291 123124 126091 126399 121152 121090 121239 120897 119756 121390 121592 123483  total = 32.888309 per ms 
00:48:45.674 16  switches: flows:  126587 126028 127012 123388 125404 122515 125010 122612 123556 121882 120978 122171 119664 120765 120332 121553  total = 32.769231 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31645.33/33582.53/32687.61/10912.83 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.681648" elapsed="0.001261"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T00:48:45.683510" elapsed="0.000097"/>
</return>
<status status="PASS" start="2026-04-05T00:48:45.683142" elapsed="0.000553"/>
</branch>
<status status="PASS" start="2026-04-05T00:48:45.683066" elapsed="0.000689"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T00:48:45.683997" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-05T00:48:45.683914" elapsed="0.000173"/>
</branch>
<status status="NOT RUN" start="2026-04-05T00:48:45.683875" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T00:48:45.684207" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:48:45.687694" elapsed="0.000349"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:48:45.688191" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:48:45.688516" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T00:48:45.684970" elapsed="0.003702"/>
</kw>
<msg time="2026-04-05T00:48:45.688803" 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-04-05T00:38:39.236984" elapsed="606.451846"/>
</kw>
<status status="PASS" start="2026-04-05T00:38:39.236656" elapsed="606.452224"/>
</branch>
<status status="PASS" start="2026-04-05T00:38:39.236272" elapsed="606.452632"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.689350" 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:39:44.770 16  switches: flows:  109503 109553 110779 109254 107942 112053 111592 109167 105503 107373 104880 107513 105657 108614 106405 108509  total = 28.904950 per ms 
00:40:44.871 16  switches: flows:  121821 120334 121879 119205 120309 121638 120663 118192 117793 117330 115515 118653 116546 117802 115382 118828  total = 31.645328 per ms 
00:41:44.972 16  switches: flows:  123148 122585 121824 120625 122658 120295 120031 121701 116602 116276 120445 117469 117920 119008 118467 117192  total = 31.883968 per ms 
00:42:45.072 16  switches: flows:  123333 123989 123736 121400 124176 123048 122558 123904 120393 119062 121203 119433 118309 119122 120937 118567  total = 32.332157 per ms 
00:43:45.172 16  switches: flows:  125620 124860 126610 124169 125530 125342 127220 126926 123323 122201 123010 121650 120704 119400 120671 123046  total = 32.949667 per ms 
00:44:45.272 16  switches: flows:  128745 128351 128875 126808 129872 128040 129784 128584 126289 123384 124656 123229 122707 121662 122974 124356  total = 33.582531 per ms 
00:45:45.373 16  switches: flows:  127649 130088 126226 125544 127787 128621 128427 127569 124605 122425 125998 124120 122962 121998 122044 123141  total = 33.430916 per ms 
00:46:45.473 16  switches: flows:  125132 127448 124209 124599 124791 125130 125124 125296 122867 119466 120266 120543 120081 120311 120393 120005  total = 32.706399 per ms 
00:47:45.573 16  switches: flows:  124679 127951 126792 124666 126291 123124 126091 126399 121152 121090 121239 120897 119756 121390 121592 123483  total = 32.888309 per ms 
00:48:45.674 16  switches: flows:  126587 126028 127012 123388 125404 122515 125010 122612 123556 121882 120978 122171 119664 120765 120332 121553  total = 32.769231 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31645.33/33582.53/32687.61/10912.83 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.689044" elapsed="0.000379"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-05T00:48:45.689595" elapsed="0.000383"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T00:48:45.690397" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T00:48:45.690490" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31645.33/33582.53/32687.61/10912.83 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-05T00:48:45.690141" elapsed="0.000374"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T00:48:45.690927" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31645.33/33582.53/32687.61/10912.83 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T00:48:45.690671" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.693335" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.691100" elapsed="0.002293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.695779" level="INFO">31645.33/33582.53/32687.61/10912.83</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.693567" elapsed="0.002268"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T00:48:45.698184" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T00:48:45.695983" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T00:48:45.700613" level="INFO">@{result_value_list} = [ 31645.33 | 33582.53 | 32687.61 | 10912.83 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T00:48:45.698417" elapsed="0.002223"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.701093" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T00:48:45.701180" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T00:48:45.700791" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.706008" level="INFO">min :: 31645.33</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.701685" elapsed="0.004380"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T00:48:45.701490" elapsed="0.004611"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.710605" level="INFO">max :: 33582.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.706339" elapsed="0.004324"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T00:48:45.706193" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.716919" level="INFO">avg :: 32687.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.710949" elapsed="0.006027"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T00:48:45.710813" elapsed="0.006199"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.721611" level="INFO">stdev :: 10912.83</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.717231" elapsed="0.004435"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T00:48:45.717105" elapsed="0.004595"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T00:48:45.701274" elapsed="0.020460"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.725618" level="INFO">${min} = 31645.33</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:48:45.721921" elapsed="0.003724"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.729818" level="INFO">${max} = 33582.53</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:48:45.725815" elapsed="0.004031"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.733883" level="INFO">${average} = 32687.61</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:48:45.730033" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.737813" level="INFO">${stdev} = 10912.83</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:48:45.734080" elapsed="0.003760"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.738425" level="INFO">${date} = 2026-04-05 00:48:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-05T00:48:45.738031" elapsed="0.000420"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.739006" level="INFO">CBench Result: 2026-04-05 00:48:45,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31645.33,33582.53,32687.61,10912.83</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.738597" elapsed="0.000464"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T00:48:45.740101" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-05T00:48:45.739695" elapsed="0.000471"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-05T00:48:45.740338" 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-04-05T00:48:45.739202" elapsed="0.001655"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-05T00:38:39.235106" elapsed="606.505813"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.741418" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-05T00:48:45.741082" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-05T00:48:45.742017" elapsed="0.000267"/>
</kw>
<status status="PASS" start="2026-04-05T00:48:45.741700" elapsed="0.000674"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-05T00:38:39.232247" elapsed="606.510165"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.744514" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:48:45.744047" elapsed="0.000529"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.745848" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-05T00:48:45.745499" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-05T00:48:45.746268" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:48:45.746009" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-05T00:48:45.749253" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:48:45.749008" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-04-05T00:48:45.748989" elapsed="0.000374"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:48:45.749774" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-05T00:48:45.749538" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.750533" 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.171.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-04-05T00:48:45.750087" elapsed="0.000504"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:48:45.751145" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:48:45.750741" elapsed="0.000431"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T00:48:45.752097" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T00:48:45.752184" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T00:48:45.751779" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:48:45.752368" elapsed="0.000339"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T00:48:45.753603" level="INFO">Logging into '10.30.171.219:22' as 'jenkins'.</msg>
<msg time="2026-04-05T00:48:46.332814" 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 Sun Apr  5 00:48:45 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.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: Sun Apr  5 00:38:39 2026 from 10.30.170.201
[?2004h[jenkins@releng-63164-164-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-05T00:48:45.753226" elapsed="0.579913"/>
</kw>
<msg time="2026-04-05T00:48:46.333264" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:48:45.752875" elapsed="0.580530"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-05T00:48:45.751393" elapsed="0.582171"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T00:48:46.334273" 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-04-05T00:58:52.418240" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T00:58:52.418852" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T00:58:52.418958" 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-04-05T00:48:46.333867" elapsed="606.085147"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:58:52.419527" elapsed="0.000678"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.421478" 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:49:51.498 16  switches: flows:  535308 540297 534032 543370 537646 537998 535850 546689 520110 537579 520464 518985 539166 520986 548579 529132  total = 142.436517 per ms 
00:50:51.599 16  switches: flows:  561404 567952 567806 571030 560923 567401 567312 568158 556015 558488 562196 563540 576961 568850 567402 562254  total = 150.542237 per ms 
00:51:51.701 16  switches: flows:  603114 594193 599631 607769 608748 611514 603528 601440 603371 606569 606017 589516 606365 601229 591718 587191  total = 160.095861 per ms 
00:52:51.804 16  switches: flows:  636246 635379 635006 640234 640666 637284 636665 631976 637626 639710 634293 630697 632954 640803 623478 627917  total = 169.062502 per ms 
00:53:51.905 16  switches: flows:  643716 633783 628597 641914 630376 642238 631389 647895 636053 629787 638604 643275 641815 640381 629824 645960  total = 169.806672 per ms 
00:54:52.006 16  switches: flows:  639151 616933 631356 640846 642254 639639 635091 643426 645812 640172 632719 627548 644037 637911 635044 644526  total = 169.655530 per ms 
00:55:52.107 16  switches: flows:  638295 632317 627268 645487 619236 637094 629581 649912 636553 637527 639597 625816 639207 636053 640072 628217  total = 169.087557 per ms 
00:56:52.209 16  switches: flows:  636495 632931 626560 639967 626024 636776 637143 637751 628775 641356 624617 630468 640217 631190 624594 635808  total = 168.560834 per ms 
00:57:52.311 16  switches: flows:  587918 514277 589747 568232 576817 576725 584253 598124 590100 602487 573524 586499 584244 564983 565044 579806  total = 153.783714 per ms 
00:58:52.413 16  switches: flows:  632395 634764 630692 642472 636138 634913 633498 628631 630932 624044 626922 633729 634271 628207 634018 628589  total = 168.284996 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150542.24/169806.67/164319.99/55234.09 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.420594" elapsed="0.001198"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T00:58:52.422283" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-04-05T00:58:52.421977" elapsed="0.000498"/>
</branch>
<status status="PASS" start="2026-04-05T00:58:52.421925" elapsed="0.000608"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T00:58:52.422736" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-05T00:58:52.422658" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-04-05T00:58:52.422623" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T00:58:52.422938" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:58:52.427574" elapsed="0.000490"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:58:52.428270" elapsed="0.000255"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T00:58:52.428710" elapsed="0.000141"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T00:58:52.423647" elapsed="0.005279"/>
</kw>
<msg time="2026-04-05T00:58:52.429140" 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-04-05T00:48:45.746696" elapsed="606.682489"/>
</kw>
<status status="PASS" start="2026-04-05T00:48:45.746371" elapsed="606.682896"/>
</branch>
<status status="PASS" start="2026-04-05T00:48:45.745987" elapsed="606.683319"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.429932" 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:49:51.498 16  switches: flows:  535308 540297 534032 543370 537646 537998 535850 546689 520110 537579 520464 518985 539166 520986 548579 529132  total = 142.436517 per ms 
00:50:51.599 16  switches: flows:  561404 567952 567806 571030 560923 567401 567312 568158 556015 558488 562196 563540 576961 568850 567402 562254  total = 150.542237 per ms 
00:51:51.701 16  switches: flows:  603114 594193 599631 607769 608748 611514 603528 601440 603371 606569 606017 589516 606365 601229 591718 587191  total = 160.095861 per ms 
00:52:51.804 16  switches: flows:  636246 635379 635006 640234 640666 637284 636665 631976 637626 639710 634293 630697 632954 640803 623478 627917  total = 169.062502 per ms 
00:53:51.905 16  switches: flows:  643716 633783 628597 641914 630376 642238 631389 647895 636053 629787 638604 643275 641815 640381 629824 645960  total = 169.806672 per ms 
00:54:52.006 16  switches: flows:  639151 616933 631356 640846 642254 639639 635091 643426 645812 640172 632719 627548 644037 637911 635044 644526  total = 169.655530 per ms 
00:55:52.107 16  switches: flows:  638295 632317 627268 645487 619236 637094 629581 649912 636553 637527 639597 625816 639207 636053 640072 628217  total = 169.087557 per ms 
00:56:52.209 16  switches: flows:  636495 632931 626560 639967 626024 636776 637143 637751 628775 641356 624617 630468 640217 631190 624594 635808  total = 168.560834 per ms 
00:57:52.311 16  switches: flows:  587918 514277 589747 568232 576817 576725 584253 598124 590100 602487 573524 586499 584244 564983 565044 579806  total = 153.783714 per ms 
00:58:52.413 16  switches: flows:  632395 634764 630692 642472 636138 634913 633498 628631 630932 624044 626922 633729 634271 628207 634018 628589  total = 168.284996 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 150542.24/169806.67/164319.99/55234.09 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.429529" elapsed="0.000504"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-05T00:58:52.430242" elapsed="0.000526"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T00:58:52.431348" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T00:58:52.431477" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 150542.24/169806.67/164319.99/55234.09 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-05T00:58:52.430993" elapsed="0.000518"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T00:58:52.432077" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 150542.24/169806.67/164319.99/55234.09 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T00:58:52.431725" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.435005" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.432320" elapsed="0.002742"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.437479" level="INFO">150542.24/169806.67/164319.99/55234.09</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.435208" elapsed="0.002332"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T00:58:52.439913" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T00:58:52.437690" elapsed="0.002249"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T00:58:52.442454" level="INFO">@{result_value_list} = [ 150542.24 | 169806.67 | 164319.99 | 55234.09 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T00:58:52.440128" elapsed="0.002354"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.442944" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T00:58:52.443031" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T00:58:52.442638" elapsed="0.000416"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.447837" level="INFO">min :: 150542.24</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.443471" elapsed="0.004422"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T00:58:52.443327" elapsed="0.004601"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.452663" level="INFO">max :: 169806.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.448146" elapsed="0.004574"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T00:58:52.448018" elapsed="0.004738"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.457315" level="INFO">avg :: 164319.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-04-05T00:58:52.452972" elapsed="0.004413"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T00:58:52.452845" elapsed="0.004576"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.462097" level="INFO">stdev :: 55234.09</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.457638" elapsed="0.004535"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T00:58:52.457509" elapsed="0.004705"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T00:58:52.443124" elapsed="0.019127"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.466203" level="INFO">${min} = 150542.24</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:58:52.462502" elapsed="0.003731"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.470385" level="INFO">${max} = 169806.67</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:58:52.466461" elapsed="0.003972"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.474362" level="INFO">${average} = 164319.99</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:58:52.470618" elapsed="0.003771"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.478321" level="INFO">${stdev} = 55234.09</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T00:58:52.474573" elapsed="0.003788"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.478940" level="INFO">${date} = 2026-04-05 00:58:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-05T00:58:52.478521" elapsed="0.000447"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.479545" level="INFO">CBench Result: 2026-04-05 00:58:52,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,150542.24,169806.67,164319.99,55234.09</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.479118" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T00:58:52.480615" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-05T00:58:52.480204" elapsed="0.000478"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-05T00:58:52.480833" elapsed="0.000457"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T00:58:52.479741" elapsed="0.001632"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-05T00:48:45.744892" elapsed="606.736541"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.481905" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-05T00:58:52.481590" elapsed="0.000370"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-05T00:58:52.482489" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-04-05T00:58:52.482172" elapsed="0.000710"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-05T00:48:45.743447" elapsed="606.739482"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.484385" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T00:58:52.483983" elapsed="0.000459"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.485649" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-05T00:58:52.485305" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-05T00:58:52.486014" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:58:52.485797" elapsed="0.000275"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-05T00:58:52.489020" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-05T00:58:52.488774" elapsed="0.000301"/>
</branch>
<status status="PASS" start="2026-04-05T00:58:52.488756" elapsed="0.000343"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:58:52.489430" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-05T00:58:52.489229" elapsed="0.000345"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.490123" 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.171.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-04-05T00:58:52.489709" elapsed="0.000471"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-05T00:58:52.490753" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T00:58:52.490323" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T00:58:52.491916" level="INFO">Length is 0.</msg>
<msg time="2026-04-05T00:58:52.492020" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T00:58:52.491460" elapsed="0.000584"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:58:52.492188" elapsed="0.000338"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-05T00:58:52.493399" level="INFO">Logging into '10.30.171.219:22' as 'jenkins'.</msg>
<msg time="2026-04-05T00:58:53.073987" 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 Sun Apr  5 00:58:52 UTC 2026

  System load:  0.42               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.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: Sun Apr  5 00:48:46 2026 from 10.30.170.201
[?2004h[jenkins@releng-63164-164-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-05T00:58:52.493022" elapsed="0.581166"/>
</kw>
<msg time="2026-04-05T00:58:53.074277" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T00:58:52.492678" elapsed="0.581708"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-05T00:58:52.490985" elapsed="0.583523"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-05T00:58:53.075121" 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-04-05T01:08:59.246424" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-05T01:08:59.246956" level="INFO">${stdout} = </msg>
<msg time="2026-04-05T01:08:59.247062" 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-04-05T00:58:53.074778" elapsed="606.172341"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T01:08:59.247610" elapsed="0.000652"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.249509" 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:59:58.329 16  switches: flows:  113496 114367 115657 114424 114619 117341 117432 117888 120405 115738 114774 114058 115799 112905 112819 113043  total = 30.746083 per ms 
01:00:58.429 16  switches: flows:  119373 117885 120069 119028 118247 120740 119685 121559 117432 118042 118031 116344 120467 115822 115885 116394  total = 31.530727 per ms 
01:01:58.530 16  switches: flows:  120859 117761 119385 118634 118822 120883 120952 120853 119539 118452 119552 118762 119631 114399 114317 116605  total = 31.604009 per ms 
01:02:58.630 16  switches: flows:  117442 116063 117612 117197 116365 119701 119029 119947 116513 116933 117781 115327 116093 116162 115932 114362  total = 31.155595 per ms 
01:03:58.730 16  switches: flows:  121460 119450 121259 121881 121491 121439 121404 124390 121203 118913 121772 117939 122413 120560 119642 119024  total = 32.183622 per ms 
01:04:58.831 16  switches: flows:  122590 121875 122323 124628 122921 124874 123494 126841 124642 122282 124432 121604 123182 123324 122555 119536  total = 32.796719 per ms 
01:05:58.931 16  switches: flows:  122639 123203 123749 123230 121577 124616 125381 126413 124910 122701 124396 120908 120760 122463 122738 120380  total = 32.779676 per ms 
01:06:59.032 16  switches: flows:  124124 123754 125638 125967 124742 123992 126669 128192 124361 121822 123415 120511 124096 121230 122152 122416  total = 32.996234 per ms 
01:07:59.133 16  switches: flows:  123935 122436 123098 122754 121950 122542 121673 126353 122088 121327 123489 119297 121030 120635 120470 117900  total = 32.462026 per ms 
01:08:59.234 16  switches: flows:  128853 124260 127700 127053 125298 128726 126794 129082 126789 126356 125768 121873 125831 126368 124256 122401  total = 33.567425 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31155.59/33567.43/32341.78/10806.22 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.248694" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-05T01:08:59.250445" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-04-05T01:08:59.250004" elapsed="0.000614"/>
</branch>
<status status="PASS" start="2026-04-05T01:08:59.249944" elapsed="0.000731"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-05T01:08:59.250878" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-05T01:08:59.250800" elapsed="0.000166"/>
</branch>
<status status="NOT RUN" start="2026-04-05T01:08:59.250766" elapsed="0.000248"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-05T01:08:59.251081" elapsed="0.000028"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-05T01:08:59.256733" elapsed="0.000414"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-05T01:08:59.257309" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-05T01:08:59.257604" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-05T01:08:59.251791" elapsed="0.005962"/>
</kw>
<msg time="2026-04-05T01:08:59.257887" 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-04-05T00:58:52.486434" elapsed="606.771480"/>
</kw>
<status status="PASS" start="2026-04-05T00:58:52.486097" elapsed="606.771865"/>
</branch>
<status status="PASS" start="2026-04-05T00:58:52.485777" elapsed="606.772208"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.258418" 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:59:58.329 16  switches: flows:  113496 114367 115657 114424 114619 117341 117432 117888 120405 115738 114774 114058 115799 112905 112819 113043  total = 30.746083 per ms 
01:00:58.429 16  switches: flows:  119373 117885 120069 119028 118247 120740 119685 121559 117432 118042 118031 116344 120467 115822 115885 116394  total = 31.530727 per ms 
01:01:58.530 16  switches: flows:  120859 117761 119385 118634 118822 120883 120952 120853 119539 118452 119552 118762 119631 114399 114317 116605  total = 31.604009 per ms 
01:02:58.630 16  switches: flows:  117442 116063 117612 117197 116365 119701 119029 119947 116513 116933 117781 115327 116093 116162 115932 114362  total = 31.155595 per ms 
01:03:58.730 16  switches: flows:  121460 119450 121259 121881 121491 121439 121404 124390 121203 118913 121772 117939 122413 120560 119642 119024  total = 32.183622 per ms 
01:04:58.831 16  switches: flows:  122590 121875 122323 124628 122921 124874 123494 126841 124642 122282 124432 121604 123182 123324 122555 119536  total = 32.796719 per ms 
01:05:58.931 16  switches: flows:  122639 123203 123749 123230 121577 124616 125381 126413 124910 122701 124396 120908 120760 122463 122738 120380  total = 32.779676 per ms 
01:06:59.032 16  switches: flows:  124124 123754 125638 125967 124742 123992 126669 128192 124361 121822 123415 120511 124096 121230 122152 122416  total = 32.996234 per ms 
01:07:59.133 16  switches: flows:  123935 122436 123098 122754 121950 122542 121673 126353 122088 121327 123489 119297 121030 120635 120470 117900  total = 32.462026 per ms 
01:08:59.234 16  switches: flows:  128853 124260 127700 127053 125298 128726 126794 129082 126789 126356 125768 121873 125831 126368 124256 122401  total = 33.567425 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31155.59/33567.43/32341.78/10806.22 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.258122" elapsed="0.000369"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-05T01:08:59.258638" elapsed="0.000362"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-05T01:08:59.259392" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-05T01:08:59.259481" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31155.59/33567.43/32341.78/10806.22 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-05T01:08:59.259160" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T01:08:59.259906" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31155.59/33567.43/32341.78/10806.22 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T01:08:59.259658" elapsed="0.000274"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.262349" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.260082" elapsed="0.002324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.264936" level="INFO">31155.59/33567.43/32341.78/10806.22</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.262550" elapsed="0.002442"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T01:08:59.267352" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T01:08:59.265141" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-05T01:08:59.269786" level="INFO">@{result_value_list} = [ 31155.59 | 33567.43 | 32341.78 | 10806.22 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-05T01:08:59.267572" elapsed="0.002240"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.270271" level="INFO">Length is 4.</msg>
<msg time="2026-04-05T01:08:59.270374" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-05T01:08:59.269965" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.275070" level="INFO">min :: 31155.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.270780" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-05T01:08:59.270653" elapsed="0.004507"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.279634" level="INFO">max :: 33567.43</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.275387" elapsed="0.004301"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-05T01:08:59.275248" elapsed="0.004475"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.284236" level="INFO">avg :: 32341.78</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.279929" elapsed="0.004362"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-05T01:08:59.279806" elapsed="0.004534"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.288907" level="INFO">stdev :: 10806.22</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.284554" elapsed="0.004408"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-05T01:08:59.284424" elapsed="0.004573"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-05T01:08:59.270465" elapsed="0.018563"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.292984" level="INFO">${min} = 31155.59</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T01:08:59.289187" elapsed="0.003824"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.297053" level="INFO">${max} = 33567.43</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T01:08:59.293165" elapsed="0.003915"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.300962" level="INFO">${average} = 32341.78</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T01:08:59.297233" elapsed="0.003755"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.304917" level="INFO">${stdev} = 10806.22</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-05T01:08:59.301140" elapsed="0.003804"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.305463" level="INFO">${date} = 2026-04-05 01:08:59</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-05T01:08:59.305105" elapsed="0.000384"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.306043" level="INFO">CBench Result: 2026-04-05 01:08:59,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31155.59,33567.43,32341.78,10806.22</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-05T01:08:59.305640" elapsed="0.000459"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-05T01:08:59.307149" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-05T01:08:59.306711" elapsed="0.000504"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-05T01:08:59.307382" elapsed="0.000471"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-05T01:08:59.306233" elapsed="0.001684"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-05T00:58:52.484752" elapsed="606.823224"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.308449" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-05T01:08:59.308124" elapsed="0.000381"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-05T01:08:59.309712" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-05T01:08:59.309213" elapsed="0.000526"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-05T01:08:59.309954" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-04-05T01:08:59.309812" elapsed="0.000202"/>
</branch>
<status status="PASS" start="2026-04-05T01:08:59.309794" elapsed="0.000244"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.310176" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.310348" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.310511" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.310703" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.310862" elapsed="0.000021"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.311010" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.311158" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-05T01:08:59.311395" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-05T01:08:59.311242" elapsed="0.000205"/>
</branch>
<status status="NOT RUN" start="2026-04-05T01:08:59.311226" elapsed="0.000244"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-05T01:08:59.308881" elapsed="0.002639"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-05T00:58:52.483422" elapsed="606.828143"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-05T00:38:36.434020" elapsed="1822.878213"/>
</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>
