<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-05-13T03:22:21.106675" 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-05-13T03:22:21.708130" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:22:21.707971" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:21.707937" elapsed="0.000304"/>
</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-05-13T03:22:21.708406" elapsed="0.000528"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T03:22:21.709461" level="INFO">Logging into '10.30.171.78:8101' as 'karaf'.</msg>
<msg time="2026-05-13T03:22:22.517245" 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-05-13T03:22:21.709119" elapsed="0.808347"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T03:22:22.566169" 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-05-13T03:22:22.517773" elapsed="0.049325"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T03:22:22.570390" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T03:22:22.570577" 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-05-13T03:22:22.567761" elapsed="0.002864"/>
</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-05-13T03:22:22.570856" elapsed="0.000512"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:22:22.571628" elapsed="0.000864"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:22:22.573224" 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-05-13T03:22:22.572714" elapsed="0.000610"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T03:22:22.573453" elapsed="0.000113"/>
</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.78
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-13T03:22:21.707550" elapsed="0.866238"/>
</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-05-13T03:22:21.703464" elapsed="0.870451"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T03:22:22.577070" 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-05-13T03:22:22.574272" elapsed="0.002934"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T03:22:22.578074" 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-05-13T03:22:22.577578" elapsed="0.000574"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T03:22:22.579051" 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-05-13T03:22:22.578374" elapsed="0.000707"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T03:22:22.579665" 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-05-13T03:22:22.579269" elapsed="0.000441"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T03:22:22.580276" 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-05-13T03:22:22.579859" elapsed="0.000447"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T03:22:22.580822" 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-05-13T03:22:22.580503" elapsed="0.000362"/>
</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-05-13T03:22:22.581235" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:22:22.580975" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:22:22.586301" 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-05-13T03:22:22.585812" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:22:22.587493" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T03:22:22.587578" 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-05-13T03:22:22.586929" elapsed="0.000673"/>
</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-05-13T03:22:22.587750" elapsed="0.000354"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T03:22:22.589324" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-05-13T03:22:23.275679" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 03:22:22 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  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-240-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-05-13T03:22:22.588674" elapsed="0.687866"/>
</kw>
<msg time="2026-05-13T03:22:23.278252" 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-05-13T03:22:22.588290" elapsed="0.690196"/>
</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-05-13T03:22:22.586558" elapsed="0.692118"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.287934" 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-05-13T03:22:23.278996" elapsed="0.011027"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:22:23.291170" elapsed="0.000760"/>
</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-05-13T03:22:22.585214" elapsed="0.706901"/>
</kw>
<status status="PASS" start="2026-05-13T03:22:22.581420" elapsed="0.710790"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:22.580940" elapsed="0.711357"/>
</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-05-13T03:22:23.292701" elapsed="0.001250"/>
</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-05-13T03:22:23.300639" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:22:23.300501" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:23.300470" elapsed="0.000255"/>
</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-05-13T03:22:23.304375" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:22:23.304256" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:23.304236" elapsed="0.000227"/>
</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-05-13T03:22:23.304610" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.305589" level="INFO">Logging into '10.30.171.78:8101' as 'karaf'.</msg>
<msg time="2026-05-13T03:22:23.494202" 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-05-13T03:22:23.305284" elapsed="0.189187"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.604630" 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-05-13T03:22:23.494837" elapsed="0.110059"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.613227" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T03:22:23.613575" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-13T03:22:23.605437" elapsed="0.008187"/>
</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-05-13T03:22:23.613840" elapsed="0.000368"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:22:23.614447" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:22:23.615571" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:22:23.614967" elapsed="0.000690"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T03:22:23.615734" elapsed="0.000085"/>
</return>
<msg time="2026-05-13T03:22:23.616043" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.78
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-13T03:22:23.303886" elapsed="0.312204"/>
</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-05-13T03:22:23.616307" elapsed="0.000870"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T03:22:23.617253" elapsed="0.000099"/>
</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-05-13T03:22:23.300109" elapsed="0.317428"/>
</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-05-13T03:22:23.621510" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:22:23.621299" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:23.621275" elapsed="0.000308"/>
</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-05-13T03:22:23.621719" elapsed="0.000804"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.622956" level="INFO">Logging into '10.30.171.78:8101' as 'karaf'.</msg>
<msg time="2026-05-13T03:22:23.821339" 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-05-13T03:22:23.622686" elapsed="0.198934"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.849526" 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-05-13T03:22:23.821977" elapsed="0.027637"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.851447" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-13T03:22:23.851558" 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-05-13T03:22:23.849791" elapsed="0.001796"/>
</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-05-13T03:22:23.851723" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:22:23.852054" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:22:23.852797" 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-05-13T03:22:23.852433" elapsed="0.000427"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-13T03:22:23.852915" elapsed="0.000070"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.78
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-13T03:22:23.620952" elapsed="0.232172"/>
</kw>
<status status="PASS" start="2026-05-13T03:22:21.701352" elapsed="2.151867"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:22:23.855476" 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-05-13T03:22:23.854213" elapsed="0.001348"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T03:22:23.857516" 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-05-13T03:22:23.857122" elapsed="0.000453"/>
</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-05-13T03:22:23.857934" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:22:23.857659" elapsed="0.000334"/>
</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-05-13T03:22:23.861040" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:22:23.860774" elapsed="0.000323"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:23.860754" elapsed="0.000371"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.861507" 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-05-13T03:22:23.861664" 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-05-13T03:22:23.861263" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:22:23.862262" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.175" 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-05-13T03:22:23.861828" elapsed="0.000500"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.863180" 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-05-13T03:22:23.862485" elapsed="0.000722"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:22:23.864306" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T03:22:23.864413" 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-05-13T03:22:23.863965" elapsed="0.000474"/>
</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-05-13T03:22:23.864584" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T03:22:23.865859" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-05-13T03:22:24.174130" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 03:22:22 UTC 2026

  System load:  0.05               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed May 13 03:22:23 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-240-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-05-13T03:22:23.865467" elapsed="0.308958"/>
