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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-12T00:49:57.588766" elapsed="0.603365"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T00:49:58.241647" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-12T00:49:58.192461" elapsed="0.049259"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T00:49:58.243698" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T00:49:58.243814" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-12T00:49:58.241895" elapsed="0.001950"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-12T00:49:58.244003" elapsed="0.000220"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T00:49:58.244398" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T00:49:58.245125" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T00:49:58.244780" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T00:49:58.245232" elapsed="0.000082"/>
</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.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-12T00:49:57.587282" elapsed="0.658162"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-05-12T00:49:57.583629" elapsed="0.661877"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T00:49:58.246105" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T00:49:58.245695" elapsed="0.000467"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T00:49:58.246583" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T00:49:58.246337" elapsed="0.000302"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T00:49:58.247192" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-12T00:49:58.246793" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T00:49:58.247756" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T00:49:58.247423" elapsed="0.000375"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T00:49:58.248361" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-12T00:49:58.247970" elapsed="0.000418"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T00:49:58.248856" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T00:49:58.248547" elapsed="0.000350"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-05-12T00:49:58.249196" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-05-12T00:49:58.248983" elapsed="0.000284"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T00:49:58.254044" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T00:49:58.253592" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T00:49:58.255141" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T00:49:58.255224" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T00:49:58.254658" elapsed="0.000607"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T00:49:58.255432" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T00:49:58.256837" level="INFO">Logging into '10.30.170.40:22' as 'jenkins'.</msg>
<msg time="2026-05-12T00:49:58.965681" 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 Tue May 12 00:49:58 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.40
  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-237-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T00:49:58.256305" elapsed="0.709547"/>
</kw>
<msg time="2026-05-12T00:49:58.965949" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T00:49:58.255940" elapsed="0.710107"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T00:49:58.254312" elapsed="0.711863"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-05-12T00:49:58.973495" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-05-12T00:49:58.966410" elapsed="0.008766"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T00:49:58.975463" elapsed="0.000412"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-05-12T00:49:58.252995" elapsed="0.723009"/>
</kw>
<status status="PASS" start="2026-05-12T00:49:58.249584" elapsed="0.726483"/>
</branch>
<status status="PASS" start="2026-05-12T00:49:58.248957" elapsed="0.727167"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-12T00:49:58.976372" elapsed="0.000666"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-12T00:49:58.983433" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-05-12T00:49:58.983260" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-05-12T00:49:58.983210" elapsed="0.000330"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-12T00:49:58.988698" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-05-12T00:49:58.988538" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-05-12T00:49:58.988512" elapsed="0.000288"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T00:49:58.988994" elapsed="0.000458"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T00:49:58.989862" level="INFO">Logging into '10.30.170.136:8101' as 'karaf'.</msg>
<msg time="2026-05-12T00:49:59.195336" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-12T00:49:58.989602" elapsed="0.205916"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.297515" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-12T00:49:59.195799" elapsed="0.101870"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.310628" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T00:49:59.310873" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-12T00:49:59.297944" elapsed="0.012962"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-12T00:49:59.311051" elapsed="0.000236"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T00:49:59.311431" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T00:49:59.312089" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.21.3           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T00:49:59.311771" elapsed="0.000398"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T00:49:59.312223" elapsed="0.000079"/>
</return>
<msg time="2026-05-12T00:49:59.312455" 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.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-12T00:49:58.987998" elapsed="0.324489"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T00:49:59.312635" elapsed="0.000518"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T00:49:59.313204" elapsed="0.000032"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-05-12T00:49:58.982818" elapsed="0.330646"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-05-12T00:49:59.317211" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-05-12T00:49:59.317075" elapsed="0.000209"/>
</branch>
<status status="PASS" start="2026-05-12T00:49:59.317051" elapsed="0.000261"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T00:49:59.317446" elapsed="0.000454"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.318324" level="INFO">Logging into '10.30.170.136:8101' as 'karaf'.</msg>
<msg time="2026-05-12T00:49:59.519175" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-05-12T00:49:59.318048" elapsed="0.201427"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.545199" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-05-12T00:49:59.519839" elapsed="0.025437"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.547038" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-05-12T00:49:59.547156" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-05-12T00:49:59.545439" elapsed="0.001747"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-05-12T00:49:59.547341" elapsed="0.000181"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T00:49:59.547668" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T00:49:59.548774" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T00:49:59.548037" elapsed="0.000863"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-05-12T00:49:59.549019" elapsed="0.000124"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.136
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-05-12T00:49:59.316744" elapsed="0.232615"/>
</kw>
<status status="PASS" start="2026-05-12T00:49:57.581795" elapsed="1.967670"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T00:49:59.553708" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T00:49:59.551402" elapsed="0.002445"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T00:49:59.556911" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T00:49:59.556164" elapsed="0.000790"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-12T00:49:59.557309" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-12T00:49:59.557040" elapsed="0.000329"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-12T00:49:59.560371" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-12T00:49:59.560084" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-05-12T00:49:59.560064" elapsed="0.000392"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.560817" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-12T00:49:59.560597" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T00:49:59.561551" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.40" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T00:49:59.561110" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.562226" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T00:49:59.561752" elapsed="0.000516"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T00:49:59.563194" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T00:49:59.563306" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T00:49:59.562848" elapsed="0.000483"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T00:49:59.563477" elapsed="0.000334"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.564732" level="INFO">Logging into '10.30.170.40:22' as 'jenkins'.</msg>
<msg time="2026-05-12T00:49:59.890616" 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 Tue May 12 00:49:58 UTC 2026

  System load:  0.07               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.40
  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: Tue May 12 00:49:58 2026 from 10.30.170.186
