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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-14T02:12:30.622702" elapsed="0.723779"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-14T02:12:31.395867" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-14T02:12:31.346702" elapsed="0.049236"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-14T02:12:31.397618" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-14T02:12:31.397726" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-14T02:12:31.396109" elapsed="0.001646"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-14T02:12:31.397910" elapsed="0.000205"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:12:31.398275" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:12:31.398931" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:12:31.398634" elapsed="0.000351"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T02:12:31.399035" elapsed="0.000051"/>
</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.18
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-14T02:12:30.621220" elapsed="0.777982"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-07-14T02:12:30.617687" elapsed="0.781579"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T02:12:31.399783" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-14T02:12:31.399449" elapsed="0.000391"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T02:12:31.400237" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-14T02:12:31.399992" elapsed="0.000301"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-14T02:12:31.400846" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-14T02:12:31.400446" elapsed="0.000427"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T02:12:31.401417" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-14T02:12:31.401061" elapsed="0.000399"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-14T02:12:31.401993" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-14T02:12:31.401626" elapsed="0.000393"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T02:12:31.402480" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-14T02:12:31.402177" elapsed="0.000344"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-07-14T02:12:31.402832" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:12:31.402622" elapsed="0.000263"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:12:31.407147" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:12:31.406758" elapsed="0.000416"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:12:31.408532" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T02:12:31.408642" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:12:31.407741" elapsed="0.000926"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:12:31.408816" elapsed="0.000343"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T02:12:31.410194" level="INFO">Logging into '10.30.170.85:22' as 'jenkins'.</msg>
<msg time="2026-07-14T02:12:32.099528" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 14 02:12:31 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-779-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-14T02:12:31.409698" elapsed="0.689947"/>
</kw>
<msg time="2026-07-14T02:12:32.099718" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:12:31.409331" elapsed="0.690463"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-14T02:12:31.407377" elapsed="0.692519"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.108022" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-07-14T02:12:32.100074" elapsed="0.010463"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:12:32.110950" elapsed="0.000598"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-07-14T02:12:31.406234" elapsed="0.705479"/>
</kw>
<status status="PASS" start="2026-07-14T02:12:31.402960" elapsed="0.708834"/>
</branch>
<status status="PASS" start="2026-07-14T02:12:31.402597" elapsed="0.709257"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-14T02:12:32.112178" elapsed="0.000989"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-14T02:12:32.122019" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-07-14T02:12:32.121896" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-07-14T02:12:32.121873" elapsed="0.000222"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-14T02:12:32.125624" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-07-14T02:12:32.125495" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-07-14T02:12:32.125476" elapsed="0.000216"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:12:32.125820" elapsed="0.000428"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.126672" level="INFO">Logging into '10.30.171.18:8101' as 'karaf'.</msg>
<msg time="2026-07-14T02:12:32.311826" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-14T02:12:32.126397" elapsed="0.185516"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.408386" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-14T02:12:32.312071" elapsed="0.096521"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.413785" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-14T02:12:32.414020" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-14T02:12:32.408902" elapsed="0.005151"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-14T02:12:32.414200" elapsed="0.000292"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:12:32.414657" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:12:32.415371" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:12:32.415042" elapsed="0.000383"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T02:12:32.415477" elapsed="0.000060"/>
</return>
<msg time="2026-07-14T02:12:32.415721" 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.18
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-14T02:12:32.125144" elapsed="0.290611"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-14T02:12:32.415904" elapsed="0.000576"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T02:12:32.416531" elapsed="0.000048"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-07-14T02:12:32.121595" elapsed="0.295088"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-07-14T02:12:32.420605" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-07-14T02:12:32.420447" elapsed="0.000205"/>
</branch>
<status status="PASS" start="2026-07-14T02:12:32.420420" elapsed="0.000257"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:12:32.420810" elapsed="0.000468"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.421711" level="INFO">Logging into '10.30.171.18:8101' as 'karaf'.</msg>
<msg time="2026-07-14T02:12:32.586439" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-07-14T02:12:32.421426" elapsed="0.165131"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.612305" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-07-14T02:12:32.586771" elapsed="0.025589"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.614126" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-07-14T02:12:32.614224" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-07-14T02:12:32.612505" elapsed="0.001748"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-07-14T02:12:32.614386" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:12:32.614716" elapsed="0.000166"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:12:32.615309" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:12:32.615018" elapsed="0.000340"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-07-14T02:12:32.615407" elapsed="0.000048"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.18
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-07-14T02:12:32.420058" elapsed="0.195535"/>
</kw>
<status status="PASS" start="2026-07-14T02:12:30.615961" elapsed="1.999702"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:12:32.617617" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:12:32.616529" elapsed="0.001154"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T02:12:32.619118" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-14T02:12:32.618772" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-14T02:12:32.619467" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:12:32.619240" elapsed="0.000283"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-14T02:12:32.622492" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:12:32.622244" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-07-14T02:12:32.622225" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.623193" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-14T02:12:32.622726" elapsed="0.000626"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:12:32.623940" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.85" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:12:32.623492" elapsed="0.000507"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.624635" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:12:32.624151" elapsed="0.000510"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:12:32.625593" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T02:12:32.625685" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:12:32.625241" elapsed="0.000467"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:12:32.625850" elapsed="0.000322"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.627033" level="INFO">Logging into '10.30.170.85:22' as 'jenkins'.</msg>
<msg time="2026-07-14T02:12:32.955072" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 14 02:12:31 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 14 02:12:32 2026 from 10.30.170.53
[?2004h[jenkins@releng-48317-779-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-14T02:12:32.626681" elapsed="0.328542"/>
</kw>
<msg time="2026-07-14T02:12:32.955297" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:12:32.626323" elapsed="0.329056"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-14T02:12:32.624868" elapsed="0.330621"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-14T02:12:32.956006" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-14T02:22:39.071379" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-14T02:22:39.072018" level="INFO">${stdout} = </msg>
<msg time="2026-07-14T02:22:39.072125" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-14T02:12:32.955705" elapsed="606.116478"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:22:39.072692" elapsed="0.000712"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.074529" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18: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.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:38.161 16  switches: flows:  98365 96007 95288 97921 94705 96332 98026 97416 93411 94277 91945 94761 93475 94801 94643 93936  total = 25.421817 per ms 
02:14:38.261 16  switches: flows:  109231 108475 109158 108064 106247 107654 106791 108674 104229 107077 102755 106024 104310 106877 105350 105989  total = 28.400947 per ms 
02:15:38.362 16  switches: flows:  102805 104097 101861 101526 100345 100993 103423 101665 98311 99488 99319 99443 98496 99111 97230 97717  total = 26.719202 per ms 
02:16:38.462 16  switches: flows:  112829 111766 109789 108438 109510 108922 112692 108961 106661 108980 108289 107610 106030 109009 106502 106387  total = 28.991135 per ms 
02:17:38.562 16  switches: flows:  112536 110540 108475 107617 107597 107970 111582 108211 104635 107733 107656 106828 105524 107755 105622 105942  total = 28.722352 per ms 
02:18:38.663 16  switches: flows:  109794 110916 109205 107904 105224 106950 110666 107336 103177 107532 106190 106694 103882 105781 105134 103895  total = 28.457140 per ms 
02:19:38.763 16  switches: flows:  111742 111358 108909 109256 108404 108615 111380 107464 104494 107760 106216 107426 107467 107731 105603 106162  total = 28.785048 per ms 
02:20:38.863 16  switches: flows:  112234 111659 108936 109596 106931 108981 111744 110331 105119 108627 106858 107573 106481 107857 104741 106583  total = 28.855902 per ms 
02:21:38.964 16  switches: flows:  110032 111856 108965 107739 105637 108077 109242 108989 104518 105254 105029 104681 105110 105004 104366 105317  total = 28.449419 per ms 
02:22:39.064 16  switches: flows:  110741 110552 108541 109972 106325 110046 109686 110287 106884 107639 106541 107000 108383 105823 107073 104381  total = 28.783124 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26719.20/28991.13/28462.70/9509.51 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.073795" elapsed="0.001046"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-14T02:22:39.075369" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-07-14T02:22:39.075045" elapsed="0.000483"/>
</branch>
<status status="PASS" start="2026-07-14T02:22:39.074985" elapsed="0.000629"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-14T02:22:39.075855" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-14T02:22:39.075771" elapsed="0.000174"/>
</branch>
<status status="NOT RUN" start="2026-07-14T02:22:39.075735" elapsed="0.000257"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-14T02:22:39.076065" elapsed="0.000030"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:22:39.080844" elapsed="0.000324"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:22:39.081318" elapsed="0.000166"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:22:39.081627" elapsed="0.000100"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-14T02:22:39.076811" elapsed="0.004969"/>
</kw>
<msg time="2026-07-14T02:22:39.081909" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-14T02:12:32.619899" elapsed="606.462037"/>
</kw>
<status status="PASS" start="2026-07-14T02:12:32.619551" elapsed="606.462434"/>
</branch>
<status status="PASS" start="2026-07-14T02:12:32.619217" elapsed="606.462791"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.082431" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18: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.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:13:38.161 16  switches: flows:  98365 96007 95288 97921 94705 96332 98026 97416 93411 94277 91945 94761 93475 94801 94643 93936  total = 25.421817 per ms 
02:14:38.261 16  switches: flows:  109231 108475 109158 108064 106247 107654 106791 108674 104229 107077 102755 106024 104310 106877 105350 105989  total = 28.400947 per ms 
02:15:38.362 16  switches: flows:  102805 104097 101861 101526 100345 100993 103423 101665 98311 99488 99319 99443 98496 99111 97230 97717  total = 26.719202 per ms 
02:16:38.462 16  switches: flows:  112829 111766 109789 108438 109510 108922 112692 108961 106661 108980 108289 107610 106030 109009 106502 106387  total = 28.991135 per ms 
02:17:38.562 16  switches: flows:  112536 110540 108475 107617 107597 107970 111582 108211 104635 107733 107656 106828 105524 107755 105622 105942  total = 28.722352 per ms 
02:18:38.663 16  switches: flows:  109794 110916 109205 107904 105224 106950 110666 107336 103177 107532 106190 106694 103882 105781 105134 103895  total = 28.457140 per ms 
02:19:38.763 16  switches: flows:  111742 111358 108909 109256 108404 108615 111380 107464 104494 107760 106216 107426 107467 107731 105603 106162  total = 28.785048 per ms 
02:20:38.863 16  switches: flows:  112234 111659 108936 109596 106931 108981 111744 110331 105119 108627 106858 107573 106481 107857 104741 106583  total = 28.855902 per ms 
02:21:38.964 16  switches: flows:  110032 111856 108965 107739 105637 108077 109242 108989 104518 105254 105029 104681 105110 105004 104366 105317  total = 28.449419 per ms 
02:22:39.064 16  switches: flows:  110741 110552 108541 109972 106325 110046 109686 110287 106884 107639 106541 107000 108383 105823 107073 104381  total = 28.783124 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 26719.20/28991.13/28462.70/9509.51 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.082145" elapsed="0.000358"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-14T02:22:39.082666" elapsed="0.000364"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-14T02:22:39.083409" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-14T02:22:39.083499" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 26719.20/28991.13/28462.70/9509.51 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-14T02:22:39.083186" elapsed="0.000338"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:22:39.083959" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 26719.20/28991.13/28462.70/9509.51 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:22:39.083702" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.086332" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.084128" elapsed="0.002265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.088764" level="INFO">26719.20/28991.13/28462.70/9509.51</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.086536" elapsed="0.002284"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:22:39.091122" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:22:39.088965" elapsed="0.002185"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:22:39.093531" level="INFO">@{result_value_list} = [ 26719.20 | 28991.13 | 28462.70 | 9509.51 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:22:39.091333" elapsed="0.002226"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.094028" level="INFO">Length is 4.</msg>
<msg time="2026-07-14T02:22:39.094115" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:22:39.093727" elapsed="0.000412"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.098812" level="INFO">min :: 26719.20</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.094529" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-14T02:22:39.094400" elapsed="0.004501"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.103332" level="INFO">max :: 28991.13</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.099114" elapsed="0.004273"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-14T02:22:39.098989" elapsed="0.004432"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.107982" level="INFO">avg :: 28462.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-07-14T02:22:39.103646" elapsed="0.004391"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-14T02:22:39.103507" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.112535" level="INFO">stdev :: 9509.51</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.108285" elapsed="0.004327"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-14T02:22:39.108160" elapsed="0.004486"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-14T02:22:39.094211" elapsed="0.018468"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.116490" level="INFO">${min} = 26719.20</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:22:39.112833" elapsed="0.003683"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.120769" level="INFO">${max} = 28991.13</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:22:39.116684" elapsed="0.004112"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.124626" level="INFO">${average} = 28462.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-07-14T02:22:39.120947" elapsed="0.003706"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.128502" level="INFO">${stdev} = 9509.51</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:22:39.124802" elapsed="0.003726"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.129052" level="INFO">${date} = 2026-07-14 02:22:39</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-14T02:22:39.128699" elapsed="0.000379"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.129642" level="INFO">CBench Result: 2026-07-14 02:22:39,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,26719.20,28991.13,28462.70,9509.51</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.129225" elapsed="0.000471"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T02:22:39.130711" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-14T02:22:39.130294" elapsed="0.000483"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-14T02:22:39.130926" elapsed="0.000448"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-14T02:22:39.129833" elapsed="0.001603"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-07-14T02:12:32.618126" elapsed="606.513369"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.131984" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-14T02:22:39.131659" elapsed="0.000380"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-14T02:22:39.132552" elapsed="0.000276"/>
</kw>
<status status="PASS" start="2026-07-14T02:22:39.132259" elapsed="0.000639"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-14T02:12:32.615829" elapsed="606.517105"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.134270" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.133895" elapsed="0.000431"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.135539" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-14T02:22:39.135214" elapsed="0.000382"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-14T02:22:39.135945" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:22:39.135702" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-14T02:22:39.138824" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:22:39.138556" elapsed="0.000322"/>
</branch>
<status status="PASS" start="2026-07-14T02:22:39.138538" elapsed="0.000363"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:22:39.139211" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-14T02:22:39.139027" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.139925" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.18 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.85" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:22:39.139483" elapsed="0.000498"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:22:39.140513" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:22:39.140119" elapsed="0.000420"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:22:39.141417" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T02:22:39.141504" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:22:39.141122" elapsed="0.000406"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:22:39.141680" elapsed="0.000315"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T02:22:39.142845" level="INFO">Logging into '10.30.170.85:22' as 'jenkins'.</msg>
<msg time="2026-07-14T02:22:39.757889" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 14 02:22:39 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 14 02:12:32 2026 from 10.30.170.53
[?2004h[jenkins@releng-48317-779-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-14T02:22:39.142480" elapsed="0.615746"/>
</kw>
<msg time="2026-07-14T02:22:39.758362" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:22:39.142143" elapsed="0.616374"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-14T02:22:39.140753" elapsed="0.617962"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-14T02:22:39.759608" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.18 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-14T02:32:45.834086" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-14T02:32:45.834858" level="INFO">${stdout} = </msg>
<msg time="2026-07-14T02:32:45.834966" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-14T02:22:39.759090" elapsed="606.075944"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:32:45.835547" elapsed="0.001145"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.837960" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.18: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.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:44.886 16  switches: flows:  422623 424596 423316 430829 409873 415777 422493 418880 416177 404987 408949 408629 412796 406593 398759 415396  total = 110.677883 per ms 
02:24:44.987 16  switches: flows:  559445 568733 548818 560463 558625 567193 562849 569358 519240 561266 564272 556976 567109 549929 558049 558595  total = 148.599389 per ms 
02:25:45.088 16  switches: flows:  549731 551145 550500 542939 551042 546647 551029 555715 535764 550788 550075 548943 542498 546120 542130 546480  total = 145.780843 per ms 
02:26:45.190 16  switches: flows:  569394 576053 578857 583683 583882 583705 576202 569046 573539 575761 576059 578760 581175 578075 589309 582978  total = 154.016443 per ms 
02:27:45.323 16  switches: flows:  591403 592907 591456 586929 593634 589791 580707 594020 593035 593116 596417 592280 586538 589988 594789 588105  total = 157.238097 per ms 
02:28:45.426 16  switches: flows:  510433 523610 524267 509373 512692 386880 523277 523670 521901 511561 503257 496288 524318 516656 517916 521756  total = 135.233260 per ms 
02:29:45.527 16  switches: flows:  578148 580752 583145 582821 582814 579687 577316 580825 587298 580801 586617 581096 582227 577108 581907 585681  total = 154.877182 per ms 
02:30:45.629 16  switches: flows:  540967 545381 534842 542350 551544 531154 550250 542840 540172 544356 544115 543990 533036 539736 536112 535096  total = 144.022338 per ms 
02:31:45.730 16  switches: flows:  579607 584590 584773 587617 591914 585191 583994 589835 583556 582756 585930 584144 590193 585246 577533 589719  total = 155.847665 per ms 
02:32:45.833 16  switches: flows:  567738 565955 562084 569047 565397 565983 579478 576529 583801 570688 574336 569414 572826 563264 557093 563933  total = 151.535838 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135233.26/157238.10/149683.45/50339.57 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.837122" elapsed="0.001147"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-14T02:32:45.838849" elapsed="0.000081"/>
</return>
<status status="PASS" start="2026-07-14T02:32:45.838479" elapsed="0.000533"/>
</branch>
<status status="PASS" start="2026-07-14T02:32:45.838422" elapsed="0.000647"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-14T02:32:45.839287" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-07-14T02:32:45.839201" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-07-14T02:32:45.839164" elapsed="0.000261"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-14T02:32:45.839494" 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-07-14T02:32:45.845230" elapsed="0.000703"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:32:45.846088" elapsed="0.000173"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:32:45.846393" elapsed="0.000103"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-14T02:32:45.840257" elapsed="0.006292"/>
</kw>
<msg time="2026-07-14T02:32:45.846697" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with ...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-14T02:22:39.136331" elapsed="606.710393"/>
</kw>
<status status="PASS" start="2026-07-14T02:22:39.136025" elapsed="606.710747"/>
</branch>
<status status="PASS" start="2026-07-14T02:22:39.135682" elapsed="606.711113"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.847226" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.18: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.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:23:44.886 16  switches: flows:  422623 424596 423316 430829 409873 415777 422493 418880 416177 404987 408949 408629 412796 406593 398759 415396  total = 110.677883 per ms 
02:24:44.987 16  switches: flows:  559445 568733 548818 560463 558625 567193 562849 569358 519240 561266 564272 556976 567109 549929 558049 558595  total = 148.599389 per ms 
02:25:45.088 16  switches: flows:  549731 551145 550500 542939 551042 546647 551029 555715 535764 550788 550075 548943 542498 546120 542130 546480  total = 145.780843 per ms 
02:26:45.190 16  switches: flows:  569394 576053 578857 583683 583882 583705 576202 569046 573539 575761 576059 578760 581175 578075 589309 582978  total = 154.016443 per ms 
02:27:45.323 16  switches: flows:  591403 592907 591456 586929 593634 589791 580707 594020 593035 593116 596417 592280 586538 589988 594789 588105  total = 157.238097 per ms 
02:28:45.426 16  switches: flows:  510433 523610 524267 509373 512692 386880 523277 523670 521901 511561 503257 496288 524318 516656 517916 521756  total = 135.233260 per ms 
02:29:45.527 16  switches: flows:  578148 580752 583145 582821 582814 579687 577316 580825 587298 580801 586617 581096 582227 577108 581907 585681  total = 154.877182 per ms 
02:30:45.629 16  switches: flows:  540967 545381 534842 542350 551544 531154 550250 542840 540172 544356 544115 543990 533036 539736 536112 535096  total = 144.022338 per ms 
02:31:45.730 16  switches: flows:  579607 584590 584773 587617 591914 585191 583994 589835 583556 582756 585930 584144 590193 585246 577533 589719  total = 155.847665 per ms 
02:32:45.833 16  switches: flows:  567738 565955 562084 569047 565397 565983 579478 576529 583801 570688 574336 569414 572826 563264 557093 563933  total = 151.535838 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 135233.26/157238.10/149683.45/50339.57 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.846933" elapsed="0.000368"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-14T02:32:45.847456" elapsed="0.000409"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-14T02:32:45.848251" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-14T02:32:45.848343" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 135233.26/157238.10/149683.45/50339.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-07-14T02:32:45.848027" elapsed="0.000341"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:32:45.848810" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 135233.26/157238.10/149683.45/50339.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-07-14T02:32:45.848522" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.851280" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.848981" elapsed="0.002356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.853780" level="INFO">135233.26/157238.10/149683.45/50339.57</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.851484" elapsed="0.002360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:32:45.856195" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:32:45.853992" elapsed="0.002230"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:32:45.858678" level="INFO">@{result_value_list} = [ 135233.26 | 157238.10 | 149683.45 | 50339.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-07-14T02:32:45.856409" elapsed="0.002298"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.859174" level="INFO">Length is 4.</msg>
<msg time="2026-07-14T02:32:45.859262" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:32:45.858863" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.864202" level="INFO">min :: 135233.26</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.859683" elapsed="0.004577"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-14T02:32:45.859538" elapsed="0.004757"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.868863" level="INFO">max :: 157238.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.864516" elapsed="0.004406"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-14T02:32:45.864386" elapsed="0.004571"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.873502" level="INFO">avg :: 149683.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.869173" elapsed="0.004402"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-14T02:32:45.869044" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.878166" level="INFO">stdev :: 50339.57</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.873829" elapsed="0.004395"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-14T02:32:45.873700" elapsed="0.004559"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-14T02:32:45.859352" elapsed="0.018938"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.882452" level="INFO">${min} = 135233.26</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:32:45.878454" elapsed="0.004026"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.886432" level="INFO">${max} = 157238.10</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:32:45.882657" elapsed="0.003802"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.890372" level="INFO">${average} = 149683.45</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:32:45.886634" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.894328" level="INFO">${stdev} = 50339.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-07-14T02:32:45.890553" elapsed="0.003802"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.894893" level="INFO">${date} = 2026-07-14 02:32:45</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-14T02:32:45.894519" elapsed="0.000402"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.895488" level="INFO">CBench Result: 2026-07-14 02:32:45,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,135233.26,157238.10,149683.45,50339.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-07-14T02:32:45.895075" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T02:32:45.896603" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-14T02:32:45.896168" elapsed="0.000504"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-14T02:32:45.896821" elapsed="0.000453"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-14T02:32:45.895700" elapsed="0.001636"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-07-14T02:22:39.134648" elapsed="606.762748"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.897880" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-14T02:32:45.897545" elapsed="0.000391"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-07-14T02:32:45.898433" elapsed="0.000277"/>
</kw>
<status status="PASS" start="2026-07-14T02:32:45.898137" elapsed="0.000644"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-14T02:22:39.133231" elapsed="606.765589"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.900093" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.899710" elapsed="0.000440"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.901370" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-07-14T02:32:45.901042" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-07-14T02:32:45.901750" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:32:45.901517" elapsed="0.000292"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-07-14T02:32:45.904911" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:32:45.904655" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-07-14T02:32:45.904635" elapsed="0.000356"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:32:45.905302" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-07-14T02:32:45.905122" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.906026" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.85" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:32:45.905599" elapsed="0.000489"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-07-14T02:32:45.906640" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:32:45.906228" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:32:45.907548" level="INFO">Length is 0.</msg>
<msg time="2026-07-14T02:32:45.907654" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:32:45.907245" elapsed="0.000433"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:32:45.907818" elapsed="0.000321"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-07-14T02:32:45.909035" level="INFO">Logging into '10.30.170.85:22' as 'jenkins'.</msg>
<msg time="2026-07-14T02:32:46.538088" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Tue Jul 14 02:32:46 UTC 2026

  System load:  0.32               Processes:             105
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.85
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Tue Jul 14 02:22:39 2026 from 10.30.170.53
[?2004h[jenkins@releng-48317-779-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-07-14T02:32:45.908681" elapsed="0.629624"/>
</kw>
<msg time="2026-07-14T02:32:46.538392" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:32:45.908290" elapsed="0.630191"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-07-14T02:32:45.906868" elapsed="0.631787"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-07-14T02:32:46.539223" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.18 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-07-14T02:42:52.573908" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-07-14T02:42:52.574392" level="INFO">${stdout} = </msg>
<msg time="2026-07-14T02:42:52.574458" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-07-14T02:32:46.538898" elapsed="606.035607"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:42:52.574880" elapsed="0.000462"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.576072" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18: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.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:33:51.663 16  switches: flows:  107758 108954 110541 109071 109156 108924 107572 107581 106673 107769 105909 106968 105965 102854 104998 105950  total = 28.610717 per ms 
02:34:51.765 16  switches: flows:  106868 110188 109685 106965 108608 108757 106701 108005 108518 106987 105014 107177 105332 102899 106509 104135  total = 28.491494 per ms 
02:35:51.866 16  switches: flows:  110515 112326 109104 110231 111395 112678 111128 110966 112213 111390 108191 107686 107613 103293 107810 105789  total = 29.156736 per ms 
02:36:51.968 16  switches: flows:  111652 113253 111788 113325 111890 114432 111954 111131 111789 111710 111965 110193 109195 106295 108692 107002  total = 29.555044 per ms 
02:37:52.069 16  switches: flows:  107873 108017 108045 109029 107898 109456 107554 107797 106995 107839 104732 105562 104635 102355 105181 104401  total = 28.408707 per ms 
02:38:52.170 16  switches: flows:  112273 110628 112256 110903 111397 109786 108748 108644 108423 111249 109981 108841 106493 105453 108828 109820  total = 29.179902 per ms 
02:39:52.272 16  switches: flows:  109566 108245 108182 107964 109426 108111 107259 105070 106482 109893 108894 105570 106377 104374 108568 106788  total = 28.631617 per ms 
02:40:52.373 16  switches: flows:  109896 108289 110309 109199 109950 107934 107594 106402 106419 109532 108889 105416 105916 104005 106870 106575  total = 28.672029 per ms 
02:41:52.474 16  switches: flows:  110188 109299 108449 108774 108999 107363 107596 107878 108041 107274 108535 105358 106100 103626 108049 108390  total = 28.684094 per ms 
02:42:52.574 16  switches: flows:  113719 112772 111606 110918 113056 111478 109500 109428 109103 112349 110708 108802 109676 106971 111305 109349  total = 29.463077 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28408.71/29555.04/28915.86/9647.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.575598" elapsed="0.000701"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-07-14T02:42:52.576655" elapsed="0.000048"/>
</return>
<status status="PASS" start="2026-07-14T02:42:52.576433" elapsed="0.000317"/>
</branch>
<status status="PASS" start="2026-07-14T02:42:52.576395" elapsed="0.000388"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-07-14T02:42:52.576912" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-07-14T02:42:52.576861" elapsed="0.000104"/>
</branch>
<status status="NOT RUN" start="2026-07-14T02:42:52.576840" elapsed="0.000153"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-07-14T02:42:52.577032" elapsed="0.000018"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-07-14T02:42:52.580798" elapsed="0.000428"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-07-14T02:42:52.581434" elapsed="0.000262"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-07-14T02:42:52.581886" elapsed="0.000143"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-07-14T02:42:52.577475" elapsed="0.004631"/>
</kw>
<msg time="2026-07-14T02:42:52.582288" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-07-14T02:32:45.902142" elapsed="606.680233"/>
</kw>
<status status="PASS" start="2026-07-14T02:32:45.901833" elapsed="606.680610"/>
</branch>
<status status="PASS" start="2026-07-14T02:32:45.901498" elapsed="606.680980"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.583096" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.18: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.18. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:33:51.663 16  switches: flows:  107758 108954 110541 109071 109156 108924 107572 107581 106673 107769 105909 106968 105965 102854 104998 105950  total = 28.610717 per ms 
02:34:51.765 16  switches: flows:  106868 110188 109685 106965 108608 108757 106701 108005 108518 106987 105014 107177 105332 102899 106509 104135  total = 28.491494 per ms 
02:35:51.866 16  switches: flows:  110515 112326 109104 110231 111395 112678 111128 110966 112213 111390 108191 107686 107613 103293 107810 105789  total = 29.156736 per ms 
02:36:51.968 16  switches: flows:  111652 113253 111788 113325 111890 114432 111954 111131 111789 111710 111965 110193 109195 106295 108692 107002  total = 29.555044 per ms 
02:37:52.069 16  switches: flows:  107873 108017 108045 109029 107898 109456 107554 107797 106995 107839 104732 105562 104635 102355 105181 104401  total = 28.408707 per ms 
02:38:52.170 16  switches: flows:  112273 110628 112256 110903 111397 109786 108748 108644 108423 111249 109981 108841 106493 105453 108828 109820  total = 29.179902 per ms 
02:39:52.272 16  switches: flows:  109566 108245 108182 107964 109426 108111 107259 105070 106482 109893 108894 105570 106377 104374 108568 106788  total = 28.631617 per ms 
02:40:52.373 16  switches: flows:  109896 108289 110309 109199 109950 107934 107594 106402 106419 109532 108889 105416 105916 104005 106870 106575  total = 28.672029 per ms 
02:41:52.474 16  switches: flows:  110188 109299 108449 108774 108999 107363 107596 107878 108041 107274 108535 105358 106100 103626 108049 108390  total = 28.684094 per ms 
02:42:52.574 16  switches: flows:  113719 112772 111606 110918 113056 111478 109500 109428 109103 112349 110708 108802 109676 106971 111305 109349  total = 29.463077 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28408.71/29555.04/28915.86/9647.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.582703" elapsed="0.000493"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-07-14T02:42:52.583409" elapsed="0.000515"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-07-14T02:42:52.584433" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-07-14T02:42:52.584552" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28408.71/29555.04/28915.86/9647.07 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-07-14T02:42:52.584138" elapsed="0.000465"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:42:52.585149" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28408.71/29555.04/28915.86/9647.07 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:42:52.584810" elapsed="0.000376"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.588003" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.585363" elapsed="0.002714"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.590851" level="INFO">28408.71/29555.04/28915.86/9647.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.588278" elapsed="0.002630"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:42:52.593292" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:42:52.591063" elapsed="0.002256"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-07-14T02:42:52.595778" level="INFO">@{result_value_list} = [ 28408.71 | 29555.04 | 28915.86 | 9647.07 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-07-14T02:42:52.593537" elapsed="0.002268"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.596274" level="INFO">Length is 4.</msg>
<msg time="2026-07-14T02:42:52.596362" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-07-14T02:42:52.595963" elapsed="0.000422"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.601137" level="INFO">min :: 28408.71</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.596817" elapsed="0.004378"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-07-14T02:42:52.596688" elapsed="0.004544"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.605796" level="INFO">max :: 29555.04</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.601448" elapsed="0.004406"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-07-14T02:42:52.601322" elapsed="0.004568"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.610479" level="INFO">avg :: 28915.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.606102" elapsed="0.004435"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-07-14T02:42:52.605973" elapsed="0.004615"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.615040" level="INFO">stdev :: 9647.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.610805" elapsed="0.004290"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-07-14T02:42:52.610676" elapsed="0.004453"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-07-14T02:42:52.596472" elapsed="0.018687"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.618997" level="INFO">${min} = 28408.71</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:42:52.615326" elapsed="0.003698"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.622949" level="INFO">${max} = 29555.04</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:42:52.619178" elapsed="0.003798"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.626920" level="INFO">${average} = 28915.86</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:42:52.623128" elapsed="0.003819"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.631040" level="INFO">${stdev} = 9647.07</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-07-14T02:42:52.627100" elapsed="0.003967"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.631621" level="INFO">${date} = 2026-07-14 02:42:52</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-07-14T02:42:52.631246" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.632218" level="INFO">CBench Result: 2026-07-14 02:42:52,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28408.71,29555.04,28915.86,9647.07</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-07-14T02:42:52.631804" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-07-14T02:42:52.633434" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-07-14T02:42:52.632924" elapsed="0.000586"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-07-14T02:42:52.633677" elapsed="0.000473"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-07-14T02:42:52.632423" elapsed="0.001793"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-07-14T02:32:45.900455" elapsed="606.733821"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.634766" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-07-14T02:42:52.634437" elapsed="0.000386"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-07-14T02:42:52.636073" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-07-14T02:42:52.635559" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-07-14T02:42:52.636332" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-07-14T02:42:52.636179" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-07-14T02:42:52.636159" elapsed="0.000264"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.636581" 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-07-14T02:42:52.636738" elapsed="0.000019"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.636893" elapsed="0.000019"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.637093" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.637241" elapsed="0.000019"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.637384" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.637525" elapsed="0.000027"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-07-14T02:42:52.637773" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-07-14T02:42:52.637636" elapsed="0.000188"/>
</branch>
<status status="NOT RUN" start="2026-07-14T02:42:52.637618" 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-07-14T02:42:52.635216" elapsed="0.002681"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-07-14T02:32:45.899106" elapsed="606.738837"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-07-14T02:12:30.081849" elapsed="1822.556854"/>
</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>
