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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-04T00:45:59.644693" elapsed="0.728721"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-04T00:46:00.421408" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-04T00:46:00.373718" elapsed="0.047781"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-04T00:46:00.423470" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-04T00:46:00.423584" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-04T00:46:00.421703" elapsed="0.001912"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-04T00:46:00.423771" elapsed="0.000233"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T00:46:00.424177" elapsed="0.000221"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:46:00.424876" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:46:00.424546" elapsed="0.000382"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T00:46:00.424980" elapsed="0.000057"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-04T00:45:59.643165" elapsed="0.782077"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-04T00:45:59.639239" elapsed="0.786068"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T00:46:00.425921" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-04T00:46:00.425500" elapsed="0.000478"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T00:46:00.426402" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-04T00:46:00.426148" elapsed="0.000311"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-04T00:46:00.427078" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-04T00:46:00.426613" elapsed="0.000494"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T00:46:00.427610" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-04T00:46:00.427277" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-04T00:46:00.428184" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-04T00:46:00.427797" elapsed="0.000414"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T00:46:00.428675" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-04T00:46:00.428369" elapsed="0.000348"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-04T00:46:00.429022" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-04T00:46:00.428806" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T00:46:00.433493" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T00:46:00.433084" elapsed="0.000436"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T00:46:00.434847" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T00:46:00.434933" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T00:46:00.434093" elapsed="0.000866"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:46:00.435154" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T00:46:00.436531" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-05-04T00:46:01.202920" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 00:46:00 UTC 2026

  System load:  0.11               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  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-221-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-04T00:46:00.436004" elapsed="0.767096"/>
