<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-26T00:21:25.457906" rpa="false" schemaversion="5">
<suite id="s1" name="netconf-clustering-scale.txt" source="/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/suites/netconf/clusteringscale/performance.robot">
<kw name="Setup_Everything" type="SETUP">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.132164" level="INFO">${value} = 1658.4</msg>
<var>${value}</var>
<arg>${REQUEST_COUNT}/10+20</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-26T00:21:26.131644" elapsed="0.000564"/>
</kw>
<kw name="Set_User_Configurable_Variable_Default" owner="Utils">
<kw name="Get Variable Value" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.144843" level="INFO">${value} = 1658.4 s</msg>
<var>${value}</var>
<arg>\${${name}}</arg>
<arg>${value}</arg>
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<status status="PASS" start="2026-04-26T00:21:26.140573" elapsed="0.004303"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.145491" level="INFO">${TESTTOOL_DEVICE_TIMEOUT} = 1658.4 s</msg>
<arg>\${${name}}</arg>
<arg>${value}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.145072" elapsed="0.000468"/>
</kw>
<arg>TESTTOOL_DEVICE_TIMEOUT</arg>
<arg>${value} s</arg>
<doc>Set a default value for an user configurable variable.
This keyword is needed if your default value is calculated using
a complex expression which needs BuiltIn.Evaluate or even more
complex keywords. It sets the variable ${name} (the name of the
variable MUST be specified WITHOUT the ${} syntactic sugar due
to limitations of Robot Framework) to 1658.4 but only if the
variable ${name} was not set previously. This keyword is intended
for user configurable variables which are supposed to be set only
with pybot -v; calling this keyword on a variable that was already
set by another keyword will silently turn the call into a NOP and
thus is a bug in the suite or resource trying to call this
keyword.</doc>
<status status="PASS" start="2026-04-26T00:21:26.140224" elapsed="0.005385"/>
</kw>
<kw name="Setup_Utils_For_Setup_And_Teardown" owner="SetupUtils">
<kw name="Do_Not_Fail_Fast_From_Now_On" owner="FailFast">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.150761" level="INFO">${SuiteFastFail} = False</msg>
<arg>${SuiteFastFail}</arg>
<arg>False</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.146545" elapsed="0.004265"/>
</kw>
<doc>Set suite to not fail fast.</doc>
<status status="PASS" start="2026-04-26T00:21:26.146281" elapsed="0.004596"/>
</kw>
<kw name="Setup_Karaf_Keywords" owner="KarafKeywords">
<kw name="ClusterManagement_Setup" owner="ClusterManagement">
<kw name="Get Variable Value" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.156771" level="INFO">${already_done} = False</msg>
<var>${already_done}</var>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>False</arg>
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<status status="PASS" start="2026-04-26T00:21:26.152309" elapsed="0.004492"/>
</kw>
<if>
<branch type="IF" condition="${already_done}">
<return>
<status status="NOT RUN" start="2026-04-26T00:21:26.157025" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:21:26.156905" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-04-26T00:21:26.156874" elapsed="0.000241"/>
</if>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.157649" level="INFO">${ClusterManagement__has_setup_run} = True</msg>
<arg>\${ClusterManagement__has_setup_run}</arg>
<arg>True</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.157279" elapsed="0.000432"/>
</kw>
<kw name="Get Variable Value" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.158208" level="INFO">${cluster_size} = 0</msg>
<var>${cluster_size}</var>
<arg>\${NUM_ODL_SYSTEM}</arg>
<arg>1</arg>
<doc>Returns variable value or ``default`` if the variable does not exist.</doc>
<status status="PASS" start="2026-04-26T00:21:26.157884" elapsed="0.000351"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Convert To Integer" owner="BuiltIn">
<arg>${cluster_size}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-26T00:21:26.158786" elapsed="0.000301"/>
</kw>
<msg time="2026-04-26T00:21:26.159199" level="INFO">${status} = PASS</msg>
<msg time="2026-04-26T00:21:26.159248" level="INFO">${possibly_int_of_members} = 0</msg>
<var>${status}</var>
<var>${possibly_int_of_members}</var>
<arg>BuiltIn.Convert_To_Integer</arg>
<arg>${cluster_size}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-26T00:21:26.158410" elapsed="0.000862"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.159842" level="INFO">${int_of_members} = 0</msg>
<var>${int_of_members}</var>
<arg>'${status}' != 'PASS'</arg>
<arg>${1}</arg>
<arg>${possibly_int_of_members}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-04-26T00:21:26.159444" elapsed="0.000425"/>
</kw>
<kw name="ClusterManagement__Compute_Derived_Variables" owner="ClusterManagement">
<kw name="Create List" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.161419" level="INFO">@{member_index_list} = [ ]</msg>
<var>@{member_index_list}</var>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-04-26T00:21:26.161136" elapsed="0.000311"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.161882" level="INFO">@{session_list} = [ ]</msg>
<var>@{session_list}</var>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-04-26T00:21:26.161601" elapsed="0.000311"/>
</kw>
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.162409" level="INFO">&amp;{index_to_ip_mapping} = { }</msg>
<var>&amp;{index_to_ip_mapping}</var>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-04-26T00:21:26.162071" elapsed="0.000367"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="ClusterManagement__Include_Member_Index" owner="ClusterManagement">
<arg>${index}</arg>
<arg>${member_index_list}</arg>
<arg>${session_list}</arg>
<arg>${index_to_ip_mapping}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
<doc>Add a corresponding item based on index into the last three arguments.
Create the Http session whose alias is added to list.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.165005" elapsed="0.000026"/>
</kw>
<var name="${index}"/>
<status status="NOT RUN" start="2026-04-26T00:21:26.164799" elapsed="0.000282"/>
</iter>
<var>${index}</var>
<value>1</value>
<value>${int_of_members+1}</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.162503" elapsed="0.002610"/>
</for>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.165706" level="INFO">${ClusterManagement__member_index_list} = []</msg>
<arg>\${ClusterManagement__member_index_list}</arg>
<arg>${member_index_list}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.165284" elapsed="0.000468"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.166322" level="INFO">${ClusterManagement__index_to_ip_mapping} = {}</msg>
<arg>\${ClusterManagement__index_to_ip_mapping}</arg>
<arg>${index_to_ip_mapping}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.165916" elapsed="0.000449"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.166994" level="INFO">${ClusterManagement__session_list} = []</msg>
<arg>\${ClusterManagement__session_list}</arg>
<arg>${session_list}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.166583" elapsed="0.000455"/>
</kw>
<arg>int_of_members=${int_of_members}</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>http_retries=${http_retries}</arg>
<doc>Construct index list, session list and IP mapping, publish them as suite variables.</doc>
<status status="PASS" start="2026-04-26T00:21:26.160646" elapsed="0.006452"/>
</kw>
<arg>http_timeout=${http_timeout}</arg>
<doc>Detect repeated call, or detect number of members and initialize derived suite variables.
Http sessions are created with parameters to not waste time when ODL is no accepting connections properly.</doc>
<status status="PASS" start="2026-04-26T00:21:26.151921" elapsed="0.015234"/>
</kw>
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.167340" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:21:26.167224" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-26T00:21:26.167204" elapsed="0.000207"/>
</if>
<kw name="Run_Bash_Command_On_List_Or_All" owner="ClusterManagement">
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.170707" level="INFO">${return_list_reference} = []</msg>
<var>${return_list_reference}</var>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-04-26T00:21:26.170298" elapsed="0.000437"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.171194" level="INFO">${return_list_copy} = []</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-04-26T00:21:26.170904" elapsed="0.000316"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-04-26T00:21:26.171266" elapsed="0.000046"/>
</return>
<msg time="2026-04-26T00:21:26.171442" level="INFO">${index_list} = []</msg>
<var>${index_list}</var>
<arg>given_list=${member_index_list}</arg>
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.
This keyword always returns a (shallow) copy of given or default list,
so operations with the returned list should not affect other lists.
Also note that this keyword does not consider empty list to be ${EMPTY}.</doc>
<status status="PASS" start="2026-04-26T00:21:26.169949" elapsed="0.001518"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run_Bash_Command_On_Member" owner="ClusterManagement">
<arg>command=${command}</arg>
<arg>member_index=${index}</arg>
<doc>Obtain IP, call Utils and return output. This keeps previous ssh session active.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.171851" elapsed="0.000025"/>
</kw>
<var name="${index}"/>
<status status="NOT RUN" start="2026-04-26T00:21:26.171644" elapsed="0.000269"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.171523" elapsed="0.000418"/>
</for>
<arg>iptables -I INPUT -p tcp --dport ${KARAF_SHELL_PORT} -j ACCEPT; iptables-save</arg>
<doc>Cycle through indices (or all), run command on each.</doc>
<status status="PASS" start="2026-04-26T00:21:26.167632" elapsed="0.004364"/>
</kw>
<kw name="Comment" owner="BuiltIn">
<arg>First connections to Karaf console may fail, so WUKS is used. TODO: Track as a Bug.</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="PASS" start="2026-04-26T00:21:26.172161" elapsed="0.000214"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<arg>BuiltIn.Wait_Until_Keyword_Succeeds</arg>
<arg>3s</arg>
<arg>1s</arg>
<arg>Open_Controller_Karaf_Console_On_Background</arg>
<arg>member_index=${index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.172706" elapsed="0.000022"/>
</kw>
<var name="${index}"/>
<status status="NOT RUN" start="2026-04-26T00:21:26.172551" elapsed="0.000221"/>
</iter>
<var>${index}</var>
<value>@{ClusterManagement__member_index_list}</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.172426" elapsed="0.000373"/>
</for>
<arg>http_timeout=${http_timeout}</arg>
<doc>Initialize ClusterManagement. Open ssh karaf connections to each ODL.</doc>
<status status="PASS" start="2026-04-26T00:21:26.151262" elapsed="0.021592"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Log_Test_Suite_Start_To_Controller_Karaf" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.175610" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:21:26.175493" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-26T00:21:26.175473" elapsed="0.000223"/>
</if>
<kw name="Log_Message_To_Controller_Karaf" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.180422" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:21:26.180312" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-26T00:21:26.180293" elapsed="0.000199"/>
</if>
<kw name="List_Indices_Or_All" owner="ClusterManagement">
<kw name="Set Variable If" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.181464" level="INFO">${return_list_reference} = []</msg>
<var>${return_list_reference}</var>
<arg>"""${given_list}""" != ""</arg>
<arg>${given_list}</arg>
<arg>${ClusterManagement__member_index_list}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="PASS" start="2026-04-26T00:21:26.181071" elapsed="0.000419"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.181963" level="INFO">${return_list_copy} = []</msg>
<var>${return_list_copy}</var>
<arg>@{return_list_reference}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-04-26T00:21:26.181652" elapsed="0.000337"/>
</kw>
<return>
<value>${return_list_copy}</value>
<status status="PASS" start="2026-04-26T00:21:26.182034" elapsed="0.000030"/>
</return>
<msg time="2026-04-26T00:21:26.182191" level="INFO">${index_list} = []</msg>
<var>${index_list}</var>
<arg>given_list=${member_index_list}</arg>
<doc>Utility to allow ${EMPTY} as default argument value, as the internal list is computed at runtime.
This keyword always returns a (shallow) copy of given or default list,
so operations with the returned list should not affect other lists.
Also note that this keyword does not consider empty list to be ${EMPTY}.</doc>
<status status="PASS" start="2026-04-26T00:21:26.180734" elapsed="0.001482"/>
</kw>
<for flavor="IN">
<iter>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${output}</var>
<arg>Execute_Controller_Karaf_Command_With_Retry_On_Background</arg>
<arg>log:log "ROBOT MESSAGE: ${message}"</arg>
<arg>member_index=${index}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.182570" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${tolerate_failure} and &quot;${status}&quot; != &quot;PASS&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>${output}</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.182836" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-26T00:21:26.182670" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-04-26T00:21:26.182652" elapsed="0.000298"/>
</if>
<var name="${index}"/>
<status status="NOT RUN" start="2026-04-26T00:21:26.182426" elapsed="0.000552"/>
</iter>
<var>${index}</var>
<value>@{index_list}</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.182266" elapsed="0.000738"/>
</for>
<arg>Starting suite ${SUITE_SOURCE}</arg>
<arg>${member_index_list}</arg>
<doc>Make sure this resource is initialized. Send a message into the controller's karaf log file on every node listed (or all).
By default, failure while processing a node is silently ignored, unless ${tolerate_failure} is False.</doc>
<status status="PASS" start="2026-04-26T00:21:26.179998" elapsed="0.003060"/>
</kw>
<doc>Log suite name to karaf log, useful in suite setup.</doc>
<status status="PASS" start="2026-04-26T00:21:26.173438" elapsed="0.009675"/>
</kw>
<arg>KarafKeywords.Log_Test_Suite_Start_To_Controller_Karaf</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-26T00:21:26.173011" elapsed="0.010142"/>
</kw>
<doc>Prepare both FailFast and Karaf logging, log that the caller suite has started.
This keyword is to be used in suite setup, and without it the other keywords may not work properly.</doc>
<status status="PASS" start="2026-04-26T00:21:26.145887" elapsed="0.037314"/>
</kw>
<kw name="Setup_NetconfKeywords" owner="NetconfKeywords">
<kw name="Create Dictionary" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.183988" level="INFO">${tmp} = {}</msg>
<var>${tmp}</var>
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
<status status="PASS" start="2026-04-26T00:21:26.183712" elapsed="0.000302"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.187954" level="INFO">${NetconfKeywords__mounted_device_types} = {}</msg>
<arg>${NetconfKeywords__mounted_device_types}</arg>
<arg>${tmp}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-26T00:21:26.184186" elapsed="0.003813"/>
</kw>
<if>
<branch type="IF" condition="${create_session_for_templated_requests}">
<kw name="Create_Default_Session" owner="TemplatedRequests">
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-04-26T00:21:26.192387" level="INFO">Creating Session using : alias=default, url=http://:8181, headers={},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7e91d279aad0&gt;, timeout=2, proxies=None, verify=False,                     debug=0 </msg>
<arg>default</arg>
<arg>url=${url}</arg>
<arg>auth=${auth}</arg>
<arg>timeout=${timeout}</arg>
<arg>max_retries=${max_retries}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-04-26T00:21:26.191957" elapsed="0.000634"/>
</kw>
<arg>timeout=2</arg>
<doc>Create "default" session to ${url} with authentication and connection parameters.
This Keyword is in this Resource only so that user do not need to call RequestsLibrary directly.</doc>
<status status="PASS" start="2026-04-26T00:21:26.191455" elapsed="0.001206"/>
</kw>
<status status="PASS" start="2026-04-26T00:21:26.188095" elapsed="0.004613"/>
</branch>
<status status="PASS" start="2026-04-26T00:21:26.188075" elapsed="0.004659"/>
</if>
<kw name="Initialize_Artifact_Deployment_And_Usage" owner="NexusKeywords">
<kw name="Open_Connection_To_ODL_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.197928" level="INFO">${odl_connection} = 1</msg>
<var>${odl_connection}</var>
<arg>${ip_address}</arg>
<arg>prompt=${ODL_SYSTEM_PROMPT}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-26T00:21:26.197482" elapsed="0.000473"/>
</kw>
<kw name="Flexible_Controller_Login" owner="SSHKeywords">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.199932" level="INFO">Length is 0.</msg>
<msg time="2026-04-26T00:21:26.200013" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-26T00:21:26.199323" elapsed="0.000714"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-26T00:21:26.200211" elapsed="0.000327"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.201421" level="INFO">Logging into ':22' as 'jenkins'.</msg>
<msg time="2026-04-26T00:21:26.202048" level="FAIL">OSError: [Errno 16] Device or resource busy</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="FAIL" start="2026-04-26T00:21:26.201090" elapsed="0.004265">OSError: [Errno 16] Device or resource busy</status>
</kw>
<msg time="2026-04-26T00:21:26.205416" 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="FAIL" start="2026-04-26T00:21:26.200721" elapsed="0.004753"/>
</kw>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>delay=${delay}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.198881" elapsed="0.006720">OSError: [Errno 16] Device or resource busy</status>
</kw>
<msg time="2026-04-26T00:21:26.205648" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Flexible SSH Login</arg>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.198469" elapsed="0.007245"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Controller machine.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.198136" elapsed="0.007682">OSError: [Errno 16] Device or resource busy</status>
</kw>
<return>
<value>${odl_connection}</value>
<status status="NOT RUN" start="2026-04-26T00:21:26.205872" elapsed="0.000020"/>
</return>
<var>${odl}</var>
<doc>Open a connection to the ODL system at ${ip_address} and return its identifier.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.197111" elapsed="0.008864">OSError: [Errno 16] Device or resource busy</status>
</kw>
<kw name="Put File" owner="SSHLibrary">
<arg>/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/../../tools/deployment/search.sh</arg>
<doc>Uploads file(s) from the local machine to the remote machine.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.206150" elapsed="0.000073"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.206385" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="not (${tools_system_connect})">
<return>
<status status="NOT RUN" start="2026-04-26T00:21:26.206510" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-26T00:21:26.206469" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-04-26T00:21:26.206451" elapsed="0.000121"/>
</if>
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<doc>Open a connection to the tools system at ${ip_address} and return its identifier.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.210628" elapsed="0.000027"/>
</kw>
<doc>Places search utility to ODL system, which will be needed for version detection.
By default also initialize a SSH connection to Tools system,
as following Keywords assume a working connection towards target system.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.192994" elapsed="0.017804">OSError: [Errno 16] Device or resource busy</status>
</kw>
<doc>Setup the environment for the other keywords of this Resource to work properly.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.183441" elapsed="0.027446">OSError: [Errno 16] Device or resource busy</status>
</kw>
<kw name="Setup_Restperfclient" owner="RestPerfClient">
<doc>Deploy RestPerfClient and determine the Java command to use to call it.
Open a SSH connection through which the RestPerfClient will be
invoked, deploy RestPerfClient and the data files it needs to do
its work and initialize the internal state for the remaining
keywords.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.211171" elapsed="0.000032"/>
</kw>
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<var>${testtool}</var>
<doc>Open a connection to the tools system at ${ip_address} and return its identifier.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.215194" elapsed="0.000026"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<arg>${testtool}</arg>
<arg>${testtool}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.215387" elapsed="0.000022"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<arg>node1</arg>
<arg>http://${ODL_SYSTEM_1_IP}:${RESTCONFPORT}</arg>
<arg>headers=${HEADERS_XML}</arg>
<arg>auth=${AUTH}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.215561" elapsed="0.000020"/>
</kw>
<kw name="Create Session" owner="RequestsLibrary">
<arg>node2</arg>
<arg>http://${ODL_SYSTEM_2_IP}:${RESTCONFPORT}</arg>
<arg>headers=${HEADERS_XML}</arg>
<arg>auth=${AUTH}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="NOT RUN" start="2026-04-26T00:21:26.215756" elapsed="0.000022"/>
</kw>
<doc>Setup everything needed for the test cases.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.131073" elapsed="0.084801">OSError: [Errno 16] Device or resource busy</status>
</kw>
<test id="s1-t1" name="Start_Testtool" line="54">
<doc>Deploy and start test tool, then wait for all its devices to become online.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.215959" elapsed="0.000513">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t2" name="Configure_Device_On_Netconf" line="63">
<doc>Configure the testtool device on Netconf connector, using node 1.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.216697" elapsed="0.000414">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t3" name="Wait_For_Device_To_Become_Connected" line="70">
<doc>Wait until the device becomes available through Netconf on node 1.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.217299" elapsed="0.000445">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t4" name="Wait_For_Device_Data_To_Be_Seen" line="74">
<doc>Wait until the device data show up at node 2.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.217930" elapsed="0.000379">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t5" name="Create_Device_Data" line="78">
<doc>Send some sample test data into the device through node 2 and check that the request went OK.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.218488" elapsed="0.000450">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t6" name="Run_Restperfclient" line="88">
<doc>Deploy and execute restperfclient, asking it to send the specified amount of requests to the netconf connector of the device through node 3.
The duration of this test case is the main performance metric.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.219117" elapsed="0.000627">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t7" name="Check_For_Failed_Requests" line="95">
<doc>Make sure there are no failed requests in the restperfclient log.
This is a separate test case to distinguish between restperfclient
failure and failed requests. Failed requests are rejected because
we don't want to test performance of ODL rejecting our requests.
If this test case fails, then the duration of Run_Restperfclient
cannot be trusted to show the real performance of the cluster.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.219929" elapsed="0.000934">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<test id="s1-t8" name="Cleanup_And_Collect" line="109">
<doc>Deconfigure the testtool device on Netconf connector using node 1.</doc>
<tag>1node</tag>
<tag>critical</tag>
<tag>netconf</tag>
<status status="FAIL" start="2026-04-26T00:21:26.221047" elapsed="0.000392">Parent suite setup failed:
OSError: [Errno 16] Device or resource busy</status>
</test>
<kw name="Teardown_Everything" type="TEARDOWN">
<kw name="Delete All Sessions" owner="RequestsLibrary">
<msg time="2026-04-26T00:21:26.222278" level="INFO">Deleting All Sessions</msg>
<doc>Removes all the session objects</doc>
<status status="PASS" start="2026-04-26T00:21:26.222203" elapsed="0.000149"/>
</kw>
<kw name="Teardown_Restperfclient" owner="RestPerfClient">
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.226763" level="FAIL">Variable '${RestPerfClient__restperfclient}' not found. Did you mean:
    ${RestPerfClient__restperfclientlog}</msg>
<arg>${RestPerfClient__restperfclient}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.222789" elapsed="0.004011">Variable '${RestPerfClient__restperfclient}' not found. Did you mean:
    ${RestPerfClient__restperfclientlog}</status>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-26T00:21:26.226964" elapsed="0.000109"/>
</kw>
<doc>Free resources allocated during the RestPerfClient setup</doc>
<status status="FAIL" start="2026-04-26T00:21:26.222546" elapsed="0.004629">Variable '${RestPerfClient__restperfclient}' not found. Did you mean:
    ${RestPerfClient__restperfclientlog}</status>
</kw>
<kw name="Switch Connection" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.231107" level="FAIL">Variable '${testtool}' not found.</msg>
<arg>${testtool}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.227331" elapsed="0.003809">Variable '${testtool}' not found.</status>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Stop_Testtool" owner="NetconfKeywords">
<kw name="Write_Bare_Ctrl_C" owner="RemoteBash">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-26T00:21:26.232516" level="INFO">${ctrl_c} = </msg>
<var>${ctrl_c}</var>
<arg>chr(int(3))</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-26T00:21:26.232203" elapsed="0.000340"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.232894" level="FAIL">No open connection.</msg>
<arg>${ctrl_c}</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.232713" elapsed="0.000559">No open connection.</status>
</kw>
<doc>Construct ctrl+c character and SSH-write it (without endline) to the current SSH connection.
Do not read anything yet.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.231973" elapsed="0.001453">No open connection.</status>
</kw>
<kw name="Read Until Prompt" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.233748" level="FAIL">No open connection.</msg>
<doc>Consumes and returns the server output until the prompt is found.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.233588" elapsed="0.000392">No open connection.</status>
</kw>
<kw name="Get File" owner="SSHLibrary">
<msg time="2026-04-26T00:21:26.238168" level="FAIL">Variable '${testtool_log}' not found.</msg>
<arg>${testtool_log}</arg>
<doc>Downloads file(s) from the remote machine to the local machine.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.234148" elapsed="0.004052">Variable '${testtool_log}' not found.</status>
</kw>
<doc>Stop testtool and download its log.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.231720" elapsed="0.006602">Several failures occurred:

1) No open connection.

