<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-07-15T01:45:52.249420" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-15T01:45:52.832189" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:45:52.832040" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:52.832008" elapsed="0.000289"/>
</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-07-15T01:45:52.832445" elapsed="0.000537"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-15T01:45:52.833456" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-07-15T01:45:53.581766" 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-07-15T01:45:52.833155" elapsed="0.748844"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-15T01:45:53.631214" 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-07-15T01:45:53.582405" elapsed="0.048997"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-15T01:45:53.634667" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-15T01:45:53.634882" 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-07-15T01:45:53.631878" elapsed="0.003056"/>
</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-07-15T01:45:53.635186" elapsed="0.000457"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:45:53.635880" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:45:53.636972" 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-07-15T01:45:53.636423" elapsed="0.000635"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T01:45:53.637140" elapsed="0.000075"/>
</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.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-15T01:45:52.831635" elapsed="0.805761"/>
</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-07-15T01:45:52.827174" elapsed="0.810369"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T01:45:53.638507" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-15T01:45:53.637849" elapsed="0.000877"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T01:45:53.639642" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-15T01:45:53.639012" elapsed="0.000732"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-15T01:45:53.640483" 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-07-15T01:45:53.639957" elapsed="0.000564"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T01:45:53.641199" 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-07-15T01:45:53.640788" elapsed="0.000456"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-15T01:45:53.641858" 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-07-15T01:45:53.641397" elapsed="0.000500"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T01:45:53.642470" 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-07-15T01:45:53.642099" elapsed="0.000416"/>
</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-07-15T01:45:53.642870" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:45:53.642632" elapsed="0.000296"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:45:53.649142" 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-07-15T01:45:53.648575" elapsed="0.000600"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:45:53.650340" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T01:45:53.650452" 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-07-15T01:45:53.649798" elapsed="0.000691"/>
</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-07-15T01:45:53.650667" elapsed="0.000453"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T01:45:53.652387" level="INFO">Logging into '10.30.170.211:22' as 'jenkins'.</msg>
<msg time="2026-07-15T01:45:54.455704" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 15 01:45:53 UTC 2026

  System load:  0.02               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.211
  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-48317-780-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-07-15T01:45:53.651715" elapsed="0.804165"/>
