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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-25T03:12:13.887216" elapsed="0.958488"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-25T03:12:14.896283" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-25T03:12:14.846182" elapsed="0.050357"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-25T03:12:14.898708" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-25T03:12:14.898833" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-25T03:12:14.896970" elapsed="0.001894"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-25T03:12:14.899040" elapsed="0.000287"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:12:14.899485" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:12:14.900388" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:12:14.899938" elapsed="0.000516"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T03:12:14.900517" elapsed="0.000081"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.224
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-25T03:12:13.885665" elapsed="1.015088"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-25T03:12:13.882000" elapsed="1.018825"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T03:12:14.901570" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T03:12:14.901062" elapsed="0.000567"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T03:12:14.902069" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T03:12:14.901786" elapsed="0.000342"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T03:12:14.902712" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-25T03:12:14.902289" elapsed="0.000451"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T03:12:14.903334" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-25T03:12:14.902918" elapsed="0.000459"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T03:12:14.903940" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-25T03:12:14.903524" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T03:12:14.904469" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-25T03:12:14.904154" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-25T03:12:14.904837" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:12:14.904611" elapsed="0.000281"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:12:14.909567" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:12:14.909127" elapsed="0.000467"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:12:14.910653" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T03:12:14.910736" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:12:14.910163" elapsed="0.000598"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:12:14.910949" elapsed="0.000624"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T03:12:14.912679" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-04-25T03:12:15.633411" 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 Sat Apr 25 03:12:15 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.77
  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-204-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-25T03:12:14.912142" elapsed="0.721460"/>
</kw>
<msg time="2026-04-25T03:12:15.633727" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:12:14.911758" elapsed="0.722070"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-25T03:12:14.909802" elapsed="0.724157"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-25T03:12:15.644997" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-25T03:12:15.634236" elapsed="0.013103"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:12:15.647839" elapsed="0.001437"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-25T03:12:14.908558" elapsed="0.740896"/>
</kw>
<status status="PASS" start="2026-04-25T03:12:14.904974" elapsed="0.744566"/>
</branch>
<status status="PASS" start="2026-04-25T03:12:14.904580" elapsed="0.745046"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-25T03:12:15.650076" elapsed="0.001068"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-25T03:12:15.657390" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-25T03:12:15.657258" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-04-25T03:12:15.657231" elapsed="0.000241"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-25T03:12:15.661172" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-25T03:12:15.661052" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-25T03:12:15.661031" elapsed="0.000211"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:12:15.661389" elapsed="0.000521"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-25T03:12:15.662391" level="INFO">Logging into '10.30.170.224:8101' as 'karaf'.</msg>
<msg time="2026-04-25T03:12:15.898858" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-25T03:12:15.662111" elapsed="0.236937"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.000469" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-25T03:12:15.900079" elapsed="0.101659"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.010446" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-25T03:12:16.011344" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-25T03:12:16.003070" elapsed="0.008324"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-25T03:12:16.011654" elapsed="0.000421"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:12:16.012337" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:12:16.013356" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:12:16.012831" elapsed="0.000580"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T03:12:16.013463" elapsed="0.000051"/>
</return>
<msg time="2026-04-25T03:12:16.013664" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.224
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-25T03:12:15.660665" elapsed="0.353031"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-25T03:12:16.013842" elapsed="0.000545"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T03:12:16.014439" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-25T03:12:15.656912" elapsed="0.357659"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-25T03:12:16.018370" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-25T03:12:16.018229" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-25T03:12:16.018204" elapsed="0.000239"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:12:16.018576" elapsed="0.000912"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.019906" level="INFO">Logging into '10.30.170.224:8101' as 'karaf'.</msg>
<msg time="2026-04-25T03:12:16.198273" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-25T03:12:16.019637" elapsed="0.178797"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.224548" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-25T03:12:16.198689" elapsed="0.026012"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.226735" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-25T03:12:16.226844" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-25T03:12:16.224997" elapsed="0.001879"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-25T03:12:16.227033" elapsed="0.000217"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:12:16.227402" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:12:16.228100" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:12:16.227756" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-25T03:12:16.228210" elapsed="0.000050"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.224
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-25T03:12:16.017870" elapsed="0.210526"/>
</kw>
<status status="PASS" start="2026-04-25T03:12:13.879933" elapsed="2.348535"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:12:16.233830" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:12:16.229726" elapsed="0.004328"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T03:12:16.237823" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-25T03:12:16.236865" elapsed="0.001070"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-25T03:12:16.238688" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:12:16.238161" elapsed="0.000664"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-25T03:12:16.245320" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:12:16.245005" elapsed="0.000380"/>
</branch>
<status status="PASS" start="2026-04-25T03:12:16.244977" elapsed="0.000437"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.245861" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-25T03:12:16.245561" elapsed="0.000510"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:12:16.246707" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.77" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:12:16.246226" elapsed="0.000543"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.247410" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:12:16.246913" elapsed="0.000524"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:12:16.248420" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T03:12:16.248516" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:12:16.248068" elapsed="0.000472"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:12:16.248690" elapsed="0.000369"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.249989" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-04-25T03:12:16.571639" 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 Sat Apr 25 03:12:15 UTC 2026

  System load:  0.12               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.77
  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: Sat Apr 25 03:12:15 2026 from 10.30.171.220