</kw>
<msg time="2026-05-13T03:22:24.174543" 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-05-13T03:22:23.865092" elapsed="0.309575"/>
</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-05-13T03:22:23.863426" elapsed="0.311395"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T03:22:24.175931" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T03:32:30.293635" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T03:32:30.294165" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T03:32:30.294279" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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-05-13T03:22:24.175118" elapsed="606.119255"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:32:30.294891" elapsed="0.000731"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.296754" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:29.378 16  switches: flows:  107515 106356 107105 106540 108466 108116 106120 104440 104235 106455 106909 103691 103294 106626 102990 105178  total = 28.233933 per ms 
03:24:29.479 16  switches: flows:  120004 117353 117556 119206 119569 117231 117291 113589 117301 117367 115600 114437 113859 115855 115292 116776  total = 31.086025 per ms 
03:25:29.580 16  switches: flows:  116915 112420 114298 115778 114217 113787 112283 110599 114656 114012 112286 112269 110104 112904 113142 113399  total = 30.167478 per ms 
03:26:29.681 16  switches: flows:  122150 119319 118548 121171 118992 120744 119516 116663 118925 119186 117744 117004 117992 118917 117859 115912  total = 31.624572 per ms 
03:27:29.781 16  switches: flows:  122026 119109 119658 120129 118082 119865 119388 118923 116863 119025 118526 116767 118786 116579 117919 116707  total = 31.586481 per ms 
03:28:29.883 16  switches: flows:  124070 123900 124391 122099 123333 124393 123982 118866 118578 121659 119889 121598 119936 119845 118088 120538  total = 32.365081 per ms 
03:29:29.984 16  switches: flows:  126114 124199 125611 123953 125211 124934 124965 120163 121293 120292 120146 123457 121353 120566 120100 121468  total = 32.675859 per ms 
03:30:30.085 16  switches: flows:  126136 123207 125111 120697 124796 121791 124197 118569 117691 118438 118838 121403 119112 120335 118787 121949  total = 32.296984 per ms 
03:31:30.186 16  switches: flows:  126490 125113 126578 121624 124105 122925 123909 117474 119177 122275 119881 124168 120294 121639 119225 120711  total = 32.538759 per ms 
03:32:30.287 16  switches: flows:  125742 124079 124597 121583 122753 122487 123185 118230 119615 122131 118865 123335 118916 120546 118180 121066  total = 32.367824 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30167.48/32675.86/31856.56/10647.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:32:30.295992" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T03:32:30.297578" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-05-13T03:32:30.297240" elapsed="0.000499"/>
</branch>
<status status="PASS" start="2026-05-13T03:32:30.297184" elapsed="0.000614"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T03:32:30.298019" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:32:30.297935" elapsed="0.000183"/>
</branch>
<status status="NOT RUN" start="2026-05-13T03:32:30.297898" elapsed="0.000278"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T03:32:30.298256" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T03:32:30.303518" elapsed="0.000342"/>
</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-05-13T03:32:30.304010" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:32:30.304313" elapsed="0.000117"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T03:32:30.299021" elapsed="0.005465"/>
</kw>
<msg time="2026-05-13T03:32:30.304617" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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-05-13T03:22:23.858353" elapsed="606.446291"/>
</kw>
<status status="PASS" start="2026-05-13T03:22:23.858023" elapsed="606.446670"/>
</branch>
<status status="PASS" start="2026-05-13T03:22:23.857635" elapsed="606.447083"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.305156" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:23:29.378 16  switches: flows:  107515 106356 107105 106540 108466 108116 106120 104440 104235 106455 106909 103691 103294 106626 102990 105178  total = 28.233933 per ms 
03:24:29.479 16  switches: flows:  120004 117353 117556 119206 119569 117231 117291 113589 117301 117367 115600 114437 113859 115855 115292 116776  total = 31.086025 per ms 
03:25:29.580 16  switches: flows:  116915 112420 114298 115778 114217 113787 112283 110599 114656 114012 112286 112269 110104 112904 113142 113399  total = 30.167478 per ms 
03:26:29.681 16  switches: flows:  122150 119319 118548 121171 118992 120744 119516 116663 118925 119186 117744 117004 117992 118917 117859 115912  total = 31.624572 per ms 
03:27:29.781 16  switches: flows:  122026 119109 119658 120129 118082 119865 119388 118923 116863 119025 118526 116767 118786 116579 117919 116707  total = 31.586481 per ms 
03:28:29.883 16  switches: flows:  124070 123900 124391 122099 123333 124393 123982 118866 118578 121659 119889 121598 119936 119845 118088 120538  total = 32.365081 per ms 
03:29:29.984 16  switches: flows:  126114 124199 125611 123953 125211 124934 124965 120163 121293 120292 120146 123457 121353 120566 120100 121468  total = 32.675859 per ms 
03:30:30.085 16  switches: flows:  126136 123207 125111 120697 124796 121791 124197 118569 117691 118438 118838 121403 119112 120335 118787 121949  total = 32.296984 per ms 
03:31:30.186 16  switches: flows:  126490 125113 126578 121624 124105 122925 123909 117474 119177 122275 119881 124168 120294 121639 119225 120711  total = 32.538759 per ms 
03:32:30.287 16  switches: flows:  125742 124079 124597 121583 122753 122487 123185 118230 119615 122131 118865 123335 118916 120546 118180 121066  total = 32.367824 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30167.48/32675.86/31856.56/10647.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:32:30.304861" 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-05-13T03:32:30.305379" elapsed="0.000391"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T03:32:30.306163" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T03:32:30.306256" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30167.48/32675.86/31856.56/10647.19 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-05-13T03:32:30.305930" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:32:30.306779" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30167.48/32675.86/31856.56/10647.19 | 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-05-13T03:32:30.306504" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.309200" 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-05-13T03:32:30.306954" elapsed="0.002304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.311872" level="INFO">30167.48/32675.86/31856.56/10647.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:32:30.309419" elapsed="0.002510"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:32:30.314288" 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-05-13T03:32:30.312087" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:32:30.316832" level="INFO">@{result_value_list} = [ 30167.48 | 32675.86 | 31856.56 | 10647.19 ]</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-05-13T03:32:30.314585" elapsed="0.002277"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.317337" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T03:32:30.317444" 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-05-13T03:32:30.317020" elapsed="0.000450"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.322424" level="INFO">min :: 30167.48</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-05-13T03:32:30.317892" elapsed="0.004603"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T03:32:30.317756" elapsed="0.004780"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.327106" level="INFO">max :: 32675.86</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-05-13T03:32:30.322766" elapsed="0.004397"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T03:32:30.322635" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.331705" level="INFO">avg :: 31856.56</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-05-13T03:32:30.327435" elapsed="0.004328"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T03:32:30.327290" elapsed="0.004508"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.336464" level="INFO">stdev :: 10647.19</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-05-13T03:32:30.332018" elapsed="0.004504"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T03:32:30.331890" elapsed="0.004667"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T03:32:30.317545" elapsed="0.019045"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.340519" level="INFO">${min} = 30167.48</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-05-13T03:32:30.336752" elapsed="0.003794"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.344813" level="INFO">${max} = 32675.86</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-05-13T03:32:30.340700" elapsed="0.004140"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.348915" level="INFO">${average} = 31856.56</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-05-13T03:32:30.344995" elapsed="0.003946"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.352878" level="INFO">${stdev} = 10647.19</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-05-13T03:32:30.349093" elapsed="0.003813"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.353447" level="INFO">${date} = 2026-05-13 03:32:30</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-13T03:32:30.353068" elapsed="0.000405"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.354029" level="INFO">CBench Result: 2026-05-13 03:32:30,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30167.48,32675.86,31856.56,10647.19</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-05-13T03:32:30.353620" elapsed="0.000465"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T03:32:30.355229" 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-05-13T03:32:30.354806" elapsed="0.000490"/>
</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-05-13T03:32:30.355463" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T03:32:30.354242" elapsed="0.001763"/>
</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-05-13T03:22:23.856258" elapsed="606.499809"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.356566" 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-05-13T03:32:30.356218" elapsed="0.000404"/>
</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-05-13T03:32:30.357158" elapsed="0.000296"/>
</kw>
<status status="PASS" start="2026-05-13T03:32:30.356839" elapsed="0.000689"/>
</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-05-13T03:22:23.853430" elapsed="606.504135"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.358902" 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-05-13T03:32:30.358507" elapsed="0.000451"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.360241" 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-05-13T03:32:30.359904" elapsed="0.000380"/>
</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-05-13T03:32:30.360649" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:32:30.360421" elapsed="0.000286"/>
</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-05-13T03:32:30.363652" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:32:30.363390" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-05-13T03:32:30.363371" elapsed="0.000361"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:32:30.364097" 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-05-13T03:32:30.364216" 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-05-13T03:32:30.363870" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.364812" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.78 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.175" 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-05-13T03:32:30.364376" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:32:30.365419" 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-05-13T03:32:30.365009" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:32:30.366370" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T03:32:30.366478" 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-05-13T03:32:30.366036" elapsed="0.000465"/>
</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-05-13T03:32:30.366643" elapsed="0.000325"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T03:32:30.367843" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-05-13T03:32:30.941956" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 03:32:30 UTC 2026

  System load:  0.92               Processes:             104
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed May 13 03:22:24 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-240-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-05-13T03:32:30.367488" elapsed="0.574736"/>
</kw>
<msg time="2026-05-13T03:32:30.942327" 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-05-13T03:32:30.367121" elapsed="0.575331"/>
</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-05-13T03:32:30.365651" elapsed="0.576937"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T03:32:30.943237" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.78 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T03:42:39.321695" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T03:42:39.322879" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T03:42:39.322990" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.78: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-05-13T03:32:30.942870" elapsed="608.380186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:42:39.323571" elapsed="0.000754"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.325697" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.78: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.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:36.059 16  switches: flows:  522757 533664 529256 503449 508497 507575 488755 512463 488447 493819 499401 510179 495297 513648 500493 498133  total = 135.097217 per ms 
03:34:36.161 16  switches: flows:  599690 586271 590181 579160 586065 576174 588231 584209 574681 580148 587035 592486 589231 584145 581292 579009  total = 155.702539 per ms 
03:35:36.262 16  switches: flows:  517604 505612 508605 526786 524292 514890 529774 539892 507785 521522 524294 515176 499829 503588 524164 509379  total = 137.654828 per ms 
03:36:36.363 16  switches: flows:  601112 583256 540789 602316 599970 605409 599533 605101 587612 589284 594307 564732 589795 594112 619459 560719  total = 157.028595 per ms 
03:37:36.465 16  switches: flows:  634589 639089 627015 632742 631036 638592 649429 633697 630171 642151 638649 637435 628584 616262 634807 636677  total = 168.893897 per ms 
03:38:36.570 16  switches: flows:  640764 642501 648153 645697 647836 642706 648873 640166 630752 645393 642813 647042 641011 646085 646647 643315  total = 171.373197 per ms 
03:39:39.011 16  switches: flows:  421700 427261 423275 434865 436105 430259 437384 427332 435671 451522 442563 430724 437801 435479 444583 436711  total = 111.357009 per ms 
03:40:39.114 16  switches: flows:  569709 608476 559704 588825 558819 573502 585243 578254 593135 492531 592876 585353 569801 581988 607539 600269  total = 153.839094 per ms 
03:41:39.216 16  switches: flows:  579981 594672 567439 580433 585828 593709 563128 596307 551642 574237 585529 550525 553951 587944 597058 584170  total = 153.850548 per ms 
03:42:39.318 16  switches: flows:  627092 643105 631618 631419 637400 628175 626806 629932 633176 624792 629656 636847 630366 625882 625798 632724  total = 167.961514 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 111357.01/171373.20/153073.47/53995.94 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:42:39.324739" elapsed="0.001305"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T03:42:39.326735" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-13T03:42:39.326248" elapsed="0.000658"/>
</branch>
<status status="PASS" start="2026-05-13T03:42:39.326192" elapsed="0.000776"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T03:42:39.327197" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:42:39.327108" elapsed="0.000185"/>
</branch>
<status status="NOT RUN" start="2026-05-13T03:42:39.327070" elapsed="0.000276"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T03:42:39.327454" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-13T03:42:39.332904" elapsed="0.000351"/>
</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-05-13T03:42:39.333421" elapsed="0.000175"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:42:39.333726" 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-05-13T03:42:39.328260" elapsed="0.005623"/>
</kw>
<msg time="2026-05-13T03:42:39.334011" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.78: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-05-13T03:32:30.361070" elapsed="608.972967"/>
</kw>
<status status="PASS" start="2026-05-13T03:32:30.360735" elapsed="608.973352"/>
</branch>
<status status="PASS" start="2026-05-13T03:32:30.360381" elapsed="608.973731"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.334575" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.78: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.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:33:36.059 16  switches: flows:  522757 533664 529256 503449 508497 507575 488755 512463 488447 493819 499401 510179 495297 513648 500493 498133  total = 135.097217 per ms 
03:34:36.161 16  switches: flows:  599690 586271 590181 579160 586065 576174 588231 584209 574681 580148 587035 592486 589231 584145 581292 579009  total = 155.702539 per ms 
03:35:36.262 16  switches: flows:  517604 505612 508605 526786 524292 514890 529774 539892 507785 521522 524294 515176 499829 503588 524164 509379  total = 137.654828 per ms 
03:36:36.363 16  switches: flows:  601112 583256 540789 602316 599970 605409 599533 605101 587612 589284 594307 564732 589795 594112 619459 560719  total = 157.028595 per ms 
03:37:36.465 16  switches: flows:  634589 639089 627015 632742 631036 638592 649429 633697 630171 642151 638649 637435 628584 616262 634807 636677  total = 168.893897 per ms 
03:38:36.570 16  switches: flows:  640764 642501 648153 645697 647836 642706 648873 640166 630752 645393 642813 647042 641011 646085 646647 643315  total = 171.373197 per ms 
03:39:39.011 16  switches: flows:  421700 427261 423275 434865 436105 430259 437384 427332 435671 451522 442563 430724 437801 435479 444583 436711  total = 111.357009 per ms 
03:40:39.114 16  switches: flows:  569709 608476 559704 588825 558819 573502 585243 578254 593135 492531 592876 585353 569801 581988 607539 600269  total = 153.839094 per ms 
03:41:39.216 16  switches: flows:  579981 594672 567439 580433 585828 593709 563128 596307 551642 574237 585529 550525 553951 587944 597058 584170  total = 153.850548 per ms 
03:42:39.318 16  switches: flows:  627092 643105 631618 631419 637400 628175 626806 629932 633176 624792 629656 636847 630366 625882 625798 632724  total = 167.961514 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 111357.01/171373.20/153073.47/53995.94 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:42:39.334258" elapsed="0.000391"/>
</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-05-13T03:42:39.334796" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T03:42:39.335611" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T03:42:39.335703" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 111357.01/171373.20/153073.47/53995.94 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-05-13T03:42:39.335336" elapsed="0.000392"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:42:39.336674" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 111357.01/171373.20/153073.47/53995.94 | 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-05-13T03:42:39.335907" elapsed="0.000812"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.339348" 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-05-13T03:42:39.336910" elapsed="0.002512"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.341843" level="INFO">111357.01/171373.20/153073.47/53995.94</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:42:39.339570" elapsed="0.002341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:42:39.344295" 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-05-13T03:42:39.342068" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:42:39.346825" level="INFO">@{result_value_list} = [ 111357.01 | 171373.20 | 153073.47 | 53995.94 ]</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-05-13T03:42:39.344536" elapsed="0.002317"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.347520" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T03:42:39.347614" 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-05-13T03:42:39.347030" elapsed="0.000608"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.352463" level="INFO">min :: 111357.01</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:42:39.348062" elapsed="0.004459"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T03:42:39.347931" elapsed="0.004624"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.357349" level="INFO">max :: 171373.20</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-05-13T03:42:39.352774" elapsed="0.004649"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T03:42:39.352646" elapsed="0.004813"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.362016" level="INFO">avg :: 153073.47</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:42:39.357677" elapsed="0.004396"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T03:42:39.357549" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.366880" level="INFO">stdev :: 53995.94</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-05-13T03:42:39.362357" elapsed="0.004581"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T03:42:39.362197" elapsed="0.004776"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T03:42:39.347708" elapsed="0.019296"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.370992" level="INFO">${min} = 111357.01</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-05-13T03:42:39.367165" elapsed="0.003855"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.375234" level="INFO">${max} = 171373.20</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-05-13T03:42:39.371173" elapsed="0.004089"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.379281" level="INFO">${average} = 153073.47</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T03:42:39.375432" elapsed="0.003876"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.383272" level="INFO">${stdev} = 53995.94</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-05-13T03:42:39.379475" elapsed="0.003823"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.383830" level="INFO">${date} = 2026-05-13 03:42:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-13T03:42:39.383474" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.384477" level="INFO">CBench Result: 2026-05-13 03:42:39,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,111357.01,171373.20,153073.47,53995.94</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-05-13T03:42:39.384042" elapsed="0.000492"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T03:42:39.385619" 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-05-13T03:42:39.385174" elapsed="0.000512"/>
</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-05-13T03:42:39.385839" elapsed="0.000519"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T03:42:39.384693" elapsed="0.001748"/>
</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-05-13T03:32:30.359282" elapsed="609.027221"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.386975" 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-05-13T03:42:39.386655" elapsed="0.000378"/>
</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-05-13T03:42:39.387571" elapsed="0.000311"/>
</kw>
<status status="PASS" start="2026-05-13T03:42:39.387250" elapsed="0.000707"/>
</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-05-13T03:32:30.357880" elapsed="609.030140"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.389225" 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-05-13T03:42:39.388847" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.390523" 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-05-13T03:42:39.390167" elapsed="0.000398"/>
</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-05-13T03:42:39.390931" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:42:39.390679" 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-05-13T03:42:39.393951" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:42:39.393699" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-05-13T03:42:39.393680" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:42:39.394366" 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-05-13T03:42:39.394501" 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-05-13T03:42:39.394165" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.395130" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.175" 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-05-13T03:42:39.394664" elapsed="0.000525"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-13T03:42:39.395770" 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-05-13T03:42:39.395345" elapsed="0.000451"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:42:39.396980" level="INFO">Length is 0.</msg>
<msg time="2026-05-13T03:42:39.397098" 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-05-13T03:42:39.396470" elapsed="0.000653"/>
</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-05-13T03:42:39.397323" elapsed="0.000384"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-13T03:42:39.398668" level="INFO">Logging into '10.30.170.175:22' as 'jenkins'.</msg>
<msg time="2026-05-13T03:42:39.985929" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed May 13 03:42:39 UTC 2026

  System load:  0.34               Processes:             107
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.175
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed May 13 03:32:30 2026 from 10.30.170.123
[?2004h[jenkins@releng-63164-240-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-05-13T03:42:39.398259" elapsed="0.588043"/>
</kw>
<msg time="2026-05-13T03:42:39.986503" 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-05-13T03:42:39.397887" elapsed="0.588768"/>
</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-05-13T03:42:39.396051" elapsed="0.590821"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-13T03:42:39.988109" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.78 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-13T03:52:46.044644" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-13T03:52:46.045479" level="INFO">${stdout} = </msg>
<msg time="2026-05-13T03:52:46.045605" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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-05-13T03:42:39.987308" elapsed="606.058372"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:52:46.046323" elapsed="0.000941"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.048829" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:43:45.130 16  switches: flows:  106556 105781 105055 104214 105067 105642 103728 105976 103930 103919 105081 103239 103044 104254 104097 104063  total = 27.894100 per ms 
03:44:45.230 16  switches: flows:  110348 109823 108984 109344 110290 109663 108731 107958 106799 107269 110075 108888 107108 107449 107674 108198  total = 28.928304 per ms 
03:45:45.331 16  switches: flows:  116427 117227 114317 115385 115370 116578 113738 116492 115175 114407 114966 114062 114068 113807 114792 117176  total = 30.681919 per ms 
03:46:45.432 16  switches: flows:  117962 118708 114051 116977 115340 119623 112536 113860 116122 113856 114812 112876 115829 112852 116430 114703  total = 30.724320 per ms 
03:47:45.533 16  switches: flows:  108504 111300 109521 108268 109261 109520 108753 106686 107013 106499 106734 105723 107443 107127 110085 107058  total = 28.776851 per ms 
03:48:45.634 16  switches: flows:  116028 117292 113028 113185 114943 116362 113683 112629 113679 112346 113254 112565 113700 112660 114864 115101  total = 30.371296 per ms 
03:49:45.735 16  switches: flows:  111649 111611 110236 108943 109025 112593 108168 110212 109553 107684 107602 108020 109506 108851 109590 108325  total = 29.144173 per ms 
03:50:45.835 16  switches: flows:  120038 122794 117391 118632 119519 117868 115631 119973 116570 118091 115795 115731 119695 118518 118776 118931  total = 31.513257 per ms 
03:51:45.936 16  switches: flows:  122041 122404 119808 121560 119845 119948 116788 120339 117082 117746 117584 117989 118724 120156 120137 120156  total = 31.818666 per ms 
03:52:46.037 16  switches: flows:  110103 111097 106762 108091 110960 108840 107269 108455 108723 106509 107855 105829 108810 108347 108254 109857  total = 28.881124 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28776.85/31818.67/30093.32/10093.36 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:52:46.047796" elapsed="0.001379"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-13T03:52:46.049741" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-05-13T03:52:46.049367" elapsed="0.000541"/>
</branch>
<status status="PASS" start="2026-05-13T03:52:46.049314" elapsed="0.000655"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-13T03:52:46.050234" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-05-13T03:52:46.050142" elapsed="0.000192"/>
</branch>
<status status="NOT RUN" start="2026-05-13T03:52:46.050096" elapsed="0.000334"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-13T03:52:46.050523" elapsed="0.000036"/>
</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-05-13T03:52:46.054840" elapsed="0.000350"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-13T03:52:46.055340" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-13T03:52:46.055655" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-13T03:52:46.051260" elapsed="0.004548"/>
</kw>
<msg time="2026-05-13T03:52:46.055937" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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-05-13T03:42:39.391346" elapsed="606.664618"/>
</kw>
<status status="PASS" start="2026-05-13T03:42:39.391019" elapsed="606.664995"/>
</branch>
<status status="PASS" start="2026-05-13T03:42:39.390656" elapsed="606.665383"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.056511" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.78: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.78. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:43:45.130 16  switches: flows:  106556 105781 105055 104214 105067 105642 103728 105976 103930 103919 105081 103239 103044 104254 104097 104063  total = 27.894100 per ms 
03:44:45.230 16  switches: flows:  110348 109823 108984 109344 110290 109663 108731 107958 106799 107269 110075 108888 107108 107449 107674 108198  total = 28.928304 per ms 
03:45:45.331 16  switches: flows:  116427 117227 114317 115385 115370 116578 113738 116492 115175 114407 114966 114062 114068 113807 114792 117176  total = 30.681919 per ms 
03:46:45.432 16  switches: flows:  117962 118708 114051 116977 115340 119623 112536 113860 116122 113856 114812 112876 115829 112852 116430 114703  total = 30.724320 per ms 
03:47:45.533 16  switches: flows:  108504 111300 109521 108268 109261 109520 108753 106686 107013 106499 106734 105723 107443 107127 110085 107058  total = 28.776851 per ms 
03:48:45.634 16  switches: flows:  116028 117292 113028 113185 114943 116362 113683 112629 113679 112346 113254 112565 113700 112660 114864 115101  total = 30.371296 per ms 
03:49:45.735 16  switches: flows:  111649 111611 110236 108943 109025 112593 108168 110212 109553 107684 107602 108020 109506 108851 109590 108325  total = 29.144173 per ms 
03:50:45.835 16  switches: flows:  120038 122794 117391 118632 119519 117868 115631 119973 116570 118091 115795 115731 119695 118518 118776 118931  total = 31.513257 per ms 
03:51:45.936 16  switches: flows:  122041 122404 119808 121560 119845 119948 116788 120339 117082 117746 117584 117989 118724 120156 120137 120156  total = 31.818666 per ms 
03:52:46.037 16  switches: flows:  110103 111097 106762 108091 110960 108840 107269 108455 108723 106509 107855 105829 108810 108347 108254 109857  total = 28.881124 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28776.85/31818.67/30093.32/10093.36 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:52:46.056184" elapsed="0.000401"/>
</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-05-13T03:52:46.056733" elapsed="0.000369"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-13T03:52:46.057506" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-13T03:52:46.057597" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28776.85/31818.67/30093.32/10093.36 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-13T03:52:46.057263" elapsed="0.000359"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:52:46.058090" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28776.85/31818.67/30093.32/10093.36 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T03:52:46.057791" elapsed="0.000336"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.060704" 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-05-13T03:52:46.058284" elapsed="0.002477"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.063271" level="INFO">28776.85/31818.67/30093.32/10093.36</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:52:46.060907" elapsed="0.002421"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:52:46.065725" 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-05-13T03:52:46.063498" elapsed="0.002255"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-13T03:52:46.068159" level="INFO">@{result_value_list} = [ 28776.85 | 31818.67 | 30093.32 | 10093.36 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-13T03:52:46.065943" elapsed="0.002243"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.068687" level="INFO">Length is 4.</msg>
<msg time="2026-05-13T03:52:46.068777" 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-05-13T03:52:46.068355" elapsed="0.000445"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.073685" level="INFO">min :: 28776.85</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-05-13T03:52:46.069186" elapsed="0.004560"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-13T03:52:46.069058" elapsed="0.004725"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.078306" level="INFO">max :: 31818.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-05-13T03:52:46.074007" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-13T03:52:46.073875" elapsed="0.004535"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.083072" level="INFO">avg :: 30093.32</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-05-13T03:52:46.078622" elapsed="0.004508"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-13T03:52:46.078495" elapsed="0.004670"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.087810" level="INFO">stdev :: 10093.36</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:52:46.083378" elapsed="0.004488"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-13T03:52:46.083250" elapsed="0.004651"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-13T03:52:46.068866" elapsed="0.019065"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.092509" level="INFO">${min} = 28776.85</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-05-13T03:52:46.088115" elapsed="0.004422"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.096611" level="INFO">${max} = 31818.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-05-13T03:52:46.092692" elapsed="0.003947"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.100650" level="INFO">${average} = 30093.32</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-05-13T03:52:46.096794" elapsed="0.003886"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.104923" level="INFO">${stdev} = 10093.36</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-13T03:52:46.100849" elapsed="0.004101"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.105521" level="INFO">${date} = 2026-05-13 03:52:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-13T03:52:46.105123" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.106122" level="INFO">CBench Result: 2026-05-13 03:52:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28776.85,31818.67,30093.32,10093.36</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-13T03:52:46.105696" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-13T03:52:46.107361" 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-05-13T03:52:46.106860" elapsed="0.000592"/>
</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-05-13T03:52:46.107616" elapsed="0.000487"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-13T03:52:46.106355" elapsed="0.001815"/>
</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-05-13T03:42:39.389616" elapsed="606.718639"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.108767" 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-05-13T03:52:46.108435" elapsed="0.000392"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-13T03:52:46.110100" 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-05-13T03:52:46.109604" elapsed="0.000523"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-13T03:52:46.110363" elapsed="0.000053"/>
</return>
<status status="PASS" start="2026-05-13T03:52:46.110208" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-05-13T03:52:46.110186" elapsed="0.000293"/>
</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-05-13T03:52:46.110629" elapsed="0.000023"/>
</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-05-13T03:52:46.110788" 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-05-13T03:52:46.110947" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-13T03:52:46.111146" 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-05-13T03:52:46.111295" 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-05-13T03:52:46.111469" elapsed="0.000022"/>
</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-05-13T03:52:46.111640" elapsed="0.000021"/>
</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-05-13T03:52:46.111867" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-13T03:52:46.111728" elapsed="0.000191"/>
</branch>
<status status="NOT RUN" start="2026-05-13T03:52:46.111710" elapsed="0.000233"/>
</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-05-13T03:52:46.109221" elapsed="0.002773"/>
</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-05-13T03:42:39.388325" elapsed="606.723715"/>
</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-05-13T03:22:21.108351" elapsed="1825.004215"/>
</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>