</kw>
<msg time="2026-05-04T00:46:01.203195" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:46:00.435655" elapsed="0.767627"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-04T00:46:00.433725" elapsed="0.769685"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.211578" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-04T00:46:01.203631" elapsed="0.009566"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T00:46:01.213447" elapsed="0.000368"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-04T00:46:00.432540" elapsed="0.781361"/>
</kw>
<status status="PASS" start="2026-05-04T00:46:00.429184" elapsed="0.784768"/>
</branch>
<status status="PASS" start="2026-05-04T00:46:00.428779" elapsed="0.785219"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-04T00:46:01.214240" elapsed="0.000659"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-04T00:46:01.221067" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-04T00:46:01.220878" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-05-04T00:46:01.220845" elapsed="0.000333"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-04T00:46:01.225554" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-04T00:46:01.225439" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-05-04T00:46:01.225419" elapsed="0.000204"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T00:46:01.225755" elapsed="0.000456"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.226619" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-05-04T00:46:01.408448" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-04T00:46:01.226359" elapsed="0.182189"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.506418" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-04T00:46:01.408727" elapsed="0.097775"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.512226" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-04T00:46:01.512418" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-04T00:46:01.506690" elapsed="0.005761"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-04T00:46:01.512597" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T00:46:01.512951" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:46:01.513597" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:46:01.513295" elapsed="0.000357"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T00:46:01.513702" elapsed="0.000045"/>
</return>
<msg time="2026-05-04T00:46:01.513895" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-04T00:46:01.225080" elapsed="0.288847"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-04T00:46:01.514095" elapsed="0.000512"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T00:46:01.514659" 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-05-04T00:46:01.220461" elapsed="0.294327"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-04T00:46:01.518557" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-04T00:46:01.518418" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-05-04T00:46:01.518392" elapsed="0.000238"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T00:46:01.518761" elapsed="0.000486"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.519652" level="INFO">Logging into '10.30.170.107:8101' as 'karaf'.</msg>
<msg time="2026-05-04T00:46:01.696914" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-04T00:46:01.519395" elapsed="0.177688"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.721148" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-04T00:46:01.697340" elapsed="0.023867"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.722974" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-04T00:46:01.723090" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-04T00:46:01.721364" elapsed="0.001757"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-04T00:46:01.723257" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T00:46:01.723591" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:46:01.724262" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:46:01.723925" elapsed="0.000387"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-04T00:46:01.724365" elapsed="0.000052"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.107
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-04T00:46:01.518082" elapsed="0.206453"/>
</kw>
<status status="PASS" start="2026-05-04T00:45:59.637057" elapsed="2.087541"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:46:01.726897" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:46:01.725780" elapsed="0.001182"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T00:46:01.728637" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-04T00:46:01.728286" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-04T00:46:01.729006" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-04T00:46:01.728762" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-04T00:46:01.732060" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-04T00:46:01.731796" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-05-04T00:46:01.731776" elapsed="0.000367"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.732476" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-04T00:46:01.732274" elapsed="0.000351"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:46:01.733221" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.39" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:46:01.732761" elapsed="0.000521"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.733885" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T00:46:01.733421" elapsed="0.000490"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T00:46:01.734835" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T00:46:01.734925" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T00:46:01.734505" elapsed="0.000444"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:46:01.735107" elapsed="0.000330"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T00:46:01.736307" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-05-04T00:46:02.085598" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 00:46:00 UTC 2026

  System load:  0.11               Processes:             113
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May  4 00:46:01 2026 from 10.30.171.247
[?2004h[jenkins@releng-63164-221-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-04T00:46:01.735935" elapsed="0.349788"/>
</kw>
<msg time="2026-05-04T00:46:02.085794" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:46:01.735591" elapsed="0.350272"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-04T00:46:01.734128" elapsed="0.351830"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-04T00:46:02.086565" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-04T00:56:08.185399" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-04T00:56:08.185877" level="INFO">${stdout} = </msg>
<msg time="2026-05-04T00:56:08.185984" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-05-04T00:46:02.086146" elapsed="606.099935"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T00:56:08.186507" elapsed="0.000723"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.188399" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:07.279 16  switches: flows:  103649 102641 102231 103753 102970 103062 102700 102336 101243 101564 100606 100366 101895 100261 102112 100361  total = 27.195833 per ms 
00:48:07.379 16  switches: flows:  111414 110826 111474 113101 109987 112296 112326 112839 109794 110200 110090 108546 111737 108704 111571 107982  total = 29.498878 per ms 
00:49:07.479 16  switches: flows:  108372 105606 106786 107634 107487 108993 107678 108789 106860 106906 106708 103957 106361 106980 105704 105305  total = 28.454592 per ms 
00:50:07.580 16  switches: flows:  112067 111848 112566 112728 113397 111427 114947 112094 113137 111731 110618 110098 111150 111969 111735 109478  total = 29.800084 per ms 
00:51:07.680 16  switches: flows:  111573 109659 111898 110146 111473 111245 112376 109398 111538 110034 108614 108929 111521 109938 110165 110477  total = 29.433945 per ms 
00:52:07.780 16  switches: flows:  114440 111604 116191 111892 112680 112022 114643 110777 113449 113343 110757 112136 113089 112935 111706 112974  total = 30.027128 per ms 
00:53:07.881 16  switches: flows:  112650 112570 112820 111871 112104 112604 114399 111318 112409 111675 110040 110816 111482 111272 109044 111706  total = 29.763313 per ms 
00:54:07.981 16  switches: flows:  110171 112533 114928 111210 110539 113905 113090 110614 113162 111496 111119 110730 110551 110583 108997 112359  total = 29.716838 per ms 
00:55:08.081 16  switches: flows:  112962 114438 115625 113712 112743 116624 116477 111835 114338 114835 111449 113303 112749 112107 112511 114846  total = 30.292019 per ms 
00:56:08.181 16  switches: flows:  113249 113129 113425 112524 111553 114857 114526 111123 113959 112529 111902 112433 111677 111386 110094 112558  total = 29.965378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28454.59/30292.02/29661.35/9899.42 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.187594" elapsed="0.001137"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-04T00:56:08.189279" elapsed="0.000115"/>
</return>
<status status="PASS" start="2026-05-04T00:56:08.188923" elapsed="0.000563"/>
</branch>
<status status="PASS" start="2026-05-04T00:56:08.188867" elapsed="0.000682"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-04T00:56:08.189771" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-04T00:56:08.189685" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-05-04T00:56:08.189649" elapsed="0.000260"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-04T00:56:08.189983" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:56:08.194703" elapsed="0.000337"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T00:56:08.195205" elapsed="0.000185"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T00:56:08.195521" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-04T00:56:08.190697" elapsed="0.004975"/>
</kw>
<msg time="2026-05-04T00:56:08.195806" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-05-04T00:46:01.729449" elapsed="606.466384"/>
</kw>
<status status="PASS" start="2026-05-04T00:46:01.729120" elapsed="606.466763"/>
</branch>
<status status="PASS" start="2026-05-04T00:46:01.728738" elapsed="606.467168"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.196350" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:47:07.279 16  switches: flows:  103649 102641 102231 103753 102970 103062 102700 102336 101243 101564 100606 100366 101895 100261 102112 100361  total = 27.195833 per ms 
00:48:07.379 16  switches: flows:  111414 110826 111474 113101 109987 112296 112326 112839 109794 110200 110090 108546 111737 108704 111571 107982  total = 29.498878 per ms 
00:49:07.479 16  switches: flows:  108372 105606 106786 107634 107487 108993 107678 108789 106860 106906 106708 103957 106361 106980 105704 105305  total = 28.454592 per ms 
00:50:07.580 16  switches: flows:  112067 111848 112566 112728 113397 111427 114947 112094 113137 111731 110618 110098 111150 111969 111735 109478  total = 29.800084 per ms 
00:51:07.680 16  switches: flows:  111573 109659 111898 110146 111473 111245 112376 109398 111538 110034 108614 108929 111521 109938 110165 110477  total = 29.433945 per ms 
00:52:07.780 16  switches: flows:  114440 111604 116191 111892 112680 112022 114643 110777 113449 113343 110757 112136 113089 112935 111706 112974  total = 30.027128 per ms 
00:53:07.881 16  switches: flows:  112650 112570 112820 111871 112104 112604 114399 111318 112409 111675 110040 110816 111482 111272 109044 111706  total = 29.763313 per ms 
00:54:07.981 16  switches: flows:  110171 112533 114928 111210 110539 113905 113090 110614 113162 111496 111119 110730 110551 110583 108997 112359  total = 29.716838 per ms 
00:55:08.081 16  switches: flows:  112962 114438 115625 113712 112743 116624 116477 111835 114338 114835 111449 113303 112749 112107 112511 114846  total = 30.292019 per ms 
00:56:08.181 16  switches: flows:  113249 113129 113425 112524 111553 114857 114526 111123 113959 112529 111902 112433 111677 111386 110094 112558  total = 29.965378 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28454.59/30292.02/29661.35/9899.42 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.196045" elapsed="0.000378"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-04T00:56:08.196572" elapsed="0.000370"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-04T00:56:08.197358" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-04T00:56:08.197450" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28454.59/30292.02/29661.35/9899.42 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-04T00:56:08.197118" elapsed="0.000357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T00:56:08.197886" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28454.59/30292.02/29661.35/9899.42 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T00:56:08.197631" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.200344" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.198075" elapsed="0.002330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.202857" level="INFO">28454.59/30292.02/29661.35/9899.42</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.200561" elapsed="0.002357"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T00:56:08.205421" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T00:56:08.203091" elapsed="0.002361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T00:56:08.207973" level="INFO">@{result_value_list} = [ 28454.59 | 30292.02 | 29661.35 | 9899.42 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T00:56:08.205654" elapsed="0.002348"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.208508" level="INFO">Length is 4.</msg>
<msg time="2026-05-04T00:56:08.208603" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T00:56:08.208181" elapsed="0.000447"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.213379" level="INFO">min :: 28454.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.209038" elapsed="0.004398"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-04T00:56:08.208901" elapsed="0.004570"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.217958" level="INFO">max :: 30292.02</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.213692" elapsed="0.004323"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-04T00:56:08.213564" elapsed="0.004499"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.222539" level="INFO">avg :: 29661.35</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.218285" elapsed="0.004311"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-04T00:56:08.218156" elapsed="0.004474"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.227199" level="INFO">stdev :: 9899.42</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.222853" elapsed="0.004401"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-04T00:56:08.222724" elapsed="0.004565"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-04T00:56:08.208700" elapsed="0.018622"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.231250" level="INFO">${min} = 28454.59</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T00:56:08.227481" elapsed="0.003795"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.235437" level="INFO">${max} = 30292.02</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T00:56:08.231428" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.239485" level="INFO">${average} = 29661.35</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T00:56:08.235617" elapsed="0.003894"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.243459" level="INFO">${stdev} = 9899.42</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T00:56:08.239663" elapsed="0.003823"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.243996" level="INFO">${date} = 2026-05-04 00:56:08</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-04T00:56:08.243645" elapsed="0.000377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.244596" level="INFO">CBench Result: 2026-05-04 00:56:08,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28454.59,30292.02,29661.35,9899.42</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.244184" elapsed="0.000468"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T00:56:08.245700" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-04T00:56:08.245302" elapsed="0.000470"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-04T00:56:08.245924" elapsed="0.000476"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-04T00:56:08.244791" elapsed="0.001673"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-04T00:46:01.727421" elapsed="606.519103"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.246985" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-04T00:56:08.246674" elapsed="0.000366"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-04T00:56:08.247568" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-05-04T00:56:08.247268" elapsed="0.000632"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-04T00:46:01.724777" elapsed="606.523160"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.249600" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.249200" elapsed="0.000456"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.250956" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-04T00:56:08.250591" elapsed="0.000407"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-04T00:56:08.251341" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-05-04T00:56:08.251121" elapsed="0.000279"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-04T00:56:08.254526" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-04T00:56:08.254277" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-05-04T00:56:08.254258" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-04T00:56:08.254919" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-04T00:56:08.254734" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.255640" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.39" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T00:56:08.255220" elapsed="0.000479"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T00:56:08.256255" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T00:56:08.255839" elapsed="0.000443"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T00:56:08.257179" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T00:56:08.257284" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T00:56:08.256864" elapsed="0.000448"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:56:08.257453" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T00:56:08.258631" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-05-04T00:56:08.849892" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 00:56:08 UTC 2026

  System load:  0.89               Processes:             103
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May  4 00:46:02 2026 from 10.30.171.247
[?2004h[jenkins@releng-63164-221-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-04T00:56:08.258283" elapsed="0.591813"/>
</kw>
<msg time="2026-05-04T00:56:08.850184" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T00:56:08.257927" elapsed="0.592348"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-04T00:56:08.256485" elapsed="0.593911"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-04T00:56:08.850939" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-04T01:06:14.906492" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-04T01:06:14.907016" level="INFO">${stdout} = </msg>
<msg time="2026-05-04T01:06:14.907152" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-04T00:56:08.850625" elapsed="606.056586"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T01:06:14.907649" elapsed="0.000720"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.909501" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:13.979 16  switches: flows:  506673 495866 497585 506473 507179 501707 504728 501940 499298 510753 504286 504873 502626 500039 503819 508320  total = 134.269417 per ms 
00:58:14.081 16  switches: flows:  512949 515777 509234 511222 510950 513416 515803 515258 516612 513957 510689 505562 514150 514128 509421 513725  total = 136.481588 per ms 
00:59:14.182 16  switches: flows:  531389 530482 529261 527880 529534 527406 523106 530706 529394 528907 528069 523574 529156 526507 525942 522710  total = 140.496453 per ms 
01:00:14.288 16  switches: flows:  559950 557112 559674 557725 561783 556234 561098 548524 555179 557478 559407 561618 559269 559448 554028 555823  total = 148.480696 per ms 
01:01:14.390 16  switches: flows:  561523 558719 561366 554646 454401 560627 563064 562421 553990 559597 558466 552939 565925 557242 556637 560753  total = 147.122947 per ms 
01:02:14.492 16  switches: flows:  575607 574632 576446 576793 573051 565372 577345 565854 574893 577743 570158 571205 569232 580599 566134 572640  total = 152.538611 per ms 
01:03:14.594 16  switches: flows:  544037 539038 539072 546143 536290 542816 547843 546887 538386 540725 541758 536461 547595 540843 538486 540514  total = 144.206558 per ms 
01:04:14.696 16  switches: flows:  533315 537129 533551 534831 538774 537933 538138 538857 534228 536894 536772 540557 528693 536943 533997 537920  total = 142.732788 per ms 
01:05:14.798 16  switches: flows:  542883 540366 545023 538201 542087 542230 543680 540492 546554 540508 539943 541007 542187 543572 547866 542976  total = 144.415300 per ms 
01:06:14.899 16  switches: flows:  566323 569399 568592 566711 565879 567991 577349 572213 559234 566477 569341 570448 572564 572763 580621 571339  total = 151.698710 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136481.59/152538.61/145352.63/48698.11 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.908729" elapsed="0.001055"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-04T01:06:14.910363" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-04T01:06:14.909977" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-05-04T01:06:14.909926" elapsed="0.000643"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-04T01:06:14.910781" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-04T01:06:14.910696" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-05-04T01:06:14.910661" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-04T01:06:14.911008" 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-05-04T01:06:14.916010" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T01:06:14.916668" elapsed="0.000755"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T01:06:14.917557" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-04T01:06:14.911740" elapsed="0.005977"/>
</kw>
<msg time="2026-05-04T01:06:14.917848" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-04T00:56:08.251733" elapsed="606.666143"/>
</kw>
<status status="PASS" start="2026-05-04T00:56:08.251425" elapsed="606.666500"/>
</branch>
<status status="PASS" start="2026-05-04T00:56:08.251100" elapsed="606.666850"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.918421" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:57:13.979 16  switches: flows:  506673 495866 497585 506473 507179 501707 504728 501940 499298 510753 504286 504873 502626 500039 503819 508320  total = 134.269417 per ms 
00:58:14.081 16  switches: flows:  512949 515777 509234 511222 510950 513416 515803 515258 516612 513957 510689 505562 514150 514128 509421 513725  total = 136.481588 per ms 
00:59:14.182 16  switches: flows:  531389 530482 529261 527880 529534 527406 523106 530706 529394 528907 528069 523574 529156 526507 525942 522710  total = 140.496453 per ms 
01:00:14.288 16  switches: flows:  559950 557112 559674 557725 561783 556234 561098 548524 555179 557478 559407 561618 559269 559448 554028 555823  total = 148.480696 per ms 
01:01:14.390 16  switches: flows:  561523 558719 561366 554646 454401 560627 563064 562421 553990 559597 558466 552939 565925 557242 556637 560753  total = 147.122947 per ms 
01:02:14.492 16  switches: flows:  575607 574632 576446 576793 573051 565372 577345 565854 574893 577743 570158 571205 569232 580599 566134 572640  total = 152.538611 per ms 
01:03:14.594 16  switches: flows:  544037 539038 539072 546143 536290 542816 547843 546887 538386 540725 541758 536461 547595 540843 538486 540514  total = 144.206558 per ms 
01:04:14.696 16  switches: flows:  533315 537129 533551 534831 538774 537933 538138 538857 534228 536894 536772 540557 528693 536943 533997 537920  total = 142.732788 per ms 
01:05:14.798 16  switches: flows:  542883 540366 545023 538201 542087 542230 543680 540492 546554 540508 539943 541007 542187 543572 547866 542976  total = 144.415300 per ms 
01:06:14.899 16  switches: flows:  566323 569399 568592 566711 565879 567991 577349 572213 559234 566477 569341 570448 572564 572763 580621 571339  total = 151.698710 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 136481.59/152538.61/145352.63/48698.11 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.918122" elapsed="0.000373"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-04T01:06:14.918644" elapsed="0.000371"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-04T01:06:14.919408" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-04T01:06:14.919500" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 136481.59/152538.61/145352.63/48698.11 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-04T01:06:14.919192" elapsed="0.000333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T01:06:14.919931" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 136481.59/152538.61/145352.63/48698.11 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T01:06:14.919680" elapsed="0.000278"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.922366" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.920119" elapsed="0.002303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.924775" level="INFO">136481.59/152538.61/145352.63/48698.11</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.922569" elapsed="0.002262"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T01:06:14.927220" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T01:06:14.924981" elapsed="0.002266"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T01:06:14.929657" level="INFO">@{result_value_list} = [ 136481.59 | 152538.61 | 145352.63 | 48698.11 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T01:06:14.927453" elapsed="0.002232"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.930161" level="INFO">Length is 4.</msg>
<msg time="2026-05-04T01:06:14.930248" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T01:06:14.929839" elapsed="0.000433"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.934950" level="INFO">min :: 136481.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.930650" elapsed="0.004356"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-04T01:06:14.930523" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.939753" level="INFO">max :: 152538.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.935273" elapsed="0.004536"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-04T01:06:14.935147" elapsed="0.004697"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.944428" level="INFO">avg :: 145352.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.940075" elapsed="0.004409"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-04T01:06:14.939933" elapsed="0.004585"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.949132" level="INFO">stdev :: 48698.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.944734" elapsed="0.004454"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-04T01:06:14.944606" elapsed="0.004617"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-04T01:06:14.930337" elapsed="0.018917"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.953942" level="INFO">${min} = 136481.59</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:06:14.949413" elapsed="0.004557"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.957903" level="INFO">${max} = 152538.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:06:14.954141" elapsed="0.003789"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.961837" level="INFO">${average} = 145352.63</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:06:14.958124" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.965754" level="INFO">${stdev} = 48698.11</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:06:14.962015" elapsed="0.003766"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.966301" level="INFO">${date} = 2026-05-04 01:06:14</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-04T01:06:14.965940" elapsed="0.000387"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.966889" level="INFO">CBench Result: 2026-05-04 01:06:14,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,136481.59,152538.61,145352.63,48698.11</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.966473" elapsed="0.000473"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T01:06:14.967988" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-04T01:06:14.967582" elapsed="0.000486"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-04T01:06:14.968222" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-04T01:06:14.967104" elapsed="0.001636"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-05-04T00:56:08.249999" elapsed="606.718800"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.969277" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-04T01:06:14.968948" elapsed="0.000385"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-04T01:06:14.969836" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-05-04T01:06:14.969538" elapsed="0.000656"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-04T00:56:08.248532" elapsed="606.721701"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.971806" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.971424" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.973115" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-04T01:06:14.972768" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-04T01:06:14.973531" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-04T01:06:14.973268" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-04T01:06:14.976664" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-05-04T01:06:14.976414" elapsed="0.000304"/>
</branch>
<status status="PASS" start="2026-05-04T01:06:14.976394" elapsed="0.000348"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-04T01:06:14.977198" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-04T01:06:14.976871" elapsed="0.000484"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.977908" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.39" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:06:14.977493" elapsed="0.000472"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-04T01:06:14.978511" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T01:06:14.978120" elapsed="0.000418"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T01:06:14.979581" level="INFO">Length is 0.</msg>
<msg time="2026-05-04T01:06:14.979674" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T01:06:14.979137" elapsed="0.000562"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T01:06:14.979840" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-04T01:06:14.981031" level="INFO">Logging into '10.30.170.39:22' as 'jenkins'.</msg>
<msg time="2026-05-04T01:06:15.570954" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Mon May  4 01:06:15 UTC 2026

  System load:  0.29               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.39
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Mon May  4 00:56:08 2026 from 10.30.171.247
[?2004h[jenkins@releng-63164-221-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-04T01:06:14.980677" elapsed="0.590481"/>
</kw>
<msg time="2026-05-04T01:06:15.571245" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T01:06:14.980334" elapsed="0.590992"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-04T01:06:14.978736" elapsed="0.592702"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-04T01:06:15.571971" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.107 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-04T01:16:21.671717" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-04T01:16:21.672404" level="INFO">${stdout} = </msg>
<msg time="2026-05-04T01:16:21.672510" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-05-04T01:06:15.571659" elapsed="606.100907"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T01:16:21.673087" elapsed="0.000846"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.675177" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:20.740 16  switches: flows:  96131 95210 95521 95655 95858 94515 95854 93833 94365 94870 96684 93432 94377 94586 92981 93237  total = 25.285150 per ms 
01:08:20.840 16  switches: flows:  104729 103053 102477 102818 103445 103000 105353 102717 103118 105338 102398 102719 103547 104477 100607 104488  total = 27.525480 per ms 
01:09:20.941 16  switches: flows:  111174 110179 110468 109144 109013 109534 112046 110009 111738 112283 110237 110046 109201 110633 106731 110909  total = 29.340105 per ms 
01:10:21.042 16  switches: flows:  109190 107022 107662 106198 106596 106179 107934 107205 108175 109546 106291 105659 106370 106841 103184 108316  total = 28.491870 per ms 
01:11:21.143 16  switches: flows:  109833 106397 106657 106541 106821 107001 108731 107054 106593 107114 105497 106846 105573 107065 103395 106881  total = 28.419216 per ms 
01:12:21.245 16  switches: flows:  106080 101359 103202 101883 102090 101273 104493 102018 101232 102928 101435 101920 101478 103065 99867 103068  total = 27.243889 per ms 
01:13:21.346 16  switches: flows:  106512 104441 104660 102629 103537 104325 106104 102978 102075 105276 102526 103174 103544 104602 100583 104312  total = 27.641839 per ms 
01:14:21.447 16  switches: flows:  103024 102992 100924 102568 102402 103455 102775 102231 102681 102084 101960 101267 101131 103343 101120 102474  total = 27.228412 per ms 
01:15:21.547 16  switches: flows:  103989 101034 100276 103534 101896 101515 101029 102021 103929 101744 104038 98946 102159 101622 101539 101954  total = 27.141768 per ms 
01:16:21.649 16  switches: flows:  103979 103922 101440 104852 101986 103757 103965 104557 104512 103963 103042 99799 101908 102067 101873 103168  total = 27.434023 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27141.77/29340.11/27829.62/9303.63 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.674379" elapsed="0.001176"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-04T01:16:21.676126" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-05-04T01:16:21.675754" elapsed="0.000530"/>
</branch>
<status status="PASS" start="2026-05-04T01:16:21.675699" elapsed="0.000641"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-04T01:16:21.676550" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-05-04T01:16:21.676467" elapsed="0.000171"/>
</branch>
<status status="NOT RUN" start="2026-05-04T01:16:21.676432" elapsed="0.000254"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-04T01:16:21.676752" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-04T01:16:21.682544" elapsed="0.000663"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-04T01:16:21.683357" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-04T01:16:21.683671" 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-05-04T01:16:21.677534" elapsed="0.006288"/>
</kw>
<msg time="2026-05-04T01:16:21.683952" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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-05-04T01:06:14.973936" elapsed="606.710043"/>
</kw>
<status status="PASS" start="2026-05-04T01:06:14.973617" elapsed="606.710412"/>
</branch>
<status status="PASS" start="2026-05-04T01:06:14.973247" elapsed="606.710822"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.684512" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.107: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.107. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:07:20.740 16  switches: flows:  96131 95210 95521 95655 95858 94515 95854 93833 94365 94870 96684 93432 94377 94586 92981 93237  total = 25.285150 per ms 
01:08:20.840 16  switches: flows:  104729 103053 102477 102818 103445 103000 105353 102717 103118 105338 102398 102719 103547 104477 100607 104488  total = 27.525480 per ms 
01:09:20.941 16  switches: flows:  111174 110179 110468 109144 109013 109534 112046 110009 111738 112283 110237 110046 109201 110633 106731 110909  total = 29.340105 per ms 
01:10:21.042 16  switches: flows:  109190 107022 107662 106198 106596 106179 107934 107205 108175 109546 106291 105659 106370 106841 103184 108316  total = 28.491870 per ms 
01:11:21.143 16  switches: flows:  109833 106397 106657 106541 106821 107001 108731 107054 106593 107114 105497 106846 105573 107065 103395 106881  total = 28.419216 per ms 
01:12:21.245 16  switches: flows:  106080 101359 103202 101883 102090 101273 104493 102018 101232 102928 101435 101920 101478 103065 99867 103068  total = 27.243889 per ms 
01:13:21.346 16  switches: flows:  106512 104441 104660 102629 103537 104325 106104 102978 102075 105276 102526 103174 103544 104602 100583 104312  total = 27.641839 per ms 
01:14:21.447 16  switches: flows:  103024 102992 100924 102568 102402 103455 102775 102231 102681 102084 101960 101267 101131 103343 101120 102474  total = 27.228412 per ms 
01:15:21.547 16  switches: flows:  103989 101034 100276 103534 101896 101515 101029 102021 103929 101744 104038 98946 102159 101622 101539 101954  total = 27.141768 per ms 
01:16:21.649 16  switches: flows:  103979 103922 101440 104852 101986 103757 103965 104557 104512 103963 103042 99799 101908 102067 101873 103168  total = 27.434023 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 27141.77/29340.11/27829.62/9303.63 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.684223" elapsed="0.000363"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-04T01:16:21.684740" elapsed="0.000395"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-04T01:16:21.685520" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-04T01:16:21.685611" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 27141.77/29340.11/27829.62/9303.63 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-04T01:16:21.685299" elapsed="0.000336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T01:16:21.686041" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 27141.77/29340.11/27829.62/9303.63 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T01:16:21.685789" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.688479" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.686229" elapsed="0.002307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.691103" level="INFO">27141.77/29340.11/27829.62/9303.63</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.688680" elapsed="0.002479"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T01:16:21.693515" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T01:16:21.691309" elapsed="0.002233"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-04T01:16:21.695976" level="INFO">@{result_value_list} = [ 27141.77 | 29340.11 | 27829.62 | 9303.63 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-04T01:16:21.693739" elapsed="0.002264"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.696481" level="INFO">Length is 4.</msg>
<msg time="2026-05-04T01:16:21.696569" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-04T01:16:21.696175" elapsed="0.000418"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.701310" level="INFO">min :: 27141.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-05-04T01:16:21.696982" elapsed="0.004385"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-04T01:16:21.696848" elapsed="0.004554"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.705910" level="INFO">max :: 29340.11</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.701616" elapsed="0.004353"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-04T01:16:21.701490" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.710547" level="INFO">avg :: 27829.62</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.706235" elapsed="0.004368"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-04T01:16:21.706104" elapsed="0.004533"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.715159" level="INFO">stdev :: 9303.63</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.710846" elapsed="0.004370"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-04T01:16:21.710721" elapsed="0.004529"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-04T01:16:21.696660" elapsed="0.018620"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.719443" level="INFO">${min} = 27141.77</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:16:21.715440" elapsed="0.004030"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.723353" level="INFO">${max} = 29340.11</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:16:21.719627" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.727282" level="INFO">${average} = 27829.62</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:16:21.723533" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.731221" level="INFO">${stdev} = 9303.63</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-04T01:16:21.727462" elapsed="0.003786"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.731761" level="INFO">${date} = 2026-05-04 01:16:21</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-04T01:16:21.731408" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.732364" level="INFO">CBench Result: 2026-05-04 01:16:21,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,27141.77,29340.11,27829.62,9303.63</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-04T01:16:21.731940" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-04T01:16:21.733522" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-04T01:16:21.733024" elapsed="0.000568"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-04T01:16:21.733745" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-04T01:16:21.732559" elapsed="0.001722"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-04T01:06:14.972187" elapsed="606.762183"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.734833" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-04T01:16:21.734520" elapsed="0.000370"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-04T01:16:21.736142" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-04T01:16:21.735625" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-04T01:16:21.736389" elapsed="0.000029"/>
</return>
<status status="PASS" start="2026-05-04T01:16:21.736243" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-05-04T01:16:21.736224" elapsed="0.000249"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-04T01:16:21.736624" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-04T01:16:21.736787" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-04T01:16:21.736951" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-04T01:16:21.737159" 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-05-04T01:16:21.737311" 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-05-04T01:16:21.737458" 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-05-04T01:16:21.737602" elapsed="0.000019"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-04T01:16:21.737822" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-05-04T01:16:21.737683" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-05-04T01:16:21.737667" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-04T01:16:21.735287" elapsed="0.002660"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-04T01:06:14.970783" elapsed="606.767210"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-05-04T00:45:59.054703" elapsed="1822.683928"/>
</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>
