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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-13T00:46:37.592835" elapsed="0.824971"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-13T00:46:38.468376" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-13T00:46:38.418061" elapsed="0.050391"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-13T00:46:38.470417" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-13T00:46:38.470529" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-13T00:46:38.468615" elapsed="0.001943"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-13T00:46:38.470715" elapsed="0.000222"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T00:46:38.471098" elapsed="0.000224"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:46:38.471808" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:46:38.471474" elapsed="0.000388"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-13T00:46:38.471915" elapsed="0.000054"/>
</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.12
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-13T00:46:37.591322" elapsed="0.880774"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-13T00:46:37.587621" elapsed="0.884561"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-13T00:46:38.472738" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-13T00:46:38.472370" elapsed="0.000424"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-13T00:46:38.473213" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-13T00:46:38.472948" elapsed="0.000332"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-13T00:46:38.473862" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-13T00:46:38.473475" elapsed="0.000415"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-13T00:46:38.474410" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-13T00:46:38.474057" elapsed="0.000395"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-13T00:46:38.474985" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-13T00:46:38.474598" elapsed="0.000414"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-13T00:46:38.475501" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-13T00:46:38.475188" elapsed="0.000355"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-04-13T00:46:38.475839" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-13T00:46:38.475628" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-13T00:46:38.480541" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T00:46:38.480113" elapsed="0.000462"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T00:46:38.481585" level="INFO">Length is 0.</msg>
<msg time="2026-04-13T00:46:38.481671" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T00:46:38.481125" elapsed="0.000570"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:46:38.481839" elapsed="0.000360"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-13T00:46:38.483213" level="INFO">Logging into '10.30.170.108:22' as 'jenkins'.</msg>
<msg time="2026-04-13T00:46:39.263540" 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 Apr 13 00:46:38 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.108
  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-179-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-13T00:46:38.482698" elapsed="0.781032"/>
</kw>
<msg time="2026-04-13T00:46:39.263845" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:46:38.482354" elapsed="0.781598"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-13T00:46:38.480785" elapsed="0.783307"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.271975" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-04-13T00:46:39.264370" elapsed="0.009036"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T00:46:39.273595" elapsed="0.000273"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-04-13T00:46:38.479530" elapsed="0.794400"/>
</kw>
<status status="PASS" start="2026-04-13T00:46:38.476118" elapsed="0.797877"/>
</branch>
<status status="PASS" start="2026-04-13T00:46:38.475603" elapsed="0.798437"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-13T00:46:39.274218" elapsed="0.000486"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-13T00:46:39.279354" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-13T00:46:39.279185" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-04-13T00:46:39.279133" elapsed="0.000327"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-13T00:46:39.284541" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-13T00:46:39.284382" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-13T00:46:39.284353" elapsed="0.000286"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T00:46:39.284821" elapsed="0.000622"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.286017" level="INFO">Logging into '10.30.170.12:8101' as 'karaf'.</msg>
<msg time="2026-04-13T00:46:39.536691" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-13T00:46:39.285651" elapsed="0.251241"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.637892" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-13T00:46:39.537221" elapsed="0.100857"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.648849" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-13T00:46:39.649083" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-13T00:46:39.638404" elapsed="0.010713"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-13T00:46:39.649282" elapsed="0.000288"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T00:46:39.649721" elapsed="0.000239"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:46:39.650481" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:46:39.650100" elapsed="0.000444"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-13T00:46:39.650600" elapsed="0.000067"/>
</return>
<msg time="2026-04-13T00:46:39.650830" 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.12
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-13T00:46:39.283854" elapsed="0.367008"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-13T00:46:39.651016" elapsed="0.000648"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-13T00:46:39.651715" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-04-13T00:46:39.278750" elapsed="0.373095"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-13T00:46:39.655664" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-13T00:46:39.655525" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-13T00:46:39.655499" 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-04-13T00:46:39.655869" elapsed="0.000481"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.657003" level="INFO">Logging into '10.30.170.12:8101' as 'karaf'.</msg>
<msg time="2026-04-13T00:46:39.834544" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-13T00:46:39.656497" elapsed="0.178249"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.857017" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-13T00:46:39.835056" elapsed="0.022025"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.859011" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-13T00:46:39.859128" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-13T00:46:39.857260" 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-04-13T00:46:39.859313" elapsed="0.000210"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T00:46:39.859681" elapsed="0.000229"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:46:39.860446" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:46:39.860075" elapsed="0.000422"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-13T00:46:39.860556" elapsed="0.000068"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.12
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-13T00:46:39.655133" elapsed="0.205647"/>
</kw>
<status status="PASS" start="2026-04-13T00:46:37.585659" elapsed="2.275191"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:46:39.863340" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:46:39.861991" elapsed="0.001414"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-13T00:46:39.864931" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-13T00:46:39.864567" elapsed="0.000408"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-13T00:46:39.865330" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-13T00:46:39.865059" elapsed="0.000330"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-13T00:46:39.868402" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-13T00:46:39.868135" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-04-13T00:46:39.868115" elapsed="0.000369"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.868827" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-13T00:46:39.868615" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:46:39.869550" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.12 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.108" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:46:39.869109" elapsed="0.000501"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.870265" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T00:46:39.869751" elapsed="0.000541"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T00:46:39.871241" level="INFO">Length is 0.</msg>
<msg time="2026-04-13T00:46:39.871335" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T00:46:39.870875" elapsed="0.000484"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:46:39.871505" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-13T00:46:39.872758" level="INFO">Logging into '10.30.170.108:22' as 'jenkins'.</msg>
<msg time="2026-04-13T00:46:40.200999" 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 Apr 13 00:46:38 UTC 2026

  System load:  0.04               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.108
  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 Apr 13 00:46:39 2026 from 10.30.170.29
