<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-15T00:58:54.188293" 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-08-15T00:58:54.750896" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-08-15T00:58:54.750753" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:54.750723" elapsed="0.000271"/>
</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-08-15T00:58:54.751138" elapsed="0.000526"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-15T00:58:54.752151" level="INFO">Logging into '10.30.171.235:8101' as 'karaf'.</msg>
<msg time="2026-08-15T00:58:55.620221" 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-08-15T00:58:54.751856" elapsed="0.868607"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-15T00:58:55.670171" 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-08-15T00:58:55.620861" elapsed="0.049468"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-15T00:58:55.672333" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-15T00:58:55.672451" 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-08-15T00:58:55.670619" elapsed="0.001862"/>
</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-08-15T00:58:55.672648" elapsed="0.000256"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T00:58:55.673068" elapsed="0.000264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T00:58:55.673856" 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-08-15T00:58:55.673489" elapsed="0.000424"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T00:58:55.673967" elapsed="0.000055"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.235
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-15T00:58:54.750363" elapsed="0.923786"/>
</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-08-15T00:58:54.746657" elapsed="0.927556"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T00:58:55.674809" 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-08-15T00:58:55.674403" elapsed="0.000480"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T00:58:55.675289" 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-08-15T00:58:55.675038" elapsed="0.000308"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-15T00:58:55.675960" 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-08-15T00:58:55.675500" elapsed="0.000488"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T00:58:55.676498" 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-08-15T00:58:55.676159" elapsed="0.000383"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-15T00:58:55.677144" 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-08-15T00:58:55.676689" elapsed="0.000483"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T00:58:55.677675" 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-08-15T00:58:55.677334" elapsed="0.000405"/>
</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-08-15T00:58:55.678043" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T00:58:55.677827" elapsed="0.000272"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T00:58:55.682462" 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-08-15T00:58:55.682053" elapsed="0.000437"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T00:58:55.683514" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T00:58:55.683600" 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-08-15T00:58:55.683062" elapsed="0.000563"/>
</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-08-15T00:58:55.683986" elapsed="0.000359"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T00:58:55.685380" level="INFO">Logging into '10.30.171.108:22' as 'jenkins'.</msg>
<msg time="2026-08-15T00:58:56.138657" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 00:58:15 UTC 2026

  System load:  0.16               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.108
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