[?2004h[jenkins@releng-63164-204-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-25T03:12:16.249566" elapsed="0.322288"/>
</kw>
<msg time="2026-04-25T03:12:16.571951" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:12:16.249215" elapsed="0.322860"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-25T03:12:16.247653" elapsed="0.324558"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-25T03:12:16.573147" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-25T03:22:22.682483" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-25T03:22:22.683083" level="INFO">${stdout} = </msg>
<msg time="2026-04-25T03:22:22.683196" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-25T03:12:16.572448" elapsed="606.110807"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:22:22.683721" elapsed="0.000803"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.685834" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:21.776 16  switches: flows:  99838 103373 101625 100189 99105 101118 102895 98729 96634 95494 95725 96056 94924 95449 96360 93392  total = 26.181767 per ms 
03:14:21.876 16  switches: flows:  115340 115155 114948 113657 113194 113835 114392 113400 109580 106695 107095 106388 105846 107168 106696 107996  total = 29.473769 per ms 
03:15:21.976 16  switches: flows:  112436 112411 113018 112000 110861 111233 112528 111086 107978 105111 106943 108377 105179 105366 106588 106698  total = 29.081655 per ms 
03:16:22.077 16  switches: flows:  116140 112998 115767 113731 115372 116051 115950 113038 111953 110390 109010 111866 108170 109435 109159 109764  total = 29.929917 per ms 
03:17:22.177 16  switches: flows:  122091 119629 120474 118835 119588 119862 120179 118975 117290 115585 112976 117286 113676 114761 115398 116936  total = 31.339849 per ms 
03:18:22.278 16  switches: flows:  118727 116525 118597 115068 115562 115740 116957 116173 114200 112728 110390 112308 109752 112362 111941 112199  total = 30.435980 per ms 
03:19:22.380 16  switches: flows:  118911 116207 118252 114599 115649 115958 117510 116759 113971 111855 111011 111657 109521 112669 112437 111571  total = 30.424358 per ms 
03:20:22.480 16  switches: flows:  120805 121831 121520 119892 118295 118787 121221 118239 118003 114015 113580 115930 112604 115147 114686 115620  total = 31.283964 per ms 
03:21:22.580 16  switches: flows:  119978 121342 119845 118153 118779 118855 120757 118710 117785 111777 113835 114623 111965 114061 112229 116192  total = 31.096119 per ms 
03:22:22.681 16  switches: flows:  119274 119158 118170 116239 119315 116152 113365 115565 114039 110301 111920 113839 111856 113775 113285 114443  total = 30.627089 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29081.65/31339.85/30410.30/10164.23 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.684948" elapsed="0.001247"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-25T03:22:22.686720" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-04-25T03:22:22.686403" elapsed="0.000474"/>
</branch>
<status status="PASS" start="2026-04-25T03:22:22.686336" elapsed="0.000599"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-25T03:22:22.687189" elapsed="0.000047"/>
</return>
<status status="NOT RUN" start="2026-04-25T03:22:22.687101" elapsed="0.000199"/>
</branch>
<status status="NOT RUN" start="2026-04-25T03:22:22.687063" elapsed="0.000285"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-25T03:22:22.687423" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:22:22.691835" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:22:22.692524" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:22:22.692958" elapsed="0.000159"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-25T03:22:22.688142" elapsed="0.005050"/>
</kw>
<msg time="2026-04-25T03:22:22.693371" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-25T03:12:16.239650" elapsed="606.453758"/>
</kw>
<status status="PASS" start="2026-04-25T03:12:16.238890" elapsed="606.454586"/>
</branch>
<status status="PASS" start="2026-04-25T03:12:16.238103" elapsed="606.455407"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.694125" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.224. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:13:21.776 16  switches: flows:  99838 103373 101625 100189 99105 101118 102895 98729 96634 95494 95725 96056 94924 95449 96360 93392  total = 26.181767 per ms 
03:14:21.876 16  switches: flows:  115340 115155 114948 113657 113194 113835 114392 113400 109580 106695 107095 106388 105846 107168 106696 107996  total = 29.473769 per ms 
03:15:21.976 16  switches: flows:  112436 112411 113018 112000 110861 111233 112528 111086 107978 105111 106943 108377 105179 105366 106588 106698  total = 29.081655 per ms 
03:16:22.077 16  switches: flows:  116140 112998 115767 113731 115372 116051 115950 113038 111953 110390 109010 111866 108170 109435 109159 109764  total = 29.929917 per ms 
03:17:22.177 16  switches: flows:  122091 119629 120474 118835 119588 119862 120179 118975 117290 115585 112976 117286 113676 114761 115398 116936  total = 31.339849 per ms 
03:18:22.278 16  switches: flows:  118727 116525 118597 115068 115562 115740 116957 116173 114200 112728 110390 112308 109752 112362 111941 112199  total = 30.435980 per ms 
03:19:22.380 16  switches: flows:  118911 116207 118252 114599 115649 115958 117510 116759 113971 111855 111011 111657 109521 112669 112437 111571  total = 30.424358 per ms 
03:20:22.480 16  switches: flows:  120805 121831 121520 119892 118295 118787 121221 118239 118003 114015 113580 115930 112604 115147 114686 115620  total = 31.283964 per ms 
03:21:22.580 16  switches: flows:  119978 121342 119845 118153 118779 118855 120757 118710 117785 111777 113835 114623 111965 114061 112229 116192  total = 31.096119 per ms 
03:22:22.681 16  switches: flows:  119274 119158 118170 116239 119315 116152 113365 115565 114039 110301 111920 113839 111856 113775 113285 114443  total = 30.627089 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29081.65/31339.85/30410.30/10164.23 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.693704" elapsed="0.000522"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-25T03:22:22.694435" elapsed="0.000561"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-25T03:22:22.695583" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-25T03:22:22.695715" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29081.65/31339.85/30410.30/10164.23 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-25T03:22:22.695248" elapsed="0.000501"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:22:22.696476" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29081.65/31339.85/30410.30/10164.23 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:22:22.696093" elapsed="0.000444"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.699416" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.696835" elapsed="0.002639"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.701884" level="INFO">29081.65/31339.85/30410.30/10164.23</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.699632" elapsed="0.002311"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:22:22.704332" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:22:22.702111" elapsed="0.002248"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:22:22.706931" level="INFO">@{result_value_list} = [ 29081.65 | 31339.85 | 30410.30 | 10164.23 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:22:22.704553" elapsed="0.002417"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.707457" level="INFO">Length is 4.</msg>
<msg time="2026-04-25T03:22:22.707546" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:22:22.707145" elapsed="0.000425"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.712494" level="INFO">min :: 29081.65</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.707978" elapsed="0.004575"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-25T03:22:22.707844" elapsed="0.004745"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.717216" level="INFO">max :: 31339.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-04-25T03:22:22.712866" elapsed="0.004409"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-25T03:22:22.712716" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.721889" level="INFO">avg :: 30410.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.717533" elapsed="0.004413"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-25T03:22:22.717401" elapsed="0.004581"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.726657" level="INFO">stdev :: 10164.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.722235" elapsed="0.004479"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-25T03:22:22.722103" elapsed="0.004645"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-25T03:22:22.707641" elapsed="0.019140"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.730873" level="INFO">${min} = 29081.65</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:22:22.726955" elapsed="0.003946"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.735435" level="INFO">${max} = 31339.85</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:22:22.731080" elapsed="0.004383"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.739574" level="INFO">${average} = 30410.30</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:22:22.735616" elapsed="0.003985"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.743558" level="INFO">${stdev} = 10164.23</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:22:22.739753" elapsed="0.003832"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.744165" level="INFO">${date} = 2026-04-25 03:22:22</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-25T03:22:22.743747" elapsed="0.000444"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.744809" level="INFO">CBench Result: 2026-04-25 03:22:22,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29081.65,31339.85,30410.30,10164.23</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.744341" elapsed="0.000525"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T03:22:22.746000" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T03:22:22.745547" elapsed="0.000537"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-25T03:22:22.746237" elapsed="0.000474"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-25T03:22:22.745050" elapsed="0.001726"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-25T03:12:16.235217" elapsed="606.511620"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.747319" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-25T03:22:22.746989" elapsed="0.000386"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-25T03:22:22.747886" elapsed="0.000309"/>
</kw>
<status status="PASS" start="2026-04-25T03:22:22.747583" elapsed="0.000684"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-25T03:12:16.228619" elapsed="606.519685"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.749566" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.749189" elapsed="0.000434"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.751145" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-25T03:22:22.750801" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-25T03:22:22.751530" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:22:22.751305" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-25T03:22:22.754742" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:22:22.754496" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-25T03:22:22.754477" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:22:22.755189" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-25T03:22:22.754953" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.755889" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.224 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.77" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:22:22.755468" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:22:22.756497" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:22:22.756101" elapsed="0.000422"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:22:22.757519" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T03:22:22.757611" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:22:22.757165" elapsed="0.000470"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:22:22.757778" elapsed="0.000345"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T03:22:22.759009" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-04-25T03:22:23.327296" 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 Sat Apr 25 03:22:22 UTC 2026

  System load:  1.01               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.77
  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: Sat Apr 25 03:12:16 2026 from 10.30.171.220
[?2004h[jenkins@releng-63164-204-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-25T03:22:22.758638" elapsed="0.568852"/>
</kw>
<msg time="2026-04-25T03:22:23.327581" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:22:22.758278" elapsed="0.569393"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-25T03:22:22.756758" elapsed="0.571028"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-25T03:22:23.328323" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.224 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-25T03:32:29.379512" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-25T03:32:29.380143" level="INFO">${stdout} = </msg>
<msg time="2026-04-25T03:32:29.380253" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-25T03:22:23.328004" elapsed="606.052306"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:32:29.380769" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.382765" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.224. 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:28.459 16  switches: flows:  493597 492684 489156 500698 493586 504064 476927 494725 486761 478193 469511 475510 473429 477517 481018 477661  total = 129.417283 per ms 
03:24:28.560 16  switches: flows:  539332 552244 534007 531094 537646 530393 532943 545707 536230 541011 543372 541209 540190 543602 539087 542427  total = 143.600077 per ms 
03:25:28.662 16  switches: flows:  583408 589303 584160 575521 586933 596954 590999 579540 567935 580193 579502 607236 581440 577905 585526 581528  total = 155.538679 per ms 
03:26:28.764 16  switches: flows:  607364 614610 609843 598612 610013 602039 598531 607540 602836 605607 602346 599742 609182 597148 607390 603344  total = 160.998248 per ms 
03:27:28.865 16  switches: flows:  579779 581035 585231 572605 584584 582319 582788 583386 577276 579959 582431 580217 581254 584165 581136 575488  total = 154.634382 per ms 
03:28:28.966 16  switches: flows:  597942 609454 598987 609546 604818 601609 609587 599491 594440 609158 606882 602224 601487 599998 598242 607388  total = 160.583989 per ms 
03:29:29.067 16  switches: flows:  612602 622163 620639 610693 606488 620031 609328 610522 616469 614345 612754 604919 608793 613445 607734 609519  total = 163.066757 per ms 
03:30:29.170 16  switches: flows:  598813 598638 598736 603265 595442 608228 608501 597385 600400 599403 603431 597707 606350 600496 595103 604268  total = 159.999094 per ms 
03:31:29.272 16  switches: flows:  603097 608890 602141 607308 603811 606525 603808 604887 593410 602571 599873 607325 608793 609805 608134 606832  total = 161.015442 per ms 
03:32:29.373 16  switches: flows:  601292 592090 604735 606698 609731 607080 607105 596932 602779 607371 608174 602285 593464 594640 599597 604405  total = 160.369067 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143600.08/163066.76/157756.19/52884.85 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.381936" elapsed="0.001193"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-25T03:32:29.383641" elapsed="0.000087"/>
</return>
<status status="PASS" start="2026-04-25T03:32:29.383333" elapsed="0.000479"/>
</branch>
<status status="PASS" start="2026-04-25T03:32:29.383266" elapsed="0.000603"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-25T03:32:29.384118" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-25T03:32:29.383999" elapsed="0.000214"/>
</branch>
<status status="NOT RUN" start="2026-04-25T03:32:29.383962" elapsed="0.000301"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-25T03:32:29.384334" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:32:29.389522" elapsed="0.000344"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:32:29.390038" elapsed="0.000170"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:32:29.390340" elapsed="0.000104"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-25T03:32:29.385087" elapsed="0.005411"/>
</kw>
<msg time="2026-04-25T03:32:29.390627" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-25T03:22:22.752148" elapsed="606.638506"/>
</kw>
<status status="PASS" start="2026-04-25T03:22:22.751613" elapsed="606.639090"/>
</branch>
<status status="PASS" start="2026-04-25T03:22:22.751282" elapsed="606.639446"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.391179" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.224. 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:28.459 16  switches: flows:  493597 492684 489156 500698 493586 504064 476927 494725 486761 478193 469511 475510 473429 477517 481018 477661  total = 129.417283 per ms 
03:24:28.560 16  switches: flows:  539332 552244 534007 531094 537646 530393 532943 545707 536230 541011 543372 541209 540190 543602 539087 542427  total = 143.600077 per ms 
03:25:28.662 16  switches: flows:  583408 589303 584160 575521 586933 596954 590999 579540 567935 580193 579502 607236 581440 577905 585526 581528  total = 155.538679 per ms 
03:26:28.764 16  switches: flows:  607364 614610 609843 598612 610013 602039 598531 607540 602836 605607 602346 599742 609182 597148 607390 603344  total = 160.998248 per ms 
03:27:28.865 16  switches: flows:  579779 581035 585231 572605 584584 582319 582788 583386 577276 579959 582431 580217 581254 584165 581136 575488  total = 154.634382 per ms 
03:28:28.966 16  switches: flows:  597942 609454 598987 609546 604818 601609 609587 599491 594440 609158 606882 602224 601487 599998 598242 607388  total = 160.583989 per ms 
03:29:29.067 16  switches: flows:  612602 622163 620639 610693 606488 620031 609328 610522 616469 614345 612754 604919 608793 613445 607734 609519  total = 163.066757 per ms 
03:30:29.170 16  switches: flows:  598813 598638 598736 603265 595442 608228 608501 597385 600400 599403 603431 597707 606350 600496 595103 604268  total = 159.999094 per ms 
03:31:29.272 16  switches: flows:  603097 608890 602141 607308 603811 606525 603808 604887 593410 602571 599873 607325 608793 609805 608134 606832  total = 161.015442 per ms 
03:32:29.373 16  switches: flows:  601292 592090 604735 606698 609731 607080 607105 596932 602779 607371 608174 602285 593464 594640 599597 604405  total = 160.369067 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 143600.08/163066.76/157756.19/52884.85 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.390869" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-25T03:32:29.391405" elapsed="0.000365"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-25T03:32:29.392174" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-25T03:32:29.392272" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 143600.08/163066.76/157756.19/52884.85 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-25T03:32:29.391932" elapsed="0.000374"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:32:29.392779" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 143600.08/163066.76/157756.19/52884.85 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:32:29.392472" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.395219" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.392970" elapsed="0.002307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.397635" level="INFO">143600.08/163066.76/157756.19/52884.85</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.395424" elapsed="0.002269"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:32:29.400054" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:32:29.397842" elapsed="0.002244"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:32:29.402548" level="INFO">@{result_value_list} = [ 143600.08 | 163066.76 | 157756.19 | 52884.85 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:32:29.400277" elapsed="0.002300"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.403062" level="INFO">Length is 4.</msg>
<msg time="2026-04-25T03:32:29.403150" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:32:29.402736" elapsed="0.000438"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.407851" level="INFO">min :: 143600.08</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.403563" elapsed="0.004345"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-25T03:32:29.403433" elapsed="0.004509"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.412676" level="INFO">max :: 163066.76</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.408181" elapsed="0.004553"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-25T03:32:29.408052" elapsed="0.004718"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.417333" level="INFO">avg :: 157756.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-04-25T03:32:29.413033" elapsed="0.004356"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-25T03:32:29.412885" elapsed="0.004539"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.422227" level="INFO">stdev :: 52884.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-04-25T03:32:29.417639" elapsed="0.004647"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-25T03:32:29.417511" elapsed="0.004810"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-25T03:32:29.403237" elapsed="0.019116"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.426508" level="INFO">${min} = 143600.08</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:32:29.422514" elapsed="0.004022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.430428" level="INFO">${max} = 163066.76</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:32:29.426691" elapsed="0.003764"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.434335" level="INFO">${average} = 157756.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:32:29.430608" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.438235" level="INFO">${stdev} = 52884.85</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:32:29.434514" elapsed="0.003748"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.438775" level="INFO">${date} = 2026-04-25 03:32:29</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-25T03:32:29.438421" elapsed="0.000380"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.439376" level="INFO">CBench Result: 2026-04-25 03:32:29,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,143600.08,163066.76,157756.19,52884.85</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.438949" elapsed="0.000483"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T03:32:29.440493" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T03:32:29.440075" elapsed="0.000485"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-25T03:32:29.440712" elapsed="0.000508"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-25T03:32:29.439582" elapsed="0.001703"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-25T03:22:22.749940" elapsed="606.691405"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.441809" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-25T03:32:29.441496" elapsed="0.000369"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-25T03:32:29.442386" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-04-25T03:32:29.442082" elapsed="0.000644"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-25T03:22:22.748604" elapsed="606.694174"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.444790" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.444228" elapsed="0.000620"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.446086" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-25T03:32:29.445738" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-25T03:32:29.446486" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:32:29.446252" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-25T03:32:29.449466" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:32:29.449215" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-25T03:32:29.449194" elapsed="0.000351"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:32:29.449876" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-25T03:32:29.449679" elapsed="0.000360"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.450593" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.77" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:32:29.450176" elapsed="0.000475"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-25T03:32:29.451206" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:32:29.450791" elapsed="0.000442"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:32:29.452292" level="INFO">Length is 0.</msg>
<msg time="2026-04-25T03:32:29.452386" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:32:29.451807" elapsed="0.000603"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:32:29.452553" elapsed="0.000362"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-25T03:32:29.453783" level="INFO">Logging into '10.30.171.77:22' as 'jenkins'.</msg>
<msg time="2026-04-25T03:32:30.063614" 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 Sat Apr 25 03:32:29 UTC 2026

  System load:  0.16               Processes:             105
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.77
  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: Sat Apr 25 03:22:23 2026 from 10.30.171.220
[?2004h[jenkins@releng-63164-204-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-25T03:32:29.453429" elapsed="0.610450"/>
</kw>
<msg time="2026-04-25T03:32:30.063995" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:32:29.453083" elapsed="0.611033"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-25T03:32:29.451434" elapsed="0.612827"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-25T03:32:30.064926" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.224 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-25T03:42:36.111146" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-25T03:42:36.111859" level="INFO">${stdout} = </msg>
<msg time="2026-04-25T03:42:36.111972" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-25T03:32:30.064545" elapsed="606.047519"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:42:36.112572" elapsed="0.000772"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.114619" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.224. 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:35.201 16  switches: flows:  109240 108611 108301 109173 107929 108811 110423 108644 107876 127595 107313 107048 105331 106349 105357 115410  total = 29.223517 per ms 
03:34:35.302 16  switches: flows:  117609 118507 116967 116704 118921 118261 120367 118307 115139 118547 116867 117672 116673 113950 116550 116122  total = 31.233751 per ms 
03:35:35.404 16  switches: flows:  118276 116749 116512 116386 116340 116970 118335 117629 113487 115178 115064 115447 116717 114372 114354 115675  total = 30.906169 per ms 
03:36:35.505 16  switches: flows:  121735 119051 119232 118417 117249 120456 118808 119484 115381 116703 117107 119562 117723 117071 118704 118605  total = 31.535438 per ms 
03:37:35.606 16  switches: flows:  120354 119539 120546 117786 119104 117787 119513 119303 117471 117833 117274 118490 118295 114987 117556 118035  total = 31.511866 per ms 
03:38:35.707 16  switches: flows:  120346 120074 118708 118359 120279 118396 119839 117048 117841 119905 117700 118673 118013 117848 119863 118171  total = 31.631489 per ms 
03:39:35.809 16  switches: flows:  119153 117912 118876 117284 117653 117568 117964 118425 116073 118287 116944 115569 115706 116633 118118 117226  total = 31.270949 per ms 
03:40:35.910 16  switches: flows:  114699 114066 113830 113969 114473 113957 116335 113653 113440 113581 111639 113703 112784 112650 113942 112712  total = 30.273281 per ms 
03:41:36.011 16  switches: flows:  115764 116100 117515 116290 115859 115008 116052 117916 115665 115923 115778 115125 114524 116345 114781 116756  total = 30.871798 per ms 
03:42:36.112 16  switches: flows:  113614 112669 113800 112490 113776 112800 113442 113177 112864 113056 114303 111848 112375 113487 113449 111898  total = 30.100489 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30100.49/31631.49/31037.25/10358.77 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.113722" elapsed="0.001235"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-25T03:42:36.115546" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-04-25T03:42:36.115183" elapsed="0.000548"/>
</branch>
<status status="PASS" start="2026-04-25T03:42:36.115130" elapsed="0.000662"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-25T03:42:36.116050" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-04-25T03:42:36.115928" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-25T03:42:36.115891" elapsed="0.000316"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-25T03:42:36.116282" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-25T03:42:36.122156" elapsed="0.000694"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-25T03:42:36.123044" elapsed="0.000164"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-25T03:42:36.123338" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-25T03:42:36.117141" elapsed="0.006347"/>
</kw>
<msg time="2026-04-25T03:42:36.123615" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-25T03:32:29.446884" elapsed="606.676758"/>
</kw>
<status status="PASS" start="2026-04-25T03:32:29.446570" elapsed="606.677121"/>
</branch>
<status status="PASS" start="2026-04-25T03:32:29.446229" elapsed="606.677486"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.124161" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.224:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100 unique source MACs per switch
   learning destination mac addresses before the test
   starting test with 5000 ms delay after features_reply
   ignoring first 1 "warmup" and last 0 "cooldown" loops
   debugging info is off
Master Thread: Creating thread-0! 
Thread-0: All switches initialized. Running at node 10.30.170.224. 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:35.201 16  switches: flows:  109240 108611 108301 109173 107929 108811 110423 108644 107876 127595 107313 107048 105331 106349 105357 115410  total = 29.223517 per ms 
03:34:35.302 16  switches: flows:  117609 118507 116967 116704 118921 118261 120367 118307 115139 118547 116867 117672 116673 113950 116550 116122  total = 31.233751 per ms 
03:35:35.404 16  switches: flows:  118276 116749 116512 116386 116340 116970 118335 117629 113487 115178 115064 115447 116717 114372 114354 115675  total = 30.906169 per ms 
03:36:35.505 16  switches: flows:  121735 119051 119232 118417 117249 120456 118808 119484 115381 116703 117107 119562 117723 117071 118704 118605  total = 31.535438 per ms 
03:37:35.606 16  switches: flows:  120354 119539 120546 117786 119104 117787 119513 119303 117471 117833 117274 118490 118295 114987 117556 118035  total = 31.511866 per ms 
03:38:35.707 16  switches: flows:  120346 120074 118708 118359 120279 118396 119839 117048 117841 119905 117700 118673 118013 117848 119863 118171  total = 31.631489 per ms 
03:39:35.809 16  switches: flows:  119153 117912 118876 117284 117653 117568 117964 118425 116073 118287 116944 115569 115706 116633 118118 117226  total = 31.270949 per ms 
03:40:35.910 16  switches: flows:  114699 114066 113830 113969 114473 113957 116335 113653 113440 113581 111639 113703 112784 112650 113942 112712  total = 30.273281 per ms 
03:41:36.011 16  switches: flows:  115764 116100 117515 116290 115859 115008 116052 117916 115665 115923 115778 115125 114524 116345 114781 116756  total = 30.871798 per ms 
03:42:36.112 16  switches: flows:  113614 112669 113800 112490 113776 112800 113442 113177 112864 113056 114303 111848 112375 113487 113449 111898  total = 30.100489 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30100.49/31631.49/31037.25/10358.77 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.123859" elapsed="0.000377"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-25T03:42:36.124383" elapsed="0.000363"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-25T03:42:36.125139" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-25T03:42:36.125228" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30100.49/31631.49/31037.25/10358.77 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-25T03:42:36.124905" elapsed="0.000348"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:42:36.125701" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30100.49/31631.49/31037.25/10358.77 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:42:36.125439" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.128102" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.125871" elapsed="0.002287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.130642" level="INFO">30100.49/31631.49/31037.25/10358.77</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.128301" elapsed="0.002397"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:42:36.133045" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:42:36.130848" elapsed="0.002225"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-25T03:42:36.135500" level="INFO">@{result_value_list} = [ 30100.49 | 31631.49 | 31037.25 | 10358.77 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-25T03:42:36.133260" elapsed="0.002268"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.135986" level="INFO">Length is 4.</msg>
<msg time="2026-04-25T03:42:36.136093" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-25T03:42:36.135687" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.140817" level="INFO">min :: 30100.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.136517" elapsed="0.004359"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-25T03:42:36.136368" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.145434" level="INFO">max :: 31631.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.141140" elapsed="0.004350"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-25T03:42:36.140998" elapsed="0.004527"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.150038" level="INFO">avg :: 31037.25</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.145750" elapsed="0.004348"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-25T03:42:36.145609" elapsed="0.004523"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.154825" level="INFO">stdev :: 10358.77</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.150344" elapsed="0.004536"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-25T03:42:36.150216" elapsed="0.004698"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-25T03:42:36.136180" elapsed="0.018764"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.158925" level="INFO">${min} = 30100.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:42:36.155193" elapsed="0.003759"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.163063" level="INFO">${max} = 31631.49</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:42:36.159121" elapsed="0.003969"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.166937" level="INFO">${average} = 31037.25</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:42:36.163243" elapsed="0.003721"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.170870" level="INFO">${stdev} = 10358.77</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-25T03:42:36.167130" elapsed="0.003766"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.171417" level="INFO">${date} = 2026-04-25 03:42:36</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-25T03:42:36.171071" elapsed="0.000371"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.171999" level="INFO">CBench Result: 2026-04-25 03:42:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30100.49,31631.49,31037.25,10358.77</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-25T03:42:36.171593" elapsed="0.000477"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-25T03:42:36.173211" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-25T03:42:36.172707" elapsed="0.000572"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-25T03:42:36.173431" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-25T03:42:36.172226" elapsed="0.001743"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-25T03:32:29.445185" elapsed="606.728873"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.174518" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-25T03:42:36.174208" elapsed="0.000367"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-25T03:42:36.175800" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-25T03:42:36.175310" elapsed="0.000516"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-25T03:42:36.176077" elapsed="0.000036"/>
</return>
<status status="PASS" start="2026-04-25T03:42:36.175908" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-04-25T03:42:36.175886" elapsed="0.000284"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.176316" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.176479" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.176639" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.176836" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.176985" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.177148" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.177292" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-25T03:42:36.177511" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-25T03:42:36.177373" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-04-25T03:42:36.177357" elapsed="0.000228"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-25T03:42:36.174953" elapsed="0.002682"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-25T03:32:29.443201" elapsed="606.734481"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-25T03:12:13.287806" elapsed="1822.890467"/>
</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>