</kw>
<msg time="2026-07-15T01:45:54.455977" 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-07-15T01:45:53.651322" elapsed="0.804748"/>
</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-07-15T01:45:53.649419" elapsed="0.806795"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.464060" 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-07-15T01:45:54.456450" elapsed="0.009111"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:45:54.465850" elapsed="0.000392"/>
</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-07-15T01:45:53.647710" elapsed="0.818620"/>
</kw>
<status status="PASS" start="2026-07-15T01:45:53.643021" elapsed="0.823360"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:53.642583" elapsed="0.823841"/>
</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-07-15T01:45:54.466677" elapsed="0.000657"/>
</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-07-15T01:45:54.473678" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:45:54.473485" elapsed="0.000269"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:54.473453" elapsed="0.000335"/>
</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-07-15T01:45:54.478954" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:45:54.478794" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:54.478766" elapsed="0.000260"/>
</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-07-15T01:45:54.479163" elapsed="0.000462"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.480048" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-07-15T01:45:54.648494" 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-07-15T01:45:54.479778" elapsed="0.168887"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.743497" 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-07-15T01:45:54.648920" elapsed="0.094782"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.748711" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-15T01:45:54.748943" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-15T01:45:54.743985" elapsed="0.004991"/>
</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-07-15T01:45:54.749149" elapsed="0.000317"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:45:54.749640" elapsed="0.000233"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:45:54.750351" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:45:54.750017" elapsed="0.000392"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T01:45:54.750464" elapsed="0.000061"/>
</return>
<msg time="2026-07-15T01:45:54.750741" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-15T01:45:54.478198" elapsed="0.272609"/>
</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-07-15T01:45:54.750978" elapsed="0.000619"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T01:45:54.751723" elapsed="0.000042"/>
</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-07-15T01:45:54.473055" elapsed="0.278838"/>
</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-07-15T01:45:54.756671" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:45:54.756432" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:54.756400" elapsed="0.000392"/>
</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-07-15T01:45:54.757276" elapsed="0.000584"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.758323" level="INFO">Logging into '10.30.170.26:8101' as 'karaf'.</msg>
<msg time="2026-07-15T01:45:54.953766" 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-07-15T01:45:54.758021" elapsed="0.195925"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.979113" 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-07-15T01:45:54.954223" elapsed="0.024958"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.980996" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-15T01:45:54.981108" 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-07-15T01:45:54.979345" elapsed="0.001793"/>
</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-07-15T01:45:54.981278" elapsed="0.000192"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:45:54.981635" elapsed="0.000210"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:45:54.982319" 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-07-15T01:45:54.981988" elapsed="0.000381"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-15T01:45:54.982425" elapsed="0.000059"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.26
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-15T01:45:54.755950" elapsed="0.226685"/>
</kw>
<status status="PASS" start="2026-07-15T01:45:52.825252" elapsed="2.157455"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:45:54.985031" 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-07-15T01:45:54.983920" elapsed="0.001178"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T01:45:54.986735" 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-07-15T01:45:54.986353" elapsed="0.000429"/>
</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-07-15T01:45:54.987159" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:45:54.986865" elapsed="0.000353"/>
</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-07-15T01:45:54.990216" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:45:54.989964" elapsed="0.000456"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:54.989945" elapsed="0.000500"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.990806" 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-07-15T01:45:54.990990" 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-07-15T01:45:54.990578" elapsed="0.000442"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:45:54.991771" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.211" 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-07-15T01:45:54.991185" elapsed="0.000648"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.992690" 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-07-15T01:45:54.991987" elapsed="0.000741"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:45:54.994033" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T01:45:54.994159" 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-07-15T01:45:54.993558" elapsed="0.000635"/>
</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-07-15T01:45:54.994394" elapsed="0.000516"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T01:45:54.996264" level="INFO">Logging into '10.30.170.211:22' as 'jenkins'.</msg>
<msg time="2026-07-15T01:45:55.331522" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 15 01:45:53 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul 15 01:45:54 2026 from 10.30.170.42
[?2004h[jenkins@releng-48317-780-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-07-15T01:45:54.995719" elapsed="0.336028"/>
</kw>
<msg time="2026-07-15T01:45:55.331836" 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-07-15T01:45:54.995189" elapsed="0.336739"/>
</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-07-15T01:45:54.993019" elapsed="0.339076"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-15T01:45:55.332672" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-15T01:56:01.449390" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-15T01:56:01.449967" level="INFO">${stdout} = </msg>
<msg time="2026-07-15T01:56:01.450077" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-15T01:45:55.332347" elapsed="606.117798"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:56:01.450644" elapsed="0.000814"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.452767" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:00.548 16  switches: flows:  119131 117529 117976 117704 116601 117270 117014 114763 112476 116389 113287 113188 114106 110058 114790 113001  total = 30.754717 per ms 
01:48:00.649 16  switches: flows:  128513 124795 127868 124373 123352 125983 125918 122198 120796 124807 121983 122943 122643 118342 121029 122598  total = 32.914075 per ms 
01:49:00.749 16  switches: flows:  124373 119353 121907 120371 119879 121971 119532 117845 115085 121090 119347 118393 116413 115221 117271 117747  total = 31.710336 per ms 
01:50:00.849 16  switches: flows:  129529 126658 127801 127068 126123 127080 125318 123726 123177 127087 126444 123729 121920 119645 123517 123531  total = 33.316944 per ms 
01:51:00.950 16  switches: flows:  126240 123848 125132 124109 123978 123740 121555 120436 119658 122617 123511 120093 119381 117257 121217 119502  total = 32.483553 per ms 
01:52:01.050 16  switches: flows:  128750 126750 126331 124571 126264 126686 123443 121939 120623 125230 124466 119764 121138 119424 122290 123398  total = 32.962743 per ms 
01:53:01.150 16  switches: flows:  127470 124879 124293 125823 123960 125762 122718 121980 120145 124570 123314 118807 121526 118587 122132 121959  total = 32.744044 per ms 
01:54:01.250 16  switches: flows:  130852 126067 128644 127746 126941 127333 126024 122930 122761 125972 126302 123461 122369 120317 123675 122488  total = 33.342370 per ms 
01:55:01.351 16  switches: flows:  124932 121611 122078 122535 121934 122343 122041 120518 119442 121043 120595 119421 118847 115943 120325 117054  total = 32.124081 per ms 
01:56:01.451 16  switches: flows:  126908 123389 124020 121937 122134 123735 120857 121714 120738 122459 122088 120479 120132 115557 121208 117574  total = 32.361459 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31710.34/33342.37/32662.18/10899.48 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:56:01.451917" elapsed="0.001141"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-15T01:56:01.453575" elapsed="0.000111"/>
</return>
<status status="PASS" start="2026-07-15T01:56:01.453254" elapsed="0.000518"/>
</branch>
<status status="PASS" start="2026-07-15T01:56:01.453197" elapsed="0.000633"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-15T01:56:01.454052" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-07-15T01:56:01.453966" elapsed="0.000180"/>
</branch>
<status status="NOT RUN" start="2026-07-15T01:56:01.453929" elapsed="0.000267"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-15T01:56:01.454271" 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-07-15T01:56:01.460146" elapsed="0.000346"/>
</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-07-15T01:56:01.460661" elapsed="0.000199"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T01:56:01.460997" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-15T01:56:01.455011" elapsed="0.006144"/>
</kw>
<msg time="2026-07-15T01:56:01.461287" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-15T01:45:54.987579" elapsed="606.473735"/>
</kw>
<status status="PASS" start="2026-07-15T01:45:54.987248" elapsed="606.474116"/>
</branch>
<status status="PASS" start="2026-07-15T01:45:54.986841" elapsed="606.474547"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.461865" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:47:00.548 16  switches: flows:  119131 117529 117976 117704 116601 117270 117014 114763 112476 116389 113287 113188 114106 110058 114790 113001  total = 30.754717 per ms 
01:48:00.649 16  switches: flows:  128513 124795 127868 124373 123352 125983 125918 122198 120796 124807 121983 122943 122643 118342 121029 122598  total = 32.914075 per ms 
01:49:00.749 16  switches: flows:  124373 119353 121907 120371 119879 121971 119532 117845 115085 121090 119347 118393 116413 115221 117271 117747  total = 31.710336 per ms 
01:50:00.849 16  switches: flows:  129529 126658 127801 127068 126123 127080 125318 123726 123177 127087 126444 123729 121920 119645 123517 123531  total = 33.316944 per ms 
01:51:00.950 16  switches: flows:  126240 123848 125132 124109 123978 123740 121555 120436 119658 122617 123511 120093 119381 117257 121217 119502  total = 32.483553 per ms 
01:52:01.050 16  switches: flows:  128750 126750 126331 124571 126264 126686 123443 121939 120623 125230 124466 119764 121138 119424 122290 123398  total = 32.962743 per ms 
01:53:01.150 16  switches: flows:  127470 124879 124293 125823 123960 125762 122718 121980 120145 124570 123314 118807 121526 118587 122132 121959  total = 32.744044 per ms 
01:54:01.250 16  switches: flows:  130852 126067 128644 127746 126941 127333 126024 122930 122761 125972 126302 123461 122369 120317 123675 122488  total = 33.342370 per ms 
01:55:01.351 16  switches: flows:  124932 121611 122078 122535 121934 122343 122041 120518 119442 121043 120595 119421 118847 115943 120325 117054  total = 32.124081 per ms 
01:56:01.451 16  switches: flows:  126908 123389 124020 121937 122134 123735 120857 121714 120738 122459 122088 120479 120132 115557 121208 117574  total = 32.361459 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31710.34/33342.37/32662.18/10899.48 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:56:01.461534" elapsed="0.000407"/>
</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-07-15T01:56:01.462095" elapsed="0.000392"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-15T01:56:01.462918" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-15T01:56:01.463012" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31710.34/33342.37/32662.18/10899.48 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-07-15T01:56:01.462671" elapsed="0.000366"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:56:01.463460" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31710.34/33342.37/32662.18/10899.48 | 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-07-15T01:56:01.463197" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.465975" 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-07-15T01:56:01.463680" elapsed="0.002355"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.468459" level="INFO">31710.34/33342.37/32662.18/10899.48</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:56:01.466184" elapsed="0.002333"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:56:01.470988" 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-07-15T01:56:01.468688" elapsed="0.002329"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T01:56:01.473527" level="INFO">@{result_value_list} = [ 31710.34 | 33342.37 | 32662.18 | 10899.48 ]</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-07-15T01:56:01.471218" elapsed="0.002337"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.474061" level="INFO">Length is 4.</msg>
<msg time="2026-07-15T01:56:01.474158" 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-07-15T01:56:01.473730" elapsed="0.000453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.479049" level="INFO">min :: 31710.34</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-07-15T01:56:01.474592" elapsed="0.004516"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-15T01:56:01.474458" elapsed="0.004687"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.483824" level="INFO">max :: 33342.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:56:01.479372" elapsed="0.004510"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-15T01:56:01.479240" elapsed="0.004679"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.488526" level="INFO">avg :: 32662.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-07-15T01:56:01.484148" elapsed="0.004437"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-15T01:56:01.484009" elapsed="0.004627"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.493261" level="INFO">stdev :: 10899.48</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T01:56:01.488860" elapsed="0.004460"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-15T01:56:01.488730" elapsed="0.004626"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-15T01:56:01.474257" elapsed="0.019133"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.497373" level="INFO">${min} = 31710.34</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-07-15T01:56:01.493567" elapsed="0.003834"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.501582" level="INFO">${max} = 33342.37</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-07-15T01:56:01.497558" elapsed="0.004072"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.505993" level="INFO">${average} = 32662.18</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-07-15T01:56:01.501790" elapsed="0.004231"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.510043" level="INFO">${stdev} = 10899.48</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-07-15T01:56:01.506182" elapsed="0.003888"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.510638" level="INFO">${date} = 2026-07-15 01:56:01</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-15T01:56:01.510236" elapsed="0.000430"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.511242" level="INFO">CBench Result: 2026-07-15 01:56:01,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31710.34,33342.37,32662.18,10899.48</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-07-15T01:56:01.510820" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T01:56:01.512436" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-15T01:56:01.512006" elapsed="0.000505"/>
</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-07-15T01:56:01.512683" elapsed="0.000472"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-15T01:56:01.511471" elapsed="0.001756"/>
</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-07-15T01:45:54.985706" elapsed="606.527583"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.513805" 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-07-15T01:56:01.513443" elapsed="0.000421"/>
</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-07-15T01:56:01.514390" elapsed="0.000304"/>
</kw>
<status status="PASS" start="2026-07-15T01:56:01.514084" elapsed="0.000683"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-15T01:45:54.982869" elapsed="606.531937"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.516170" 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-07-15T01:56:01.515779" elapsed="0.000448"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.517506" 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-07-15T01:56:01.517172" elapsed="0.000378"/>
</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-07-15T01:56:01.517927" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:56:01.517700" elapsed="0.000285"/>
</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-07-15T01:56:01.520974" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T01:56:01.520722" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-07-15T01:56:01.520702" elapsed="0.000353"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:56:01.521407" 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-07-15T01:56:01.521532" 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-07-15T01:56:01.521193" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.522166" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.211" 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-07-15T01:56:01.521736" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T01:56:01.522820" 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-07-15T01:56:01.522369" elapsed="0.000479"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T01:56:01.523818" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T01:56:01.523909" 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-07-15T01:56:01.523436" elapsed="0.000498"/>
</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-07-15T01:56:01.524077" elapsed="0.000329"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T01:56:01.525302" level="INFO">Logging into '10.30.170.211:22' as 'jenkins'.</msg>
<msg time="2026-07-15T01:56:02.101305" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 15 01:56:01 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul 15 01:45:55 2026 from 10.30.170.42
[?2004h[jenkins@releng-48317-780-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-07-15T01:56:01.524940" elapsed="0.576570"/>
</kw>
<msg time="2026-07-15T01:56:02.101599" 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-07-15T01:56:01.524560" elapsed="0.577154"/>
</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-07-15T01:56:01.523055" elapsed="0.578784"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-15T01:56:02.102395" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-15T02:06:10.578991" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-15T02:06:10.579568" level="INFO">${stdout} = </msg>
<msg time="2026-07-15T02:06:10.579739" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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-07-15T01:56:02.102071" elapsed="608.477747"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T02:06:10.580289" elapsed="0.000861"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.582397" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:07.224 16  switches: flows:  531438 511891 533082 526239 540471 550037 523620 538973 529638 496806 526339 529883 522635 518018 522648 497943  total = 139.994350 per ms 
01:58:07.328 16  switches: flows:  594381 598564 601599 597982 598000 595238 582843 605205 596931 594763 607060 597028 581086 601728 600114 592583  total = 158.810619 per ms 
01:59:07.430 16  switches: flows:  505600 465354 485247 462276 467911 446495 503002 388255 415531 466303 448008 457184 441454 474708 429955 391781  total = 120.613571 per ms 
02:00:07.550 16  switches: flows:  520775 521962 516571 518370 518804 500375 517617 523968 510908 508364 511238 512354 511117 520533 517923 445835  total = 136.008915 per ms 
02:01:07.653 16  switches: flows:  535513 546648 559046 538945 551487 562695 543606 559408 568661 557912 555742 551147 545508 535711 568137 542605  total = 146.798664 per ms 
02:02:07.755 16  switches: flows:  581217 577420 592039 588651 580673 578062 564417 583082 573572 580536 570378 577698 578651 576320 595847 574046  total = 154.283246 per ms 
02:03:07.857 16  switches: flows:  572495 570328 559626 573481 569299 585154 584778 589461 581630 581228 587603 576913 583504 577960 582830 577147  total = 153.964169 per ms 
02:04:07.961 16  switches: flows:  625466 632530 609497 619306 638539 629611 613202 625925 630038 632399 646599 638126 624396 624467 643423 634518  total = 167.510374 per ms 
02:05:08.063 16  switches: flows:  610560 611215 607680 613998 598462 596113 600535 612376 604033 609470 596017 598712 612339 606272 613221 603095  total = 161.296985 per ms 
02:06:08.166 16  switches: flows:  597358 605835 607952 602484 609029 615439 600674 592445 610458 591242 596851 611222 587314 585124 616690 602196  total = 160.264170 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120613.57/167510.37/151061.19/52207.05 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:06:10.581553" elapsed="0.001230"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-15T02:06:10.583311" elapsed="0.000107"/>
</return>
<status status="PASS" start="2026-07-15T02:06:10.582986" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-07-15T02:06:10.582930" elapsed="0.000639"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-15T02:06:10.583834" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-07-15T02:06:10.583744" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-07-15T02:06:10.583703" elapsed="0.000281"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-15T02:06:10.584059" elapsed="0.000033"/>
</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-07-15T02:06:10.588889" elapsed="0.000337"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-15T02:06:10.589376" elapsed="0.000179"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T02:06:10.589733" elapsed="0.000114"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-15T02:06:10.584891" elapsed="0.005012"/>
</kw>
<msg time="2026-07-15T02:06:10.590034" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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-07-15T01:56:01.518339" elapsed="609.071723"/>
</kw>
<status status="PASS" start="2026-07-15T01:56:01.518013" elapsed="609.072097"/>
</branch>
<status status="PASS" start="2026-07-15T01:56:01.517677" elapsed="609.072457"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.590564" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:57:07.224 16  switches: flows:  531438 511891 533082 526239 540471 550037 523620 538973 529638 496806 526339 529883 522635 518018 522648 497943  total = 139.994350 per ms 
01:58:07.328 16  switches: flows:  594381 598564 601599 597982 598000 595238 582843 605205 596931 594763 607060 597028 581086 601728 600114 592583  total = 158.810619 per ms 
01:59:07.430 16  switches: flows:  505600 465354 485247 462276 467911 446495 503002 388255 415531 466303 448008 457184 441454 474708 429955 391781  total = 120.613571 per ms 
02:00:07.550 16  switches: flows:  520775 521962 516571 518370 518804 500375 517617 523968 510908 508364 511238 512354 511117 520533 517923 445835  total = 136.008915 per ms 
02:01:07.653 16  switches: flows:  535513 546648 559046 538945 551487 562695 543606 559408 568661 557912 555742 551147 545508 535711 568137 542605  total = 146.798664 per ms 
02:02:07.755 16  switches: flows:  581217 577420 592039 588651 580673 578062 564417 583082 573572 580536 570378 577698 578651 576320 595847 574046  total = 154.283246 per ms 
02:03:07.857 16  switches: flows:  572495 570328 559626 573481 569299 585154 584778 589461 581630 581228 587603 576913 583504 577960 582830 577147  total = 153.964169 per ms 
02:04:07.961 16  switches: flows:  625466 632530 609497 619306 638539 629611 613202 625925 630038 632399 646599 638126 624396 624467 643423 634518  total = 167.510374 per ms 
02:05:08.063 16  switches: flows:  610560 611215 607680 613998 598462 596113 600535 612376 604033 609470 596017 598712 612339 606272 613221 603095  total = 161.296985 per ms 
02:06:08.166 16  switches: flows:  597358 605835 607952 602484 609029 615439 600674 592445 610458 591242 596851 611222 587314 585124 616690 602196  total = 160.264170 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 120613.57/167510.37/151061.19/52207.05 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:06:10.590276" elapsed="0.000384"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-15T02:06:10.590810" elapsed="0.000368"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-15T02:06:10.591679" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-15T02:06:10.591787" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 120613.57/167510.37/151061.19/52207.05 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-07-15T02:06:10.591337" elapsed="0.000481"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T02:06:10.592335" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 120613.57/167510.37/151061.19/52207.05 | 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-07-15T02:06:10.592018" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.595595" 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-07-15T02:06:10.592562" elapsed="0.003171"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.600052" level="INFO">120613.57/167510.37/151061.19/52207.05</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:06:10.596010" elapsed="0.004116"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T02:06:10.602836" 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-07-15T02:06:10.600309" elapsed="0.002555"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T02:06:10.605378" level="INFO">@{result_value_list} = [ 120613.57 | 167510.37 | 151061.19 | 52207.05 ]</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-07-15T02:06:10.603086" elapsed="0.002320"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.605909" level="INFO">Length is 4.</msg>
<msg time="2026-07-15T02:06:10.605997" 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-07-15T02:06:10.605563" elapsed="0.000458"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.610995" level="INFO">min :: 120613.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:06:10.606425" elapsed="0.004628"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-15T02:06:10.606294" elapsed="0.004795"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.615720" level="INFO">max :: 167510.37</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:06:10.611316" elapsed="0.004461"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-15T02:06:10.611182" elapsed="0.004632"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.620471" level="INFO">avg :: 151061.19</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:06:10.616034" elapsed="0.004494"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-15T02:06:10.615903" elapsed="0.004660"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.625217" level="INFO">stdev :: 52207.05</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-07-15T02:06:10.620801" elapsed="0.004473"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-15T02:06:10.620667" elapsed="0.004643"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-15T02:06:10.606091" elapsed="0.019250"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.629458" level="INFO">${min} = 120613.57</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-07-15T02:06:10.625502" elapsed="0.003984"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.633401" level="INFO">${max} = 167510.37</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-07-15T02:06:10.629662" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.637348" level="INFO">${average} = 151061.19</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T02:06:10.633584" elapsed="0.003791"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.641331" level="INFO">${stdev} = 52207.05</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-07-15T02:06:10.637528" elapsed="0.003831"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.641893" level="INFO">${date} = 2026-07-15 02:06:10</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-15T02:06:10.641520" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.642474" level="INFO">CBench Result: 2026-07-15 02:06:10,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,120613.57,167510.37,151061.19,52207.05</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-07-15T02:06:10.642064" elapsed="0.000467"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T02:06:10.643658" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-15T02:06:10.643204" elapsed="0.000522"/>
</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-07-15T02:06:10.643880" elapsed="0.000468"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-15T02:06:10.642719" elapsed="0.001696"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-15T01:56:01.516561" elapsed="609.127915"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.644963" 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-07-15T02:06:10.644641" elapsed="0.000380"/>
</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-07-15T02:06:10.645539" elapsed="0.000286"/>
</kw>
<status status="PASS" start="2026-07-15T02:06:10.645235" elapsed="0.000662"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-15T01:56:01.515129" elapsed="609.130806"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.647328" 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-07-15T02:06:10.646936" elapsed="0.000479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.648661" 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-07-15T02:06:10.648312" elapsed="0.000393"/>
</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-07-15T02:06:10.649064" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-15T02:06:10.648837" elapsed="0.000285"/>
</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-07-15T02:06:10.652430" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-07-15T02:06:10.652176" elapsed="0.000311"/>
</branch>
<status status="PASS" start="2026-07-15T02:06:10.652157" elapsed="0.000354"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-15T02:06:10.652873" 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-07-15T02:06:10.652992" 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-07-15T02:06:10.652667" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.653579" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.211" 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-07-15T02:06:10.653154" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-15T02:06:10.654197" 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-07-15T02:06:10.653799" elapsed="0.000425"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T02:06:10.655138" level="INFO">Length is 0.</msg>
<msg time="2026-07-15T02:06:10.655227" 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-07-15T02:06:10.654819" elapsed="0.000431"/>
</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-07-15T02:06:10.655423" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-15T02:06:10.656628" level="INFO">Logging into '10.30.170.211:22' as 'jenkins'.</msg>
<msg time="2026-07-15T02:06:11.254950" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Wed Jul 15 02:06:10 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Jul 15 01:56:02 2026 from 10.30.170.42
[?2004h[jenkins@releng-48317-780-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-07-15T02:06:10.656260" elapsed="0.598880"/>
</kw>
<msg time="2026-07-15T02:06:11.255223" 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-07-15T02:06:10.655916" elapsed="0.599384"/>
</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-07-15T02:06:10.654427" elapsed="0.600988"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-15T02:06:11.255969" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.26 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-15T02:16:17.294383" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-15T02:16:17.294972" level="INFO">${stdout} = </msg>
<msg time="2026-07-15T02:16:17.295084" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-15T02:06:11.255645" elapsed="606.039505"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T02:16:17.295589" elapsed="0.000720"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.297561" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:16.376 16  switches: flows:  116235 116919 115156 117759 116868 117833 113207 112400 114482 117092 114673 113069 115216 115933 115546 113092  total = 30.758000 per ms 
02:08:16.477 16  switches: flows:  121421 121832 119689 122606 120358 122435 118915 119230 120262 120770 120013 118443 119453 119826 120364 118842  total = 32.020836 per ms 
02:09:16.579 16  switches: flows:  122914 123278 120506 122785 121043 122801 117698 119068 120469 120283 119755 118556 118682 119451 120287 117634  total = 32.033363 per ms 
02:10:16.680 16  switches: flows:  127623 128331 128645 129304 127952 126770 123331 125256 125823 127719 123542 124141 123392 125842 124690 124627  total = 33.560381 per ms 
02:11:16.781 16  switches: flows:  129195 127613 129801 129855 128863 126006 124980 125859 124694 130062 124862 124194 123685 127454 126321 124019  total = 33.734715 per ms 
02:12:16.881 16  switches: flows:  131041 130292 130243 131411 132243 126585 125974 126849 126500 131641 126360 124820 126697 128228 126359 126970  total = 34.146459 per ms 
02:13:16.981 16  switches: flows:  130122 128897 130277 130731 130544 126741 125141 128545 125944 129373 125849 124746 124900 126796 126876 125401  total = 33.958008 per ms 
02:14:17.082 16  switches: flows:  125677 126838 124597 125440 126104 124916 124129 122866 125349 125670 122582 123274 121080 122314 122128 123071  total = 33.045426 per ms 
02:15:17.182 16  switches: flows:  128201 128797 128920 131631 130799 127987 127632 128298 129504 129453 129293 126907 128908 127256 127685 129039  total = 34.281264 per ms 
02:16:17.282 16  switches: flows:  130361 129782 129150 133622 129140 128949 129553 128232 130626 129921 129882 128429 129447 128919 130079 127703  total = 34.505611 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32020.84/34505.61/33476.23/11192.79 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:16:17.296711" elapsed="0.001186"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-15T02:16:17.298381" elapsed="0.000072"/>
</return>
<status status="PASS" start="2026-07-15T02:16:17.298079" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-07-15T02:16:17.298029" elapsed="0.000557"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-15T02:16:17.298865" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-15T02:16:17.298780" elapsed="0.000179"/>
</branch>
<status status="NOT RUN" start="2026-07-15T02:16:17.298741" elapsed="0.000268"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-15T02:16:17.299079" 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-07-15T02:16:17.304393" elapsed="0.000352"/>
</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-07-15T02:16:17.304897" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-15T02:16:17.305222" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-15T02:16:17.299923" elapsed="0.005454"/>
</kw>
<msg time="2026-07-15T02:16:17.305532" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-15T02:06:10.649474" elapsed="606.656087"/>
</kw>
<status status="PASS" start="2026-07-15T02:06:10.649148" elapsed="606.656478"/>
</branch>
<status status="PASS" start="2026-07-15T02:06:10.648814" elapsed="606.656838"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.306112" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.26: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.26. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:07:16.376 16  switches: flows:  116235 116919 115156 117759 116868 117833 113207 112400 114482 117092 114673 113069 115216 115933 115546 113092  total = 30.758000 per ms 
02:08:16.477 16  switches: flows:  121421 121832 119689 122606 120358 122435 118915 119230 120262 120770 120013 118443 119453 119826 120364 118842  total = 32.020836 per ms 
02:09:16.579 16  switches: flows:  122914 123278 120506 122785 121043 122801 117698 119068 120469 120283 119755 118556 118682 119451 120287 117634  total = 32.033363 per ms 
02:10:16.680 16  switches: flows:  127623 128331 128645 129304 127952 126770 123331 125256 125823 127719 123542 124141 123392 125842 124690 124627  total = 33.560381 per ms 
02:11:16.781 16  switches: flows:  129195 127613 129801 129855 128863 126006 124980 125859 124694 130062 124862 124194 123685 127454 126321 124019  total = 33.734715 per ms 
02:12:16.881 16  switches: flows:  131041 130292 130243 131411 132243 126585 125974 126849 126500 131641 126360 124820 126697 128228 126359 126970  total = 34.146459 per ms 
02:13:16.981 16  switches: flows:  130122 128897 130277 130731 130544 126741 125141 128545 125944 129373 125849 124746 124900 126796 126876 125401  total = 33.958008 per ms 
02:14:17.082 16  switches: flows:  125677 126838 124597 125440 126104 124916 124129 122866 125349 125670 122582 123274 121080 122314 122128 123071  total = 33.045426 per ms 
02:15:17.182 16  switches: flows:  128201 128797 128920 131631 130799 127987 127632 128298 129504 129453 129293 126907 128908 127256 127685 129039  total = 34.281264 per ms 
02:16:17.282 16  switches: flows:  130361 129782 129150 133622 129140 128949 129553 128232 130626 129921 129882 128429 129447 128919 130079 127703  total = 34.505611 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 32020.84/34505.61/33476.23/11192.79 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:16:17.305795" elapsed="0.000392"/>
</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-07-15T02:16:17.306370" elapsed="0.000463"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-15T02:16:17.307219" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-15T02:16:17.307310" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 32020.84/34505.61/33476.23/11192.79 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-07-15T02:16:17.306998" elapsed="0.000336"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T02:16:17.307867" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 32020.84/34505.61/33476.23/11192.79 | 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-07-15T02:16:17.307496" elapsed="0.000398"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.310514" 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-07-15T02:16:17.308056" elapsed="0.002612"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.313272" level="INFO">32020.84/34505.61/33476.23/11192.79</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:16:17.310820" elapsed="0.002509"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T02:16:17.316015" 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-07-15T02:16:17.313538" elapsed="0.002504"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-15T02:16:17.318683" level="INFO">@{result_value_list} = [ 32020.84 | 34505.61 | 33476.23 | 11192.79 ]</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-07-15T02:16:17.316234" elapsed="0.002477"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.319177" level="INFO">Length is 4.</msg>
<msg time="2026-07-15T02:16:17.319267" 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-07-15T02:16:17.318870" elapsed="0.000481"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.324635" level="INFO">min :: 32020.84</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-07-15T02:16:17.319785" elapsed="0.004910"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-15T02:16:17.319655" elapsed="0.005076"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.329987" level="INFO">max :: 34505.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:16:17.325039" elapsed="0.005007"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-15T02:16:17.324845" elapsed="0.005236"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.335132" level="INFO">avg :: 33476.23</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-15T02:16:17.330292" elapsed="0.004898"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-15T02:16:17.330164" elapsed="0.005060"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.340367" level="INFO">stdev :: 11192.79</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-07-15T02:16:17.335441" elapsed="0.004989"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-15T02:16:17.335308" elapsed="0.005157"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-15T02:16:17.319443" elapsed="0.021052"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.344867" level="INFO">${min} = 32020.84</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-07-15T02:16:17.340675" elapsed="0.004221"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.348925" level="INFO">${max} = 34505.61</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-15T02:16:17.345054" elapsed="0.003898"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.352959" level="INFO">${average} = 33476.23</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-07-15T02:16:17.349107" elapsed="0.003879"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.357227" level="INFO">${stdev} = 11192.79</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-07-15T02:16:17.353147" elapsed="0.004108"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.357802" level="INFO">${date} = 2026-07-15 02:16:17</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-15T02:16:17.357429" elapsed="0.000400"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.358422" level="INFO">CBench Result: 2026-07-15 02:16:17,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,32020.84,34505.61,33476.23,11192.79</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-07-15T02:16:17.357984" elapsed="0.000496"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-15T02:16:17.359681" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/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-07-15T02:16:17.359192" elapsed="0.000558"/>
</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-07-15T02:16:17.359903" elapsed="0.000463"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-15T02:16:17.358666" elapsed="0.001766"/>
</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-07-15T02:06:10.647757" elapsed="606.712735"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.360966" 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-07-15T02:16:17.360655" elapsed="0.000369"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-15T02:16:17.362250" 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-07-15T02:16:17.361746" elapsed="0.000531"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-15T02:16:17.362511" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-07-15T02:16:17.362357" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-07-15T02:16:17.362336" elapsed="0.000286"/>
</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-07-15T02:16:17.362773" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-07-15T02:16:17.362930" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-15T02:16:17.363090" elapsed="0.000021"/>
</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-07-15T02:16:17.363289" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-15T02:16:17.363441" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-15T02:16:17.363589" elapsed="0.000040"/>
</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-07-15T02:16:17.363759" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-15T02:16:17.363986" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-15T02:16:17.363848" elapsed="0.000190"/>
</branch>
<status status="NOT RUN" start="2026-07-15T02:16:17.363831" elapsed="0.000231"/>
</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-07-15T02:16:17.361394" elapsed="0.002719"/>
</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-07-15T02:06:10.646237" elapsed="606.717922"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-15T01:45:52.251090" elapsed="1825.113699"/>
</suite>
<statistics>
<total>
<stat pass="3" fail="0" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="3" fail="0" skip="0">cbench</stat>
<stat pass="2" fail="0" skip="0">latency</stat>
<stat pass="1" fail="0" skip="0">throughput</stat>
</tag>
<suite>
<stat name="openflowplugin-cbench.txt" id="s1" pass="3" fail="0" skip="0">openflowplugin-cbench.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