[?2004h[jenkins@releng-63164-179-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-13T00:46:39.872395" elapsed="0.328890"/>
</kw>
<msg time="2026-04-13T00:46:40.201384" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:46:39.871991" elapsed="0.329501"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-13T00:46:39.870494" elapsed="0.331132"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-13T00:46:40.202561" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.12 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-13T00:56:46.309264" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-13T00:56:46.309880" level="INFO">${stdout} = </msg>
<msg time="2026-04-13T00:56:46.310003" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-13T00:46:40.201884" elapsed="606.108190"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T00:56:46.310572" elapsed="0.000842"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.312706" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12: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.12. 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:45.405 16  switches: flows:  108061 104446 106259 110712 109301 105212 109505 107750 103780 103572 102549 105661 103820 101829 105040 106792  total = 28.238150 per ms 
00:48:45.506 16  switches: flows:  120615 115745 118450 121214 120207 117689 119355 116940 116008 114401 115165 116629 114914 114710 114576 115859  total = 31.155896 per ms 
00:49:45.606 16  switches: flows:  112769 110370 111409 114875 113012 111403 113571 111571 107645 110283 112555 108453 106666 107058 109049 110831  total = 29.476126 per ms 
00:50:45.706 16  switches: flows:  119475 114439 117783 121644 117576 116542 118783 117472 112482 111417 116375 113989 112929 112430 113988 113703  total = 30.799043 per ms 
00:51:45.806 16  switches: flows:  127688 123454 123545 123021 123218 123409 122995 121285 120955 121463 121551 120819 121132 117737 120578 122260  total = 32.530865 per ms 
00:52:45.907 16  switches: flows:  127826 123162 125334 132093 126533 126221 128773 125530 120442 123127 125238 123293 124111 121496 122355 125410  total = 33.293505 per ms 
00:53:46.007 16  switches: flows:  124730 122965 123708 128792 125366 122965 126193 123598 119341 121988 120047 121187 121418 121281 121009 118722  total = 32.667314 per ms 
00:54:46.107 16  switches: flows:  117432 114715 118049 119298 116908 113980 117171 117198 113056 111572 114022 114874 111411 113840 113227 113086  total = 30.612892 per ms 
00:55:46.208 16  switches: flows:  123344 123598 127804 127582 127071 125665 126887 125862 124111 122721 121502 120677 118836 120903 125062 119906  total = 32.970339 per ms 
00:56:46.308 16  switches: flows:  114825 117004 118543 121487 120060 116118 115185 116704 114011 111212 111923 113882 113401 113129 115812 114034  total = 30.737500 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29476.13/33293.50/31582.61/10600.20 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.311867" elapsed="0.001162"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-13T00:56:46.313608" elapsed="0.000089"/>
</return>
<status status="PASS" start="2026-04-13T00:56:46.313280" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-04-13T00:56:46.313217" elapsed="0.000623"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-13T00:56:46.314061" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-13T00:56:46.313975" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-13T00:56:46.313938" elapsed="0.000321"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-13T00:56:46.314339" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:56:46.318518" 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-04-13T00:56:46.319242" elapsed="0.000265"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T00:56:46.319697" elapsed="0.000137"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-13T00:56:46.315037" elapsed="0.004871"/>
</kw>
<msg time="2026-04-13T00:56:46.320089" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-13T00:46:39.865746" elapsed="606.454381"/>
</kw>
<status status="PASS" start="2026-04-13T00:46:39.865419" elapsed="606.454806"/>
</branch>
<status status="PASS" start="2026-04-13T00:46:39.865034" elapsed="606.455232"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.320883" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12: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.12. 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:45.405 16  switches: flows:  108061 104446 106259 110712 109301 105212 109505 107750 103780 103572 102549 105661 103820 101829 105040 106792  total = 28.238150 per ms 
00:48:45.506 16  switches: flows:  120615 115745 118450 121214 120207 117689 119355 116940 116008 114401 115165 116629 114914 114710 114576 115859  total = 31.155896 per ms 
00:49:45.606 16  switches: flows:  112769 110370 111409 114875 113012 111403 113571 111571 107645 110283 112555 108453 106666 107058 109049 110831  total = 29.476126 per ms 
00:50:45.706 16  switches: flows:  119475 114439 117783 121644 117576 116542 118783 117472 112482 111417 116375 113989 112929 112430 113988 113703  total = 30.799043 per ms 
00:51:45.806 16  switches: flows:  127688 123454 123545 123021 123218 123409 122995 121285 120955 121463 121551 120819 121132 117737 120578 122260  total = 32.530865 per ms 
00:52:45.907 16  switches: flows:  127826 123162 125334 132093 126533 126221 128773 125530 120442 123127 125238 123293 124111 121496 122355 125410  total = 33.293505 per ms 
00:53:46.007 16  switches: flows:  124730 122965 123708 128792 125366 122965 126193 123598 119341 121988 120047 121187 121418 121281 121009 118722  total = 32.667314 per ms 
00:54:46.107 16  switches: flows:  117432 114715 118049 119298 116908 113980 117171 117198 113056 111572 114022 114874 111411 113840 113227 113086  total = 30.612892 per ms 
00:55:46.208 16  switches: flows:  123344 123598 127804 127582 127071 125665 126887 125862 124111 122721 121502 120677 118836 120903 125062 119906  total = 32.970339 per ms 
00:56:46.308 16  switches: flows:  114825 117004 118543 121487 120060 116118 115185 116704 114011 111212 111923 113882 113401 113129 115812 114034  total = 30.737500 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29476.13/33293.50/31582.61/10600.20 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.320469" elapsed="0.000518"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-13T00:56:46.321237" elapsed="0.000536"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-13T00:56:46.322366" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-13T00:56:46.322506" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29476.13/33293.50/31582.61/10600.20 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-13T00:56:46.322003" elapsed="0.000538"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T00:56:46.323125" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29476.13/33293.50/31582.61/10600.20 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T00:56:46.322762" elapsed="0.000423"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.325837" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.323406" elapsed="0.002493"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.328325" level="INFO">29476.13/33293.50/31582.61/10600.20</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.326053" elapsed="0.002330"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T00:56:46.330764" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T00:56:46.328554" elapsed="0.002238"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T00:56:46.333252" level="INFO">@{result_value_list} = [ 29476.13 | 33293.50 | 31582.61 | 10600.20 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T00:56:46.330984" elapsed="0.002298"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.333754" level="INFO">Length is 4.</msg>
<msg time="2026-04-13T00:56:46.333844" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T00:56:46.333438" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.338644" level="INFO">min :: 29476.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.334281" elapsed="0.004421"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-13T00:56:46.334132" elapsed="0.004606"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.343318" level="INFO">max :: 33293.50</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.338963" elapsed="0.004420"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-13T00:56:46.338832" elapsed="0.004588"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.348020" level="INFO">avg :: 31582.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.343685" elapsed="0.004393"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-13T00:56:46.343542" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.352714" level="INFO">stdev :: 10600.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.348354" elapsed="0.004422"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-13T00:56:46.348223" elapsed="0.004596"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-13T00:56:46.333939" elapsed="0.018915"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.356741" level="INFO">${min} = 29476.13</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T00:56:46.353017" elapsed="0.003752"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.360683" level="INFO">${max} = 33293.50</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T00:56:46.356930" elapsed="0.003780"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.364856" level="INFO">${average} = 31582.61</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T00:56:46.360864" elapsed="0.004019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.368911" level="INFO">${stdev} = 10600.20</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T00:56:46.365044" elapsed="0.003894"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.369502" level="INFO">${date} = 2026-04-13 00:56:46</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-13T00:56:46.369119" elapsed="0.000409"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.370101" level="INFO">CBench Result: 2026-04-13 00:56:46,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29476.13,33293.50,31582.61,10600.20</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.369677" elapsed="0.000510"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-13T00:56:46.371438" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-13T00:56:46.370984" elapsed="0.000534"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-13T00:56:46.371673" elapsed="0.000490"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-13T00:56:46.370502" elapsed="0.001728"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-04-13T00:46:39.863867" elapsed="606.508425"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.372772" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-13T00:56:46.372450" elapsed="0.000384"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-13T00:56:46.373389" elapsed="0.000271"/>
</kw>
<status status="PASS" start="2026-04-13T00:56:46.373051" elapsed="0.000683"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-13T00:46:39.861022" elapsed="606.512750"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.375456" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.375004" elapsed="0.000541"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.377021" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-13T00:56:46.376647" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-13T00:56:46.377525" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-13T00:56:46.377296" elapsed="0.000289"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-13T00:56:46.380485" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-13T00:56:46.380235" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-13T00:56:46.380214" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-13T00:56:46.380898" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-13T00:56:46.380699" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.381630" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.12 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.108" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T00:56:46.381203" elapsed="0.000486"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-13T00:56:46.382256" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T00:56:46.381837" elapsed="0.000448"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T00:56:46.383194" level="INFO">Length is 0.</msg>
<msg time="2026-04-13T00:56:46.383295" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T00:56:46.382866" elapsed="0.000454"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:56:46.383466" elapsed="0.000364"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-13T00:56:46.384715" level="INFO">Logging into '10.30.170.108:22' as 'jenkins'.</msg>
<msg time="2026-04-13T00:56:46.968734" 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 Apr 13 00:56:46 UTC 2026

  System load:  1.12               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.108
  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 Apr 13 00:46:40 2026 from 10.30.170.29
[?2004h[jenkins@releng-63164-179-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-13T00:56:46.384360" elapsed="0.584578"/>
</kw>
<msg time="2026-04-13T00:56:46.969030" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T00:56:46.383988" elapsed="0.585138"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-13T00:56:46.382490" elapsed="0.586777"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-13T00:56:46.969805" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.12 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-13T01:06:54.438000" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-13T01:06:54.438672" level="INFO">${stdout} = </msg>
<msg time="2026-04-13T01:06:54.438787" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.12:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-13T00:56:46.969499" elapsed="607.469347"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T01:06:54.439349" elapsed="0.000729"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.441278" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.12: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.12. 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:52.107 16  switches: flows:  512486 521414 521418 527960 509163 522059 526387 516668 515089 505840 512373 511671 515628 509976 504856 524659  total = 137.627450 per ms 
00:58:52.208 16  switches: flows:  492842 513630 519515 487988 523235 495107 498491 512403 501024 506211 494174 508090 498877 509600 515359 510594  total = 134.560115 per ms 
00:59:52.309 16  switches: flows:  537833 532263 540021 539457 539614 535876 538865 533050 536870 530550 535718 536291 535735 533082 535732 527538  total = 142.567012 per ms 
01:00:52.410 16  switches: flows:  537926 545534 551385 549640 548172 485566 550380 531881 553979 537626 536803 537639 547604 551085 535616 542082  total = 143.807700 per ms 
01:01:52.514 16  switches: flows:  566077 564038 579269 572526 567541 577847 569629 567156 573218 572486 567066 568832 559677 567004 574866 571870  total = 151.723043 per ms 
01:02:52.617 16  switches: flows:  587747 573976 569246 571186 572856 577642 580754 580276 573238 580724 585052 575139 577075 569092 577576 585084  total = 153.682194 per ms 
01:03:52.718 16  switches: flows:  586626 587606 579801 575658 569490 569198 591223 574766 569582 570370 582915 571704 581996 575214 570732 586219  total = 153.793143 per ms 
01:04:52.821 16  switches: flows:  534422 519507 539331 521739 492038 516022 519588 530344 533338 496137 523026 533029 536986 529081 531299 524155  total = 139.432488 per ms 
01:05:52.923 16  switches: flows:  522547 506305 519557 520634 514381 514504 522200 522380 505849 525035 506295 514966 514116 506419 516915 503681  total = 137.031800 per ms 
01:06:53.634 16  switches: flows:  543291 546960 543544 542266 546181 530839 543438 539701 538510 535862 533230 551300 530409 545846 537767 544384  total = 142.539662 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134560.11/153793.14/144348.57/48588.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.440473" elapsed="0.001129"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-13T01:06:54.442096" elapsed="0.000110"/>
</return>
<status status="PASS" start="2026-04-13T01:06:54.441784" elapsed="0.000506"/>
</branch>
<status status="PASS" start="2026-04-13T01:06:54.441732" elapsed="0.000614"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-13T01:06:54.442557" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-13T01:06:54.442474" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-04-13T01:06:54.442437" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-13T01:06:54.442762" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T01:06:54.448358" elapsed="0.000847"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T01:06:54.449381" elapsed="0.000176"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T01:06:54.449689" elapsed="0.000101"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-13T01:06:54.443464" elapsed="0.006379"/>
</kw>
<msg time="2026-04-13T01:06:54.449973" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.12:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-13T00:56:46.377923" elapsed="608.072076"/>
</kw>
<status status="PASS" start="2026-04-13T00:56:46.377612" elapsed="608.072436"/>
</branch>
<status status="PASS" start="2026-04-13T00:56:46.377269" elapsed="608.072803"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.450524" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.12: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.12. 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:52.107 16  switches: flows:  512486 521414 521418 527960 509163 522059 526387 516668 515089 505840 512373 511671 515628 509976 504856 524659  total = 137.627450 per ms 
00:58:52.208 16  switches: flows:  492842 513630 519515 487988 523235 495107 498491 512403 501024 506211 494174 508090 498877 509600 515359 510594  total = 134.560115 per ms 
00:59:52.309 16  switches: flows:  537833 532263 540021 539457 539614 535876 538865 533050 536870 530550 535718 536291 535735 533082 535732 527538  total = 142.567012 per ms 
01:00:52.410 16  switches: flows:  537926 545534 551385 549640 548172 485566 550380 531881 553979 537626 536803 537639 547604 551085 535616 542082  total = 143.807700 per ms 
01:01:52.514 16  switches: flows:  566077 564038 579269 572526 567541 577847 569629 567156 573218 572486 567066 568832 559677 567004 574866 571870  total = 151.723043 per ms 
01:02:52.617 16  switches: flows:  587747 573976 569246 571186 572856 577642 580754 580276 573238 580724 585052 575139 577075 569092 577576 585084  total = 153.682194 per ms 
01:03:52.718 16  switches: flows:  586626 587606 579801 575658 569490 569198 591223 574766 569582 570370 582915 571704 581996 575214 570732 586219  total = 153.793143 per ms 
01:04:52.821 16  switches: flows:  534422 519507 539331 521739 492038 516022 519588 530344 533338 496137 523026 533029 536986 529081 531299 524155  total = 139.432488 per ms 
01:05:52.923 16  switches: flows:  522547 506305 519557 520634 514381 514504 522200 522380 505849 525035 506295 514966 514116 506419 516915 503681  total = 137.031800 per ms 
01:06:53.634 16  switches: flows:  543291 546960 543544 542266 546181 530839 543438 539701 538510 535862 533230 551300 530409 545846 537767 544384  total = 142.539662 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 134560.11/153793.14/144348.57/48588.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.450236" elapsed="0.000361"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-13T01:06:54.450746" elapsed="0.000373"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-13T01:06:54.451525" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-13T01:06:54.451618" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 134560.11/153793.14/144348.57/48588.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-13T01:06:54.451297" elapsed="0.000345"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T01:06:54.452049" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 134560.11/153793.14/144348.57/48588.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T01:06:54.451795" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.454479" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.452237" elapsed="0.002297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.456904" level="INFO">134560.11/153793.14/144348.57/48588.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.454676" elapsed="0.002285"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T01:06:54.459300" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T01:06:54.457107" elapsed="0.002220"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T01:06:54.461736" level="INFO">@{result_value_list} = [ 134560.11 | 153793.14 | 144348.57 | 48588.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T01:06:54.459519" elapsed="0.002244"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.462276" level="INFO">Length is 4.</msg>
<msg time="2026-04-13T01:06:54.462364" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T01:06:54.461918" elapsed="0.000470"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.467224" level="INFO">min :: 134560.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-04-13T01:06:54.462768" elapsed="0.004513"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-13T01:06:54.462639" elapsed="0.004676"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.471805" level="INFO">max :: 153793.14</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.467535" elapsed="0.004326"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-13T01:06:54.467405" elapsed="0.004491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.476395" level="INFO">avg :: 144348.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.472109" elapsed="0.004342"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-13T01:06:54.471983" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.480952" level="INFO">stdev :: 48588.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.476700" elapsed="0.004333"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-13T01:06:54.476571" elapsed="0.004497"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-13T01:06:54.462452" elapsed="0.018647"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.484935" level="INFO">${min} = 134560.11</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:06:54.481274" elapsed="0.003687"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.488803" level="INFO">${max} = 153793.14</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:06:54.485126" elapsed="0.003704"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.492674" level="INFO">${average} = 144348.57</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:06:54.488982" elapsed="0.003718"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.496550" level="INFO">${stdev} = 48588.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:06:54.492849" elapsed="0.003728"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.497123" level="INFO">${date} = 2026-04-13 01:06:54</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-13T01:06:54.496741" elapsed="0.000410"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.497723" level="INFO">CBench Result: 2026-04-13 01:06:54,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,134560.11,153793.14,144348.57,48588.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.497318" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-13T01:06:54.498820" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-13T01:06:54.498404" elapsed="0.000482"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-13T01:06:54.499035" 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-04-13T01:06:54.497919" elapsed="0.001656"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-04-13T00:56:46.375864" elapsed="608.123770"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.500097" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-13T01:06:54.499787" elapsed="0.000381"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-04-13T01:06:54.500677" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-04-13T01:06:54.500377" elapsed="0.000632"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-13T00:56:46.374341" elapsed="608.126707"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.502549" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.501983" elapsed="0.000625"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.503831" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-13T01:06:54.503496" elapsed="0.000376"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-04-13T01:06:54.504221" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-13T01:06:54.503984" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-13T01:06:54.507628" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-13T01:06:54.507373" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-04-13T01:06:54.507354" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-13T01:06:54.508028" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-13T01:06:54.507838" elapsed="0.000349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.508734" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.12 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.108" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:06:54.508321" elapsed="0.000469"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-13T01:06:54.509347" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T01:06:54.508926" elapsed="0.000447"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T01:06:54.510253" level="INFO">Length is 0.</msg>
<msg time="2026-04-13T01:06:54.510340" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T01:06:54.509938" elapsed="0.000426"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T01:06:54.510505" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-13T01:06:54.511678" level="INFO">Logging into '10.30.170.108:22' as 'jenkins'.</msg>
<msg time="2026-04-13T01:06:57.852850" 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 Apr 13 01:06:57 UTC 2026

  System load:  0.24               Processes:             104
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.108
  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 Apr 13 00:56:46 2026 from 10.30.170.29
[?2004h[jenkins@releng-63164-179-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-13T01:06:54.511328" elapsed="3.341714"/>
</kw>
<msg time="2026-04-13T01:06:57.853130" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T01:06:54.510970" elapsed="3.342265"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-13T01:06:54.509570" elapsed="3.343784"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-13T01:06:57.853908" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.12 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-04-13T01:17:03.877757" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-13T01:17:03.878400" level="INFO">${stdout} = </msg>
<msg time="2026-04-13T01:17:03.878508" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-13T01:06:57.853593" elapsed="606.024973"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T01:17:03.879033" elapsed="0.000749"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.880908" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12: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.12. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:02.985 16  switches: flows:  107700 106746 107903 107724 107389 104915 106089 106439 104771 102492 104205 102833 102662 102418 103512 103571  total = 28.022817 per ms 
01:09:03.086 16  switches: flows:  127199 124937 125571 129108 128717 126219 130808 127403 125996 123188 124617 121856 120609 124061 123393 123391  total = 33.395475 per ms 
01:10:03.187 16  switches: flows:  126775 125510 125364 129970 130235 126781 129167 128248 127513 122857 125822 123271 120943 124684 120625 123979  total = 33.473200 per ms 
01:11:03.289 16  switches: flows:  125065 124538 124344 127342 128661 125749 127690 126809 124995 122547 124623 121723 120022 123430 120955 123748  total = 33.147600 per ms 
01:12:03.390 16  switches: flows:  126988 125411 123982 130661 130091 127324 129121 128196 126193 123166 125558 123264 121486 125346 121788 124808  total = 33.500458 per ms 
01:13:03.491 16  switches: flows:  125700 123269 124124 127048 127805 125139 127477 126810 123679 121819 125740 120830 119843 125556 119642 123057  total = 33.070401 per ms 
01:14:03.592 16  switches: flows:  126993 125458 126991 130028 129025 127051 129148 127795 125774 123568 128400 125025 122084 126595 122101 125502  total = 33.636134 per ms 
01:15:03.693 16  switches: flows:  123099 122252 122088 124585 122407 123379 123808 122580 117621 117825 121163 120251 114998 119760 116468 116369  total = 32.090674 per ms 
01:16:03.793 16  switches: flows:  130773 128554 126771 131182 128534 128191 129129 128695 123742 121400 125438 123068 121267 123826 121613 121187  total = 33.500255 per ms 
01:17:03.894 16  switches: flows:  129756 127457 125018 129361 128402 128451 127887 128762 121804 120601 123580 121689 119355 120658 121258 119809  total = 33.175427 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32090.67/33636.13/33221.07/11082.37 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.880144" elapsed="0.001097"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-04-13T01:17:03.881741" elapsed="0.000082"/>
</return>
<status status="PASS" start="2026-04-13T01:17:03.881440" elapsed="0.000462"/>
</branch>
<status status="PASS" start="2026-04-13T01:17:03.881388" elapsed="0.000568"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-04-13T01:17:03.882228" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-13T01:17:03.882102" elapsed="0.000218"/>
</branch>
<status status="NOT RUN" start="2026-04-13T01:17:03.882044" elapsed="0.000323"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-13T01:17:03.882435" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-13T01:17:03.887263" elapsed="0.000378"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-13T01:17:03.887789" elapsed="0.000158"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-13T01:17:03.888076" elapsed="0.000115"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-13T01:17:03.883098" elapsed="0.005147"/>
</kw>
<msg time="2026-04-13T01:17:03.888382" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-13T01:06:54.504924" elapsed="609.383485"/>
</kw>
<status status="PASS" start="2026-04-13T01:06:54.504336" elapsed="609.384123"/>
</branch>
<status status="PASS" start="2026-04-13T01:06:54.503963" elapsed="609.384519"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.888909" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.12: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.12. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:08:02.985 16  switches: flows:  107700 106746 107903 107724 107389 104915 106089 106439 104771 102492 104205 102833 102662 102418 103512 103571  total = 28.022817 per ms 
01:09:03.086 16  switches: flows:  127199 124937 125571 129108 128717 126219 130808 127403 125996 123188 124617 121856 120609 124061 123393 123391  total = 33.395475 per ms 
01:10:03.187 16  switches: flows:  126775 125510 125364 129970 130235 126781 129167 128248 127513 122857 125822 123271 120943 124684 120625 123979  total = 33.473200 per ms 
01:11:03.289 16  switches: flows:  125065 124538 124344 127342 128661 125749 127690 126809 124995 122547 124623 121723 120022 123430 120955 123748  total = 33.147600 per ms 
01:12:03.390 16  switches: flows:  126988 125411 123982 130661 130091 127324 129121 128196 126193 123166 125558 123264 121486 125346 121788 124808  total = 33.500458 per ms 
01:13:03.491 16  switches: flows:  125700 123269 124124 127048 127805 125139 127477 126810 123679 121819 125740 120830 119843 125556 119642 123057  total = 33.070401 per ms 
01:14:03.592 16  switches: flows:  126993 125458 126991 130028 129025 127051 129148 127795 125774 123568 128400 125025 122084 126595 122101 125502  total = 33.636134 per ms 
01:15:03.693 16  switches: flows:  123099 122252 122088 124585 122407 123379 123808 122580 117621 117825 121163 120251 114998 119760 116468 116369  total = 32.090674 per ms 
01:16:03.793 16  switches: flows:  130773 128554 126771 131182 128534 128191 129129 128695 123742 121400 125438 123068 121267 123826 121613 121187  total = 33.500255 per ms 
01:17:03.894 16  switches: flows:  129756 127457 125018 129361 128402 128451 127887 128762 121804 120601 123580 121689 119355 120658 121258 119809  total = 33.175427 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32090.67/33636.13/33221.07/11082.37 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.888620" 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-04-13T01:17:03.889128" elapsed="0.000375"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-04-13T01:17:03.889888" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-04-13T01:17:03.889988" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32090.67/33636.13/33221.07/11082.37 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-04-13T01:17:03.889664" elapsed="0.000349"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T01:17:03.890447" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32090.67/33636.13/33221.07/11082.37 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T01:17:03.890188" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.892833" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.890619" elapsed="0.002269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.895377" level="INFO">32090.67/33636.13/33221.07/11082.37</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.893038" elapsed="0.002396"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T01:17:03.897784" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T01:17:03.895583" elapsed="0.002228"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-04-13T01:17:03.900314" level="INFO">@{result_value_list} = [ 32090.67 | 33636.13 | 33221.07 | 11082.37 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-04-13T01:17:03.898022" elapsed="0.002324"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.900803" level="INFO">Length is 4.</msg>
<msg time="2026-04-13T01:17:03.900890" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-13T01:17:03.900500" elapsed="0.000414"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.905636" level="INFO">min :: 32090.67</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.901304" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-04-13T01:17:03.901176" elapsed="0.004551"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.910345" level="INFO">max :: 33636.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.905961" elapsed="0.004453"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-04-13T01:17:03.905833" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.914966" level="INFO">avg :: 33221.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.910665" elapsed="0.004372"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-04-13T01:17:03.910536" elapsed="0.004537"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.920269" level="INFO">stdev :: 11082.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.915296" elapsed="0.005035"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-04-13T01:17:03.915170" elapsed="0.005196"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-04-13T01:17:03.900978" elapsed="0.019418"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.924484" level="INFO">${min} = 32090.67</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:17:03.920557" elapsed="0.003955"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.928420" level="INFO">${max} = 33636.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:17:03.924666" elapsed="0.003781"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.932305" level="INFO">${average} = 33221.07</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:17:03.928598" elapsed="0.003734"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.936224" level="INFO">${stdev} = 11082.37</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-13T01:17:03.932482" elapsed="0.003769"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.936747" level="INFO">${date} = 2026-04-13 01:17:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-04-13T01:17:03.936409" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.937347" level="INFO">CBench Result: 2026-04-13 01:17:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32090.67,33636.13,33221.07,11082.37</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-13T01:17:03.936914" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-13T01:17:03.938494" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-13T01:17:03.938015" elapsed="0.000547"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-04-13T01:17:03.938724" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-04-13T01:17:03.937549" elapsed="0.001706"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-04-13T01:06:54.502914" elapsed="609.436399"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.939771" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-04-13T01:17:03.939464" elapsed="0.000362"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-13T01:17:03.941018" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-13T01:17:03.940548" elapsed="0.000497"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-04-13T01:17:03.941291" elapsed="0.000032"/>
</return>
<status status="PASS" start="2026-04-13T01:17:03.941120" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-13T01:17:03.941101" elapsed="0.000280"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.941527" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.941685" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.941845" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.942038" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.942205" elapsed="0.000022"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.942388" elapsed="0.000030"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.942561" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-04-13T01:17:03.942784" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-13T01:17:03.942648" elapsed="0.000194"/>
</branch>
<status status="NOT RUN" start="2026-04-13T01:17:03.942631" elapsed="0.000234"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-04-13T01:17:03.940211" elapsed="0.002703"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-04-13T01:06:54.501483" elapsed="609.441476"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-04-13T00:46:37.030491" elapsed="1826.913140"/>
</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>