2) No open connection.

3) Variable '${testtool_log}' not found.</status>
</kw>
<arg>NetconfKeywords.Stop_Testtool</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-26T00:21:26.231307" elapsed="0.007067"/>
</kw>
<doc>Teardown the test infrastructure, perform cleanup and release all resources.</doc>
<status status="FAIL" start="2026-04-26T00:21:26.221975" elapsed="0.016500">Several failures occurred:

1) Variable '${RestPerfClient__restperfclient}' not found. Did you mean:
    ${RestPerfClient__restperfclientlog}

2) Variable '${testtool}' not found.</status>
</kw>
<doc>netconf-restperfclient update performance test suite (clustered setup).

Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.

This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html


Perform given count of update operations on device data mounted onto a
netconf connector (using the netconf-testtool-restperfclient tool) and
see how much time it took. More exactly, it sends the data to a restconf
mountpoint of the netconf connector belonging to the device, which turns
out to turn the first request sent to a "create" request and the
remaining requests to "update" requests (due to how the testtool device
behavior is implemented).

The difference from the "single node" test suite (see
../scale/performance.robot) is that the device is configured and the data
on it created using one node in the cluster and the update operations are
issued on a different node. This forces the cluster nodes to communicate
with each other about the data to be sent to the device.</doc>
<status status="FAIL" start="2026-04-26T00:21:25.459436" elapsed="0.779109">Suite setup failed:
OSError: [Errno 16] Device or resource busy