14 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-811-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-08-15T00:58:55.684875" elapsed="0.453974"/>
</kw>
<msg time="2026-08-15T00:58:56.138950" 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-08-15T00:58:55.684503" elapsed="0.454553"/>
</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-08-15T00:58:55.682712" elapsed="0.456479"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.147984" 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-08-15T00:58:56.139433" elapsed="0.010154"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T00:58:56.149881" elapsed="0.000393"/>
</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-08-15T00:58:55.681507" elapsed="0.468860"/>
</kw>
<status status="PASS" start="2026-08-15T00:58:55.678168" elapsed="0.472251"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:55.677801" elapsed="0.472668"/>
</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-08-15T00:58:56.150687" elapsed="0.000721"/>
</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-08-15T00:58:56.157625" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-15T00:58:56.157449" elapsed="0.000282"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:56.157416" elapsed="0.000351"/>
</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-08-15T00:58:56.162789" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-08-15T00:58:56.162579" elapsed="0.000278"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:56.162552" elapsed="0.000337"/>
</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-08-15T00:58:56.163074" elapsed="0.000608"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.164275" level="INFO">Logging into '10.30.171.235:8101' as 'karaf'.</msg>
<msg time="2026-08-15T00:58:56.356892" 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-08-15T00:58:56.163910" elapsed="0.193195"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.451170" 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-08-15T00:58:56.357371" elapsed="0.093964"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.468375" 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-08-15T00:58:56.468678" 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-08-15T00:58:56.451596" elapsed="0.017151"/>
</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-08-15T00:58:56.468959" elapsed="0.000320"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T00:58:56.469438" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T00:58:56.470157" 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-08-15T00:58:56.469837" elapsed="0.000378"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T00:58:56.470268" elapsed="0.000052"/>
</return>
<msg time="2026-08-15T00:58:56.470474" 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.171.235
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-15T00:58:56.162077" elapsed="0.308431"/>
</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-08-15T00:58:56.470659" elapsed="0.001356"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T00:58:56.472071" elapsed="0.000036"/>
</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-08-15T00:58:56.156991" elapsed="0.315222"/>
</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-08-15T00:58:56.476029" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-15T00:58:56.475885" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:56.475860" elapsed="0.000243"/>
</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-08-15T00:58:56.476250" elapsed="0.000530"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.477257" level="INFO">Logging into '10.30.171.235:8101' as 'karaf'.</msg>
<msg time="2026-08-15T00:58:56.657793" 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-08-15T00:58:56.476947" elapsed="0.181066"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.688090" 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-08-15T00:58:56.658365" elapsed="0.029916"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.691030" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-15T00:58:56.691187" 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-08-15T00:58:56.688622" elapsed="0.002608"/>
</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-08-15T00:58:56.691427" elapsed="0.000368"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T00:58:56.692009" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T00:58:56.692994" 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-08-15T00:58:56.692525" elapsed="0.000544"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-15T00:58:56.693143" elapsed="0.000071"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.235
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-15T00:58:56.475515" elapsed="0.217907"/>
</kw>
<status status="PASS" start="2026-08-15T00:58:54.744841" elapsed="1.948669"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T00:58:56.696536" 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-08-15T00:58:56.695027" elapsed="0.001604"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T00:58:56.698625" 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-08-15T00:58:56.698129" elapsed="0.000562"/>
</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-08-15T00:58:56.699197" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-08-15T00:58:56.698855" elapsed="0.000425"/>
</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-08-15T00:58:56.702836" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-08-15T00:58:56.702445" elapsed="0.000473"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:56.702417" elapsed="0.000540"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.703455" 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-08-15T00:58:56.703640" 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-08-15T00:58:56.703145" elapsed="0.000535"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T00:58:56.704468" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.108" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T00:58:56.703893" elapsed="0.000662"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.705412" 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-08-15T00:58:56.704767" elapsed="0.000683"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T00:58:56.706812" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T00:58:56.706933" 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-08-15T00:58:56.706278" 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-08-15T00:58:56.707177" elapsed="0.000465"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T00:58:56.708740" level="INFO">Logging into '10.30.171.108:22' as 'jenkins'.</msg>
<msg time="2026-08-15T00:58:57.028717" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 00:58:15 UTC 2026

  System load:  0.16               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.108
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 15 00:58:56 2026 from 10.30.170.50
[?2004h[jenkins@releng-48317-811-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-08-15T00:58:56.708349" elapsed="0.320656"/>
</kw>
<msg time="2026-08-15T00:58:57.029124" 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-08-15T00:58:56.707868" elapsed="0.321384"/>
</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-08-15T00:58:56.705754" elapsed="0.323672"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-15T00:58:57.030187" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-15T01:09:03.144735" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-15T01:09:03.145415" level="INFO">${stdout} = </msg>
<msg time="2026-08-15T01:09:03.145525" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-15T00:58:57.029770" elapsed="606.115823"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T01:09:03.146098" elapsed="0.001046"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.148371" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:02.219 16  switches: flows:  115765 115740 113128 114287 116364 114237 114055 114292 110900 111595 113442 111348 112168 113093 110693 111761  total = 30.214467 per ms 
01:01:02.319 16  switches: flows:  130680 126013 125520 127593 127685 124333 127233 126333 123306 124191 123134 121978 123872 126114 123233 122610  total = 33.341462 per ms 
01:02:02.423 16  switches: flows:  128275 126548 125925 128042 128327 123446 125110 127134 120793 122519 123260 122175 121495 124684 123386 122117  total = 33.165222 per ms 
01:03:02.524 16  switches: flows:  122723 121995 122518 123617 122054 120427 121254 122086 118650 120448 120682 118853 119525 119029 116301 119456  total = 32.106721 per ms 
01:04:02.624 16  switches: flows:  123624 123081 122220 124744 121064 122430 122716 121001 120460 120159 119467 119807 119309 118608 118249 120367  total = 32.234632 per ms 
01:05:02.725 16  switches: flows:  117904 116935 116966 118202 118033 116347 117760 115770 113688 113529 114948 112046 115816 113572 112092 115108  total = 30.760437 per ms 
01:06:02.826 16  switches: flows:  123933 122486 120191 124153 120796 120574 123625 122751 118979 120287 118048 118299 120672 119828 117745 118819  total = 32.132816 per ms 
01:07:02.928 16  switches: flows:  125224 123576 122990 124283 123252 122015 123589 123819 120321 120843 119173 120957 121917 120043 118291 121254  total = 32.471512 per ms 
01:08:03.029 16  switches: flows:  120560 119319 117758 119499 119034 117676 120565 119435 114569 116979 116972 116768 116636 117119 115694 117733  total = 31.386208 per ms 
01:09:03.130 16  switches: flows:  124389 126948 124732 124088 124559 123368 123705 124629 123715 124166 120305 122844 123509 123330 121084 124937  total = 32.950103 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30760.44/33341.46/32283.23/10789.73 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:09:03.147548" elapsed="0.001336"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-15T01:09:03.149524" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-08-15T01:09:03.149201" elapsed="0.000487"/>
</branch>
<status status="PASS" start="2026-08-15T01:09:03.149126" elapsed="0.000655"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-15T01:09:03.150004" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-15T01:09:03.149919" elapsed="0.000176"/>
</branch>
<status status="NOT RUN" start="2026-08-15T01:09:03.149884" elapsed="0.000259"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-15T01:09:03.150216" 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-08-15T01:09:03.155937" elapsed="0.000795"/>
</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-08-15T01:09:03.157070" elapsed="0.000407"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T01:09:03.157801" elapsed="0.000225"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-15T01:09:03.150953" elapsed="0.007192"/>
</kw>
<msg time="2026-08-15T01:09:03.158366" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-15T00:58:56.699809" elapsed="606.458594"/>
</kw>
<status status="PASS" start="2026-08-15T00:58:56.699321" elapsed="606.459150"/>
</branch>
<status status="PASS" start="2026-08-15T00:58:56.698818" elapsed="606.459685"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.159125" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:02.219 16  switches: flows:  115765 115740 113128 114287 116364 114237 114055 114292 110900 111595 113442 111348 112168 113093 110693 111761  total = 30.214467 per ms 
01:01:02.319 16  switches: flows:  130680 126013 125520 127593 127685 124333 127233 126333 123306 124191 123134 121978 123872 126114 123233 122610  total = 33.341462 per ms 
01:02:02.423 16  switches: flows:  128275 126548 125925 128042 128327 123446 125110 127134 120793 122519 123260 122175 121495 124684 123386 122117  total = 33.165222 per ms 
01:03:02.524 16  switches: flows:  122723 121995 122518 123617 122054 120427 121254 122086 118650 120448 120682 118853 119525 119029 116301 119456  total = 32.106721 per ms 
01:04:02.624 16  switches: flows:  123624 123081 122220 124744 121064 122430 122716 121001 120460 120159 119467 119807 119309 118608 118249 120367  total = 32.234632 per ms 
01:05:02.725 16  switches: flows:  117904 116935 116966 118202 118033 116347 117760 115770 113688 113529 114948 112046 115816 113572 112092 115108  total = 30.760437 per ms 
01:06:02.826 16  switches: flows:  123933 122486 120191 124153 120796 120574 123625 122751 118979 120287 118048 118299 120672 119828 117745 118819  total = 32.132816 per ms 
01:07:02.928 16  switches: flows:  125224 123576 122990 124283 123252 122015 123589 123819 120321 120843 119173 120957 121917 120043 118291 121254  total = 32.471512 per ms 
01:08:03.029 16  switches: flows:  120560 119319 117758 119499 119034 117676 120565 119435 114569 116979 116972 116768 116636 117119 115694 117733  total = 31.386208 per ms 
01:09:03.130 16  switches: flows:  124389 126948 124732 124088 124559 123368 123705 124629 123715 124166 120305 122844 123509 123330 121084 124937  total = 32.950103 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30760.44/33341.46/32283.23/10789.73 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:09:03.158696" elapsed="0.000532"/>
</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-08-15T01:09:03.159460" elapsed="0.000604"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-15T01:09:03.160783" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-15T01:09:03.160944" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30760.44/33341.46/32283.23/10789.73 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-08-15T01:09:03.160354" elapsed="0.000634"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:09:03.161836" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30760.44/33341.46/32283.23/10789.73 | 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-08-15T01:09:03.161314" elapsed="0.000573"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.164676" 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-08-15T01:09:03.162097" elapsed="0.002715"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.167798" level="INFO">30760.44/33341.46/32283.23/10789.73</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:09:03.165013" elapsed="0.002843"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:09:03.170251" 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-08-15T01:09:03.168020" elapsed="0.002259"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:09:03.172711" level="INFO">@{result_value_list} = [ 30760.44 | 33341.46 | 32283.23 | 10789.73 ]</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-08-15T01:09:03.170474" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.173233" level="INFO">Length is 4.</msg>
<msg time="2026-08-15T01:09:03.173323" 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-08-15T01:09:03.172898" elapsed="0.000449"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.178342" level="INFO">min :: 30760.44</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-08-15T01:09:03.173768" elapsed="0.004645"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-15T01:09:03.173618" elapsed="0.004832"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.183089" level="INFO">max :: 33341.46</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-08-15T01:09:03.178671" elapsed="0.004482"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-15T01:09:03.178544" elapsed="0.004645"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.187919" level="INFO">avg :: 32283.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-08-15T01:09:03.183410" elapsed="0.004568"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-15T01:09:03.183280" elapsed="0.004733"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.192509" level="INFO">stdev :: 10789.73</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-08-15T01:09:03.188235" elapsed="0.004330"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-15T01:09:03.188106" elapsed="0.004493"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-15T01:09:03.173420" elapsed="0.019212"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.196834" level="INFO">${min} = 30760.44</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-08-15T01:09:03.192804" elapsed="0.004058"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.201400" level="INFO">${max} = 33341.46</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-08-15T01:09:03.197125" elapsed="0.004302"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.205356" level="INFO">${average} = 32283.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-08-15T01:09:03.201581" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.209322" level="INFO">${stdev} = 10789.73</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-08-15T01:09:03.205537" elapsed="0.003812"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.209926" level="INFO">${date} = 2026-08-15 01:09:03</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-15T01:09:03.209539" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.210505" level="INFO">CBench Result: 2026-08-15 01:09:03,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30760.44,33341.46,32283.23,10789.73</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-08-15T01:09:03.210099" elapsed="0.000462"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T01:09:03.211613" 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-08-15T01:09:03.211204" elapsed="0.000476"/>
</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-08-15T01:09:03.211846" elapsed="0.000464"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-15T01:09:03.210727" elapsed="0.001649"/>
</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-08-15T00:58:56.697240" elapsed="606.515196"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.213004" 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-08-15T01:09:03.212649" elapsed="0.000413"/>
</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-08-15T01:09:03.213579" elapsed="0.000344"/>
</kw>
<status status="PASS" start="2026-08-15T01:09:03.213280" elapsed="0.000716"/>
</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-08-15T00:58:56.693688" elapsed="606.520346"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.215437" 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-08-15T01:09:03.215055" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.216742" 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-08-15T01:09:03.216395" elapsed="0.000414"/>
</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-08-15T01:09:03.217210" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-15T01:09:03.216925" elapsed="0.000346"/>
</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-08-15T01:09:03.220249" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T01:09:03.219998" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-08-15T01:09:03.219978" elapsed="0.000352"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-15T01:09:03.220670" 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-08-15T01:09:03.220812" 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-08-15T01:09:03.220461" elapsed="0.000378"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.221513" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.235 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.108" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:09:03.221010" elapsed="0.000566"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T01:09:03.222208" 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-08-15T01:09:03.221760" elapsed="0.000477"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T01:09:03.223167" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T01:09:03.223261" 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-08-15T01:09:03.222845" elapsed="0.000441"/>
</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-08-15T01:09:03.223428" elapsed="0.000347"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T01:09:03.224631" level="INFO">Logging into '10.30.171.108:22' as 'jenkins'.</msg>
<msg time="2026-08-15T01:09:03.808158" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 01:09:03 UTC 2026

  System load:  1.0                Processes:             104
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.108
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 15 00:58:56 2026 from 10.30.170.50
[?2004h[jenkins@releng-48317-811-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-08-15T01:09:03.224276" elapsed="0.584087"/>
</kw>
<msg time="2026-08-15T01:09:03.808453" 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-08-15T01:09:03.223930" elapsed="0.584617"/>
</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-08-15T01:09:03.222448" elapsed="0.586219"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-15T01:09:03.809214" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.235 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-15T01:19:09.862998" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-15T01:19:09.863815" level="INFO">${stdout} = </msg>
<msg time="2026-08-15T01:19:09.863939" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235: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-08-15T01:09:03.808910" elapsed="606.055100"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T01:19:09.864517" elapsed="0.000811"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.866615" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235: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.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:08.922 16  switches: flows:  618001 614645 608424 601123 595078 584948 604981 610101 592671 595832 591140 586889 614494 611499 605200 606699  total = 160.695417 per ms 
01:11:09.024 16  switches: flows:  668088 659614 669749 665244 663094 668287 666141 679157 667456 670035 658072 663190 671499 668741 660699 666884  total = 177.466636 per ms 
01:12:09.125 16  switches: flows:  668221 660797 661984 663697 672705 663515 652314 666108 662537 660500 652966 660211 659922 653839 663945 670260  total = 176.261949 per ms 
01:13:09.228 16  switches: flows:  635740 627596 621094 631855 627858 629544 638295 620893 618660 643178 625481 623013 636840 626120 623512 626705  total = 167.322869 per ms 
01:14:09.329 16  switches: flows:  630048 640806 631016 634112 631114 628849 645886 640598 632494 628441 629927 641330 636631 627941 631537 630060  total = 168.729173 per ms 
01:15:09.431 16  switches: flows:  640166 627293 631335 643305 646721 634753 649348 635752 628840 643383 641607 626753 631774 649591 630721 655835  total = 170.000167 per ms 
01:16:09.532 16  switches: flows:  572432 566738 583815 570793 576080 579342 586546 581952 575883 577147 570053 581654 570617 576167 571023 589417  total = 153.570299 per ms 
01:17:09.635 16  switches: flows:  664404 658865 662291 662700 657460 669609 672820 666103 666548 657322 659469 656820 662862 661837 666215 659156  total = 176.443792 per ms 
01:18:09.740 16  switches: flows:  643147 640888 644580 643118 640477 632243 627525 641309 634948 633992 635410 643045 640722 637274 639411 640657  total = 170.017275 per ms 
01:19:09.843 16  switches: flows:  675804 659900 677556 666240 662838 672132 679659 661988 664259 661581 665318 668857 664576 658626 662919 669111  total = 177.556154 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153570.30/177556.15/170818.70/57392.70 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:19:09.865774" elapsed="0.001225"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-15T01:19:09.867559" elapsed="0.000079"/>
</return>
<status status="PASS" start="2026-08-15T01:19:09.867225" elapsed="0.000586"/>
</branch>
<status status="PASS" start="2026-08-15T01:19:09.867161" elapsed="0.000717"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-15T01:19:09.868117" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-15T01:19:09.868026" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-08-15T01:19:09.867987" elapsed="0.000282"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-15T01:19:09.868344" 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-08-15T01:19:09.873484" elapsed="0.000373"/>
</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-08-15T01:19:09.874009" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T01:19:09.874312" elapsed="0.000106"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-15T01:19:09.869136" elapsed="0.005336"/>
</kw>
<msg time="2026-08-15T01:19:09.874605" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235: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-08-15T01:09:03.217615" elapsed="606.657016"/>
</kw>
<status status="PASS" start="2026-08-15T01:09:03.217298" elapsed="606.657383"/>
</branch>
<status status="PASS" start="2026-08-15T01:09:03.216903" elapsed="606.657817"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.875212" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.235: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.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:08.922 16  switches: flows:  618001 614645 608424 601123 595078 584948 604981 610101 592671 595832 591140 586889 614494 611499 605200 606699  total = 160.695417 per ms 
01:11:09.024 16  switches: flows:  668088 659614 669749 665244 663094 668287 666141 679157 667456 670035 658072 663190 671499 668741 660699 666884  total = 177.466636 per ms 
01:12:09.125 16  switches: flows:  668221 660797 661984 663697 672705 663515 652314 666108 662537 660500 652966 660211 659922 653839 663945 670260  total = 176.261949 per ms 
01:13:09.228 16  switches: flows:  635740 627596 621094 631855 627858 629544 638295 620893 618660 643178 625481 623013 636840 626120 623512 626705  total = 167.322869 per ms 
01:14:09.329 16  switches: flows:  630048 640806 631016 634112 631114 628849 645886 640598 632494 628441 629927 641330 636631 627941 631537 630060  total = 168.729173 per ms 
01:15:09.431 16  switches: flows:  640166 627293 631335 643305 646721 634753 649348 635752 628840 643383 641607 626753 631774 649591 630721 655835  total = 170.000167 per ms 
01:16:09.532 16  switches: flows:  572432 566738 583815 570793 576080 579342 586546 581952 575883 577147 570053 581654 570617 576167 571023 589417  total = 153.570299 per ms 
01:17:09.635 16  switches: flows:  664404 658865 662291 662700 657460 669609 672820 666103 666548 657322 659469 656820 662862 661837 666215 659156  total = 176.443792 per ms 
01:18:09.740 16  switches: flows:  643147 640888 644580 643118 640477 632243 627525 641309 634948 633992 635410 643045 640722 637274 639411 640657  total = 170.017275 per ms 
01:19:09.843 16  switches: flows:  675804 659900 677556 666240 662838 672132 679659 661988 664259 661581 665318 668857 664576 658626 662919 669111  total = 177.556154 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 153570.30/177556.15/170818.70/57392.70 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:19:09.874889" elapsed="0.000399"/>
</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-08-15T01:19:09.875438" elapsed="0.000426"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-15T01:19:09.876264" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-15T01:19:09.876435" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 153570.30/177556.15/170818.70/57392.70 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-08-15T01:19:09.876028" elapsed="0.000433"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:19:09.876950" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 153570.30/177556.15/170818.70/57392.70 | 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-08-15T01:19:09.876632" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.879452" 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-08-15T01:19:09.877129" elapsed="0.002385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.881983" level="INFO">153570.30/177556.15/170818.70/57392.70</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:19:09.879713" elapsed="0.002329"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:19:09.884460" 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-08-15T01:19:09.882193" elapsed="0.002296"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:19:09.886943" level="INFO">@{result_value_list} = [ 153570.30 | 177556.15 | 170818.70 | 57392.70 ]</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-08-15T01:19:09.884724" elapsed="0.002248"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.887445" level="INFO">Length is 4.</msg>
<msg time="2026-08-15T01:19:09.887535" 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-08-15T01:19:09.887128" elapsed="0.000431"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.892658" level="INFO">min :: 153570.30</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:19:09.888006" elapsed="0.004729"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-15T01:19:09.887872" elapsed="0.004900"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.897437" level="INFO">max :: 177556.15</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-08-15T01:19:09.893000" elapsed="0.004495"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-15T01:19:09.892867" elapsed="0.004663"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.903192" level="INFO">avg :: 170818.70</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-08-15T01:19:09.897764" elapsed="0.005511"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-15T01:19:09.897620" elapsed="0.005702"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.908003" level="INFO">stdev :: 57392.70</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-08-15T01:19:09.903620" elapsed="0.004441"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-15T01:19:09.903448" elapsed="0.004649"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-15T01:19:09.887626" elapsed="0.020503"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.912001" level="INFO">${min} = 153570.30</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-08-15T01:19:09.908291" elapsed="0.003737"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.915895" level="INFO">${max} = 177556.15</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-08-15T01:19:09.912183" elapsed="0.003739"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.919792" level="INFO">${average} = 170818.70</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-08-15T01:19:09.916077" elapsed="0.003742"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.923677" level="INFO">${stdev} = 57392.70</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-08-15T01:19:09.919972" elapsed="0.003747"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.924249" level="INFO">${date} = 2026-08-15 01:19:09</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-15T01:19:09.923881" elapsed="0.000394"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.924846" level="INFO">CBench Result: 2026-08-15 01:19:09,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,153570.30,177556.15,170818.70,57392.70</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-08-15T01:19:09.924424" elapsed="0.000478"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T01:19:09.925960" 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-08-15T01:19:09.925526" elapsed="0.000502"/>
</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-08-15T01:19:09.926178" 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-08-15T01:19:09.925051" elapsed="0.001675"/>
</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-08-15T01:09:03.215823" elapsed="606.710966"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.927252" 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-08-15T01:19:09.926937" elapsed="0.000371"/>
</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-08-15T01:19:09.927858" elapsed="0.000264"/>
</kw>
<status status="PASS" start="2026-08-15T01:19:09.927515" elapsed="0.000678"/>
</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-08-15T01:09:03.214347" elapsed="606.713884"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.929408" 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-08-15T01:19:09.929030" elapsed="0.000436"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.931044" 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-08-15T01:19:09.930488" elapsed="0.000615"/>
</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-08-15T01:19:09.931598" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-08-15T01:19:09.931237" elapsed="0.000440"/>
</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-08-15T01:19:09.934861" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-15T01:19:09.934507" elapsed="0.000412"/>
</branch>
<status status="PASS" start="2026-08-15T01:19:09.934485" elapsed="0.000457"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-15T01:19:09.935275" 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-08-15T01:19:09.935392" 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-08-15T01:19:09.935076" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.936026" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.108" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:19:09.935553" elapsed="0.000532"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-15T01:19:09.936623" 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-08-15T01:19:09.936224" elapsed="0.000426"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T01:19:09.937550" level="INFO">Length is 0.</msg>
<msg time="2026-08-15T01:19:09.937639" 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-08-15T01:19:09.937240" elapsed="0.000423"/>
</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-08-15T01:19:09.937820" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-15T01:19:09.939002" level="INFO">Logging into '10.30.171.108:22' as 'jenkins'.</msg>
<msg time="2026-08-15T01:19:10.528165" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Sat Aug 15 01:19:10 UTC 2026

  System load:  0.46               Processes:             103
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.108
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug 15 01:09:03 2026 from 10.30.170.50
[?2004h[jenkins@releng-48317-811-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-08-15T01:19:09.938635" elapsed="0.589723"/>
</kw>
<msg time="2026-08-15T01:19:10.528441" 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-08-15T01:19:09.938293" elapsed="0.590228"/>
</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-08-15T01:19:09.936867" elapsed="0.591768"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-15T01:19:10.529154" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.235 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-15T01:29:16.599378" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-15T01:29:16.599931" level="INFO">${stdout} = </msg>
<msg time="2026-08-15T01:29:16.600038" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-15T01:19:10.528865" elapsed="606.071230"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T01:29:16.600587" elapsed="0.000737"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.602599" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:15.679 16  switches: flows:  117071 116397 116684 116862 117119 117872 118039 118274 115916 116903 116209 117617 117636 112726 116071 113831  total = 31.087117 per ms 
01:21:15.779 16  switches: flows:  122005 120313 121520 121237 121104 123239 124050 123318 121670 122886 122531 124236 123612 118040 118159 117976  total = 32.377537 per ms 
01:22:15.882 16  switches: flows:  122827 122320 122279 121106 121251 124412 125415 124409 122733 123843 121582 124224 123279 119748 120139 119275  total = 32.591718 per ms 
01:23:15.982 16  switches: flows:  119802 119126 121515 119059 120277 122121 122919 121999 121590 122618 119623 122570 122242 115848 117946 116556  total = 32.043326 per ms 
01:24:16.082 16  switches: flows:  122871 120756 123223 121186 121331 123873 125360 123050 124746 123161 121165 124493 122492 116617 119369 119311  total = 32.495834 per ms 
01:25:16.183 16  switches: flows:  120499 119862 121443 119835 119281 122770 123315 121879 122055 121596 120815 123002 121714 116624 118935 119697  total = 32.168237 per ms 
01:26:16.283 16  switches: flows:  113245 114511 114159 115831 115418 115597 114137 115223 114601 115002 114795 113357 114176 109282 114924 112720  total = 30.398885 per ms 
01:27:16.383 16  switches: flows:  120963 119287 119328 122442 121672 122861 120016 123517 123028 121375 121316 119352 121804 117144 122258 119681  total = 32.213615 per ms 
01:28:16.483 16  switches: flows:  121462 120724 118708 122932 122101 123596 120354 123124 122015 122641 122507 117720 120128 117719 122846 119293  total = 32.243968 per ms 
01:29:16.584 16  switches: flows:  117013 118425 115776 120675 119129 119169 117894 119385 118890 118889 119028 117374 116574 114687 118806 116643  total = 31.420156 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30398.88/32591.72/31994.81/10684.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:29:16.601758" elapsed="0.001184"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-15T01:29:16.603486" elapsed="0.000094"/>
</return>
<status status="PASS" start="2026-08-15T01:29:16.603167" elapsed="0.000497"/>
</branch>
<status status="PASS" start="2026-08-15T01:29:16.603102" elapsed="0.000656"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-15T01:29:16.603986" elapsed="0.000032"/>
</return>
<status status="NOT RUN" start="2026-08-15T01:29:16.603900" elapsed="0.000182"/>
</branch>
<status status="NOT RUN" start="2026-08-15T01:29:16.603862" elapsed="0.000270"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-15T01:29:16.604204" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-15T01:29:16.609962" elapsed="0.000515"/>
</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-08-15T01:29:16.610686" elapsed="0.000253"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-15T01:29:16.611122" elapsed="0.000136"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-15T01:29:16.604978" elapsed="0.006361"/>
</kw>
<msg time="2026-08-15T01:29:16.611521" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-15T01:19:09.932051" elapsed="606.679507"/>
</kw>
<status status="PASS" start="2026-08-15T01:19:09.931721" elapsed="606.679908"/>
</branch>
<status status="PASS" start="2026-08-15T01:19:09.931214" elapsed="606.680448"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.612303" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.235: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.171.235. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:20:15.679 16  switches: flows:  117071 116397 116684 116862 117119 117872 118039 118274 115916 116903 116209 117617 117636 112726 116071 113831  total = 31.087117 per ms 
01:21:15.779 16  switches: flows:  122005 120313 121520 121237 121104 123239 124050 123318 121670 122886 122531 124236 123612 118040 118159 117976  total = 32.377537 per ms 
01:22:15.882 16  switches: flows:  122827 122320 122279 121106 121251 124412 125415 124409 122733 123843 121582 124224 123279 119748 120139 119275  total = 32.591718 per ms 
01:23:15.982 16  switches: flows:  119802 119126 121515 119059 120277 122121 122919 121999 121590 122618 119623 122570 122242 115848 117946 116556  total = 32.043326 per ms 
01:24:16.082 16  switches: flows:  122871 120756 123223 121186 121331 123873 125360 123050 124746 123161 121165 124493 122492 116617 119369 119311  total = 32.495834 per ms 
01:25:16.183 16  switches: flows:  120499 119862 121443 119835 119281 122770 123315 121879 122055 121596 120815 123002 121714 116624 118935 119697  total = 32.168237 per ms 
01:26:16.283 16  switches: flows:  113245 114511 114159 115831 115418 115597 114137 115223 114601 115002 114795 113357 114176 109282 114924 112720  total = 30.398885 per ms 
01:27:16.383 16  switches: flows:  120963 119287 119328 122442 121672 122861 120016 123517 123028 121375 121316 119352 121804 117144 122258 119681  total = 32.213615 per ms 
01:28:16.483 16  switches: flows:  121462 120724 118708 122932 122101 123596 120354 123124 122015 122641 122507 117720 120128 117719 122846 119293  total = 32.243968 per ms 
01:29:16.584 16  switches: flows:  117013 118425 115776 120675 119129 119169 117894 119385 118890 118889 119028 117374 116574 114687 118806 116643  total = 31.420156 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30398.88/32591.72/31994.81/10684.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:29:16.611889" elapsed="0.000549"/>
</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-08-15T01:29:16.612651" elapsed="0.000528"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-15T01:29:16.613837" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-15T01:29:16.613969" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30398.88/32591.72/31994.81/10684.57 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-08-15T01:29:16.613450" elapsed="0.000553"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:29:16.614573" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30398.88/32591.72/31994.81/10684.57 | 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-08-15T01:29:16.614220" elapsed="0.000390"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.617943" 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-08-15T01:29:16.614830" elapsed="0.003193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.621388" level="INFO">30398.88/32591.72/31994.81/10684.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-15T01:29:16.618227" elapsed="0.003231"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:29:16.623821" 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-08-15T01:29:16.621609" elapsed="0.002242"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-15T01:29:16.626331" level="INFO">@{result_value_list} = [ 30398.88 | 32591.72 | 31994.81 | 10684.57 ]</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-08-15T01:29:16.624051" elapsed="0.002309"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.626853" level="INFO">Length is 4.</msg>
<msg time="2026-08-15T01:29:16.626948" 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-08-15T01:29:16.626521" elapsed="0.000452"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.631746" level="INFO">min :: 30398.88</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-08-15T01:29:16.627385" elapsed="0.004419"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-15T01:29:16.627247" elapsed="0.004592"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.636444" level="INFO">max :: 32591.72</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-08-15T01:29:16.632055" elapsed="0.004452"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-15T01:29:16.631928" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.641225" level="INFO">avg :: 31994.81</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-08-15T01:29:16.636774" elapsed="0.004507"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-15T01:29:16.636627" elapsed="0.004689"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.645881" level="INFO">stdev :: 10684.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-08-15T01:29:16.641536" elapsed="0.004400"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-15T01:29:16.641402" elapsed="0.004569"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-15T01:29:16.627042" elapsed="0.018959"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.650172" level="INFO">${min} = 30398.88</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-08-15T01:29:16.646160" elapsed="0.004043"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.654137" level="INFO">${max} = 32591.72</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-08-15T01:29:16.650377" elapsed="0.003787"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.658074" level="INFO">${average} = 31994.81</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-08-15T01:29:16.654319" elapsed="0.003782"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.662027" level="INFO">${stdev} = 10684.57</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-08-15T01:29:16.658264" elapsed="0.003790"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.662579" level="INFO">${date} = 2026-08-15 01:29:16</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-15T01:29:16.662213" elapsed="0.000392"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.663192" level="INFO">CBench Result: 2026-08-15 01:29:16,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30398.88,32591.72,31994.81,10684.57</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-08-15T01:29:16.662771" elapsed="0.000480"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-15T01:29:16.664375" 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-08-15T01:29:16.663881" elapsed="0.000564"/>
</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-08-15T01:29:16.664596" elapsed="0.000532"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-15T01:29:16.663396" elapsed="0.001798"/>
</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-08-15T01:19:09.929938" elapsed="606.735316"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.665739" 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-08-15T01:29:16.665411" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-15T01:29:16.667045" 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-08-15T01:29:16.666516" elapsed="0.000560"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-15T01:29:16.667313" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-08-15T01:29:16.667158" elapsed="0.000221"/>
</branch>
<status status="PASS" start="2026-08-15T01:29:16.667137" elapsed="0.000267"/>
</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-08-15T01:29:16.667553" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-15T01:29:16.667753" elapsed="0.000023"/>
</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-08-15T01:29:16.667919" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-15T01:29:16.668121" 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-08-15T01:29:16.668272" 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-08-15T01:29:16.668496" elapsed="0.000023"/>
</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-08-15T01:29:16.668651" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-15T01:29:16.668892" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-15T01:29:16.668754" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-08-15T01:29:16.668737" elapsed="0.000229"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-15T01:29:16.666171" elapsed="0.002846"/>
</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-08-15T01:19:09.928517" elapsed="606.740546"/>
</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-08-15T00:58:54.189889" elapsed="1822.479606"/>
</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>