[?2004h[jenkins@releng-63164-237-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T00:49:59.564333" elapsed="0.326426"/>
</kw>
<msg time="2026-05-12T00:49:59.890828" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T00:49:59.563972" elapsed="0.326936"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T00:49:59.562473" elapsed="0.328541"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T00:49:59.891694" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T01:00:06.020319" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T01:00:06.020975" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T01:00:06.021082" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-12T00:49:59.891198" elapsed="606.129944"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T01:00:06.021593" elapsed="0.001036"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.023861" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:05.114 16  switches: flows:  107278 109549 107537 108533 109113 108300 109765 109490 103931 105213 104692 106225 103731 108499 104470 104122  total = 28.507467 per ms 
00:52:05.214 16  switches: flows:  121154 121057 120705 118482 120588 117867 120112 120609 116356 116283 116015 117095 115781 115278 115796 114408  total = 31.407285 per ms 
00:53:05.315 16  switches: flows:  117666 116851 114862 116640 118624 114263 117699 119470 112304 112252 111368 113181 111929 114663 112728 111887  total = 30.555414 per ms 
00:54:05.415 16  switches: flows:  119731 120361 118153 118270 120105 115397 120479 119390 112684 114685 113887 114375 113008 115387 114320 113717  total = 31.013975 per ms 
00:55:05.515 16  switches: flows:  112994 112379 111140 113234 112080 109386 112965 111656 108965 108588 107746 107326 109055 108715 107305 108087  total = 29.311407 per ms 
00:56:05.616 16  switches: flows:  122743 122719 124202 124179 120068 120757 121316 119963 119327 120479 118046 116977 120916 118745 118360 118800  total = 32.073059 per ms 
00:57:05.716 16  switches: flows:  124064 123920 125994 124934 122756 120214 124626 123226 121182 122614 119577 118557 121815 120190 121533 121395  total = 32.555587 per ms 
00:58:05.817 16  switches: flows:  123586 123713 125609 125422 122721 122315 122517 122457 121194 122204 120037 118408 122998 120529 121436 121023  total = 32.548043 per ms 
00:59:05.918 16  switches: flows:  125537 126420 127273 126289 122258 122251 124031 123503 121715 122252 122193 119060 122915 120247 121788 122189  total = 32.776891 per ms 
01:00:06.018 16  switches: flows:  122742 121611 125415 124182 122557 121048 122015 121244 120407 120876 118659 117302 121366 119038 118830 120286  total = 32.239105 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29311.41/32776.89/31608.97/10591.74 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.023040" elapsed="0.001160"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T01:00:06.024730" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-05-12T01:00:06.024431" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-05-12T01:00:06.024375" elapsed="0.000564"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T01:00:06.025151" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-05-12T01:00:06.025069" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-05-12T01:00:06.025035" elapsed="0.000283"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T01:00:06.025395" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:00:06.029205" elapsed="0.000367"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T01:00:06.029722" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T01:00:06.030025" 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-05-12T01:00:06.026070" elapsed="0.004109"/>
</kw>
<msg time="2026-05-12T01:00:06.030326" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-12T00:49:59.557728" elapsed="606.472626"/>
</kw>
<status status="PASS" start="2026-05-12T00:49:59.557399" elapsed="606.473005"/>
</branch>
<status status="PASS" start="2026-05-12T00:49:59.557015" elapsed="606.473413"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.030917" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
00:51:05.114 16  switches: flows:  107278 109549 107537 108533 109113 108300 109765 109490 103931 105213 104692 106225 103731 108499 104470 104122  total = 28.507467 per ms 
00:52:05.214 16  switches: flows:  121154 121057 120705 118482 120588 117867 120112 120609 116356 116283 116015 117095 115781 115278 115796 114408  total = 31.407285 per ms 
00:53:05.315 16  switches: flows:  117666 116851 114862 116640 118624 114263 117699 119470 112304 112252 111368 113181 111929 114663 112728 111887  total = 30.555414 per ms 
00:54:05.415 16  switches: flows:  119731 120361 118153 118270 120105 115397 120479 119390 112684 114685 113887 114375 113008 115387 114320 113717  total = 31.013975 per ms 
00:55:05.515 16  switches: flows:  112994 112379 111140 113234 112080 109386 112965 111656 108965 108588 107746 107326 109055 108715 107305 108087  total = 29.311407 per ms 
00:56:05.616 16  switches: flows:  122743 122719 124202 124179 120068 120757 121316 119963 119327 120479 118046 116977 120916 118745 118360 118800  total = 32.073059 per ms 
00:57:05.716 16  switches: flows:  124064 123920 125994 124934 122756 120214 124626 123226 121182 122614 119577 118557 121815 120190 121533 121395  total = 32.555587 per ms 
00:58:05.817 16  switches: flows:  123586 123713 125609 125422 122721 122315 122517 122457 121194 122204 120037 118408 122998 120529 121436 121023  total = 32.548043 per ms 
00:59:05.918 16  switches: flows:  125537 126420 127273 126289 122258 122251 124031 123503 121715 122252 122193 119060 122915 120247 121788 122189  total = 32.776891 per ms 
01:00:06.018 16  switches: flows:  122742 121611 125415 124182 122557 121048 122015 121244 120407 120876 118659 117302 121366 119038 118830 120286  total = 32.239105 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29311.41/32776.89/31608.97/10591.74 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.030572" elapsed="0.000419"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T01:00:06.031139" elapsed="0.000421"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T01:00:06.031954" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T01:00:06.032047" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29311.41/32776.89/31608.97/10591.74 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-12T01:00:06.031723" elapsed="0.000351"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T01:00:06.032531" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29311.41/32776.89/31608.97/10591.74 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T01:00:06.032233" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.034953" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.032710" elapsed="0.002301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.037452" level="INFO">29311.41/32776.89/31608.97/10591.74</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.035177" elapsed="0.002333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T01:00:06.039946" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T01:00:06.037662" elapsed="0.002313"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T01:00:06.042419" level="INFO">@{result_value_list} = [ 29311.41 | 32776.89 | 31608.97 | 10591.74 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T01:00:06.040185" elapsed="0.002262"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.042921" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T01:00:06.043010" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T01:00:06.042606" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.047788" level="INFO">min :: 29311.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.043467" elapsed="0.004388"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T01:00:06.043333" elapsed="0.004558"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.052512" level="INFO">max :: 32776.89</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.048114" elapsed="0.004456"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T01:00:06.047985" elapsed="0.004621"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.057103" level="INFO">avg :: 31608.97</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.052830" elapsed="0.004331"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T01:00:06.052698" elapsed="0.004498"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.061718" level="INFO">stdev :: 10591.74</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.057435" elapsed="0.004339"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T01:00:06.057305" elapsed="0.004504"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T01:00:06.043102" elapsed="0.018741"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.065679" level="INFO">${min} = 29311.41</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:00:06.062002" elapsed="0.003703"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.069576" level="INFO">${max} = 32776.89</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:00:06.065860" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.073655" level="INFO">${average} = 31608.97</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:00:06.069757" elapsed="0.003925"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.077569" level="INFO">${stdev} = 10591.74</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:00:06.073834" elapsed="0.003761"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.078109" level="INFO">${date} = 2026-05-12 01:00:06</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-12T01:00:06.077753" elapsed="0.000382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.078719" level="INFO">CBench Result: 2026-05-12 01:00:06,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29311.41,32776.89,31608.97,10591.74</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.078297" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T01:00:06.079857" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T01:00:06.079441" 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-05-12T01:00:06.080075" elapsed="0.000483"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T01:00:06.078926" elapsed="0.001697"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-05-12T00:49:59.554770" elapsed="606.525912"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.081165" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-12T01:00:06.080846" elapsed="0.000375"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-12T01:00:06.081750" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-05-12T01:00:06.081447" elapsed="0.000637"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-12T00:49:59.549717" elapsed="606.532409"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.083443" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.083044" elapsed="0.000457"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.084807" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T01:00:06.084467" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-12T01:00:06.085224" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-05-12T01:00:06.084988" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-12T01:00:06.088265" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-05-12T01:00:06.087993" elapsed="0.000329"/>
</branch>
<status status="PASS" start="2026-05-12T01:00:06.087973" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T01:00:06.088711" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-12T01:00:06.088488" elapsed="0.000373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.089440" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.136 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.40" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:00:06.088998" elapsed="0.000499"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T01:00:06.090036" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T01:00:06.089639" elapsed="0.000423"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T01:00:06.091013" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T01:00:06.091105" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T01:00:06.090655" elapsed="0.000474"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:00:06.091305" elapsed="0.000333"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T01:00:06.092498" level="INFO">Logging into '10.30.170.40:22' as 'jenkins'.</msg>
<msg time="2026-05-12T01:00:06.674749" 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 Tue May 12 01:00:06 UTC 2026

  System load:  1.0                Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.40
  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: Tue May 12 00:49:59 2026 from 10.30.170.186
[?2004h[jenkins@releng-63164-237-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T01:00:06.092132" elapsed="0.582817"/>
</kw>
<msg time="2026-05-12T01:00:06.675036" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:00:06.091791" elapsed="0.583329"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T01:00:06.090278" elapsed="0.584957"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T01:00:06.675758" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.136 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T01:03:58.444431" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-05-12T01:03:58.444879" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T01:03:58.444966" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-12T01:00:06.675463" elapsed="231.769541"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T01:03:58.445353" elapsed="0.000460"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.446944" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:11.804 16  switches: flows:  397892 375109 382884 407706 362451 411721 373339 351028 378937 356249 380208 353795 385787 337837 378915 355233  total = 99.818183 per ms 
01:02:11.906 16  switches: flows:  303977 394208 454148 449221 406785 400428 457204 416856 427230 451432 407926 398512 434617 402180 401156 381531  total = 109.606207 per ms 
01:03:12.007 16  switches: flows:  542820 533404 539254 529118 539291 529208 538139 533155 541292 541167 543553 540956 538965 543285 536910 530073  total = 143.101944 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:03:58.446155" elapsed="0.001200"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T01:03:58.447860" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-05-12T01:03:58.447555" elapsed="0.000432"/>
</branch>
<status status="PASS" start="2026-05-12T01:03:58.447493" elapsed="0.000530"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T01:03:58.448155" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-05-12T01:03:58.448103" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-05-12T01:03:58.448081" elapsed="0.000160"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T01:03:58.448306" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:03:58.451986" elapsed="0.000494"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T01:03:58.452688" elapsed="0.000225"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T01:03:58.453097" elapsed="0.000142"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T01:03:58.448751" elapsed="0.004585"/>
</kw>
<msg time="2026-05-12T01:03:58.453514" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-12T01:00:06.085658" elapsed="232.367894"/>
</kw>
<status status="PASS" start="2026-05-12T01:00:06.085330" elapsed="232.368289"/>
</branch>
<status status="PASS" start="2026-05-12T01:00:06.084966" elapsed="232.368685"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.454278" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:11.804 16  switches: flows:  397892 375109 382884 407706 362451 411721 373339 351028 378937 356249 380208 353795 385787 337837 378915 355233  total = 99.818183 per ms 
01:02:11.906 16  switches: flows:  303977 394208 454148 449221 406785 400428 457204 416856 427230 451432 407926 398512 434617 402180 401156 381531  total = 109.606207 per ms 
01:03:12.007 16  switches: flows:  542820 533404 539254 529118 539291 529208 538139 533155 541292 541167 543553 540956 538965 543285 536910 530073  total = 143.101944 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:03:58.453849" elapsed="0.000522"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.455202" level="FAIL">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:11.804 16  switches: flows:  397892 375109 382884 407706 362451 411721 373339 351028 378937 356249 380208 353795 385787 337837 378915 355233  total = 99.818183 per ms 
01:02:11.906 16  switches: flows:  303977 394208 454148 449221 406785 400428 457204 416856 427230 451432 407926 398512 434617 402180 401156 381531  total = 109.606207 per ms 
01:03:12.007 16  switches: flows:  542820 533404 539254 529118 539291 529208 538139 533155 541292 541167 543553 540956 538965 543285 536910 530073  total = 143.101944 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</msg>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-05-12T01:03:58.454581" elapsed="0.000875">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:11.804 16  switches: flows:  397892 375109 382884 407706 362451 411721 373339 351028 378937 356249 380208 353795 385787 337837 378915 355233  total = 99.818183 per ms 
01:02:11.906 16  switches: flows:  303977 394208 454148 449221 406785 400428 457204 416856 427230 451432 407926 398512 434617 402180 401156 381531  total = 109.606207 per ms 
01:03:12.007 16  switches: flows:  542820 533404 539254 529118 539291 529208 538139 533155 541292 541167 543553 540956 538965 543285 536910 530073  total = 143.101944 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Get Lines Containing String" owner="String">
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.455710" elapsed="0.000030"/>
</kw>
<kw name="Split String" owner="String">
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.456002" elapsed="0.000038"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.456264" elapsed="0.000031"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.456488" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-12T01:03:58.456709" elapsed="0.000027"/>
</kw>
<kw name="Split String" owner="String">
<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="NOT RUN" start="2026-05-12T01:03:58.456936" elapsed="0.000027"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<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="NOT RUN" start="2026-05-12T01:03:58.457164" elapsed="0.000027"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.457559" elapsed="0.000029"/>
</kw>
<var name="${i}"/>
<status status="NOT RUN" start="2026-05-12T01:03:58.457386" elapsed="0.000247"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="NOT RUN" start="2026-05-12T01:03:58.457287" elapsed="0.000385"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-12T01:03:58.457878" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-12T01:03:58.458104" elapsed="0.000028"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-12T01:03:58.458347" elapsed="0.000029"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<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="NOT RUN" start="2026-05-12T01:03:58.458581" elapsed="0.000028"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.458814" elapsed="0.000028"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.459036" elapsed="0.000027"/>
</kw>
<kw name="Log Results And Determine Status">
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="NOT RUN" start="2026-05-12T01:03:58.459295" elapsed="0.000034"/>
</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="FAIL" start="2026-05-12T01:00:06.083825" elapsed="232.375686">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:11.804 16  switches: flows:  397892 375109 382884 407706 362451 411721 373339 351028 378937 356249 380208 353795 385787 337837 378915 355233  total = 99.818183 per ms 
01:02:11.906 16  switches: flows:  303977 394208 454148 449221 406785 400428 457204 416856 427230 451432 407926 398512 434617 402180 401156 381531  total = 109.606207 per ms 
01:03:12.007 16  switches: flows:  542820 533404 539254 529118 539291 529208 538139 533155 541292 541167 543553 540956 538965 543285 536910 530073  total = 143.101944 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.459738" elapsed="0.000029"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-05-12T01:03:58.460375" elapsed="0.000268"/>
</kw>
<status status="PASS" start="2026-05-12T01:03:58.460060" elapsed="0.000652"/>
</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="FAIL" start="2026-05-12T01:00:06.082447" elapsed="232.378303">'cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:01:11.804 16  switches: flows:  397892 375109 382884 407706 362451 411721 373339 351028 378937 356249 380208 353795 385787 337837 378915 355233  total = 99.818183 per ms 
01:02:11.906 16  switches: flows:  303977 394208 454148 449221 406785 400428 457204 416856 427230 451432 407926 398512 434617 402180 401156 381531  total = 109.606207 per ms 
01:03:12.007 16  switches: flows:  542820 533404 539254 529118 539291 529208 538139 533155 541292 541167 543553 540956 538965 543285 536910 530073  total = 143.101944 per ms 
controller msgbuf_read() = -1:  msgbuf_read: Connection reset by peer
... exiting' does not contain 'RESULT'</status>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.462834" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:03:58.462374" elapsed="0.000534"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.464430" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-05-12T01:03:58.464029" elapsed="0.000451"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.464829" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-12T01:03:58.464562" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-05-12T01:03:58.469323" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-05-12T01:03:58.468990" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-05-12T01:03:58.468966" elapsed="0.000456"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-05-12T01:03:58.469796" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-05-12T01:03:58.469574" elapsed="0.000399"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.470622" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.40" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:03:58.470127" elapsed="0.000562"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-05-12T01:03:58.471346" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T01:03:58.470856" elapsed="0.000517"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T01:03:58.472296" level="INFO">Length is 0.</msg>
<msg time="2026-05-12T01:03:58.472386" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T01:03:58.471958" elapsed="0.000452"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:03:58.472550" elapsed="0.000324"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-05-12T01:03:58.473746" level="INFO">Logging into '10.30.170.40:22' as 'jenkins'.</msg>
<msg time="2026-05-12T01:04:00.853139" 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 Tue May 12 01:03:59 UTC 2026

  System load:  0.15               Processes:             106
  Usage of /:   19.5% of 38.58GB   Users logged in:       0
  Memory usage: 5%                 IPv4 address for ens3: 10.30.170.40
  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: Tue May 12 01:00:06 2026 from 10.30.170.186
[?2004h[jenkins@releng-63164-237-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-05-12T01:03:58.473390" elapsed="2.379950"/>
</kw>
<msg time="2026-05-12T01:04:00.853425" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:03:58.473025" elapsed="2.380477"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-05-12T01:03:58.471579" elapsed="2.382037"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-05-12T01:04:00.854127" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.136 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-05-12T01:14:07.012382" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-05-12T01:14:07.013474" level="INFO">${stdout} = </msg>
<msg time="2026-05-12T01:14:07.013595" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-05-12T01:04:00.853828" elapsed="606.159829"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T01:14:07.014300" elapsed="0.001075"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.016887" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:06.090 16  switches: flows:  95314 94107 92991 92875 93458 92095 92257 93753 89492 91462 87601 89096 89305 89873 89549 90056  total = 24.388067 per ms 
01:06:06.192 16  switches: flows:  116022 113468 115428 111976 112591 111437 113110 113478 110626 110080 108450 109432 106312 108372 108091 106800  total = 29.545167 per ms 
01:07:06.293 16  switches: flows:  125737 124385 126520 122401 123592 122398 123397 124691 118994 118503 118987 120192 120681 120039 121062 119757  total = 32.468029 per ms 
01:08:06.394 16  switches: flows:  129906 130397 130454 126507 129768 126161 125793 129992 122677 122875 120838 125216 122775 124041 121340 121772  total = 33.452672 per ms 
01:09:06.495 16  switches: flows:  131518 129930 131961 126501 129939 125210 129438 129658 123184 122735 123112 126433 122599 125603 123707 122289  total = 33.674056 per ms 
01:10:06.596 16  switches: flows:  129367 128888 129898 125388 127499 125173 126004 128178 120101 120239 119763 123371 121997 122881 120890 118991  total = 33.088543 per ms 
01:11:06.697 16  switches: flows:  128538 128131 128537 123759 125566 124138 124770 126520 120510 120151 119473 120319 121521 120721 120290 117559  total = 32.786971 per ms 
01:12:06.798 16  switches: flows:  125662 126179 125111 123811 122853 121538 122878 122996 118786 118523 117386 118888 118756 119196 118153 115925  total = 32.223531 per ms 
01:13:06.899 16  switches: flows:  120766 120717 119947 117707 118554 117867 118658 119237 113918 113638 113132 114885 114283 115270 113585 113064  total = 31.035301 per ms 
01:14:07.000 16  switches: flows:  120274 118105 118042 114884 116217 114732 116328 116837 112164 111514 110220 112517 110759 112509 110826 109225  total = 30.368441 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29545.17/33674.06/32071.41/10776.18 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.015847" elapsed="0.001466"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-05-12T01:14:07.017952" elapsed="0.000104"/>
</return>
<status status="PASS" start="2026-05-12T01:14:07.017574" elapsed="0.000575"/>
</branch>
<status status="PASS" start="2026-05-12T01:14:07.017494" elapsed="0.000714"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-05-12T01:14:07.018542" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-05-12T01:14:07.018387" elapsed="0.000266"/>
</branch>
<status status="NOT RUN" start="2026-05-12T01:14:07.018349" elapsed="0.000353"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-05-12T01:14:07.018772" elapsed="0.000029"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-05-12T01:14:07.023848" elapsed="0.000380"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-05-12T01:14:07.024399" elapsed="0.000191"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-05-12T01:14:07.024751" elapsed="0.000111"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-05-12T01:14:07.019732" elapsed="0.005192"/>
</kw>
<msg time="2026-05-12T01:14:07.025067" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-05-12T01:03:58.465725" elapsed="608.559368"/>
</kw>
<status status="PASS" start="2026-05-12T01:03:58.464922" elapsed="608.560224"/>
</branch>
<status status="PASS" start="2026-05-12T01:03:58.464541" elapsed="608.560630"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.025713" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.136: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.136. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:05:06.090 16  switches: flows:  95314 94107 92991 92875 93458 92095 92257 93753 89492 91462 87601 89096 89305 89873 89549 90056  total = 24.388067 per ms 
01:06:06.192 16  switches: flows:  116022 113468 115428 111976 112591 111437 113110 113478 110626 110080 108450 109432 106312 108372 108091 106800  total = 29.545167 per ms 
01:07:06.293 16  switches: flows:  125737 124385 126520 122401 123592 122398 123397 124691 118994 118503 118987 120192 120681 120039 121062 119757  total = 32.468029 per ms 
01:08:06.394 16  switches: flows:  129906 130397 130454 126507 129768 126161 125793 129992 122677 122875 120838 125216 122775 124041 121340 121772  total = 33.452672 per ms 
01:09:06.495 16  switches: flows:  131518 129930 131961 126501 129939 125210 129438 129658 123184 122735 123112 126433 122599 125603 123707 122289  total = 33.674056 per ms 
01:10:06.596 16  switches: flows:  129367 128888 129898 125388 127499 125173 126004 128178 120101 120239 119763 123371 121997 122881 120890 118991  total = 33.088543 per ms 
01:11:06.697 16  switches: flows:  128538 128131 128537 123759 125566 124138 124770 126520 120510 120151 119473 120319 121521 120721 120290 117559  total = 32.786971 per ms 
01:12:06.798 16  switches: flows:  125662 126179 125111 123811 122853 121538 122878 122996 118786 118523 117386 118888 118756 119196 118153 115925  total = 32.223531 per ms 
01:13:06.899 16  switches: flows:  120766 120717 119947 117707 118554 117867 118658 119237 113918 113638 113132 114885 114283 115270 113585 113064  total = 31.035301 per ms 
01:14:07.000 16  switches: flows:  120274 118105 118042 114884 116217 114732 116328 116837 112164 111514 110220 112517 110759 112509 110826 109225  total = 30.368441 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29545.17/33674.06/32071.41/10776.18 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.025395" elapsed="0.000394"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-05-12T01:14:07.025943" elapsed="0.000479"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-05-12T01:14:07.026857" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-05-12T01:14:07.026953" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29545.17/33674.06/32071.41/10776.18 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-05-12T01:14:07.026607" elapsed="0.000370"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T01:14:07.027425" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29545.17/33674.06/32071.41/10776.18 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T01:14:07.027141" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.030062" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.027624" elapsed="0.002510"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.032711" level="INFO">29545.17/33674.06/32071.41/10776.18</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.030353" elapsed="0.002424"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T01:14:07.035372" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T01:14:07.032931" elapsed="0.002470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-05-12T01:14:07.037968" level="INFO">@{result_value_list} = [ 29545.17 | 33674.06 | 32071.41 | 10776.18 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-05-12T01:14:07.035666" elapsed="0.002330"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.038525" level="INFO">Length is 4.</msg>
<msg time="2026-05-12T01:14:07.038619" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-05-12T01:14:07.038160" elapsed="0.000483"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.043534" level="INFO">min :: 29545.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.039102" elapsed="0.004494"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-05-12T01:14:07.038964" elapsed="0.004670"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.049081" level="INFO">max :: 33674.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.043867" elapsed="0.005301"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-05-12T01:14:07.043732" elapsed="0.005491"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.054523" level="INFO">avg :: 32071.41</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.049587" elapsed="0.005002"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-05-12T01:14:07.049387" elapsed="0.005241"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.059556" level="INFO">stdev :: 10776.18</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.054873" elapsed="0.004744"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-05-12T01:14:07.054725" elapsed="0.004928"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-05-12T01:14:07.038732" elapsed="0.020954"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.063720" level="INFO">${min} = 29545.17</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:14:07.059876" elapsed="0.003872"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.067677" level="INFO">${max} = 33674.06</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:14:07.063907" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.071599" level="INFO">${average} = 32071.41</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:14:07.067861" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.075508" level="INFO">${stdev} = 10776.18</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-05-12T01:14:07.071783" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.076103" level="INFO">${date} = 2026-05-12 01:14:07</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-05-12T01:14:07.075703" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.076712" level="INFO">CBench Result: 2026-05-12 01:14:07,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29545.17,33674.06,32071.41,10776.18</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-05-12T01:14:07.076295" elapsed="0.000474"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-05-12T01:14:07.078211" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-vanadium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-05-12T01:14:07.077530" elapsed="0.000765"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-05-12T01:14:07.078459" elapsed="0.000525"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-05-12T01:14:07.076970" elapsed="0.002087"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-05-12T01:03:58.463369" elapsed="608.615751"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.079649" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-05-12T01:14:07.079299" elapsed="0.000407"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-05-12T01:14:07.081626" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-05-12T01:14:07.080777" elapsed="0.000889"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-05-12T01:14:07.082094" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-05-12T01:14:07.081802" elapsed="0.000395"/>
</branch>
<status status="PASS" start="2026-05-12T01:14:07.081762" elapsed="0.000464"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.082466" elapsed="0.000030"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.082676" elapsed="0.000025"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.082880" elapsed="0.000025"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.083153" elapsed="0.000026"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.083366" elapsed="0.000030"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.083569" elapsed="0.000025"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.083754" elapsed="0.000024"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-05-12T01:14:07.084035" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-05-12T01:14:07.083856" elapsed="0.000243"/>
</branch>
<status status="NOT RUN" start="2026-05-12T01:14:07.083835" elapsed="0.000292"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-05-12T01:14:07.080266" elapsed="0.003926"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-05-12T01:03:58.461472" elapsed="608.622789"/>
</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="FAIL" start="2026-05-12T00:49:57.000812" elapsed="1450.084539"/>
</suite>
<statistics>
<total>
<stat pass="2" fail="1" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="2" fail="1" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="0" fail="1" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="2" fail="1" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