Also suite teardown failed:
Several failures occurred:

1) Variable '${RestPerfClient__restperfclient}' not found. Did you mean:
    ${RestPerfClient__restperfclientlog}

2) Variable '${testtool}' not found.</status>
</suite>
<statistics>
<total>
<stat pass="0" fail="8" skip="0">All Tests</stat>
</total>
<tag>
<stat pass="0" fail="8" skip="0">1node</stat>
<stat pass="0" fail="8" skip="0">critical</stat>
<stat pass="0" fail="8" skip="0">netconf</stat>
</tag>
<suite>
<stat name="netconf-clustering-scale.txt" id="s1" pass="0" fail="8" skip="0">netconf-clustering-scale.txt</stat>
</suite>
</statistics>
<errors>
<msg time="2026-04-26T00:21:25.770591" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/KarafKeywords.robot' on line 9: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
<msg time="2026-04-26T00:21:25.886403" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/SSHKeywords.robot' on line 16: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
<msg time="2026-04-26T00:21:25.924266" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/Utils.robot' on line 4: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
<msg time="2026-04-26T00:21:26.013130" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/NetconfKeywords.robot' on line 20: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
<msg time="2026-04-26T00:21:26.035371" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/NexusKeywords.robot' on line 20: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
<msg time="2026-04-26T00:21:26.059605" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/RemoteBash.robot' on line 25: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
<msg time="2026-04-26T00:21:26.066206" level="WARN">Error in file '/w/workspace/netconf-csit-3node-clustering-scale-only-titanium/test/csit/libraries/RestPerfClient.robot' on line 31: Suite 'netconf-clustering-scale.txt' has already imported library 'SSHLibrary' with different arguments. This import is ignored.</msg>
</errors>
</robot>
